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 1ee7c09d9513e17bf37b0286ddec3a7f0a2ffbdc (commit)
from fbdb86adbd897337de6ee5b1b25a6f4ee7b5e4e4 (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 1ee7c09d9513e17bf37b0286ddec3a7f0a2ffbdc
Author: Marc Schink <de...@za...>
Date: Mon May 12 10:42:11 2025 +0200
tcl/board: Move nordic configuration files
Move board configuration files into a dedicated vendor directory as
required by the new guideline for configuration files.
Change-Id: Icbf368d7a453c82813e685d2935b186eb738c3ea
Signed-off-by: Marc Schink <de...@za...>
Reviewed-on: https://review.openocd.org/c/openocd/+/8864
Tested-by: jenkins
Reviewed-by: Antonio Borneo <bor...@gm...>
diff --git a/tcl/board/nordic_nrf51_dk.cfg b/tcl/board/nordic/nrf51-dk.cfg
similarity index 100%
rename from tcl/board/nordic_nrf51_dk.cfg
rename to tcl/board/nordic/nrf51-dk.cfg
diff --git a/tcl/board/nordic_nrf51822_mkit.cfg b/tcl/board/nordic/nrf51822-mkit.cfg
similarity index 100%
rename from tcl/board/nordic_nrf51822_mkit.cfg
rename to tcl/board/nordic/nrf51822-mkit.cfg
diff --git a/tcl/board/nordic_nrf52_dk.cfg b/tcl/board/nordic/nrf52-dk.cfg
similarity index 100%
rename from tcl/board/nordic_nrf52_dk.cfg
rename to tcl/board/nordic/nrf52-dk.cfg
-----------------------------------------------------------------------
Summary of changes:
tcl/board/{nordic_nrf51_dk.cfg => nordic/nrf51-dk.cfg} | 0
tcl/board/{nordic_nrf51822_mkit.cfg => nordic/nrf51822-mkit.cfg} | 0
tcl/board/{nordic_nrf52_dk.cfg => nordic/nrf52-dk.cfg} | 0
3 files changed, 0 insertions(+), 0 deletions(-)
rename tcl/board/{nordic_nrf51_dk.cfg => nordic/nrf51-dk.cfg} (100%)
rename tcl/board/{nordic_nrf51822_mkit.cfg => nordic/nrf51822-mkit.cfg} (100%)
rename tcl/board/{nordic_nrf52_dk.cfg => nordic/nrf52-dk.cfg} (100%)
hooks/post-receive
--
Main OpenOCD repository
|