2016-12-20 17:49:46 -06:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
if ARCH_BOARD_OLIMEX_STM32P407
|
|
|
|
|
2020-07-02 00:25:39 +01:00
|
|
|
config STM32_OLIMEXP407_STACKSIZE
|
2017-03-09 12:42:04 -06:00
|
|
|
int "USB host waiter stack size"
|
|
|
|
default 1024
|
|
|
|
depends on USBHOST
|
|
|
|
|
2020-07-02 00:25:39 +01:00
|
|
|
config STM32_OLIMEXP407_PRIO
|
2017-03-09 12:42:04 -06:00
|
|
|
int "USB host waiter task priority"
|
|
|
|
default 100
|
|
|
|
depends on USBHOST
|
|
|
|
|
2020-07-02 00:25:39 +01:00
|
|
|
config STM32_OLIMEXP407_UEXT_USART3
|
|
|
|
bool "Enable UEXT USART3"
|
|
|
|
default n
|
|
|
|
|
2016-12-20 17:49:46 -06:00
|
|
|
endif
|