2018-10-05 15:02:49 +02: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_NUCLEO_F302R8
|
|
|
|
|
2018-11-24 00:33:45 +01:00
|
|
|
config NUCLEOF302R8_HIGHPRI
|
2019-10-06 05:39:12 +02:00
|
|
|
bool "High priority interrupt test"
|
|
|
|
default n
|
2018-11-24 00:33:45 +01:00
|
|
|
|
2021-08-10 09:45:42 +02:00
|
|
|
if SENSORS_QENCODER
|
|
|
|
|
|
|
|
config NUCLEO_F302R8_QETIMER
|
|
|
|
int "Timer to use with QE encoder"
|
|
|
|
default 2
|
|
|
|
|
|
|
|
endif # SENSORS_QENCODER
|
|
|
|
|
2018-10-05 15:02:49 +02:00
|
|
|
endif
|