zephyr/subsys/shell
Marcin Niestroj 6fdb9e6ded shell: dump characters in shell_hexdump
Improve hexdump output of shell_hexdump() to match what is currently
printed by LOG_HEXDUMP*() family of functions. That way string buffers
that are sent/received using shell commands can be easily presented
using shell_hexdump() without loosing user experience (with previous
shell_hexdump() that printed only hex bytes) and code validity (printed
buffers are not always NULL terminated with only printable characters).

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
2020-05-06 09:42:02 +02:00
..
modules shell: Fix device service module 2020-03-26 14:52:47 -04:00
CMakeLists.txt
Kconfig
Kconfig.backends
Kconfig.template.shell_log_queue_size
Kconfig.template.shell_log_queue_timeout
shell_cmds.c shell: Refactor command getters 2020-04-23 18:30:41 +02:00
shell_dummy.c
shell_fprintf.c
shell_help.c shell: Refactor command getters 2020-04-23 18:30:41 +02:00
shell_help.h
shell_history.c
shell_log_backend.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
shell_ops.c
shell_ops.h
shell_rtt.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
shell_telnet_protocol.h
shell_telnet.c shell: telnet: Refactor because of timeout overhaul 2020-04-09 16:07:03 +03:00
shell_uart.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
shell_utils.c shell: Refactor command getters 2020-04-23 18:30:41 +02:00
shell_utils.h shell: Refactor command getters 2020-04-23 18:30:41 +02:00
shell_vt100.h
shell_wildcard.c shell: Refactor command getters 2020-04-23 18:30:41 +02:00
shell_wildcard.h shell: Refactor command getters 2020-04-23 18:30:41 +02:00
shell.c shell: dump characters in shell_hexdump 2020-05-06 09:42:02 +02:00