]> www.infradead.org Git - users/borneoa/openocd-next.git/commitdiff
tcl/target: Deprecate old nordic configuration files
authorMarc Schink <dev@zapb.de>
Mon, 12 May 2025 04:53:16 +0000 (06:53 +0200)
committerAntonio Borneo <borneo.antonio@gmail.com>
Sat, 7 Jun 2025 09:08:28 +0000 (09:08 +0000)
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>
tcl/file_renaming.cfg

index 81e54823f0b4716b4bbdf9c31d51bfd70241d3d1..d7937f6e2f62576f6e026ee94f0c65ad2fa0c354 100644 (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
 }