Added support for Lisa/L builtin JTAG interface.
This commit is contained in:
committed by
Øyvind Harboe
parent
a72faf6405
commit
c3ee26d272
@@ -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 */ },
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user