From d9e215265ad6d4ae66ab3005ccaa9b2ddd01bf14 Mon Sep 17 00:00:00 2001 From: HubretXie Date: Mon, 27 May 2019 22:50:52 +0800 Subject: [PATCH] =?UTF-8?q?[BSP][STM32]=20=E5=A2=9E=E5=8A=A0RT=5FUSING=5FC?= =?UTF-8?q?PU=5FFFS=E9=85=8D=E7=BD=AE=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit kconfig中增加RT_USING_CPU_FFS配置选项,并且默认开启 --- bsp/stm32/libraries/Kconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bsp/stm32/libraries/Kconfig b/bsp/stm32/libraries/Kconfig index 34280eb7ca..983dfd9648 100644 --- a/bsp/stm32/libraries/Kconfig +++ b/bsp/stm32/libraries/Kconfig @@ -39,4 +39,8 @@ config SOC_SERIES_STM32G0 config SOC_SERIES_STM32H7 bool select ARCH_ARM_CORTEX_M7 - select SOC_FAMILY_STM32 \ No newline at end of file + select SOC_FAMILY_STM32 + +config RT_USING_CPU_FFS + bool "Using CPU FFS" + default y