nuttx/Documentation/applications/system/cfgdata/index.rst
2023-10-24 10:29:01 -03:00

23 lines
491 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

===========================
``cfgdata`` Cfgdata Command
===========================
This application provides a command line interface for managing platform
specific configdata within the ``/dev/config`` device.
Usage::
config <cmd> [arguments]
Where ``<cmd>`` is one of:
- ``all`` show all config entries
- ``print`` display a specific config entry
- ``set`` set or change a config entry
- ``unset`` delete a config entry
Author: Ken Pettit
Date: 18 December 2018