From 66e6038dfe00470b408fed197cc37e7410170cb6 Mon Sep 17 00:00:00 2001 From: Meco Man <920369182@qq.com> Date: Fri, 27 Aug 2021 19:52:42 -0400 Subject: [PATCH] =?UTF-8?q?[bsp][stm32][f407-explorer]=20=E4=BC=98?= =?UTF-8?q?=E5=8C=96board=20kconfig=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/stm32/stm32f407-atk-explorer/board/Kconfig | 3 --- 1 file changed, 3 deletions(-) diff --git a/bsp/stm32/stm32f407-atk-explorer/board/Kconfig b/bsp/stm32/stm32f407-atk-explorer/board/Kconfig index 7a2775e56f..bce0181a79 100644 --- a/bsp/stm32/stm32f407-atk-explorer/board/Kconfig +++ b/bsp/stm32/stm32f407-atk-explorer/board/Kconfig @@ -5,7 +5,6 @@ config SOC_STM32F407ZG select SOC_SERIES_STM32F4 select RT_USING_COMPONENTS_INIT select RT_USING_USER_MAIN - select PKG_USING_RT_MEMCPY_CM default y menu "Onboard Peripheral Drivers" @@ -84,7 +83,6 @@ menu "Onboard Peripheral Drivers" select RT_USING_DFS_ELMFAT select RT_USING_DFS_ROMFS select BSP_USING_FS - select RT_USING_SYSTEM_WORKQUEUE default n config SDIO_MAX_FREQ @@ -104,7 +102,6 @@ menu "Onboard Peripheral Drivers" select FAL_USING_AUTO_INIT select FAL_PART_HAS_TABLE_CFG select PKG_USING_LITTLEFS - select RT_USING_SYSTEM_WORKQUEUE default n endmenu -- GitLab