diff options
author | Michael Trensch <MTrensch@googlemail.com> | 2010-12-16 15:33:16 +0100 |
---|---|---|
committer | Øyvind Harboe <oyvind.harboe@zylin.com> | 2010-12-18 21:11:57 +0100 |
commit | 6839618062f07a12bd969da8dc54546f96938b67 (patch) | |
tree | fa9bdf90c100e3aa84bcabe7711f7f4ff199367f /tcl/interface | |
parent | c9544e411dce8e1c9f0513dee55834779f32bcb0 (diff) | |
download | openocd_libswd-6839618062f07a12bd969da8dc54546f96938b67.tar.gz openocd_libswd-6839618062f07a12bd969da8dc54546f96938b67.tar.bz2 openocd_libswd-6839618062f07a12bd969da8dc54546f96938b67.tar.xz openocd_libswd-6839618062f07a12bd969da8dc54546f96938b67.zip |
Add support for Hilscher netX controllers
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 |