zephyr/tests
Nicolas Pitre 0aa796cbaa print format: adjust specifiers to be compatible with a 64-bit build
The size_t type is either compatible with an int on 32-bit target, or
a long on 64-bit targets. It could even be a long even on some 32-bit
targets. Let's use the z qualifier in the printf format to be compatible
with whatever flavor in use.

In case of pointers, let's just use %p with pointers directly and
avoid casts altogether.

Signed-off-by: Nicolas Pitre <npitre@baylibre.com>
2019-07-11 20:12:26 -07:00
..
application_development
arch tests: arch: x86: move static_idx under tests/arch/x86 2019-07-09 09:53:44 -07:00
benchmarks
bluetooth Bluetooth: services: Move Heart rate service 2019-07-11 13:21:14 +03:00
boards
booting/stub
cmsis_rtos_v1
cmsis_rtos_v2
crypto
drivers drivers: eth_enc28j60: update for dts change to local-mac-address 2019-07-11 06:50:27 -04:00
kernel print format: adjust specifiers to be compatible with a 64-bit build 2019-07-11 20:12:26 -07:00
lib tests: clib: Make sure ssize_t type is signed 2019-07-09 21:55:05 +03:00
misc
net tests: net: trickle: Adjust config options to avoid error prints 2019-07-10 18:55:37 +03:00
posix
shell
subsys print format: adjust specifiers to be compatible with a 64-bit build 2019-07-11 20:12:26 -07:00
unit tests: crc: convert to regular test case 2019-07-06 00:31:04 +02:00
ztest