Merge pull request #2727 from HubertXie/master

[BSP][STM32] 增加RT_USING_CPU_FFS配置选项
This commit is contained in:
Bernard Xiong 2019-05-29 00:06:48 +08:00 committed by GitHub
commit 5a3cb253be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 1 deletions

View File

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