mirror of
https://git.code.sf.net/p/openocd/code
synced 2025-07-06 14:53:23 +00:00
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>
12 lines
201 B
INI
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]
|