From 6839618062f07a12bd969da8dc54546f96938b67 Mon Sep 17 00:00:00 2001 From: Michael Trensch Date: Thu, 16 Dec 2010 15:33:16 +0100 Subject: Add support for Hilscher netX controllers --- tcl/interface/hilscher_nxhx10_etm.cfg | 10 ++++++++++ tcl/interface/hilscher_nxhx500_etm.cfg | 10 ++++++++++ tcl/interface/hilscher_nxhx500_re.cfg | 10 ++++++++++ tcl/interface/hilscher_nxhx50_etm.cfg | 10 ++++++++++ tcl/interface/hilscher_nxhx50_re.cfg | 10 ++++++++++ 5 files changed, 50 insertions(+) create mode 100644 tcl/interface/hilscher_nxhx10_etm.cfg create mode 100644 tcl/interface/hilscher_nxhx500_etm.cfg create mode 100644 tcl/interface/hilscher_nxhx500_re.cfg create mode 100644 tcl/interface/hilscher_nxhx50_etm.cfg create mode 100644 tcl/interface/hilscher_nxhx50_re.cfg (limited to 'tcl/interface') diff --git a/tcl/interface/hilscher_nxhx10_etm.cfg b/tcl/interface/hilscher_nxhx10_etm.cfg new file mode 100644 index 00000000..d71a1a3d --- /dev/null +++ b/tcl/interface/hilscher_nxhx10_etm.cfg @@ -0,0 +1,10 @@ +################################################################################ +# Author: Michael Trensch (MTrensch@googlemail.com) +################################################################################ + +#interface +interface ft2232 +ft2232_device_desc "NXHX 10-ETM" +ft2232_layout comstick +ft2232_vid_pid 0x0640 0x0028 +jtag_khz 6000 diff --git a/tcl/interface/hilscher_nxhx500_etm.cfg b/tcl/interface/hilscher_nxhx500_etm.cfg new file mode 100644 index 00000000..fffab49c --- /dev/null +++ b/tcl/interface/hilscher_nxhx500_etm.cfg @@ -0,0 +1,10 @@ +################################################################################ +# Author: Michael Trensch (MTrensch@googlemail.com) +################################################################################ + +#interface +interface ft2232 +ft2232_device_desc "NXHX 500-ETM" +ft2232_layout comstick +ft2232_vid_pid 0x0640 0x0028 +jtag_khz 6000 diff --git a/tcl/interface/hilscher_nxhx500_re.cfg b/tcl/interface/hilscher_nxhx500_re.cfg new file mode 100644 index 00000000..bcd54fc2 --- /dev/null +++ b/tcl/interface/hilscher_nxhx500_re.cfg @@ -0,0 +1,10 @@ +################################################################################ +# Author: Michael Trensch (MTrensch@googlemail.com) +################################################################################ + +#interface +interface ft2232 +ft2232_device_desc "NXHX 500-RE" +ft2232_layout comstick +ft2232_vid_pid 0x0640 0x0028 +jtag_khz 6000 diff --git a/tcl/interface/hilscher_nxhx50_etm.cfg b/tcl/interface/hilscher_nxhx50_etm.cfg new file mode 100644 index 00000000..251d0769 --- /dev/null +++ b/tcl/interface/hilscher_nxhx50_etm.cfg @@ -0,0 +1,10 @@ +################################################################################ +# Author: Michael Trensch (MTrensch@googlemail.com) +################################################################################ + +#interface +interface ft2232 +ft2232_device_desc "NXHX 50-ETM" +ft2232_layout comstick +ft2232_vid_pid 0x0640 0x0028 +jtag_khz 6000 diff --git a/tcl/interface/hilscher_nxhx50_re.cfg b/tcl/interface/hilscher_nxhx50_re.cfg new file mode 100644 index 00000000..6e428fb8 --- /dev/null +++ b/tcl/interface/hilscher_nxhx50_re.cfg @@ -0,0 +1,10 @@ +################################################################################ +# Author: Michael Trensch (MTrensch@googlemail.com) +################################################################################ + +#interface +interface ft2232 +ft2232_device_desc "NXHX50-RE" +ft2232_layout comstick +ft2232_vid_pid 0x0640 0x0028 +jtag_khz 6000 -- cgit v1.2.3