We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 553b57e + 66e6038 commit c689171Copy full SHA for c689171
bsp/stm32/stm32f407-atk-explorer/board/Kconfig
@@ -5,7 +5,6 @@ config SOC_STM32F407ZG
5
select SOC_SERIES_STM32F4
6
select RT_USING_COMPONENTS_INIT
7
select RT_USING_USER_MAIN
8
- select PKG_USING_RT_MEMCPY_CM
9
default y
10
11
menu "Onboard Peripheral Drivers"
@@ -84,7 +83,6 @@ menu "Onboard Peripheral Drivers"
84
83
select RT_USING_DFS_ELMFAT
85
select RT_USING_DFS_ROMFS
86
select BSP_USING_FS
87
- select RT_USING_SYSTEM_WORKQUEUE
88
default n
89
90
config SDIO_MAX_FREQ
@@ -104,7 +102,6 @@ menu "Onboard Peripheral Drivers"
104
102
select FAL_USING_AUTO_INIT
105
103
select FAL_PART_HAS_TABLE_CFG
106
select PKG_USING_LITTLEFS
107
108
109
110
endmenu
0 commit comments