tcl/target: Fix include paths and standardise max32 configs
Corrected the include path for max32xxx_common.cfg in some files. Cleaned up and standarised some comments in the max32... files. Change-Id: I94dcc7ba6868bdd9730f03d3aa76fcdbbae33c3e Signed-off-by: Mark O'Donovan <shiftee@posteo.net> Reviewed-on: https://review.openocd.org/c/openocd/+/9323 Tested-by: jenkins Reviewed-by: Tomas Vanek <vanekt@fbl.cz>
This commit is contained in:
committed by
Tomas Vanek
parent
f9ec0ed51f
commit
22a7bda336
@@ -1,9 +1,8 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Maxim Integrated MAX32690 OpenOCD target configuration file
|
||||
# Maxim Integrated MAX32690 - Arm Cortex-M4F @ 120MHz
|
||||
|
||||
# Set the reset pin configuration
|
||||
reset_config srst_only
|
||||
adapter srst delay 2
|
||||
adapter srst pulse_width 2
|
||||
|
||||
# Set flash parameters
|
||||
@@ -17,7 +16,7 @@ set FLASH_OPTIONS 0x01
|
||||
# Use Serial Wire Debug
|
||||
transport select swd
|
||||
|
||||
source [find target/max32xxx.cfg]
|
||||
source [find target/max32xxx_common.cfg]
|
||||
|
||||
# Add additional flash bank
|
||||
set FLASH_BASE 0x10300000
|
||||
|
||||
Reference in New Issue
Block a user