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/+/9322
-- gerrit commit 91256fb2d28458c508ae5ba3687a0985968490ab Author: Mark O'Donovan <[email protected]> Date: Sun Dec 21 11:45:32 2025 +0000 tcl/target: Fix setting of adapter speed in max32680.cfg The assignment of adapter speed 500 was getting overwritten when max32xxx_common.cfg is sourced at the end. Also removed incorrect comment. Change-Id: I49d69073d93dedf28ed69d63ece35758f4707137 Signed-off-by: Mark O'Donovan <[email protected]> diff --git a/tcl/target/max32680.cfg b/tcl/target/max32680.cfg index 9c3ad24bdd..f0c0b68c74 100644 --- a/tcl/target/max32680.cfg +++ b/tcl/target/max32680.cfg @@ -1,7 +1,6 @@ # SPDX-License-Identifier: GPL-2.0-or-later -# Maxim Integrated MAX32655 OpenOCD target configuration file -adapter speed 500 +set ADAPTER_KHZ 500 # Set the reset pin configuration reset_config srst_only --
