nuttx-apps/system/cfgdata
2019-10-04 08:35:46 -06:00
..
.gitignore apps/system/configdata: Adds an "cfgdata" command which allows manipulation of the /dev/config items via the command line. One such use for this utility would be to set a "macaddr" configdata item, etc. The utility is sort-of like a u-boot env variable edit function: 2018-12-20 14:24:51 -06:00
cfgdata_main.c apps/system/configdata: Adds an "cfgdata" command which allows manipulation of the /dev/config items via the command line. One such use for this utility would be to set a "macaddr" configdata item, etc. The utility is sort-of like a u-boot env variable edit function: 2018-12-20 14:24:51 -06:00
Kconfig apps/system/cfgdata: Make builtin task stack size and priority configurable. Set default to 2048 (from 1024) per recommendation of Ken Pettit. 2019-01-22 08:57:03 -06:00
Make.defs apps/system/configdata: Adds an "cfgdata" command which allows manipulation of the /dev/config items via the command line. One such use for this utility would be to set a "macaddr" configdata item, etc. The utility is sort-of like a u-boot env variable edit function: 2018-12-20 14:24:51 -06:00
Makefile Clean up Makefile under apps folder no functional changes. 2019-10-04 08:35:46 -06:00
README.txt apps/system/configdata: Adds an "cfgdata" command which allows manipulation of the /dev/config items via the command line. One such use for this utility would be to set a "macaddr" configdata item, etc. The utility is sort-of like a u-boot env variable edit function: 2018-12-20 14:24:51 -06:00

Cfgdata Tool
===============

    Source: NuttX
    Author: Ken Pettit
    Date: 18 December 2018

This application provides a command line interface for managing
platform specific configdata within the /dev/config device.

Usage: config <cmd> [argumens]

   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