4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-15 11:29:12 +08:00
Chasel 94952b18fc
[bsp][mm32f526x] 1.add mm32f526x bsp; (#9940)
[bsp][mm32f526x] 1.add a bsp for mm32f526x;
2025-02-03 23:29:27 +08:00

18 lines
281 B
Plaintext

mainmenu "RT-Thread Configuration"
BSP_DIR := .
RTT_DIR := ../..
PKGS_DIR := packages
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
rsource "board/Kconfig"
config SOC_MM32F526x
bool
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y