nuttx-apps/system/cfgdata
Xiang Xiao ead498a788 build: Remove the workaround for the inexistence of .config/Make.defs
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2020-05-21 17:43:42 +01: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 Change the defaults of stack size configs to DEFAULT_TASK_STACKSIZE 2020-03-27 02:43:11 -05:00
Make.defs Remove extra whitespace from files (#43) 2020-01-31 08:29:24 -06:00
Makefile build: Remove the workaround for the inexistence of .config/Make.defs 2020-05-21 17:43:42 +01: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