23 lines
396 B
Plaintext
Raw Normal View History

2014-04-22 08:40:48 -06:00
#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config EXAMPLES_SERIALRX
bool "Serial Rx example"
default n
---help---
2014-04-22 08:41:15 -06:00
Enable the serial RX example
2014-04-22 08:40:48 -06:00
if EXAMPLES_SERIALRX
config EXAMPLES_SERIALRX_STACKSIZE
int "Serial Rx stack size"
default 2048
config EXAMPLES_SERIALRX_PRIORITY
int "Serial Rx task priority"
default 50
2014-04-22 08:40:48 -06:00
endif