17 lines
159 B
Plaintext
17 lines
159 B
Plaintext
|
#
|
||
|
|
||
|
menu "RT-Thread"
|
||
|
|
||
|
config RK_RTT
|
||
|
bool "RTT"
|
||
|
|
||
|
if RK_RTT
|
||
|
|
||
|
config RK_RTT_TARGET
|
||
|
string "RT-Thread target"
|
||
|
default "rk3568-32"
|
||
|
|
||
|
endif
|
||
|
|
||
|
endmenu # RT-Thread
|