zephyr/tests/kernel/common/src
Nicolas Pitre 2b32059a61 printk: make it 64-bit compatible
On 64-bit systems the most notable difference is due to longs and
pointers being 64-bit wide. Therefore there must be a distinction
between ints and longs. Similar to the prf.c case, this patch properly
implements the h, hh, l, ll and z length modifiers as well as some small
cleanups.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-06-17 10:28:44 -07:00
..
atomic.c atomic: Add atomic_set_bit_to() API 2019-01-25 17:35:44 -05:00
bitfield.c tests: Add 'U' to unsigned variable assignments 2018-12-04 22:51:56 -05:00
boot_delay.c tests: common: move boot_delay test to common 2019-02-05 20:40:07 -05:00
byteorder.c
clock.c style: samples/tests: add braces around if/while statements 2019-06-06 15:20:21 +02:00
dlist.c misc/dlist: Swap insertion API for a faster one 2019-02-01 15:57:21 -05:00
errno.c pointer-type args: cast appropriately to be 64-bit compatible 2019-06-12 08:20:52 -07:00
intmath.c all: Add 'U' suffix when using unsigned variables 2019-03-28 17:15:58 -05:00
irq_offload.c pointer-type args: cast appropriately to be 64-bit compatible 2019-06-12 08:20:52 -07:00
main.c kernel: fix atomic ops in user mode on some arches 2019-03-18 09:18:00 -04:00
multilib.c
printk.c printk: make it 64-bit compatible 2019-06-17 10:28:44 -07:00
slist.c
timeout_order.c pointer-type args: cast appropriately to be 64-bit compatible 2019-06-12 08:20:52 -07:00