mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 13:42:49 +00:00
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> |
||
---|---|---|
.. | ||
mipi_syst | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.backends | ||
Kconfig.filtering | ||
Kconfig.formatting | ||
Kconfig.misc | ||
Kconfig.mode | ||
Kconfig.processing | ||
Kconfig.template.log_config | ||
log_backend_adsp.c | ||
log_backend_fs.c | ||
log_backend_native_posix.c | ||
log_backend_net.c | ||
log_backend_rtt.c | ||
log_backend_spinel.c | ||
log_backend_swo.c | ||
log_backend_uart.c | ||
log_backend_xtensa_sim.c | ||
log_cmds.c | ||
log_core.c | ||
log_list.c | ||
log_list.h | ||
log_mgmt.c | ||
log_minimal.c | ||
log_msg.c | ||
log_msg2.c | ||
log_output_dict.c | ||
log_output_syst.c | ||
log_output.c |