mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 03:21:56 +00:00
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> |
||
---|---|---|
.. | ||
log_core | ||
log_list | ||
log_msg | ||
log_output |