nuttx/boards/arm/stm32/nucleo-f302r8/Kconfig
2021-08-11 09:30:12 -03:00

21 lines
370 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_NUCLEO_F302R8
config NUCLEOF302R8_HIGHPRI
bool "High priority interrupt test"
default n
if SENSORS_QENCODER
config NUCLEO_F302R8_QETIMER
int "Timer to use with QE encoder"
default 2
endif # SENSORS_QENCODER
endif