|
From: openocd-gerrit <ope...@us...> - 2026-07-25 10:38:20
|
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 51eade7c4abc00a48688a153ea36016c6bfb9356 (commit)
via 3dfb05bf85e7a323c555239aecca99efac96139e (commit)
from fc566d74005a4aefbe125b9b2f777d9514c60c87 (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 51eade7c4abc00a48688a153ea36016c6bfb9356
Author: Craig Haywood <ad...@br...>
Date: Thu Jul 9 12:27:36 2026 +1000
tcl/board/brisbanesilicon: Add board definition for EPM11
The EPM11 is a combination MCU-FPGA development board
from BrisbaneSilicon (https://brisbanesilicon.com.au/epm11/)
that is built around a RP2350 and a GoWIN GW1NR9.
It includes 2 x Pushbuttons, 2 x LEDs, 24 x GPIO, 4 x ADC,
4 MB QSPI Flash and USB-C connectivity.
Change-Id: I08f049e544e36bac9dc71470173ba98158e92ffd
Signed-off-by: Craig Haywood <ad...@br...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9780
Tested-by: jenkins
Reviewed-by: zapb <de...@za...>
Reviewed-by: Antonio Borneo <bor...@gm...>
diff --git a/tcl/board/brisbanesilicon/epm11.cfg b/tcl/board/brisbanesilicon/epm11.cfg
new file mode 100644
index 000000000..2d4f5326a
--- /dev/null
+++ b/tcl/board/brisbanesilicon/epm11.cfg
@@ -0,0 +1,16 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+# EPM11
+# https://brisbanesilicon.com.au/epm11/
+
+# Tested with the EPM11 board from BrisbaneSilicon.
+
+adapter driver ftdi
+adapter usb vid_pid 0x0403 0x6010
+
+transport select jtag
+adapter speed 5000
+
+set CHIPNAME GW1NR-9C
+
+source [find fpga/gowin_gw1n.cfg]
commit 3dfb05bf85e7a323c555239aecca99efac96139e
Author: Craig Haywood <ad...@br...>
Date: Thu Jul 9 12:22:57 2026 +1000
tcl/board/brisbanesilicon: Add board definition for BRS-100-GW1NR9
The BRS-100-GW1NR9 is a small form factor FPGA development board
from BrisbaneSilicon (https://brisbanesilicon.com.au/brs-100-gw1nr9/)
that is built around a GoWIN GW1NR9.
It includes 2 x Pushbuttons, 6 x LEDs, 32 x GPIO, 8 MB QSPI Flash
and USB-C connectivity.
Change-Id: Ief82fb034470c33a1f4f6125297433f879967c5e
Signed-off-by: Craig Haywood <ad...@br...>
Reviewed-on: https://review.openocd.org/c/openocd/+/9778
Reviewed-by: zapb <de...@za...>
Tested-by: jenkins
Reviewed-by: Antonio Borneo <bor...@gm...>
diff --git a/tcl/board/brisbanesilicon/brs-100-gw1nr9.cfg b/tcl/board/brisbanesilicon/brs-100-gw1nr9.cfg
new file mode 100644
index 000000000..295b99e27
--- /dev/null
+++ b/tcl/board/brisbanesilicon/brs-100-gw1nr9.cfg
@@ -0,0 +1,16 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+
+# BRS-100-GW1NR9
+# https://brisbanesilicon.com.au/brs-100-gw1nr9/
+
+# Tested with the BRS-100-GW1NR9 board from BrisbaneSilicon.
+
+adapter driver ftdi
+adapter usb vid_pid 0x0403 0x6010
+
+transport select jtag
+adapter speed 5000
+
+set CHIPNAME GW1NR-9C
+
+source [find fpga/gowin_gw1n.cfg]
-----------------------------------------------------------------------
Summary of changes:
tcl/board/brisbanesilicon/brs-100-gw1nr9.cfg | 16 ++++++++++++++++
tcl/board/brisbanesilicon/epm11.cfg | 16 ++++++++++++++++
2 files changed, 32 insertions(+)
create mode 100644 tcl/board/brisbanesilicon/brs-100-gw1nr9.cfg
create mode 100644 tcl/board/brisbanesilicon/epm11.cfg
hooks/post-receive
--
Main OpenOCD repository
|