Kconfig 420 字节
Newer Older
B
Bernard Xiong 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
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
L
liang yongxiang 已提交
15
        Use CMSIS header files in RT-Thread/components/CMSIS. Otherwise, use the
B
Bernard Xiong 已提交
16 17 18 19 20
        CMSIS header files in BSP.

endmenu

endif