zephyr/subsys/shell/modules
Peter Bigot d8b86cba3c device: add API to check whether a device is ready to use
Currently this is useful only for some internal applications that
iterate over the device table, since applications can't get access to
a device that isn't ready, and devices can't be made unready.  So it's
introduced as internal API that may be exposed as device_ready() when
those conditions change.

Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
2020-06-23 13:27:14 +02:00
..
CMakeLists.txt shell: modules: Add date commands to display or set date 2020-03-10 15:04:12 +02:00
date_service.c shell: modules: Add date commands to display or set date 2020-03-10 15:04:12 +02:00
device_service.c device: add API to check whether a device is ready to use 2020-06-23 13:27:14 +02:00
Kconfig shell: modules: Add date commands to display or set date 2020-03-10 15:04:12 +02:00
kernel_service.c zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00