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/+/9780
-- gerrit commit 03e3ffde0e78ab0ff8b2f6d732a9ac35e5fd46a4 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: I08f049e544e36bac9dc71470173ba98158e92ffd 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] --
