[bsp][STM32] Add bsp based on new framework

This commit is contained in:
SummerGift
2018-11-29 17:00:22 +08:00
parent 07fce42479
commit 739b2ba51c
1337 changed files with 1759732 additions and 0 deletions

View File

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