zephyr/tests
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
..
application_development
arch drivers: counter: add counter_get_value(), deprecate counter_read() 2020-01-28 12:52:46 -05:00
benchmarks
bluetooth
boards
crypto
drivers tests: drivers: counter: counter_basic_api: Fix teardown function 2020-01-28 18:20:15 -05:00
kernel
lib lib: os: onoff: add API for on-off service request and release management 2020-01-29 14:08:46 +01:00
misc/test_build
net tests: net: websocket: Add TX unit tests for websocket API 2020-01-28 19:49:16 +02:00
portability
posix
shell
subsys
unit
ztest