nuttx/Documentation/applications/system/cfgdata/index.rst

23 lines
491 B
ReStructuredText
Raw Normal View History

2023-10-24 12:23:16 +02:00
===========================
``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