zephyr/doc/reference/storage/index.rst
Andrzej Puzdrowski af0abb2b8d doc/reference: move the settings doc higher
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>
2019-11-05 14:06:22 +01:00

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