Settings documentation was placed under storage paragraph in documentation tree, which suggested that it was another storage solution. In fact settings uses storage modules as its persistent storage back-end. This patch creates dedicated run-time configuration paragraph which aim to explain existence (and emphasize) of common run-time configuration system in Zephyr-RTOS and rationale for using it. The Settings paragraph is placed under this paragraph as it is only sub-module which implements the solution. Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
13 lines
145 B
ReStructuredText
13 lines
145 B
ReStructuredText
.. _storage_reference:
|
|
|
|
Storage
|
|
#######
|
|
|
|
.. toctree::
|
|
:maxdepth: 1
|
|
|
|
nvs/nvs.rst
|
|
disk/sdhc.rst
|
|
flash_map/flash_map.rst
|
|
fcb/fcb.rst
|