This is an automated email from Gerrit.

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

-- gerrit

commit a33b52d088ad1501431603888e442937f7c6a672
Author: Antonio Borneo <[email protected]>
Date:   Tue Dec 4 23:50:02 2018 +0100

    target/adi_v5_swd: add "usage" field to command "swd"
    
    The missing field causes runtime debug message
        BUG: command 'swd' does not have the '.usage' field filled out
    
    Change-Id: I5a36c0fc822c4d5d74ef2d1c75e369648c6f7d4d
    Signed-off-by: Antonio Borneo <[email protected]>

diff --git a/src/target/adi_v5_swd.c b/src/target/adi_v5_swd.c
index b520223..4fce5f6 100644
--- a/src/target/adi_v5_swd.c
+++ b/src/target/adi_v5_swd.c
@@ -385,6 +385,7 @@ static const struct command_registration swd_handlers[] = {
                .mode = COMMAND_ANY,
                .help = "SWD command group",
                .chain = swd_commands,
+               .usage = "",
        },
        COMMAND_REGISTRATION_DONE
 };

-- 


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

Reply via email to