8 lines
130 B
Bash
8 lines
130 B
Bash
![]() |
#!/bin/bash
|
||
|
#
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
source $(dirname $0)/../target.sh
|
||
|
|
||
|
JLinkExe -speed auto -si SWD -device $SOC
|