zephyr/subsys/shell
Krzysztof Chruscinski 4100c57faa shell: Fix immediate logging case
When logging is using immediate mode then logging messages
can be processed from any context, including interrupt context.
z_shell_fprintf was asserting in that case since it allowed to
be called from interrupt context only when logging was in panic
mode. However, shell works in the same way when logging is in
immediate mode as in panic mode.

Renamed internal shell flag from panic_mode to sync_mode. Flag
is also set when shell log backend is started in synchronous
mode (immediate logging) which prevents assertion.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2022-01-05 14:58:46 -05:00
..
backends usb: remove Kconfig option USB_UART_CONSOLE 2021-11-18 14:29:18 +01:00
modules device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
CMakeLists.txt
Kconfig logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell.c
shell_cmds.c kernel: atomics: update print specifiers for atomic_t 2021-11-15 09:59:01 -05:00
shell_fprintf.c
shell_getopt.c
shell_help.c
shell_help.h
shell_history.c
shell_log_backend.c shell: Fix immediate logging case 2022-01-05 14:58:46 -05:00
shell_ops.c shell: Fix immediate logging case 2022-01-05 14:58:46 -05:00
shell_ops.h shell: Fix immediate logging case 2022-01-05 14:58:46 -05:00
shell_utils.c
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h