This is an automated email from Gerrit. "zapb <d...@zapb.de>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/8865
-- gerrit commit ae98265ce0d5922a7585d9ac74c6b5098009ca7b Author: Marc Schink <d...@zapb.de> Date: Mon Apr 21 18:10:20 2025 +0000 tcl/board: Deprecate nordic_nrf52_ftx232.cfg 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 <d...@zapb.de> diff --git a/tcl/board/nordic_nrf52_ftx232.cfg b/tcl/board/nordic_nrf52_ftx232.cfg index c3c69a89a5..772d176d6f 100644 --- a/tcl/board/nordic_nrf52_ftx232.cfg +++ b/tcl/board/nordic_nrf52_ftx232.cfg @@ -5,9 +5,11 @@ # 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/nrf52.cfg] +source [find target/nordic/nrf52.cfg] --