chenwen 756dc32fd0 netutils/iperf: Add iperf example.
system/argtable3: Add an ANSI C library for command-line parsing.
2021-01-07 08:43:26 -06:00

19 lines
346 B
Plaintext

#
# 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"
default "3.0.0"
endif