This is an automated email from Gerrit.

"Jörg Wunsch <open...@uriah.heep.sax.de>" just uploaded a new patch set to 
Gerrit, which you can find at https://review.openocd.org/c/openocd/+/6747

-- gerrit

commit c6ce09fa8f8e4695ad8f824cba9476e86a91106a
Author: Joerg Wunsch <open...@uriah.heep.sax.de>
Date:   Tue Nov 23 20:49:30 2021 +0100

    Add Microchip SAME51 Curiosity Nano board
    
    This board is (software wise) similar to the existing SAME54 Xplained
    Pro board, with just a slightly different MCU. (Hardware wise, it
    features a vastly different form factor.)
    
    Signed-off-by: Jörg Wunsch <open...@uriah.heep.sax.de>
    Change-Id: I5e5435d49d333fb74471994ee84de59ed983153c

diff --git a/tcl/board/microchip_same51_curiosity_nano.cfg 
b/tcl/board/microchip_same51_curiosity_nano.cfg
new file mode 100644
index 000000000..32e288549
--- /dev/null
+++ b/tcl/board/microchip_same51_curiosity_nano.cfg
@@ -0,0 +1,14 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Microchip SAME51 Curiosity Nano evaluation kit.
+#
+# https://www.microchip.com/en-us/development-tool/EV76S68A
+#
+
+source [find interface/cmsis-dap.cfg]
+
+set CHIPNAME same51
+
+source [find target/atsame5x.cfg]
+
+reset_config srst_only

-- 

Reply via email to