前板第一次提交

This commit is contained in:
2024-03-29 16:11:04 +08:00
parent cdd76cc211
commit 7217463e55
1299 changed files with 385855 additions and 0 deletions

11
lvgl_v8_front/lvgl/SConscript Executable file
View File

@@ -0,0 +1,11 @@
# RT-Thread building script for bridge
import os
from building import *
objs = []
cwd = GetCurrentDir()
objs = objs + SConscript(cwd + '/env_support/rt-thread/SConscript')
Return('objs')