zephyr/subsys/shell
Krzysztof Chruscinski 63e0ae0a9e shell: Fix shell uart not waking up shell on mcumgr data
When mcumgr smp data was received over shell uart transport
it was not waking up shell thread and thus request was not
processed. Shell thread must be waken up on any incoming
data, even data which is only dedicated for mcumgr smp.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2019-06-04 14:00:17 +02:00
..
modules
CMakeLists.txt
Kconfig shell: Refactor shell_history to use less RW memory 2019-05-30 09:44:03 -04:00
Kconfig.backends shell: prompt configuration during project generation 2019-04-30 10:40:04 -04:00
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell_cmds.c shell: add select command 2019-05-24 11:04:42 +02:00
shell_dummy.c shell: prompt configuration during project generation 2019-04-30 10:40:04 -04:00
shell_fprintf.c
shell_help.c shell: add select command 2019-05-24 11:04:42 +02:00
shell_help.h
shell_history.c shell: Refactor shell_history to use less RW memory 2019-05-30 09:44:03 -04:00
shell_log_backend.c
shell_ops.c
shell_ops.h
shell_rtt.c shell: prompt configuration during project generation 2019-04-30 10:40:04 -04:00
shell_telnet_protocol.h
shell_telnet.c shell: prompt configuration during project generation 2019-04-30 10:40:04 -04:00
shell_uart.c shell: Fix shell uart not waking up shell on mcumgr data 2019-06-04 14:00:17 +02:00
shell_utils.c shell: add select command 2019-05-24 11:04:42 +02:00
shell_utils.h shell: add select command 2019-05-24 11:04:42 +02:00
shell_vt100.h shell: add select command 2019-05-24 11:04:42 +02:00
shell_wildcard.c
shell_wildcard.h
shell.c shell: add select command 2019-05-24 11:04:42 +02:00