2017-10-11 18:49:48 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_INA219
|
2018-09-03 17:29:56 +02:00
|
|
|
tristate "INA219 example"
|
2017-10-11 18:49:48 +02:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable the INA219 example
|
|
|
|
|
|
|
|
if EXAMPLES_INA219
|
|
|
|
|
|
|
|
config EXAMPLES_INA219_PROGNAME
|
|
|
|
string "Program name"
|
|
|
|
default "ina219"
|
|
|
|
---help---
|
2019-08-23 19:59:28 +02:00
|
|
|
This is the name of the program that will be used when the NSH ELF
|
2017-10-11 18:49:48 +02:00
|
|
|
program is installed.
|
|
|
|
|
|
|
|
config EXAMPLES_INA219_PRIORITY
|
|
|
|
int "INA219 task priority"
|
|
|
|
default 100
|
|
|
|
|
|
|
|
config EXAMPLES_INA219_STACKSIZE
|
|
|
|
int "INA219 stack size"
|
2020-03-27 06:10:33 +01:00
|
|
|
default DEFAULT_TASK_STACKSIZE
|
2017-10-11 18:49:48 +02:00
|
|
|
|
|
|
|
endif
|