Add NuMaker-HMI-MA35D1 and RTP porting.

This commit is contained in:
Wayne Lin
2022-10-03 15:07:07 +08:00
committed by Bernard Xiong
parent ece0c6eef8
commit 2825189542
334 changed files with 168700 additions and 343 deletions

View File

@@ -0,0 +1,13 @@
# RT-Thread building script for component
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
libs = []
src = Glob('*src/*.c') + Glob('src/*.cpp')
cpppath = [cwd + '/inc']
libpath = [cwd + '/lib']
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = cpppath)
Return('group')