|
From: openocd-gerrit <ope...@us...> - 2026-07-04 17:57:03
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 472edee1297e65dfc24a171358fe836e4de41c7d (commit)
from bbb9f4ffe7d6bc1cd27ea919c141927e45c4d26b (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 472edee1297e65dfc24a171358fe836e4de41c7d
Author: Mark O'Donovan <sh...@po...>
Date: Wed Jun 24 23:04:38 2026 +0100
tcl/target: Add max32655.cfg
Config file added and tested on MAX32655FTHR EV kit
Change-Id: I373b79b6184f8b5c90f266cc693643cf2752bd45
Signed-off-by: Mark O'Donovan <sh...@po...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9756
Reviewed-by: Henrik Mau <hen...@an...>
Reviewed-by: Antonio Borneo <bor...@gm...>
Tested-by: jenkins
diff --git a/tcl/target/max32655.cfg b/tcl/target/max32655.cfg
new file mode 100644
index 000000000..4151fe19d
--- /dev/null
+++ b/tcl/target/max32655.cfg
@@ -0,0 +1,20 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+# Maxim Integrated MAX32655 - Arm Cortex-M4F @ 100MHz
+
+# Set flash parameters
+set FLASH_BASE 0x10000000
+set FLASH_SIZE 0x80000
+set FLC_BASE 0x40029000
+set FLASH_SECTOR 0x2000
+set FLASH_CLK 100
+set FLASH_OPTIONS 0x01
+
+# Use Serial Wire Debug
+transport select swd
+
+source [find target/max32xxx_common.cfg]
+
+if {![using_hla]} {
+ # The chip supports standard ARM/Cortex-M4 SYSRESETREQ signal
+ cortex_m reset_config sysresetreq
+}
-----------------------------------------------------------------------
Summary of changes:
tcl/target/{max32650.cfg => max32655.cfg} | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
copy tcl/target/{max32650.cfg => max32655.cfg} (75%)
hooks/post-receive
--
Main OpenOCD repository
|