zephyr/tests/kernel
Kumar Gala d00d0f1266 samples/tests: Convert use of %ll{u,d} to PRI{u,d}64
Move to using PRIu64/PRId64 instead of %llu/%lld since on
native_posix_64 the uint64_t/int64_t type is defined in terms of 'long
int' and not 'long long int'.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
common zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
context zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
device zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
early_sleep samples/tests: Convert use of %ll{u,d} to PRI{u,d}64 2020-06-08 08:23:57 -05:00
fatal zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
fifo zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
fpu_sharing zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
gen_isr_table zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
interrupt zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
lifo zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mbox zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mem_heap/mheap_api_concept tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
mem_pool zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mem_protect zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mem_slab zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mp tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
msgq/msgq_api zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mutex tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
obj_tracing tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
pending zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
pipe zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
poll zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
profiling/profiling_api zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
queue zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sched zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
semaphore/semaphore zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
sleep samples/tests: Convert use of %ll{u,d} to PRI{u,d}64 2020-06-08 08:23:57 -05:00
smp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
spinlock tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
stack/stack zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
threads zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
tickless samples/tests: Convert use of %ll{u,d} to PRI{u,d}64 2020-06-08 08:23:57 -05:00
timer zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
workq zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
xip zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00