From: openocd-gerrit <ope...@us...> - 2025-06-07 09:57:47
|
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 84f6c561f35fe4fec3c810c0c0c5e4090cb85fe1 (commit) from 1ee7c09d9513e17bf37b0286ddec3a7f0a2ffbdc (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 84f6c561f35fe4fec3c810c0c0c5e4090cb85fe1 Author: Marc Schink <de...@za...> Date: Mon May 12 10:43:19 2025 +0200 tcl/board: Deprecate old nordic configuration files Add the old configuration files to the 'file_renaming' list in order to ensure backwards compatibility. Change-Id: Ia61df8e5cd8c19cee19a494635c8025e36f3f4a7 Signed-off-by: Marc Schink <de...@za...> Reviewed-on: https://review.openocd.org/c/openocd/+/8907 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/tcl/file_renaming.cfg b/tcl/file_renaming.cfg index d7937f6e2..0a3c7ba65 100644 --- a/tcl/file_renaming.cfg +++ b/tcl/file_renaming.cfg @@ -14,6 +14,9 @@ # board, chip, cpld, cpu, fpga, interface, target, test, tools set _file_renaming { + board/nordic_nrf51822_mkit.cfg board/nordic/nrf51822-mkit.cfg + board/nordic_nrf51_dk.cfg board/nordic/nrf51-dk.cfg + board/nordic_nrf52_dk.cfg board/nordic/nrf52-dk.cfg target/nrf51.cfg target/nordic/nrf51.cfg target/nrf52.cfg target/nordic/nrf52.cfg target/nrf53.cfg target/nordic/nrf53.cfg ----------------------------------------------------------------------- Summary of changes: tcl/file_renaming.cfg | 3 +++ 1 file changed, 3 insertions(+) hooks/post-receive -- Main OpenOCD repository |