tcl/board: Add config for nRF9160 development kit
Tested with nRF9160 development kit. Change-Id: I367b869b9707bef0547b5d3575b24e19db74cd21 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8866 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
committed by
Antonio Borneo
parent
895dfb5d87
commit
20d7e83576
12
tcl/board/nordic/nrf9160-dk.cfg
Normal file
12
tcl/board/nordic/nrf9160-dk.cfg
Normal file
@@ -0,0 +1,12 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#
|
||||
# Nordic Semiconductor nRF9160 Development Kit
|
||||
# https://www.nordicsemi.com/Products/Development-hardware/nRF9160-DK
|
||||
#
|
||||
|
||||
source [find interface/jlink.cfg]
|
||||
|
||||
transport select swd
|
||||
|
||||
source [find target/nordic/nrf91.cfg]
|
||||
Reference in New Issue
Block a user