9 Star 61 Fork 33

PaulJiang / ota_downloader

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
SConscript 355 Bytes
一键复制 编辑 原始数据 按行查看 历史
tangweikang 提交于 2019-02-21 10:10 . [完善] ota_downloader
from building import *
cwd = GetCurrentDir()
CPPPATH = [cwd]
src = Split('''
''')
if GetDepend(['PKG_USING_HTTP_OTA']):
src += Glob('src/http_ota.c')
if GetDepend(['PKG_USING_YMODEM_OTA']):
src += Glob('src/ymodem_ota.c')
group = DefineGroup('ota_downloader', src, depend = ['PKG_USING_OTA_DOWNLOADER'], CPPPATH = CPPPATH)
Return('group')
C
1
https://gitee.com/jzhiyu/ota_downloader.git
git@gitee.com:jzhiyu/ota_downloader.git
jzhiyu
ota_downloader
ota_downloader
master

搜索帮助