mirror of
https://github.com/pvvx/RTL00MP3.git
synced 2025-01-13 14:05:16 +00:00
5 lines
124 B
Batchfile
5 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
|