On Saturday 20 February 2010, Mariano Alvira wrote:
> - { NULL, NULL, NULL,
> NULL },
> + { "usbjtag", usbjtag_init, usbjtag_reset,
> NULL, INTERFACE_A },
> + { "jtagkey", jtagkey_init, jtagkey_reset,
> NULL, INTERFACE_A },
> + { "jtagkey_prototype_v1", jtagkey_init, jtagkey_reset,
> NULL, INTERFACE_A },
> + { "oocdlink", jtagkey_init, jtagkey_reset,
> NULL, INTERFACE_A },
You should probably just interpret INTERFACE_ANY (zero, hence the default)
as INTERFACE_A so none of those changes are needed. (Some parts of libftdi
seem to do that too.)
Only JTAG adapters using INTERFACE_B (or C, or D) really ought to need
any change.
- Dave
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development