On Fri, Mar 11, 2011 at 06:40:05PM +0000, Robert Spanton wrote:
> I think implementing support for a new programmer or debugger is as
> simple as writing some code with the API described by the device_t
> struct in device.h.  The contents of device_t is extremely
> self-explanatory (see below).

Yep, that's almost all there is to it. You just need to add a struct
driver to the driver_table[] array in main.c, and a function to
instantiate your device.

- Daniel

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Mspgcc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to