mirror of
https://github.com/drasko/open-ameba.git
synced 2024-11-21 21:44:19 +00:00
4 lines
124 B
Batchfile
4 lines
124 B
Batchfile
@echo off
|
|
PATH=D:\MCU\OpenOCD;%PATH%
|
|
taskkill /F /IM openocd.exe
|
|
start openocd -f interface\Jlink.cfg -f flasher\ameba1.cfg
|