Add configuration advice

This commit is contained in:
Henrik Stickann 2022-04-10 20:45:43 +02:00
parent 24dae3917b
commit f195ceebb1

View File

@ -19,9 +19,13 @@ Implementations using the HAL are provided for the following interfaces:
* SpiInterface, SpiDevice * SpiInterface, SpiDevice
* UART * UART
To enable these implementations follow the instructions from the individual headers.
# Atomic implementations # Atomic implementations
Implementations using atomic variables are provided for the following interfaces: Implementations using atomic variables are provided for the following interfaces:
* Mutex * Mutex
* Signal * Signal
To enable these implementations define `STA_ATOMIC_ENABLE` in `<sta/config.hpp>`.