aboutsummaryrefslogtreecommitdiff
path: root/src/jtag/at91rm9200.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-24at91rm9200: use register_commands()Zachary T Welch1-3/+10
2009-11-24use COMMAND_REGISTER macroZachary T Welch1-1/+1
2009-11-17command_handler: change 'args' to CMD_ARGVZachary T Welch1-3/+3
2009-11-17command_handler: change to 'argc' to CMD_ARGCZachary T Welch1-1/+1
2009-11-13command_context_t -> struct command_contextZachary T Welch1-3/+3
2009-11-13jtag_interface_t -> struct jtag_interfaceZachary T Welch1-1/+1
2009-11-13bitbang_interface_t -> struct bitbang_interfaceZachary T Welch1-1/+1
2009-06-18Finish transforming 'u32' to 'uint32_t'.zwelch1-8/+8
2009-06-03Finish JTAG header file modularization; command factoring follows.zwelch1-1/+0
2009-06-03Remove interface.h from public JTAG header, include it where required.zwelch1-1/+1
2009-06-01Encapsulate JTAG Cable API and interface structure, plan for new header file.zwelch1-0/+1
2009-05-11Audit and eliminate redundant #include directives from src/jtag.zwelch1-7/+1
2009-04-21Zach Welch <zw@superlucidity.net> add static keywords to at91rm9200oharboe1-2/+2
2009-04-21Zach Welch <zw@superlucidity.net> use static keyword in jtag layer and driversoharboe1-16/+16
2009-04-20- fix at91rm9200 warning. Thanks Zach Welch <zw@superlucidity.net>ntfreak1-1/+1
2008-03-25- rename log functions to stop conflicts under win32 (wingdi)ntfreak1-2/+2
2008-02-10- added patch to change pathmove handlingmifi1-2/+0
2007-09-05Patch by Michael Schwingen thatdrath1-1/+2
2007-08-10- renamed M5960 USB JTAG to "flyswatter"drath1-2/+0
2006-08-31- added missing AT91RM9200 filesdrath1-0/+294