Paul: > I'm pleased to announce the first release candidate of the upcoming > OpenOCD version. The source archives are available from the usual SF > download locations.
Any chance to get the patch in: http://sourceforge.net/p/openocd/mailman/openocd-user/thread/20130325232908.7C39B80E1972%40turkos.aspodata.se/#msg30645041 diff --git a/src/jtag/drivers/parport.c b/src/jtag/drivers/parport.c index 103b991..59c542c 100644 --- a/src/jtag/drivers/parport.c +++ b/src/jtag/drivers/parport.c @@ -95,6 +95,7 @@ static struct cable cables[] = { SOFT TDI - Target SRST */ { "altium", 0x10, 0x20, 0x04, 0x02, 0x01, 0x80, 0x00, 0x00, 0x10, 0x00, 0x08 }, + { "aspo", 0x10, 0x01, 0x04, 0x08, 0x02, 0x10, 0x17, 0x00, 0x17, 0x17, 0x00 }, { NULL, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 } }; accepted (if you don't like "aspo" you can name it whatever you like, I don't care) ? BTW, design (geda+pcb) files are available, see above mail. Regards, /Karl Hammar ----------------------------------------------------------------------- Aspö Data Lilla Aspö 148 S-742 94 Östhammar Sweden +46 173 140 57 ------------------------------------------------------------------------------ _______________________________________________ OpenOCD-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openocd-devel
