zephyr/subsys/shell
Krzysztof Chruscinski f214f8b2b2 shell: fix RTT backend not returning TX amount
RTT backend was returning number of transfered data equal
to requested amount because it was not taking into
account value returned by SEGGER_RTT_Write. As the outcome
data could be lost.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2018-11-21 12:53:22 +01:00
..
modules shell: kernel: list configured devices 2018-10-18 10:15:50 -04:00
CMakeLists.txt shell: Add a Segger RTT backend 2018-11-02 12:19:58 -04:00
Kconfig shell: wildcard active by default 2018-11-06 17:12:41 -05:00
Kconfig.backends shell: Add initial log level for rtt and uart backends 2018-11-19 12:05:44 +01:00
legacy_shell.c
shell_cmds.c shell: commands help unification 2018-10-19 13:35:56 +02:00
shell_dummy.c shell: fix shell thread name 2018-11-19 11:40:05 -05:00
shell_fprintf.c
shell_history.c shell: fix history feature 2018-10-24 14:31:25 +01:00
shell_log_backend.c kernel: Change k_poll_signal api 2018-11-04 11:37:24 -05:00
shell_ops.c
shell_ops.h
shell_rtt.c shell: fix RTT backend not returning TX amount 2018-11-21 12:53:22 +01:00
shell_service.c
shell_uart.c shell: fix shell thread name 2018-11-19 11:40:05 -05:00
shell_utils.c
shell_utils.h
shell_vt100.h
shell_wildcard.c shell: fix assert in wildcard plugin 2018-10-29 09:58:08 +00:00
shell_wildcard.h
shell.c shell: fix shell thread name 2018-11-19 11:40:05 -05:00