mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-21 01:12:11 +00:00
8 lines
181 B
Bash
8 lines
181 B
Bash
|
|
#! /bin/sh
|
||
|
|
|
||
|
|
set -o xtrace
|
||
|
|
|
||
|
|
killall JLinkGDBServerCLExe
|
||
|
|
|
||
|
|
JLinkGDBServerCLExe -silent -device @DEBUG_DEVICE@ -select usb -if SWD -speed auto -LocalhostOnly 1 -strict -vd -singlerun &
|