rt-thread/components/CMSIS/Kconfig

21 lines
420 B
Plaintext
Raw Normal View History

2017-12-21 16:40:04 +08:00
if ARCH_ARM_CORTEX_M
menu "ARM CMSIS"
config RT_USING_CMSIS_OS
bool "Using CMSIS RTOS API"
default n
help
Enable CMSIS RTOS API, which is implemented above RT-Thread.
config RT_USING_RTT_CMSIS
bool "Using CMSIS Header files in RT-Thread"
default n
help
2018-07-18 11:05:39 +08:00
Use CMSIS header files in RT-Thread/components/CMSIS. Otherwise, use the
2017-12-21 16:40:04 +08:00
CMSIS header files in BSP.
endmenu
endif