zephyr/tests/kernel/device
Peter A. Bigot c326661ee6 kernel: init: provide access to kernel startup state
Device initialization may require use of generic services such as
starting up power rails, some of which may be controlled by GPIOs on
an external controller that can't be used until full kernel services
are available.  Generic services can check k_is_in_isr() and mediate
their behavior that way, but currently have no way to determine that
the kernel is not available.

Provide a function that indicates whether initialization is still in
pre-kernel stages where no kernel services are available.

Signed-off-by: Peter A. Bigot <pab@pabigot.com>
2019-12-11 14:45:40 -08:00
..
src kernel: init: provide access to kernel startup state 2019-12-11 14:45:40 -08:00
CMakeLists.txt
prj.conf tests: device: cover device_get_binding() 2019-06-25 22:44:14 -04:00
testcase.yaml x86: consolidate x86_64 architecture, SoC and boards 2019-10-25 17:57:55 -04:00