zephyr/subsys/shell/modules
Benedikt Schmidt 4c731f27c6 shell: modules: do not use k_thread_foreach with shell callbacks
Always use k_thread_foreach_unlocked with callbacks which print
something out to the shell, as they might call arch_irq_unlock.
Fixes #66660.

Signed-off-by: Benedikt Schmidt <benedikt.schmidt@embedded-solutions.at>
2023-12-21 10:01:08 +00:00
..
CMakeLists.txt
date_service.c shell: date_service: conditionally include posix/time.h 2023-08-23 10:06:00 +02:00
device_service.c device: make device dependencies optional 2023-06-21 09:32:05 +02:00
devmem_service.c shell: rename shadow variables 2023-08-10 08:14:12 +00:00
Kconfig
kernel_service.c shell: modules: do not use k_thread_foreach with shell callbacks 2023-12-21 10:01:08 +00:00