mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-14 15:17:35 +08:00
8 lines
181 B
Bash
Executable File
8 lines
181 B
Bash
Executable File
#! /bin/sh
|
|
|
|
set -o xtrace
|
|
|
|
killall JLinkGDBServerCLExe
|
|
|
|
JLinkGDBServerCLExe -silent -device @DEBUG_DEVICE@ -select usb -if SWD -speed auto -LocalhostOnly 1 -strict -vd -singlerun &
|