zephyr/subsys/settings
Damian Krolik 0856b9790a settings: add shell commands to write and delete settings
Existing settings shell allows for listing and reading
settings only. Add the following two commands:

settings delete <key>
settings write <key> <value-encoded-in-hex>

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
2022-05-13 10:11:40 -05:00
..
include/settings subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
src settings: add shell commands to write and delete settings 2022-05-13 10:11:40 -05:00
CMakeLists.txt
Kconfig