2019-02-18 14:44:32 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
if FSUTILS_INIH
|
|
|
|
|
|
|
|
config EXAMPLES_INI_DUMPER
|
2019-10-06 14:14:39 +02:00
|
|
|
tristate "ini dumper example"
|
2019-02-18 14:44:32 +01:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable ini dumper example program which uses inih
|
|
|
|
|
|
|
|
if EXAMPLES_INI_DUMPER
|
|
|
|
|
|
|
|
config EXAMPLES_INI_DUMPER_PROGNAME
|
|
|
|
string "Program name"
|
|
|
|
default "ini_dumper"
|
|
|
|
---help---
|
2019-08-23 19:59:28 +02:00
|
|
|
This is the name of the program that will be used when the NSH ELF
|
2019-02-18 14:44:32 +01:00
|
|
|
program is installed.
|
|
|
|
|
|
|
|
config EXAMPLES_INI_DUMPER_PRIORITY
|
|
|
|
int "ini dumper example task priority"
|
|
|
|
default 100
|
|
|
|
|
|
|
|
config EXAMPLES_INI_DUMPER_STACKSIZE
|
|
|
|
int "ini dumper example stack size"
|
2020-03-27 06:10:33 +01:00
|
|
|
default DEFAULT_TASK_STACKSIZE
|
2019-02-18 14:44:32 +01:00
|
|
|
|
|
|
|
endif #EXAMPLES_INI_DUMPER
|
|
|
|
endif #SYSTEM_INI_DUMPER
|