|
From: openocd-gerrit <ope...@us...> - 2025-11-02 13:42:42
|
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 c168761983c50a28d2c8439fdded31dd7ec09300 (commit)
from f5478eb112ce47768e44b88d6bbfcad469ed1701 (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 c168761983c50a28d2c8439fdded31dd7ec09300
Author: Tomas Vanek <va...@fb...>
Date: Sun Sep 14 21:54:30 2025 +0200
tcl/target/stm32g4x: drop useless reset-start event
There is no boost of adapter speed in reset-init event
so it's not necessary to set back the safe speed in reset-start
Change-Id: I8b78442471390f7183c39d67b29788cccc98d018
Signed-off-by: Tomas Vanek <va...@fb...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9128
Tested-by: jenkins
Reviewed-by: Antonio Borneo <bor...@gm...>
Reviewed-by: zapb <de...@za...>
Reviewed-by: Ahmed Haoues <ahm...@st...>
diff --git a/tcl/target/stm32g4x.cfg b/tcl/target/stm32g4x.cfg
index 39ed1e381..54b20eee5 100644
--- a/tcl/target/stm32g4x.cfg
+++ b/tcl/target/stm32g4x.cfg
@@ -83,11 +83,6 @@ $_TARGETNAME configure -event reset-init {
mmw 0x40021008 0x00000001 0x00000002 ;# RCC_CFGR: SW=HSI16
}
-$_TARGETNAME configure -event reset-start {
- # Reset clock is HSI (16 MHz)
- adapter speed 2000
-}
-
$_TARGETNAME configure -event examine-end {
# DBGMCU_CR |= DBG_STANDBY | DBG_STOP | DBG_SLEEP
mmw 0xE0042004 0x00000007 0
-----------------------------------------------------------------------
Summary of changes:
tcl/target/stm32g4x.cfg | 5 -----
1 file changed, 5 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|