zephyr/tests
Andrew Boie 5963904e4c printk: fix printing of long long types
64-bit types were not being handled properly and depending on the
calling convention could result in garbage values being printed.

We still truncate these to 32-bit values, the predominant use-case
is printing timestamp delta values which generally fit in a 32-bit
value. However we are no longer printing random stuff.

Test case for printk() updated appripriately to catch this regression.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-05-30 19:42:22 -04:00
..
benchmarks tests: benchmark: app_kernel: Return values from kernel APIs are read. 2017-05-27 10:20:14 -04:00
bluetooth Bluetooth: shell: Use CONFIG_BLUETOOTH_SHELL 2017-05-29 10:42:21 +03:00
booting/stub
compliance
crypto tests: crypto: reduce high timeout value 2017-05-01 09:37:34 -04:00
drivers tests: aio: Change reference voltage for AIO 2017-05-18 20:26:56 -04:00
include tests: convert to using newly introduced integer sized types 2017-04-21 09:53:49 -05:00
kernel printk: fix printing of long long types 2017-05-30 19:42:22 -04:00
lib/json tests: json: add json_escape() tests 2017-05-08 08:52:52 -04:00
net tests: net: ipv6: Test IPv6 fragmentation sending 2017-05-30 11:21:51 +03:00
power tests: use k_thread_create() 2017-05-11 20:24:22 -04:00
subsys tests: use k_thread_create() 2017-05-11 20:24:22 -04:00
unit bluetooth: at: enable CONFIG_SERIAL 2017-05-19 16:33:16 -04:00
ztest tests: use k_thread_create() 2017-05-11 20:24:22 -04:00
Kconfig tests: Introduced new config option to add extra stack size for tests. 2017-02-13 11:39:03 -08:00
Makefile
Makefile.test