|
From: openocd-gerrit <ope...@us...> - 2026-05-22 03:21:25
|
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 dc803e74be21678b8e867cb01609ed59a446ec09 (commit)
from 103cde964855ab5693e15f3b0cefbdb10027ba0d (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 dc803e74be21678b8e867cb01609ed59a446ec09
Author: Mark O'Donovan <sh...@po...>
Date: Tue Feb 10 09:41:12 2026 +0000
tcl/target: Fix max32625 support
Interfaces used: jlink, olimex-arm-usb-tiny-h, cmsis-dap
On openocd master the 'reset halt' command gives the following:
"Error: timed out while waiting for target halted"
This commit causes 'reset halt' to work with the jlink and olimex
adapters. The error is no longer logged and the board halts.
With cmsis-dap the error is no longer logged. However the board
fails to remain halted unless the command is issued in telnet.
Change-Id: Ieb7f783394fae0d4f7051f107e4b6eb39c49599f
Signed-off-by: Mark O'Donovan <sh...@po...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9458
Tested-by: jenkins
Reviewed-by: Tomas Vanek <va...@fb...>
diff --git a/tcl/target/max32625.cfg b/tcl/target/max32625.cfg
index 4529e542a..0f97010c8 100644
--- a/tcl/target/max32625.cfg
+++ b/tcl/target/max32625.cfg
@@ -1,9 +1,7 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# Maxim Integrated MAX32625 - Arm Cortex-M4F @ 96MHz
-# Set the reset pin configuration
-reset_config srst_only
-adapter srst delay 200
+# Note: reset_config srst_only causes reset halt to time out
# Set flash parameters
set FLASH_BASE 0x0
-----------------------------------------------------------------------
Summary of changes:
tcl/target/max32625.cfg | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
hooks/post-receive
--
Main OpenOCD repository
|