|
From: openocd-gerrit <ope...@us...> - 2023-03-28 09:36:36
|
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 b939224ab6e6e28e5211aac0303951ae4fabaf1f (commit)
from f0e8f7b790f6d945c35b4bb868cafee5fcea3a22 (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 b939224ab6e6e28e5211aac0303951ae4fabaf1f
Author: Wolfram Sang <ws...@ke...>
Date: Sun Mar 5 08:38:14 2023 +0100
tcl/board: add Calao USB-A9G20
Add a basic config.
Signed-off-by: Wolfram Sang <ws...@ke...>
Change-Id: Ie68e5fbb26b1c2f3028e561af0255fa71ec61828
Reviewed-on: https://review.openocd.org/c/openocd/+/7524
Tested-by: jenkins
Reviewed-by: Tomas Vanek <va...@fb...>
diff --git a/tcl/board/calao-usb-a9g20-c01.cfg b/tcl/board/calao-usb-a9g20-c01.cfg
new file mode 100644
index 000000000..6c4bd40fe
--- /dev/null
+++ b/tcl/board/calao-usb-a9g20-c01.cfg
@@ -0,0 +1,14 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+# CALAO Systems USB-A9G20-C01
+
+adapter driver ftdi
+ftdi device_desc "USB-A9G20"
+ftdi vid_pid 0x0403 0x6010
+ftdi layout_init 0x0c08 0x0f1b
+ftdi layout_signal nTRST -data 0x0100 -noe 0x0400
+ftdi layout_signal nSRST -data 0x0200 -noe 0x0800
+
+transport select jtag
+
+source [find target/at91sam9g20.cfg]
-----------------------------------------------------------------------
Summary of changes:
tcl/board/{calao-usb-a9260.cfg => calao-usb-a9g20-c01.cfg} | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
copy tcl/board/{calao-usb-a9260.cfg => calao-usb-a9g20-c01.cfg} (60%)
hooks/post-receive
--
Main OpenOCD repository
|