diff options
Diffstat (limited to 'tcl/interface')
-rw-r--r-- | tcl/interface/hilscher_nxhx10_etm.cfg | 10 | ||||
-rw-r--r-- | tcl/interface/hilscher_nxhx500_etm.cfg | 10 | ||||
-rw-r--r-- | tcl/interface/hilscher_nxhx500_re.cfg | 10 | ||||
-rw-r--r-- | tcl/interface/hilscher_nxhx50_etm.cfg | 10 | ||||
-rw-r--r-- | tcl/interface/hilscher_nxhx50_re.cfg | 10 |
5 files changed, 50 insertions, 0 deletions
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 |