zephyr/tests/lib
Peter A. Bigot 1964bf08bb lib: os: onoff: add API for on-off service request and release management
There are various situations where it's necessary to support turning
devices on or off at runtime, includin power rails, clocks, other
peripherals, and binary device power management.  The complexity of
properly managing multiple consumers of a device in a multithreaded
system suggests that a shared implementation is desirable.  This
commit provides an API that supports managing on-off resources.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2020-01-29 14:08:46 +01:00
..
c_lib libc: minimal: add strspn and strcspn support 2019-07-31 09:22:49 -07:00
fdtable tests: fdtable: check for negative fd 2019-12-02 07:32:41 -05:00
gui/lvgl tests/lib/gui/lvgl: use littlefs 2020-01-21 15:32:47 +01:00
json tests: updated names for the tests 2019-10-23 23:15:41 -04:00
mem_alloc test: lib: mem_alloc: enable user mode in newlibcnano test 2019-11-18 09:38:29 -06:00
onoff lib: os: onoff: add API for on-off service request and release management 2020-01-29 14:08:46 +01:00
ringbuffer cleanup: include/: move ring_buffer.h to sys/ring_buffer.h 2019-06-27 22:55:49 -04:00
sprintf tests: remove duplicate names for the libraries tests 2019-10-24 06:27:30 -04:00