On Saturday 16 January 2010, Andreas F wrote:
> Could somebody tell where to start und where my main focus
> should lie if I want to add a new hardware dongle. 

Start with the protocol.  Implement the methods needed
to populate a "struct jtag_interface" ... which holds
driver methods, even though the names says otherwise.

Unfortunately we don't yet have per-interface structures
to hold state, so your src/jtag/drivers/ulink.c file will
need to use static variables for that stuff.

- Dave


_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to