zephyr/subsys
Aurelien Jarno ed0b0b7cbd nvs: fix alloc/data wra log format string
Commit 41f86c3db2 ("nvs: fix warnings in logger") wrongly changed the
"%d" into "%x" while it was only supposed to suppress the warning.

This patch switches back the format string to "%x".

Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
2019-01-29 17:49:44 +01:00
..
app_memory
bluetooth Bluetooth: Add identifiers for Bluetooth 5.1 2019-01-29 16:00:57 +02:00
console console: Kconfig: Update for recent changes 2018-12-20 12:21:49 +01:00
cpp c++: kconfig: EXCEPTIONS needs to depend on NEWLIB_LIBC 2018-11-28 13:51:35 -08:00
debug debug: SystemView fix 2019-01-25 17:37:51 -05:00
dfu dfu: Cast offset to u32_t before calling LOG 2019-01-07 16:07:03 -05:00
disk crc: Move crc7 into CRC single header 2018-12-30 16:24:10 -05:00
fb kconfig: Have the 'framebuffer' menu depend on it being enabled 2018-12-30 16:24:50 -05:00
fs nvs: fix alloc/data wra log format string 2019-01-29 17:49:44 +01:00
logging logging: Add support for new 'in place' mode to native posix backend 2019-01-29 17:24:37 +01:00
mgmt shell: removing legacy shell 2019-01-16 21:35:36 -05:00
net net: shell: Fix network interface type for OpenThread 2019-01-29 16:03:47 +02:00
power power: move reboot.c to subsys/power 2019-01-22 07:45:22 -05:00
random
settings subsys/settings: fcb compress areas only once 2019-01-23 14:43:00 +01:00
shell shell: added static to char_replace function 2019-01-29 17:46:47 +01:00
stats
storage drivers: flash: spi_nor: Enable Flash Page Layout and Map 2019-01-16 21:22:56 -05:00
usb usb: cdc_acm: Fix composite build 2019-01-24 08:37:16 -05:00
CMakeLists.txt power: move reboot.c to subsys/power 2019-01-22 07:45:22 -05:00
Kconfig