feat: add settings mgmt and split debug transport snippets

This commit is contained in:
2026-05-11 16:19:37 +02:00
parent 3fed249430
commit 5ae098962d
15 changed files with 366 additions and 56 deletions

View File

@@ -0,0 +1,14 @@
menuconfig SETTINGS_MGMT
bool "Settings Management"
default y
select SETTINGS
select ZMS
help
Library for initializing and managing the settings subsystem.
ZMS (Zephyr Memory Storage) backend is automatically selected when ZMS is enabled.
if SETTINGS_MGMT
module = SETTINGS_MGMT
module-str = settings_mgmt
source "subsys/logging/Kconfig.template.log_config"
endif # SETTINGS_MGMT