zephyr/subsys/logging
Andrew Fernandes 4653b4e63f logging: set 'log_backend_rtt:panic_mode' before 'log_backend_std_panic'
Set 'log_backend_rtt:panic_mode' before calling 'log_backend_std_panic',
because otherwise the RTT backend behaves as if the system is NOT
panicking and tries to do asynchronous writes via RTT_LOCK/UNLOCK.

Signed-Off-By: Andrew Fernandes <andrew@fernandes.org>
2020-05-28 11:45:42 +02:00
..
CMakeLists.txt logging: Make ring buffer backend more general 2020-03-12 13:31:24 +02:00
Kconfig logging: log_backend_rb: Use int for memory area size 2020-03-12 13:31:24 +02:00
Kconfig.template.log_config
log_backend_native_posix.c headers: Refactor kernel and arch headers. 2019-11-06 16:07:32 -08:00
log_backend_net.c logging: net: Avoid copying too much data 2020-04-02 15:54:36 -04:00
log_backend_rb.c logging: log_backend_rb: Make message buffer size configurable 2020-03-12 13:31:24 +02:00
log_backend_rtt.c logging: set 'log_backend_rtt:panic_mode' before 'log_backend_std_panic' 2020-05-28 11:45:42 +02:00
log_backend_std.h logging: log_output: Improve immediate mode handling 2019-12-18 13:08:46 -08:00
log_backend_swo.c soc: arm: replace DT_CPU_CLOCK_FREQUENCY with new dt macros 2020-04-23 23:55:37 -05:00
log_backend_uart.c logging: add UART syst backend support 2019-10-29 10:18:51 +01:00
log_backend_xtensa_sim.c subsys/logging: Fix xtensa simcall assembly 2020-02-01 08:08:19 -05:00
log_cmds.c
log_core.c timeout: Fix up API usage 2020-03-31 19:40:47 -04:00
log_list.c
log_list.h
log_minimal.c logging: fix LOG_HEXDUMP_* in C++. 2019-12-18 21:54:18 +01:00
log_msg.c logging: fix signed and unsigend comparison warnings 2020-04-03 18:06:59 -04:00
log_output.c subsys: Replace printf by printk when applicable 2020-05-09 21:25:33 +02:00
log_output_syst.c logging: syst: enable protocol timestamp in SyS-T message 2020-05-08 17:47:30 +02:00