基于SOC开发流程的的通用SDK框架,目前服务器OTA这块还没搭建好,但不影响功能开发,OTA目前可以用蓝牙直连OTA的方式进行升级
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,18 @@
|
||||
@echo off
|
||||
setlocal enabledelayedexpansion
|
||||
set INDIR=%1%
|
||||
set MERGE=%2%
|
||||
set AROUT=%3%
|
||||
|
||||
echo %INDIR%
|
||||
echo %MERGE%
|
||||
echo %AROUT%
|
||||
|
||||
set FILES=
|
||||
|
||||
for /f "tokens=*" %%i in ('dir /b %INDIR%\*.a') DO SET FILES=!FILES! %INDIR%\%%i
|
||||
|
||||
echo %FILES%
|
||||
|
||||
%MERGE% --no-rewrite --output %AROUT% %FILES%
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user