Quantum Leaps e0f9c36c2f 4.5.01
2012-08-14 18:00:48 -04:00

16 lines
212 B
Batchfile

setlocal
@echo off
if "%1"=="rel" (
set CONF=rel
) else if "%1"=="spy" (
set CONF=spy
) else (
set CONF=dbg
)
@echo on
arm-eabi-insight -x jlink.gdb %CONF%\dpp-qk.elf
@echo off
endlocal