tcl/target: Stop setting 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 <shiftee@posteo.net> Reviewed-on: https://review.openocd.org/c/openocd/+/9322 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
committed by
Tomas Vanek
parent
8f22bf7712
commit
46f7b185a1
@@ -1,11 +1,8 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Maxim Integrated MAX32655 OpenOCD target configuration file
|
||||
|
||||
adapter speed 500
|
||||
# Maxim Integrated MAX32680 - Arm Cortex-M4F @ 100MHz
|
||||
|
||||
# Set the reset pin configuration
|
||||
reset_config srst_only
|
||||
adapter srst delay 2
|
||||
adapter srst pulse_width 2
|
||||
|
||||
# Set flash parameters
|
||||
|
||||
Reference in New Issue
Block a user