zephyr/tests
Tomasz Bursztyka 83c82e6cd6 tests: Allow tc_util to use printf when requested
printk() is too simplistic and does not handle byte precision on formats
like %02x etc... printf does, so letting the possibility to use it when
relevant. This might be useful when dumping out some network packets,
byte by byte where a precision of 1 byte (thus 2 0's) is necessary.

It's better to have this output:
	41 d8 ...
instead of:
	00000041 000000d8 ...

Change-Id: Idc15bbae67830f41388373e2ca1947bb274fb550
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-06-29 05:19:26 +00:00
..
benchmark testcases: sanity check TCs get more language for real HW 2016-06-14 23:49:56 +00:00
bluetooth Bluetooth: GATT: Add flags to attribute write callback 2016-06-28 17:36:08 +03:00
compliance testcases: sample static testcase to run checkpatch on the source 2016-06-14 23:49:57 +00:00
crypto testcases: sanity check TCs get more language for real HW 2016-06-14 23:49:56 +00:00
drivers/pinmux sanitycheck: Add olimexino_stm32 board to sanitycheck 2016-04-20 22:29:02 +00:00
include tests: Allow tc_util to use printf when requested 2016-06-29 05:19:26 +00:00
kernel tests: Allow tc_util to use printf when requested 2016-06-29 05:19:26 +00:00
net/buf net: tests: Clean up logging of net_buf tests 2016-06-09 10:26:38 +03:00