123456789101112131415161718192021222324252627 |
- mainmenu "RT-Thread Configuration"
- BSP_DIR := .
- RTT_DIR := ../../..
- PKGS_DIR := packages
- config SOC_STM32G030RB
- bool
- select SOC_SERIES_STM32G0
- select RT_USING_COMPONENTS_INIT
- select RT_USING_USER_MAIN
- default y
- config BOARD_STM32G030_TINY_BOARD
- 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
|