4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-19 05:23:31 +08:00

23 lines
372 B
Plaintext
Raw Normal View History

2020-05-28 20:58:45 +08:00
mainmenu "RT-Thread Configuration"
BSP_DIR := .
2020-05-28 20:58:45 +08:00
RTT_DIR := ../../..
2020-05-28 20:58:45 +08:00
PKGS_DIR := packages
2023-01-08 21:14:23 -05:00
config SOC_STM32F411RC
bool
select SOC_SERIES_STM32F4
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "../libraries/Kconfig"
if !RT_USING_NANO
rsource "board/Kconfig"
endif