4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-23 03:37:20 +08:00

28 lines
467 B
Plaintext
Raw Normal View History

2019-10-20 22:25:08 +08:00
mainmenu "RT-Thread Configuration"
BSP_DIR := .
2019-10-20 22:25:08 +08:00
RTT_DIR := ../../..
2019-10-20 22:25:08 +08:00
PKGS_DIR := packages
2023-01-08 21:14:23 -05:00
config SOC_STM32F412ZG
bool
select SOC_SERIES_STM32F4
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y
config BOARD_STM32F412_NUCLEO
bool
select BOARD_SERIES_STM32_NUCLEO_144
default y
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "../libraries/Kconfig"
if !RT_USING_NANO
rsource "board/Kconfig"
endif