From: OpenOCD-Gerrit <ope...@us...> - 2022-01-29 18:20:35
|
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 5e0cc43838b898a125d7028ee1ec3c033c3b24c1 (commit) from efb0b116dac19f511003a28e4cec9723693b9c2b (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 5e0cc43838b898a125d7028ee1ec3c033c3b24c1 Author: Hans-Erik Floryd <han...@rt...> Date: Fri Jan 21 12:13:12 2022 +0100 tcl/board: Add EVB-LAN9255 config Config for EVB-LAN9255, tested using Atmel-ICE debugger on J10 connector. Signed-off-by: Hans-Erik Floryd <han...@rt...> Change-Id: I8bcf779e9363499a98aa0b7d10819c53da6a19e7 Reviewed-on: https://review.openocd.org/c/openocd/+/6812 Tested-by: jenkins Reviewed-by: Antonio Borneo <bor...@gm...> diff --git a/tcl/board/evb-lan9255.cfg b/tcl/board/evb-lan9255.cfg new file mode 100644 index 000000000..3fd6f603b --- /dev/null +++ b/tcl/board/evb-lan9255.cfg @@ -0,0 +1,11 @@ +# SPDX-License-Identifier: GPL-2.0-or-later +# +# Microchip LAN9255 evaluation board +# https://www.microchip.com/en-us/development-tool/EV25Y25A +# + +set CHIPNAME same53 + +source [find target/atsame5x.cfg] + +reset_config srst_only ----------------------------------------------------------------------- Summary of changes: tcl/board/evb-lan9255.cfg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tcl/board/evb-lan9255.cfg hooks/post-receive -- Main OpenOCD repository |