zephyr/subsys/settings/src
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
..
CMakeLists.txt settings: add shell commands for reading settings 2021-11-22 08:32:56 -05:00
settings_fcb.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
settings_file.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
settings_init.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
settings_line.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
settings_none.c
settings_nvs.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
settings_priv.h subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
settings_runtime.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
settings_shell.c settings: add shell commands to write and delete settings 2022-05-13 10:11:40 -05:00
settings_store.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00
settings.c subsystems: migrate includes to <zephyr/...> 2022-05-09 12:07:35 +02:00