This is an automated email from Gerrit. Tim Ansell ([email protected]) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/2963
-- gerrit commit d96572879761f86538c2add553702a53025bf5f2 Author: Tim 'mithro' Ansell <[email protected]> Date: Sun Sep 27 20:57:25 2015 +1000 Adding the Numato Opsis board. Another board supported by the ixo-usb-jtag probject. Change-Id: I676197c64e208886bc03d1bafcc964ef1fc2160b Signed-off-by: Tim 'mithro' Ansell <[email protected]> diff --git a/tcl/board/numato_opsis.cfg b/tcl/board/numato_opsis.cfg new file mode 100644 index 0000000..e54a4ec --- /dev/null +++ b/tcl/board/numato_opsis.cfg @@ -0,0 +1,10 @@ +# http://opsis.hdmi2usb.tv +# +# The Numato Opsis is an FPGA based, open video platform. +# +# The board is supported via ixo-usb-jtag project. See the +# interface/usb-jtag.cfg for more information. + +source [find interface/usb-jtag.cfg] +source [find cpld/xilinx-xc6s.cfg] +source [find cpld/jtagspi.cfg] -- ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
