zephyr/include/logging
Nicolas Pitre 0567f161d8 log facility: make its arguments 64-bit compatible
Log arguments were hardcoded to u32_t values. On 64-bit systems, this
is rather restrictive. To make things clear, arguments now have their
own type, log_arg_t, which now can be adjusted in only one location
if need be.  It is currently defined as unsigned long whose effective
width is equivalent to u32_t on 32-bit systems, and u64_t on 64-bit
systems.

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 arguments 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 arguments 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