mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 11:12:59 +00:00
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> |
||
---|---|---|
arch | ||
boards | ||
doc | ||
drivers | ||
ext | ||
include | ||
kernel | ||
lib | ||
misc | ||
net | ||
samples | ||
scripts | ||
tests | ||
.checkpatch.conf | ||
.gitattributes | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
Kbuild | ||
Kconfig | ||
Kconfig.zephyr | ||
LICENSE | ||
MAINTAINERS | ||
Makefile | ||
Makefile.inc | ||
zephyr-env.sh |