zephyr/doc/reference/runtime_conf/index.rst
Andrzej Puzdrowski 42c09c99e9 samples/subsys/settings: add the readme doc
Added readme file for the sample

Signed-off-by: Andrzej Puzdrowski <andrzej.puzdrowski@nordicsemi.no>
2020-01-31 07:45:52 -05:00

25 lines
760 B
ReStructuredText

.. _runtime_config_reference:
Runtime Configuration System
############################
Zephyr RTOS provides a submodule called 'settings' used
for persistent storage such as saving and loading runtime
configuration data. A variety of storage implementations
are provided behind a common API using FCB, NVS, or a
file system. These different implementations give the
application developer flexibility to select an appropriate
storage medium, and even change it later as needs change.
The runtime configuration system is used by various Zephyr
components and can be used simultaneously by user applications.
For an example of the settings module refer to
:ref:`the sample <settings_subsys_sample>`.
.. toctree::
:maxdepth: 1
settings/settings.rst