0
0
mirror of https://git.code.sf.net/p/openocd/code synced 2025-07-06 14:53:23 +00:00
Files
openocd/tcl/board/nordic/nrf52-dk.cfg
Marc Schink 1ee7c09d95 tcl/board: Move nordic configuration files
Move board configuration files into a dedicated vendor directory as
required by the new guideline for configuration files.

Change-Id: Icbf368d7a453c82813e685d2935b186eb738c3ea
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/8864
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
2025-06-07 09:09:30 +00:00

12 lines
201 B
INI

# SPDX-License-Identifier: GPL-2.0-or-later
#
# Nordic Semiconductor NRF52 Development Kit (nRF52832)
#
source [find interface/jlink.cfg]
transport select swd
source [find target/nordic/nrf52.cfg]