2017-02-26 12:42:43 +01: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_F334R8
|
|
|
|
|
2017-10-22 17:46:13 +02:00
|
|
|
config NUCLEOF334R8_HIGHPRI
|
|
|
|
bool "High priority interrupt test"
|
|
|
|
default n
|
|
|
|
|
2017-02-26 12:42:43 +01:00
|
|
|
endif
|