diff options
author | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-08-19 06:25:23 +0000 |
---|---|---|
committer | oharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60> | 2008-08-19 06:25:23 +0000 |
commit | 6bfad873ede29b341b11cfa56d28d73e98b7e2bb (patch) | |
tree | 531fc4aaa2213a68c92571dfb98b5848616288ee | |
parent | 835cfb82c904e5db4ba902ead627c8ebcfd4d13d (diff) | |
download | openocd_libswd-6bfad873ede29b341b11cfa56d28d73e98b7e2bb.tar.gz openocd_libswd-6bfad873ede29b341b11cfa56d28d73e98b7e2bb.tar.bz2 openocd_libswd-6bfad873ede29b341b11cfa56d28d73e98b7e2bb.tar.xz openocd_libswd-6bfad873ede29b341b11cfa56d28d73e98b7e2bb.zip |
Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> one more parport device
git-svn-id: svn://svn.berlios.de/openocd/trunk@930 b42882b7-edfa-0310-969c-e2dbd0fdcd60
-rw-r--r-- | src/jtag/parport.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/jtag/parport.c b/src/jtag/parport.c index 19a200bf..31629d21 100644 --- a/src/jtag/parport.c +++ b/src/jtag/parport.c @@ -101,6 +101,7 @@ cable_t cables[] = { "wiggler_ntrst_inverted", 0x80, 0x10, 0x02, 0x04, 0x08, 0x01, 0x11, 0x80, 0x80, 0x80, 0x00 }, { "old_amt_wiggler", 0x80, 0x01, 0x02, 0x04, 0x08, 0x10, 0x11, 0x80, 0x80, 0x80, 0x00 }, + { "arm-jtag", 0x80, 0x01, 0x02, 0x04, 0x08, 0x10, 0x01, 0x80, 0x80, 0x80, 0x00 }, { "chameleon", 0x80, 0x00, 0x04, 0x01, 0x02, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 }, { "dlc5", 0x10, 0x00, 0x04, 0x02, 0x01, 0x00, 0x00, 0x00, 0x10, 0x10, 0x00 }, { "triton", 0x80, 0x08, 0x04, 0x01, 0x02, 0x00, 0x00, 0x80, 0x00, 0x00, 0x00 }, |