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/+/9769
-- gerrit commit b00d4adf0eee7a1791bb2c389d0472fd864dc4fb Author: Craig Haywood <[email protected]> Date: Thu Jul 2 15:29:07 2026 +1000 tcl/board/epm11.cfg: Add board definition 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: Icb2ea7eb5a648156edcff8fbbe444c1a246f34f1 Signed-off-by: Craig Haywood <[email protected]> diff --git a/tcl/board/epm11.cfg b/tcl/board/epm11.cfg new file mode 100644 index 0000000000..8c463a6d11 --- /dev/null +++ b/tcl/board/epm11.cfg @@ -0,0 +1,18 @@ +# SPDX-License-Identifier: GPL-2.0-or-later + +# EPM11 +# https://brisbanesilicon.com.au/epm11/ + +# Tested with the EPM11 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 --
