From: openocd-gerrit <ope...@us...> - 2025-06-07 09:58:12
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Main OpenOCD repository". The branch, master has been updated via 895dfb5d87f9af18004c654163f48d3a5c9e92b6 (commit) from 84f6c561f35fe4fec3c810c0c0c5e4090cb85fe1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 895dfb5d87f9af18004c654163f48d3a5c9e92b6 Author: Marc Schink <de...@za...> 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 <de...@za...> Reviewed-on: https://review.openocd.org/c/openocd/+/8865 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/tcl/board/nordic_nrf52_ftx232.cfg b/tcl/board/nordic_nrf52_ftx232.cfg index 848d5dcd3..772d176d6 100644 --- a/tcl/board/nordic_nrf52_ftx232.cfg +++ b/tcl/board/nordic_nrf52_ftx232.cfg @@ -5,6 +5,8 @@ # 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] ----------------------------------------------------------------------- Summary of changes: tcl/board/nordic_nrf52_ftx232.cfg | 2 ++ 1 file changed, 2 insertions(+) hooks/post-receive -- Main OpenOCD repository |