This is an automated email from Gerrit. "Hans-Erik Floryd <hans-erik.flo...@rt-labs.com>" just uploaded a new patch set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6812
-- gerrit commit b0f52787a0074a1f5d71f9b59a425d284447ca78 Author: Hans-Erik Floryd <hans-erik.flo...@rt-labs.com> Date: Fri Jan 21 12:13:12 2022 +0100 tcl/board: Add EVB-LAN9255 config Config for EVB-LAN9255 using Atmel-ICE debugger. Signed-off-by: Hans-Erik Floryd <hans-erik.flo...@rt-labs.com> Change-Id: I8bcf779e9363499a98aa0b7d10819c53da6a19e7 diff --git a/tcl/board/evb-lan9255.cfg b/tcl/board/evb-lan9255.cfg new file mode 100644 index 000000000..23bac4b0a --- /dev/null +++ b/tcl/board/evb-lan9255.cfg @@ -0,0 +1,14 @@ +# +# Microchip LAN9255 evaluation board with an Atmel-ICE +# https://www.microchip.com/en-us/development-tool/EV25Y25A +# + +source [find interface/cmsis-dap.cfg] + +set CHIPNAME same53 + +source [find target/atsame5x.cfg] + +# srst_only results in target running for a while after +# reset. trst_only leaves CPU at reset vector. +reset_config trst_only --