This is an automated email from Gerrit. "Rocco Marco Guglielmi <roccomarco.guglie...@gmail.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/7376
-- gerrit commit 1a7500a6a975f8c176295266d12f9359f9c2db6d Author: Rocco Marco Guglielmi <roccomarco.guglie...@gmail.com> Date: Wed Nov 23 10:25:44 2022 +0100 Added script for the MAX32625MBED Signed-off-by: Rocco Marco Guglielmi <roccomarco.guglie...@gmail.com> Change-Id: I1d21efd18ba3aa960f113fa2482e6297bba3ba39 diff --git a/tcl/board/max32625mbed.cfg b/tcl/board/max32625mbed.cfg new file mode 100644 index 0000000000..501ad8a922 --- /dev/null +++ b/tcl/board/max32625mbed.cfg @@ -0,0 +1,10 @@ +# This is for the MAX32625MBED: +# https://www.maximintegrated.com/en/products/microcontrollers/MAX32625MBED.html + +source [find interface/cmsis-dap.cfg] + +transport select swd + +source [find target/max32625.cfg] + +reset_config srst_only --