This is an automated email from Gerrit.

Paul Fertser ([email protected]) just uploaded a new patch set to Gerrit, 
which you can find at http://openocd.zylin.com/2094

-- gerrit

commit e01049d3c4e43ae4a4a62b371c259952d7b4c3b8
Author: Karl Hammar <[email protected]>
Date:   Sat Apr 5 10:47:14 2014 +0400

    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 <[email protected]>
    Signed-off-by: Paul Fertser <[email protected]>

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 }
 };
 

-- 

------------------------------------------------------------------------------
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to