Use the moved nordic target configuration files. Change-Id: Ie0e2eb7f9514eedb1ae6678eeee59291856c2674 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8906 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
14 lines
339 B
INI
14 lines
339 B
INI
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#
|
|
# nordic module NRF52 (nRF52832/52840) attached to an adafruit ft232h module
|
|
# or any FT232H/FT2232H/FT4232H based board/module
|
|
#
|
|
|
|
source [find interface/ftdi/ft232h-module-swd.cfg]
|
|
#source [find interface/ftdi/minimodule-swd.cfg]
|
|
|
|
transport select swd
|
|
|
|
source [find target/nordic/nrf52.cfg]
|