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

27 lines
444 B
Plaintext
Raw Normal View History

mainmenu "RT-Thread Configuration"
BSP_DIR := .
RTT_DIR := ../../..
PKGS_DIR := packages
2023-01-08 21:14:23 -05:00
config SOC_STM32L475VE
bool
select SOC_SERIES_STM32L4
config BOARD_STM32L475_ATK_PANDORA
bool
2024-05-05 21:29:20 -04:00
select SOC_STM32L475VE
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