zephyr/subsys/logging
Daniel Leung 4b6eb55236 logging: output/syst: don't use raw output for hexdump
Hexdump via logging is supposed to be human-readable for
debug information. Therefore, it should actually print
in human-readable form (well... after some magical decoder
has processed the raw MIPI Sys-T output).

Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2022-01-14 09:59:06 -05:00
..
mipi_syst
CMakeLists.txt logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig.backends logging: uart: Add support for asynchronous API 2021-12-01 10:02:28 +01:00
Kconfig.filtering logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig.formatting logging: Add option to have tag which is prepended to all messages 2022-01-04 14:57:31 -06:00
Kconfig.misc logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig.mode logging: Minimal mode configuration cleanup 2021-11-20 11:58:40 -05:00
Kconfig.processing logging: Increase stack size when NO_OPTIMIZATIONS=y 2021-12-21 09:36:09 +01:00
Kconfig.template.log_config logging: Add choice name in template 2021-09-06 14:11:06 -04:00
log_backend_adsp.c
log_backend_fs.c logging: fs: fix leak of opened directories in check_log_file_exist() 2021-07-20 13:31:33 +02:00
log_backend_native_posix.c
log_backend_net.c log_backend_net: local_addrX may be used uninitialized 2021-12-09 19:53:17 -05:00
log_backend_rtt.c logging: Add MIPI sys-t support for v2 logging subsystem. 2022-01-05 14:41:51 +01:00
log_backend_spinel.c logging: log_backend_spinel: Add support for logging v2 2021-07-14 11:06:46 -05:00
log_backend_swo.c logging: Add MIPI sys-t support for v2 logging subsystem. 2022-01-05 14:41:51 +01:00
log_backend_uart.c logging: Add MIPI sys-t support for v2 logging subsystem. 2022-01-05 14:41:51 +01:00
log_backend_xtensa_sim.c logging: log_backend_xtensa_sim: Add support for logging v2 2021-07-14 11:05:15 -05:00
log_cmds.c logging: Prefix internal functions with z_ 2021-09-28 20:31:52 -04:00
log_core.c logging: Fix counting of buffered messages 2022-01-05 14:42:40 +01:00
log_list.c
log_list.h
log_mgmt.c logging: typecast to stop signed-unsigned comparison 2021-11-15 08:53:51 -05:00
log_minimal.c
log_msg2.c logging: Cleanup in the internal headers 2021-09-28 20:31:52 -04:00
log_msg.c logging: Prefix internal functions with z_ 2021-09-28 20:31:52 -04:00
log_output_dict.c
log_output_syst.c logging: output/syst: don't use raw output for hexdump 2022-01-14 09:59:06 -05:00
log_output.c logging: output/syst: don't use raw output for hexdump 2022-01-14 09:59:06 -05:00