mirror of
https://github.com/pvvx/RTL00_WEB.git
synced 2024-11-22 14:04:21 +00:00
5 lines
112 B
Batchfile
5 lines
112 B
Batchfile
|
@echo off
|
||
|
call paths.bat
|
||
|
taskkill /F /IM openocd.exe
|
||
|
start openocd -f interface\Jlink.cfg -f flasher\ameba1.cfg
|