From f195ceebb183a30f1fa67fd212b938695a8c2ff3 Mon Sep 17 00:00:00 2001 From: Henrik Stickann <4376396-Mithradir@users.noreply.gitlab.com> Date: Sun, 10 Apr 2022 20:45:43 +0200 Subject: [PATCH] Add configuration advice --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 16d217a..48c0a23 100644 --- a/README.md +++ b/README.md @@ -19,9 +19,13 @@ Implementations using the HAL are provided for the following interfaces: * SpiInterface, SpiDevice * UART +To enable these implementations follow the instructions from the individual headers. + # Atomic implementations Implementations using atomic variables are provided for the following interfaces: * Mutex -* Signal \ No newline at end of file +* Signal + +To enable these implementations define `STA_ATOMIC_ENABLE` in ``. \ No newline at end of file