Initial commit
Initial commit.
This commit is contained in:
8
bootloader/mcuboot/scripts/jgdb.sh
Normal file
8
bootloader/mcuboot/scripts/jgdb.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#! /bin/bash
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
source $(dirname $0)/../target.sh
|
||||
|
||||
# Start the jlink gdb server
|
||||
JLinkGDBServer -if swd -device $SOC -speed auto
|
||||
Reference in New Issue
Block a user