zephyr/tests/subsys/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_core tests: subsys: logging: Test for detection of missed log_strdup 2019-05-29 13:52:31 +02:00
log_list
log_msg log facility: make its arguments 64-bit compatible 2019-06-24 08:58:52 +02:00
log_output yaml: Remove redundant document separators 2019-06-19 10:40:10 +02:00