mirror of
git://git.code.sf.net/p/openocd/code
synced 2025-08-15 17:37:50 +10:00
tcl/board: Add config for nRF5340 development kit
Tested with nRF5340 development kit. Change-Id: I44f1ba176dd4ac491b5dccea4c4d6d6d9bfaf479 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8867 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
parent
20d7e83576
commit
3fbca95ae1
12
tcl/board/nordic/nrf5340-dk.cfg
Normal file
12
tcl/board/nordic/nrf5340-dk.cfg
Normal file
@ -0,0 +1,12 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
#
|
||||
# Nordic Semiconductor nRF5340 Development Kit
|
||||
# https://www.nordicsemi.com/Products/Development-hardware/nRF5340-DK
|
||||
#
|
||||
|
||||
source [find interface/jlink.cfg]
|
||||
|
||||
transport select swd
|
||||
|
||||
source [find target/nordic/nrf53.cfg]
|
Loading…
Reference in New Issue
Block a user