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