zephyr/subsys/logging
Oleg Zhurakivskyy b1e1f64d14 global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT()
Replace all occurences of BUILD_ASSERT_MSG() with BUILD_ASSERT()
as a result of merging BUILD_ASSERT() and BUILD_ASSERT_MSG().

Signed-off-by: Oleg Zhurakivskyy <oleg.zhurakivskyy@intel.com>
2020-03-31 07:18:06 +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: add networking syst backend support. 2019-10-29 10:18:51 +01: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: rtt: Improve synchronous mode 2020-01-14 11:19:10 -05:00
log_backend_std.h logging: log_output: Improve immediate mode handling 2019-12-18 13:08:46 -08:00
log_backend_swo.c logging: add SWO syst backend support 2019-10-29 10:18:51 +01: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 logging: Add string duplicates pool profiling 2019-05-27 10:18:10 +02:00
log_core.c logging: Add source name to error message about missing log_strdup 2020-02-01 08:09:26 -05: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 global: Replace BUILD_ASSERT_MSG() with BUILD_ASSERT() 2020-03-31 07:18:06 +02:00
log_output_syst.c logging: add syst format output 2019-10-29 10:18:51 +01:00
log_output.c logging: log_output: Improve immediate mode handling 2019-12-18 13:08:46 -08:00