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/+/6746
-- gerrit commit 3cbafb4a90e3089a767a6982cd64cd0dfc32fb09 Author: Joerg Wunsch <open...@uriah.heep.sax.de> Date: Tue Nov 23 19:29:27 2021 +0100 Fix review comments * Atmel -> Microchip * Chip is same51 * add URL (no idea how stable it is) Change-Id: I76410183b881d63e2c2e63979e141c5f1470fef1 Signed-off-by: Jörg Wunsch <open...@uriah.heep.sax.de> diff --git a/jimtcl b/jimtcl index 70b007b63..2d66360c6 160000 --- a/jimtcl +++ b/jimtcl @@ -1 +1 @@ -Subproject commit 70b007b63669a709b0e8aef34a22658047815cc2 +Subproject commit 2d66360c61d2a89d4008e8bad12ae3aa5f0331e2 diff --git a/tcl/board/microchip_same51_curiosity_nano.cfg b/tcl/board/microchip_same51_curiosity_nano.cfg index 930aacd4f..32e288549 100644 --- a/tcl/board/microchip_same51_curiosity_nano.cfg +++ b/tcl/board/microchip_same51_curiosity_nano.cfg @@ -1,10 +1,13 @@ +# SPDX-License-Identifier: GPL-2.0-or-later # -# Atmel SAME51 Xplained Pro evaluation kit. +# Microchip SAME51 Curiosity Nano evaluation kit. +# +# https://www.microchip.com/en-us/development-tool/EV76S68A # source [find interface/cmsis-dap.cfg] -set CHIPNAME same54 +set CHIPNAME same51 source [find target/atsame5x.cfg] --