summaryrefslogtreecommitdiff
path: root/src/jtag
diff options
context:
space:
mode:
authorntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-01-18 18:54:04 +0000
committerntfreak <ntfreak@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2007-01-18 18:54:04 +0000
commitadaed4c1c776f0830387eb86c3d81f00f240be6e (patch)
tree860212733660b1d6231e18e83a99ec7aab7386ff /src/jtag
parenta4f2e1eaaca40dbcc7916755efb094cacafbb65c (diff)
downloadopenocd_libswd-adaed4c1c776f0830387eb86c3d81f00f240be6e.tar.gz
openocd_libswd-adaed4c1c776f0830387eb86c3d81f00f240be6e.tar.bz2
openocd_libswd-adaed4c1c776f0830387eb86c3d81f00f240be6e.tar.xz
openocd_libswd-adaed4c1c776f0830387eb86c3d81f00f240be6e.zip
- added support for ST flashlink cable
git-svn-id: svn://svn.berlios.de/openocd/trunk@123 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/jtag')
-rw-r--r--src/jtag/parport.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jtag/parport.c b/src/jtag/parport.c
index 8278bda9..9485f7d9 100644
--- a/src/jtag/parport.c
+++ b/src/jtag/parport.c
@@ -99,6 +99,7 @@ cable_t cables[] =
{ "dlc5", 0x10, 0x00, 0x04, 0x02, 0x01, 0x00, 0x00, 0x00, 0x10 },
{ "triton", 0x80, 0x08, 0x04, 0x01, 0x02, 0x00, 0x00, 0x80, 0x00 },
{ "lattice", 0x40, 0x10, 0x04, 0x02, 0x01, 0x08, 0x00, 0x00, 0x18 },
+ { "flashlink", 0x20, 0x10, 0x02, 0x01, 0x04, 0x20,0x30, 0x20, 0x00 },
{ NULL, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 }
};