2014-04-22 16:40:48 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2014-04-22 16:40:48 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
config EXAMPLES_SERIALRX
|
|
|
|
bool "Serial Rx example"
|
|
|
|
default n
|
|
|
|
---help---
|
2014-04-22 16:41:15 +02:00
|
|
|
Enable the serial RX example
|
2014-04-22 16:40:48 +02:00
|
|
|
|
|
|
|
if EXAMPLES_SERIALRX
|
2014-04-22 18:38:08 +02:00
|
|
|
|
|
|
|
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 16:40:48 +02:00
|
|
|
endif
|