nuttx-apps/system/cfgdata
2020-03-22 23:09:40 -05:00
..
.gitignore Revert "Don't generate .depend anymore" 2020-03-22 23:09:40 -05:00
cfgdata_main.c Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -06:00
Kconfig Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Make.defs Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Makefile Makefiles: This reverts part of commit cf0365ea9. It restores 'conditional' inclusion of TOPDIR/Make.defs. Otherwise all make targets fail if the board has not been configured. That is okay most of the time, but not for things like clean and distclean which should not depend on being configured. 2019-10-15 09:25:48 +08:00
README.txt Run codespell -w with the latest dictonary again 2020-02-23 07:10:14 -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> [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