1 Star 0 Fork 26

joyband/DLT645

forked from WKJay/DLT645 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SConscript 361 Bytes
一键复制 编辑 原始数据 按行查看 历史
WKJay 提交于 2019-10-15 10:51 . 去除port文件的默认加入
Import('RTT_ROOT')
Import('rtconfig')
from building import *
cwd = GetCurrentDir()
src = Glob("src/*")
# add dlt645 sample
if GetDepend('DLT645_USING_SAMPLE'):
src = src + ['sample/dlt645_sample.c']
CPPPATH = [cwd + '/inc']
CPPPATH += [cwd + '/port']
group = DefineGroup('dlt645', src, depend = ['PKG_USING_DLT645'], CPPPATH = CPPPATH)
Return('group')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sookpang/DLT645.git
git@gitee.com:sookpang/DLT645.git
sookpang
DLT645
DLT645
master

搜索帮助