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/+/9657

-- gerrit

commit b5ee5e807d18c2d242d9f7f0faf65caa82b76bc1
Author: Mark O'Donovan <[email protected]>
Date:   Wed May 13 22:16:32 2026 +0100

    tcl/board: Add max32666evkit.cfg
    
    This silences warnings about configuring adapter speed and
    hardware reset versus programming with the target directly.
    
    Change-Id: I2277527fdfc1ba27400d005d892b81149e5ef070
    Signed-off-by: Mark O'Donovan <[email protected]>

diff --git a/tcl/board/max32666evkit.cfg b/tcl/board/max32666evkit.cfg
new file mode 100644
index 0000000000..7e69ecea11
--- /dev/null
+++ b/tcl/board/max32666evkit.cfg
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+# Analog Devices MAX32666EVKIT
+
+adapter speed 2000
+
+# Set the reset pin configuration
+reset_config srst_only
+
+source [find target/max32666.cfg]

-- 

Reply via email to