Hey
I see that there is three options for saving the settings
Zephyr has three storage backends: a Flash Circular Buffer
(:kconfig:option:`CONFIG_SETTINGS_FCB`), a file in the filesystem
(:kconfig:option:`CONFIG_SETTINGS_FILE`), or non-volatile storage
(:kconfig:option:`CONFIG_SETTINGS_NVS`).
Trying to understand the best option for me
Where can I find more info about every one of them what are the differences between them if I am using my external flash for saving the settings ?
Where can I find more info about every one of them what are the differences between them if I am using my external flash for saving the settings ?
Thasnk a lot ...