zephyr/subsys
Dennis Wildmark af98cd7b9c DFU: img util: Fixed warnings when compiling with newlib
Fixed format error when compiling with gcc and newlib.
Used standard formats (%u) instead of inttypes formats (PRIxxx)
since Zephyr redefines the standard formats, that way it should always
be in line with the Zephyr types.

Compiled with and without newlib using gcc.

Signed-off-by: Dennis Wildmark <dennis.wildmark@assaabloy.com>
2019-05-07 09:00:39 -04:00
..
bluetooth bluetooth: controller: hal: Correct the bit mask of used PPI channels 2019-05-07 11:12:01 +02:00
console
cpp
debug arch: arm: remove _preempt_float in unshared FP registers mode 2019-05-03 14:25:22 -04:00
dfu DFU: img util: Fixed warnings when compiling with newlib 2019-05-07 09:00:39 -04:00
disk
fb
fs
jwt
logging
mgmt Bluetooth: GATT: Rename BT_GATT_DB to BT_GATT_DYNAMIC_DB 2019-05-02 08:29:23 +03:00
net net: Check device driver API pointer 2019-05-07 15:41:15 +03:00
power
random
settings subsys/settings: Use strncpy instead of strcpy in settings_runtime 2019-05-02 11:38:16 -04:00
shell shell: prompt configuration during project generation 2019-04-30 10:40:04 -04:00
stats stats: extending api to handle statistics with more than 256 elements 2019-05-01 10:33:17 -04:00
storage
testsuite testsuite: fix memory access 2019-05-02 07:24:19 -04:00
usb usb: usb_dfu: do not set bwPollTimeout dynamically 2019-05-07 08:38:24 -04:00
CMakeLists.txt
Kconfig