mirror of
https://github.com/openocd-org/openocd.git
synced 2025-10-14 02:58:23 +08:00

Board configuration files for specific external debug adapters are not / no longer supported. Checkpatch-ignore: LONG_LINE_STRING Change-Id: I0f391dfb1a2d7ceb92c2ad3e34eaeb8a85b2cdc5 Signed-off-by: Marc Schink <dev@zapb.de> Reviewed-on: https://review.openocd.org/c/openocd/+/8865 Tested-by: jenkins Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
16 lines
484 B
INI
16 lines
484 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
|
|
#
|
|
|
|
echo "WARNING: 'board/nordic_nrf52_ftx232.cfg' is deprecated, use '-f interface/ftdi/ft232h-module-swd.cfg -f target/nordic/nrf52.cfg' instead"
|
|
|
|
source [find interface/ftdi/ft232h-module-swd.cfg]
|
|
#source [find interface/ftdi/minimodule-swd.cfg]
|
|
|
|
transport select swd
|
|
|
|
source [find target/nordic/nrf52.cfg]
|