Add support for Hilscher netX controllers

This commit is contained in:
Michael Trensch
2010-12-16 15:33:16 +01:00
committed by Øyvind Harboe
parent c9544e411d
commit 6839618062
15 changed files with 431 additions and 9 deletions
+10
View File
@@ -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
+10
View File
@@ -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
+10
View File
@@ -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
+10
View File
@@ -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
+10
View File
@@ -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