X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Fopenocd.c;h=96b48b80f5ef68f962ead2612f575e6c097acb68;hp=df4f8a9fc38fc11e0e57d3bee073ef7fe82223e0;hb=c8bc0bb1aee7e7280229a6ec0c104a8fb512782f;hpb=2aed5dd40b42f8381d62658522a7ada453e22022 diff --git a/src/openocd.c b/src/openocd.c index df4f8a9fc3..96b48b80f5 100644 --- a/src/openocd.c +++ b/src/openocd.c @@ -35,6 +35,7 @@ #include "jtag.h" #include "configuration.h" #include "xsvf.h" +#include "svf.h" #include "target.h" #include "flash.h" #include "nand.h" @@ -209,6 +210,7 @@ command_context_t *setup_command_handler(void) log_register_commands(cmd_ctx); jtag_register_commands(cmd_ctx); xsvf_register_commands(cmd_ctx); + svf_register_commands(cmd_ctx); target_register_commands(cmd_ctx); flash_register_commands(cmd_ctx); nand_register_commands(cmd_ctx);