nuttx-apps/system/cfgdata
lilei19 41f60bd669 change strcpy to strlcpy
Change-Id: I8b9429a3c225a82842fce136bdb14b8b135066d3
Signed-off-by: lilei19 <lilei19@xiaomi.com>
2023-02-22 23:09:55 +08:00
..
cfgdata_main.c change strcpy to strlcpy 2023-02-22 23:09:55 +08:00
Kconfig Change the defaults of stack size configs to DEFAULT_TASK_STACKSIZE 2020-03-27 02:43:11 -05:00
Make.defs Makefiles: Gregory Nutt: update licenses to Apache 2021-06-07 21:35:33 -05:00
Makefile Makefile: Ken Pettit: update licenses to Apache 2021-06-07 21:35:33 -05:00
README.md Rewritten READMEs to Markdown 2020-07-25 01:01:51 -07:00

System / cfgdata

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