4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-01-20 13:23:31 +08:00

24 lines
349 B
Plaintext
Raw Normal View History

mainmenu "RT-Thread Configuration"
BSP_DIR := .
RTT_DIR := ../../../../..
PKGS_DIR := packages
ENV_DIR := /
source "$(RTT_DIR)/Kconfig"
osource "$PKGS_DIR/Kconfig"
config SOC_MCIMX6X4
2023-01-08 21:14:23 -05:00
bool
select RT_USING_COMPONENTS_INIT
select RT_USING_USER_MAIN
default y
config RT_USING_UART1
bool "Using RT_USING_UART1"
default y