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

28 lines
466 B
Plaintext
Raw Normal View History

2019-01-28 19:24:33 +08:00
mainmenu "RT-Thread Configuration"
BSP_DIR := .
2019-01-28 19:24:33 +08:00
RTT_DIR := ../../..
2019-01-28 19:24:33 +08:00
PKGS_DIR := packages
2023-01-08 21:14:23 -05:00
config SOC_STM32L476RG
bool
select SOC_SERIES_STM32L4
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y
config BOARD_STM32L476_NUCLEO
bool
select BOARD_SERIES_STM32_NUCLEO_64
default y
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "../libraries/Kconfig"
if !RT_USING_NANO
rsource "board/Kconfig"
endif