From adb8ec32dc7439aa3e34ab19f026e390ec129c10 Mon Sep 17 00:00:00 2001 From: Spencer Oliver Date: Mon, 12 Nov 2012 15:06:37 +0000 Subject: icdi: add TI icdi interface This is the new proprietary interface replacing the older FTDI based adapters. It is currently fitted to the ek-lm4f232 and Stellaris LaunchPad. Change-Id: I794ad79e31ff61ec8e9f49530aca9308025c0b60 Signed-off-by: Spencer Oliver Reviewed-on: http://openocd.zylin.com/922 Tested-by: jenkins --- src/jtag/hla/hla_layout.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/jtag/hla/hla_layout.c') diff --git a/src/jtag/hla/hla_layout.c b/src/jtag/hla/hla_layout.c index 55657294..54c53140 100644 --- a/src/jtag/hla/hla_layout.c +++ b/src/jtag/hla/hla_layout.c @@ -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 */ }, }; -- cgit v1.2.3-18-g5258