Added support for Lisa/L builtin JTAG interface.

This commit is contained in:
Piotr Esden-Tempski 2010-08-03 20:58:29 -07:00 committed by Øyvind Harboe
parent a72faf6405
commit c3ee26d272
2 changed files with 16 additions and 0 deletions

View 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 */ },
};

11
tcl/interface/lisa-l.cfg Normal file
View File

@ -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