4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-30 02:51:33 +08:00

对CM3,CM4,CM7 自动开启RT_USING_CPU_FFS

This commit is contained in:
HubretXie 2019-05-28 21:30:45 +08:00 committed by GitHub
parent 524f78a2dd
commit 36ffdc058b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,10 @@ config ARCH_CPU_64BIT
config ARCH_ARM
bool
config RT_USING_CPU_FFS
bool
default n
config ARCH_ARM_CORTEX_M
bool
select ARCH_ARM
@ -18,6 +22,7 @@ config ARCH_ARM_CORTEX_M0
config ARCH_ARM_CORTEX_M3
bool
select ARCH_ARM_CORTEX_M
select RT_USING_CPU_FFS
config ARCH_ARM_MPU
bool
@ -26,10 +31,12 @@ config ARCH_ARM_MPU
config ARCH_ARM_CORTEX_M4
bool
select ARCH_ARM_CORTEX_M
select RT_USING_CPU_FFS
config ARCH_ARM_CORTEX_M7
bool
select ARCH_ARM_CORTEX_M
select RT_USING_CPU_FFS
config ARCH_ARM_CORTEX_R
bool