nuttx-apps/system/cfgdata
2020-07-25 01:01:51 -07: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: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs 2020-07-09 15:17:37 -03:00
README.md Rename README and README.txt to README.md 2020-07-25 01:01:51 -07: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 [arguments]

Where 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