tcl/target: Deprecate old nordic configuration files

Keep the old configuration files to ensure backwards compatibility.

Change-Id: Ia1d06b5a8a646d65f2cdc5a9415df3014a93b7d7
Signed-off-by: Marc Schink <dev@zapb.de>
Reviewed-on: https://review.openocd.org/c/openocd/+/8863
Tested-by: jenkins
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
This commit is contained in:
Marc Schink
2025-05-12 06:53:16 +02:00
committed by Antonio Borneo
parent 152becc460
commit 83c1546e77
+4 -2
View File
@@ -14,6 +14,8 @@
# board, chip, cpld, cpu, fpga, interface, target, test, tools
set _file_renaming {
board/hello.cfg board/st/nucleo-u083rc.cfg
board/my-funny-pcb.cfg board/st_nucleo_f0.cfg
target/nrf51.cfg target/nordic/nrf51.cfg
target/nrf52.cfg target/nordic/nrf52.cfg
target/nrf53.cfg target/nordic/nrf53.cfg
target/nrf91.cfg target/nordic/nrf91.cfg
}