]> git.sur5r.net Git - openocd/commitdiff
Added support for Lisa/L builtin JTAG interface.
authorPiotr Esden-Tempski <piotr@esden.net>
Wed, 4 Aug 2010 03:58:29 +0000 (20:58 -0700)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Fri, 13 Aug 2010 07:52:27 +0000 (09:52 +0200)
src/jtag/drivers/ft2232.c
tcl/interface/lisa-l.cfg [new file with mode: 0644]

index 1a0eb4b57fcc88b4ca123f5c7e9be549b7aaf1d4..ecfa17f2c5ba8388daf1bec5bf5745380b407700 100644 (file)
@@ -303,6 +303,11 @@ static const struct ft2232_layout  ft2232_layouts[] =
                .reset = redbee_reset,
                .channel = INTERFACE_B,
        },
+       { .name = "lisa-l",
+               .init = usbjtag_init,
+               .reset = ftx23_reset,
+               .channel = INTERFACE_B,
+       },
        { .name = NULL, /* END OF TABLE */ },
 };
 
diff --git a/tcl/interface/lisa-l.cfg b/tcl/interface/lisa-l.cfg
new file mode 100644 (file)
index 0000000..cc7d6cc
--- /dev/null
@@ -0,0 +1,11 @@
+#
+# Lisa/L
+#
+# http://paparazzi.enac.fr/wiki/Lisa
+#
+
+interface ft2232
+ft2232_vid_pid 0x0403 0x6010
+ft2232_device_desc "Lisa/L"
+ft2232_layout "lisa-l"
+ft2232_latency 2