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/+/9768
-- gerrit commit 7e6d61336341d223674f181866967236f832106b Author: Craig Haywood <[email protected]> Date: Thu Jul 2 15:12:19 2026 +1000 tcl/board/brs_100_gw1nr9.cfg: Add board definition 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: I3c02de41ced1089e56d1e7b356dfdcbe6b3ac821 Signed-off-by: Craig Haywood <[email protected]> diff --git a/tcl/board/brs_100_gw1nr9.cfg b/tcl/board/brs_100_gw1nr9.cfg new file mode 100644 index 0000000000..78b81e7f87 --- /dev/null +++ b/tcl/board/brs_100_gw1nr9.cfg @@ -0,0 +1,18 @@ +# 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 +ftdi vid_pid 0x0403 0x6010 +ftdi channel 0 +transport select jtag +adapter speed 5000 + +set _CHIPNAME GW1NR-9C +set _IDCODE 0x1100481B + +jtag newtap $_CHIPNAME tap -irlen 8 -expected-id $_IDCODE +init --
