add raspberry-pico bsp

This commit is contained in:
guozhanxin
2021-01-28 19:59:59 +08:00
parent fdb270c6f4
commit 6d36d384c2
423 changed files with 137242 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd]
group = DefineGroup('Drivers', src, depend = [''], CPPPATH = CPPPATH)
Return('group')