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/+/9779
-- gerrit commit 0d5efb9701402f3536ed655402469af7c7bb39b4 Author: Craig Haywood <[email protected]> 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: Ic788a333a467b3b9787b61f9714f89d5b35ace19 Signed-off-by: Craig Haywood <[email protected]> diff --git a/tcl/board/brisbanesilicon/epm11.cfg b/tcl/board/brisbanesilicon/epm11.cfg new file mode 100644 index 0000000000..2d4f5326af --- /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] --
