[BSP][STM32] 增加RT_USING_CPU_FFS配置选项

kconfig中增加RT_USING_CPU_FFS配置选项,并且默认开启
This commit is contained in:
HubretXie 2019-05-27 22:50:52 +08:00 committed by GitHub
parent 82b9087cb5
commit d9e215265a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -39,4 +39,8 @@ config SOC_SERIES_STM32G0
config SOC_SERIES_STM32H7
bool
select ARCH_ARM_CORTEX_M7
select SOC_FAMILY_STM32
select SOC_FAMILY_STM32
config RT_USING_CPU_FFS
bool "Using CPU FFS"
default y