mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-19 14:03:33 +08:00
76e123d8ca
* -更新芯片型号和板子型号 * -天空星目前只有青春版(没有贴外部flash),高配版(有贴外部flash)正在生产,所贴的SPI FLASH 从GD25Q32升级为W25Q128。
27 lines
425 B
Plaintext
27 lines
425 B
Plaintext
mainmenu "RT-Thread Configuration"
|
|
|
|
BSP_DIR := .
|
|
|
|
RTT_DIR := ../../..
|
|
|
|
PKGS_DIR := packages
|
|
|
|
config SOC_STM32F407VE
|
|
bool
|
|
select SOC_SERIES_STM32F4
|
|
select RT_USING_COMPONENTS_INIT
|
|
select RT_USING_USER_MAIN
|
|
default y
|
|
|
|
config BOARD_STM32F407_LCKFB
|
|
bool
|
|
default y
|
|
|
|
source "$(RTT_DIR)/Kconfig"
|
|
osource "$PKGS_DIR/Kconfig"
|
|
rsource "../libraries/Kconfig"
|
|
|
|
if !RT_USING_NANO
|
|
rsource "board/Kconfig"
|
|
endif
|