This is an automated email from Gerrit.

"Mark O'Donovan <[email protected]>" just uploaded a new patch set to Gerrit, 
which you can find at https://review.openocd.org/c/openocd/+/9632

-- gerrit

commit 2933f9cdf4ee59780203204dbebc2df2c305db7d
Author: Mark O'Donovan <[email protected]>
Date:   Fri May 8 13:58:41 2026 +0100

    tcl/target/max32xxx: add TODO to check enable_debug()
    
    According to Tomas Vanek:
        enable_debug() is just a simplified version of halt command.
        No idea why the Tcl re-implementation is necessary...
    
    Change-Id: If1533ffac1d5e8537c5858e28d487aef84a5d572
    Signed-off-by: Mark O'Donovan <[email protected]>

diff --git a/tcl/target/max32xxx_common.cfg b/tcl/target/max32xxx_common.cfg
index e8e2dd4289..388d323d89 100644
--- a/tcl/target/max32xxx_common.cfg
+++ b/tcl/target/max32xxx_common.cfg
@@ -100,6 +100,10 @@ proc allow_low_pwr_dbg {} {
    set ALLOW_LOW_PWR_DBG 1
 }
 
+#
+# TODO: test if enable_debug() (re-implementation of halt) is necessary
+#       https://review.openocd.org/c/openocd/+/9458/comments/8fd3087b_bfd24348
+#
 # enable debug in case of low-power mode
 proc enable_debug {} {
    set DBGKEY 0xA05F0000

-- 

Reply via email to