X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fjtag%2Fparport.c;h=31629d21d35ba108684d157cc7fe24c837727634;hp=19a200bf4aec547e7aca4ca9e82fec6fa80669f5;hb=6bfad873ede29b341b11cfa56d28d73e98b7e2bb;hpb=835cfb82c904e5db4ba902ead627c8ebcfd4d13d diff --git a/src/jtag/parport.c b/src/jtag/parport.c index 19a200bf4a..31629d21d3 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 },