Go to file
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
arch nios2: fix QEMU arguments 2016-06-29 00:08:22 +00:00
boards qemu_nios2: enable XIP by default 2016-06-29 00:08:18 +00:00
doc doc: fix API name in sample code 2016-06-29 05:09:49 +00:00
drivers sensor: add driver for TMP112 temperature sensor 2016-06-29 05:09:11 +00:00
ext fs: [WIP] Pull in open source FAT FS implementation 2016-06-29 05:17:57 +00:00
include _nios2_read_sp: fix register read 2016-06-28 22:46:02 +00:00
kernel tracing: _k_command_stack is explicitly not tracked. 2016-06-16 16:30:46 +00:00
lib nios2: Kconfig: remove some unused config options 2016-06-10 15:22:42 +00:00
misc gdb-server: update call to uart_register_input() 2016-06-22 17:40:01 +00:00
net Bluetooth: GATT: Add flags to attribute write callback 2016-06-28 17:36:08 +03:00
samples Bluetooth: GATT: Add flags to attribute write callback 2016-06-28 17:36:08 +03:00
scripts sanitycheck: build for qemu_nios2 target 2016-06-29 00:08:05 +00:00
tests tests: Allow tc_util to use printf when requested 2016-06-29 05:19:26 +00:00
.checkpatch.conf
.gitattributes
.gitignore testcases: instruct git to ignore *log and outdir-* 2016-06-14 22:01:34 +00:00
.gitreview
.mailmap mailmap: Add more entries for incomplete author information 2016-06-03 10:52:22 +00:00
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
MAINTAINERS test_intmath: new Nios II test case for integer math 2016-06-28 22:48:28 +00:00
Makefile qemu: pass -serial stdio instead of -serial mon:stdio 2016-06-29 00:08:20 +00:00
Makefile.inc build: add 'qemugdb' target 2016-06-28 15:56:05 -07:00
zephyr-env.sh