zephyr/tests/kernel/common
Andrew Boie 970758408b printk: don't print incorrect 64-bit integers
printk is supposed to be very lean, but should at least not
print garbage values. Now when a 64-bit integral value is
passed in to be printed, 'ERR' will be reported if it doesn't
fit in 32-bits instead of truncating it.

The printk documentation was slightly out of date, this has been
updated.

Fixes: #7179

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2019-01-18 08:23:15 -08:00
..
src printk: don't print incorrect 64-bit integers 2019-01-18 08:23:15 -08:00
CMakeLists.txt cmake: increase minimal required version to 3.13.1 2019-01-03 11:51:29 -05:00
multilib.txt tests: move multilib test to common/ 2018-02-18 09:16:40 -05:00
prj.conf drivers/timer: Add a standard workaround for known qemu issues 2018-11-13 17:10:07 -05:00
testcase.yaml sanitycheck: add min_flash option for 32K devices 2018-04-21 06:57:38 -07:00