mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-12-19 15:51:59 +03:00
7 lines
126 B
Bash
7 lines
126 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
source $(dirname $0)/../target.sh
|
||
|
|
||
|
# Start the jlink gdb server
|
||
|
JLinkGDBServer -if swd -device $SOC -speed auto
|