|
|
@ -14,11 +14,13 @@ if not exist app\_build\app.hex ( |
|
|
|
exit /b 1 |
|
|
|
) |
|
|
|
|
|
|
|
call scripter\keil_flash.bat app\app.uvprojx |
|
|
|
|
|
|
|
@REM ´ò°ü |
|
|
|
mergehex --merge ^ |
|
|
|
res/s140_nrf52_7.2.0_softdevice.hex ^ |
|
|
|
app\_build\app.hex ^ |
|
|
|
--output output/app_whole.hex |
|
|
|
@REM mergehex -f hex --merge ^ |
|
|
|
@REM res/s140_nrf52_7.2.0_softdevice.hex ^ |
|
|
|
@REM app\_build\app.hex ^ |
|
|
|
@REM --output output/app_whole.hex |
|
|
|
|
|
|
|
@REM if %errorlevel% neq 0 ( |
|
|
|
@REM echo EEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEEE |
|
|
|