[BSP][all ls1c]change license to Apache-2.0

[BSP][ls1c] add rtc library
[BSP][ls1c] add pwm ,touch , rtc driver
This commit is contained in:
sundm75
2018-12-24 18:49:00 +08:00
parent d592b41dfd
commit 029e161f59
65 changed files with 2043 additions and 1087 deletions
-4
View File
@@ -5,10 +5,6 @@ src = Glob('*.c')
CPPPATH = [cwd]
if GetDepend('RT_USING_RTGUI') == False:
SrcRemove(src, 'touch.c')
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)
objs = []