tcl/target: Stop setting adapter speed in max32xxx_common.cfg

Using the default speed is common and is preferred by OpenOCD.
Change-Id: I10f4ab7981aa6f9ae8e0882494287cc4b26b0398
Signed-off-by: Mark O'Donovan <shiftee@posteo.net>
Reviewed-on: https://review.openocd.org/c/openocd/+/9382
Tested-by: jenkins
Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
Mark O'Donovan
2026-01-08 11:57:11 +00:00
committed by Tomas Vanek
parent 60d11a881f
commit 8f22bf7712

View File

@@ -5,14 +5,6 @@
source [find mem_helper.tcl]
source [find target/swj-dp.tcl]
# Set the adapter speed
if { [info exists ADAPTER_KHZ] } {
set _ADAPTER_KHZ $ADAPTER_KHZ
} else {
set _ADAPTER_KHZ 2000
}
adapter speed $_ADAPTER_KHZ
# Target configuration
if { [info exists CHIPNAME] } {
set _CHIPNAME $CHIPNAME