This is an automated email from Gerrit.

"BrisbaneSilicon <[email protected]>" just uploaded a new patch 
set to Gerrit, which you can find at https://review.openocd.org/c/openocd/+/9778

-- gerrit

commit e03852f9bc6dcfe2641e5ff86cbc6825c3d6d56f
Author: Craig Haywood <[email protected]>
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 <[email protected]>

diff --git a/tcl/board/brisbanesilicon/brs_100_gw1nr9.cfg 
b/tcl/board/brisbanesilicon/brs_100_gw1nr9.cfg
new file mode 100644
index 0000000000..295b99e27e
--- /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]

-- 

Reply via email to