| 123456789101112131415161718192021222324 |
- mainmenu "RT-Thread Configuration"
- BSP_DIR := .
- RTT_DIR := ../../../../..
- PKGS_DIR := packages
- ENV_DIR := /
- source "$(RTT_DIR)/Kconfig"
- osource "$PKGS_DIR/Kconfig"
- config SOC_MCIMX6X4
- bool
- select RT_USING_COMPONENTS_INIT
- select RT_USING_USER_MAIN
- select PKG_USING_NXP_IMX6SX_DRIVER
- default y
- config RT_USING_UART1
- bool "Using RT_USING_UART1"
- default y
|