Files
PX4-Autopilot/platforms/nuttx/Debug/jlink_gdb_start.sh.in
2019-11-26 15:39:02 -05:00

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 &