add raspberry-pico bsp

This commit is contained in:
guozhanxin
2021-01-28 19:59:31 +08:00
parent fdb270c6f4
commit 6d36d384c2
423 changed files with 137242 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = os.path.join(str(Dir('#')), 'applications')
src = Glob('*.c')
CPPPATH = [cwd, str(Dir('#'))]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')