zephyr/subsys/settings
Andrzej Puzdrowski 523acef71c settings: fix key-value duplication check
Whenever a new key-value is about to be stored, the settings
perform check whether the value really changes. This check
after #9521 patch should work differently as `\0` is not
the value terminator anymore. Because of above any value which
starts from \0 will be treated mistakenly as a NULL.

This patch uses check-length callback instead read-callback which
fix the issue and simplify the code a little.

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2018-12-12 12:51:12 +01:00
..
include/settings
src settings: fix key-value duplication check 2018-12-12 12:51:12 +01:00
CMakeLists.txt
Kconfig settings: make base64 encoding optional 2018-12-11 11:22:16 +01:00