Very simple command to list configured devices and their priorities. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
9 lines
134 B
CMake
9 lines
134 B
CMake
zephyr_sources_ifdef(
|
|
CONFIG_KERNEL_SHELL
|
|
kernel_service.c
|
|
)
|
|
zephyr_sources_ifdef(
|
|
CONFIG_DEVICE_SHELL
|
|
device_service.c
|
|
)
|