6 lines
90 B
Bash
6 lines
90 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
source $(dirname $0)/../target.sh
|
||
|
|
||
|
JLinkExe -speed auto -si SWD -device $SOC
|