David Brown | 22a6fe3 | 2017-01-10 10:40:43 -0700 | [diff] [blame] | 1 | #! /bin/bash |
David Brown | 79c4fcf | 2021-01-26 15:04:05 -0700 | [diff] [blame^] | 2 | # |
3 | # SPDX-License-Identifier: Apache-2.0 | ||||
David Brown | 22a6fe3 | 2017-01-10 10:40:43 -0700 | [diff] [blame] | 4 | |
5 | source $(dirname $0)/../target.sh | ||||
6 | |||||
7 | # Start the jlink gdb server | ||||
8 | JLinkGDBServer -if swd -device $SOC -speed auto |