-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKconfig
More file actions
29 lines (23 loc) · 678 Bytes
/
Copy pathKconfig
File metadata and controls
29 lines (23 loc) · 678 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config EXAMPLES_BL602_ADC_TEST
tristate "BL602 ADC Test App"
default n
---help---
Enable the BL602 ADC Test App
if EXAMPLES_BL602_ADC_TEST
config EXAMPLES_BL602_ADC_TEST_PROGNAME
string "Program name"
default "bl602_adc_test"
---help---
This is the name of the program that will be used when the NSH ELF
program is installed.
config EXAMPLES_BL602_ADC_TEST_PRIORITY
int "BL602 ADC Test task priority"
default 100
config EXAMPLES_BL602_ADC_TEST_STACKSIZE
int "BL602 ADC Test stack size"
default DEFAULT_TASK_STACKSIZE
endif