mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-14 18:38:55 +00:00
26 lines
407 B
Plaintext
26 lines
407 B
Plaintext
menu "Rt-Thread options"
|
|
|
|
config KERNEL_RTTHREAD
|
|
bool
|
|
default y
|
|
|
|
config DRIVER_HAL_EN
|
|
bool
|
|
default y
|
|
|
|
config DRIVER_DRV_EN
|
|
bool
|
|
default y
|
|
|
|
config RTT_DIR
|
|
string
|
|
option env="RTT_ROOT"
|
|
default "kernel/rt-thread"
|
|
|
|
source "$RTT_DIR/src/Kconfig"
|
|
source "$RTT_DIR/libcpu/Kconfig"
|
|
source "$RTT_DIR/components/Kconfig"
|
|
source "$RTT_DIR/examples/utest/testcases/Kconfig"
|
|
|
|
endmenu
|