nuttx-apps/examples/serialrx/Kconfig

23 lines
424 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config EXAMPLES_SERIALRX
bool "Serial Rx example"
default n
---help---
Enable the serial RX example
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
endif