4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-03-03 05:26:28 +08:00
Huaqi Fang 3451466e9d bsp: Add initial commit of nuclei rvstar board bsp
Signed-off-by: Huaqi Fang <578567190@qq.com>
2020-04-03 10:04:42 +08:00

12 lines
213 B
Python

Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
src = Glob('*.c')
CPPPATH = [cwd, ]
group = DefineGroup('Applications', src, depend = [''], CPPPATH = CPPPATH)
Return('group')