1 Star 0 Fork 35

功夫猴子/ota_downloader

forked from 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')
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/zouchuan/ota_downloader.git
git@gitee.com:zouchuan/ota_downloader.git
zouchuan
ota_downloader
ota_downloader
master

搜索帮助