Ubiquitous/RT-Thread_Fusion_XiUOS/app_match_rt-thread/ hs300x

1.Kconfig is ok.
2.gcc is ok.
This commit is contained in:
yl1185
2022-06-23 14:08:49 +08:00
parent ad84a842b0
commit 9d1e3b8ef3
4 changed files with 46 additions and 0 deletions
@@ -0,0 +1,7 @@
Import('RTT_ROOT')
from building import *
cwd = GetCurrentDir()
objs = SConscript(os.path.join(cwd, 'hs300x_source', 'SConscript'))
Return('objs')