From: OpenOCD-Gerrit <ope...@us...> - 2021-12-11 17:45:23
|
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 d674018432033ba28f43f22b55d9cd84d3268387 (commit) from 654c18a4089a98afbc788de23b90e6b4b2b49ec4 (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 d674018432033ba28f43f22b55d9cd84d3268387 Author: Joerg Wunsch <op...@ur...> 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 <op...@ur...> Change-Id: I5e5435d49d333fb74471994ee84de59ed983153c Reviewed-on: https://review.openocd.org/c/openocd/+/6747 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> Reviewed-by: Axel W. Reviewed-by: Tomas Vanek <va...@fb...> 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 ----------------------------------------------------------------------- Summary of changes: tcl/board/microchip_same51_curiosity_nano.cfg | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tcl/board/microchip_same51_curiosity_nano.cfg hooks/post-receive -- Main OpenOCD repository |