2020-12-04 09:16:12 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config SYSTEM_ARGTABLE3
|
|
|
|
bool "ARGTABLE3 library"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enables the ARGTABLE3 library.
|
|
|
|
|
|
|
|
if SYSTEM_ARGTABLE3
|
|
|
|
|
|
|
|
config SYSTEM_ARGTABLE3_VERSION
|
|
|
|
string "ARGTABLE3 Version"
|
2021-01-16 21:02:18 +01:00
|
|
|
default "3.2.0.7402e6e"
|
2020-12-04 09:16:12 +01:00
|
|
|
|
2022-11-16 06:13:00 +01:00
|
|
|
config SYSTEM_ARGTABLE3_TEST
|
|
|
|
tristate "System Argtable3 Test"
|
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
test application for argtable3
|
|
|
|
|
|
|
|
if SYSTEM_ARGTABLE3_TEST
|
|
|
|
|
|
|
|
config SYSTEM_ARGTABLE3_TEST_PROGNAME
|
|
|
|
string "Test program name"
|
|
|
|
default "argtable3_test"
|
|
|
|
---help---
|
|
|
|
Argtable3 test application name
|
|
|
|
|
|
|
|
config SYSTEM_ARGTABLE3_TEST_PRIORITY
|
|
|
|
int "Test application priority"
|
|
|
|
default 100
|
|
|
|
|
|
|
|
config SYSTEM_ARGTABLE3_TEST_STACKSIZE
|
|
|
|
int "Test application stack size"
|
|
|
|
default DEFAULT_TASK_STACKSIZE
|
|
|
|
|
|
|
|
endif
|
|
|
|
|
2020-12-04 09:16:12 +01:00
|
|
|
endif
|