nuttx-apps/system/cfgdata/README.md

23 lines
438 B
Markdown
Raw Normal View History

2020-07-23 15:19:35 +02:00
# System / `cfgdata`
2020-07-23 15:19:35 +02:00
```
Author: Ken Pettit
Date: 18 December 2018
```
2020-07-23 15:19:35 +02:00
This application provides a command line interface for managing platform
specific configdata within the `/dev/config` device.
2020-07-23 15:19:35 +02:00
**Usage**:
2020-07-23 15:19:35 +02:00
```shell
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