]> git.sur5r.net Git - openocd/blobdiff - src/jtag/hla/hla_layout.c
icdi: add TI icdi interface
[openocd] / src / jtag / hla / hla_layout.c
index 55657294c250f738c0a8165a6bf2e38194798272..54c531401f281a5c01fc5e5bf9dd21de0f22e8d8 100644 (file)
@@ -71,6 +71,12 @@ static const struct hl_layout hl_layouts[] = {
         .close = hl_layout_close,
         .api = &stlink_usb_layout_api,
         },
+       {
+        .name = "ti-icdi",
+        .open = hl_layout_open,
+        .close = hl_layout_close,
+        .api = &icdi_usb_layout_api,
+       },
        {.name = NULL, /* END OF TABLE */ },
 };