Files
bizhang_-obav/platforms/nuttx/Debug/jlink_gdb_start.sh.in

8 lines
181 B
Bash
Raw Permalink Normal View History

#! /bin/sh
set -o xtrace
killall JLinkGDBServerCLExe
JLinkGDBServerCLExe -silent -device @DEBUG_DEVICE@ -select usb -if SWD -speed auto -LocalhostOnly 1 -strict -vd -singlerun &