zephyr/subsys/logging
Christopher Friedt 5dc6686c63 logging: log_core: do not alias atomic_t
Previously, a `uint32_t` was aliased as an `atomic_t`. However,
with #39531, `atomic_t` is now a `long` under the hood, which
is 64-bit on 64-bit platforms.

Fixes #40369

Signed-off-by: Christopher Friedt <chrisfriedt@gmail.com>
2021-11-17 12:25:10 +01:00
..
mipi_syst
CMakeLists.txt logging: fs: Remove littlefs dependency 2021-09-01 08:39:24 -04:00
Kconfig
Kconfig.backends kconfig: add names to some choices 2021-09-28 19:56:32 -04:00
Kconfig.filtering
Kconfig.formatting logging: use green color for info log level 2021-09-28 20:10:41 -04:00
Kconfig.misc
Kconfig.mode
Kconfig.processing logging: Add configurable logging thread delay 2021-08-13 11:19:27 -04: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
log_backend_native_posix.c
log_backend_net.c
log_backend_rtt.c logging: rtt: Fix compilation error when multithreading disable 2021-10-19 23:06:20 -04:00
log_backend_spinel.c
log_backend_swo.c logging: log_backend_swo: Add support for logging v2 2021-07-23 16:06:37 -04:00
log_backend_uart.c console: remove device_get_binding(CONFIG_UART_CONSOLE_ON_DEV_NAME) 2021-08-23 18:53:47 -04:00
log_backend_xtensa_sim.c
log_cmds.c logging: Prefix internal functions with z_ 2021-09-28 20:31:52 -04:00
log_core.c logging: log_core: do not alias atomic_t 2021-11-17 12:25:10 +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_msg.c logging: Prefix internal functions with z_ 2021-09-28 20:31:52 -04:00
log_msg2.c logging: Cleanup in the internal headers 2021-09-28 20:31:52 -04:00
log_output_dict.c
log_output_syst.c
log_output.c logging: use green color for info log level 2021-09-28 20:10:41 -04:00