mirror of
https://github.com/pvvx/RTL00_AT.git
synced 2024-11-01 01:44:15 +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
|