将“龙芯1c库”中的GPIO相关接口移植到RT-Thread

This commit is contained in:
勤为本
2017-07-18 11:15:10 +08:00
parent 8034add04a
commit 0940301981
14 changed files with 1114 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('Libraries', src, depend = [''], CPPPATH = CPPPATH)
Return('group')