From 7256d6acdf7c0f655d759f414f948fb6018778ab Mon Sep 17 00:00:00 2001 From: Karl Hammar Date: Sat, 5 Apr 2014 10:47:14 +0400 Subject: [PATCH] parport: add "aspo" hotpluggable adapter config This adds a new adapter config. Design files are available from: http://turkos.aspodata.se/git/openhw/isp/pp_jtag_arm20.sch http://turkos.aspodata.se/git/openhw/isp/pp_jtag_arm20.pcb No need to document it anywhere as only a single device was ever built. Change-Id: If031fdb9dedb1e544401747bfb7fbc5afc4d5407 Signed-off-by: Karl Hammar Signed-off-by: Paul Fertser Reviewed-on: http://openocd.zylin.com/2094 Tested-by: jenkins Reviewed-by: Spencer Oliver --- src/jtag/drivers/parport.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/jtag/drivers/parport.c b/src/jtag/drivers/parport.c index 103b99106e..59c542c9ff 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 } }; -- 2.30.2