123456789101112131415161718192021 |
- mainmenu "RT-Thread Configuration"
- BSP_DIR := .
- RTT_DIR := ../..
- PKGS_DIR := packages
- source "$(RTT_DIR)/Kconfig"
- osource "$PKGS_DIR/Kconfig"
- config SOC_TM4C129
- bool
- select RT_USING_COMPONENTS_INIT
- select RT_USING_USER_MAIN
- default y
- config RT_USING_UART0
- bool "Using RT_USING_UART0"
- default y
|