zephyr/subsys/shell
Marcin Niestroj f74feca027 mgmt: smp: shell: initialize SMP before feeding with received bytes
So far SMP shell transport was initialized in APPLICATION run level, but
shell over UART was initialized in POST_KERNEL. This could end up in
situation when received frames were scheduled for further processing in
SMP layer, when it was not initialized yet.

Export smp_shell_init() function declaration and call it before shell is
initialized with all its receive data handlers. This prevents situation
when data is scheduled for processing in SMP layer, when that one is not
ready yet.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-08-19 09:51:45 -04:00
..
modules shell: fix irq stack extern declaration 2020-08-01 08:12:47 -04:00
CMakeLists.txt
Kconfig shell: logging: Allow users to change SHELL_LOG_BACKEND value 2020-07-28 19:25:24 +02:00
Kconfig.backends shell: kconfig: Clarify dependency of UART option from DTS 2020-08-11 19:30:05 +02:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell_cmds.c shell: correct build-in commands definition 2020-07-31 11:54:34 +02:00
shell_dummy.c shell: fix possible deadlock in shell_fprintf 2020-08-18 10:44:35 -04:00
shell_fprintf.c
shell_help.c
shell_help.h
shell_history.c
shell_log_backend.c
shell_ops.c
shell_ops.h shell_ops: simplify flag_xxx_get functions 2020-08-18 10:44:35 -04:00
shell_rtt.c shell: backend: Uninit shell backend if shell is uninit 2020-08-06 12:16:21 -05:00
shell_telnet_protocol.h
shell_telnet.c
shell_uart.c mgmt: smp: shell: initialize SMP before feeding with received bytes 2020-08-19 09:51:45 -04:00
shell_utils.c
shell_utils.h
shell_vt100.h
shell_wildcard.c
shell_wildcard.h
shell.c shell: add state_get function 2020-08-18 10:44:35 -04:00