zephyr/subsys/logging
Nicolas Pitre 6987937582 log facility: make its records 64-bit compatible
Log records may store either data or pointers to more records. In both
cases they must have the same size. With 64-bit pointers, the amount
of data that can occupy the same space as a pointer has to be adjusted.
And storage alignment has to accommodate actual pointers not u32_t.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-06-24 08:58:52 +02:00
..
CMakeLists.txt
Kconfig logging: Add option to detect missed transient string duplication 2019-05-29 13:52:31 +02:00
Kconfig.template.log_config
log_backend_native_posix.c
log_backend_net.c
log_backend_rtt.c
log_backend_swo.c
log_backend_uart.c
log_backend_xtensa_sim.c
log_cmds.c
log_core.c log facility: make its records 64-bit compatible 2019-06-24 08:58:52 +02:00
log_list.c
log_list.h
log_msg.c log facility: make its records 64-bit compatible 2019-06-24 08:58:52 +02:00
log_output.c