zephyr/include/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
..
log_backend.h include: Make statements evaluate boolean expressions 2019-03-26 22:06:45 -04:00
log_core.h log facility: make its records 64-bit compatible 2019-06-24 08:58:52 +02:00
log_ctrl.h logging: log_ctrl.h: Fix Kconfig symbol reference in comment 2019-02-11 22:29:58 -05:00
log_instance.h all: Update reserved function names 2019-03-11 13:48:42 -04:00
log_msg.h log facility: make its records 64-bit compatible 2019-06-24 08:58:52 +02:00
log_output.h logging: Clarify contract of log_output_func_t 2019-03-27 09:50:12 +01:00
log.h logging: Allow logger usage in C++ files 2019-04-28 13:37:37 -04:00