doc/SAUL: State expectations on blocking and interrupts

This commit is contained in:
chrysn 2021-03-21 14:35:01 +01:00
parent 163e2b013c
commit 3a719c69c7

View File

@ -27,6 +27,10 @@
* actuators/sensor via auto_init and the access to all available devices via
* one unified shell command.
*
* SAUL drivers may rely on being called from a thread, and often block for
* short amounts of time to obtain a value. Conversely, requests through the
* @ref sys_saul_reg must not be issued from an interrupt context.
*
* @todo So far, the interface only supports simple read and set
* operations. It probably needs to be extended to handling events,
* thresholds, and so on.