[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openocd-development
Subject:    [OpenOCD-devel] [PATCH]: 35d7352 stlink: default dapdirect to SWD instead of JTAG
From:       gerrit () openocd ! org (gerrit)
Date:       2020-03-23 16:19:51
Message-ID: 20200323161951.0CEA74A016A () mail ! openocd ! org
[Download RAW message or body]

This is an automated email from Gerrit.

Antonio Borneo (borneo.antonio@gmail.com) just uploaded a new patch set to Gerrit, \
which you can find at http://openocd.zylin.com/5538

-- gerrit

commit 35d73526f30f7f04078f61b62261d0b07c544103
Author: Antonio Borneo <borneo.antonio@gmail.com>
Date:   Mon Mar 23 15:58:01 2020 +0100

    stlink: default dapdirect to SWD instead of JTAG
    
    When the transport is not specified, OpenOCD uses the first listed
    by the selected adapter driver.
    The old HLA driver for stlink lists SWD as first. The new driver
    dapdirect instead lists JTAG, making more difficult a fallback to
    HLA when dapdirect is not available due to old stlink FW.
    Plus, in case of JTAG wiring, SWD is still possible, while the
    opposite is not.
    
    Reorder the list of transports to grant the default to SWD.
    
    Change-Id: Id9c529e921b148d5b352d4603a9028c2a5f15d83
    Signed-off-by: Antonio Borneo <borneo.antonio@gmail.com>
    Suggested-by: Tarek BOCHKATI <tarek.bouchkati@gmail.com>

diff --git a/src/jtag/drivers/stlink_usb.c b/src/jtag/drivers/stlink_usb.c
index 2623233..b45e4a4 100644
--- a/src/jtag/drivers/stlink_usb.c
+++ b/src/jtag/drivers/stlink_usb.c
@@ -3780,7 +3780,7 @@ static const struct swim_driver stlink_swim_ops = {
 	.reconnect = stlink_swim_op_reconnect,
 };
 
-static const char *const stlink_dap_transport[] = { "dapdirect_jtag", \
"dapdirect_swd", "swim", NULL }; +static const char *const stlink_dap_transport[] = { \
"dapdirect_swd", "dapdirect_jtag", "swim", NULL };  
 struct adapter_driver stlink_dap_adapter_driver = {
 	.name = "st-link",

-- 


_______________________________________________
OpenOCD-devel mailing list
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic