| Age | Commit message (Expand) | Author |
| 2010-09-15 | Make project makefiles correctly clean intermeditary build files from assembl... | Dean |
| 2010-08-29 | Remove remaining void* descriptor casts in the projects and demos that were n... | Dean |
| 2010-08-24 | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s... | Dean |
| 2010-08-22 | Changed all Device mode LowLevel demos and Device Class drivers so that the c... | Dean |
| 2010-08-09 | Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us... | Dean |
| 2010-08-09 | Add notification endpoint to the incomplete TMC demo. | Dean |
| 2010-08-08 | Fix invocations of avr-size in all makefiles broken on unpatched *nix systems... | Dean |
| 2010-08-03 | Ensure all demos now compile in C99 standards mode, and not GNU99 (C99 + GNU ... | Dean |
| 2010-07-31 | Fixed Serial peripheral driver not turning off the USART before reconfiguring... | Dean |
| 2010-07-29 | Spell check all source files once again to find any typos. | Dean |
| 2010-07-28 | Add TMC header read and write functions, so that TMC data can now be exchange... | Dean |
| 2010-07-27 | Move over message ID specific header data to unions inside the standard TMC h... | Dean |
| 2010-07-26 | Rename reserved members of all structs so that they are uniformly named acros... | Dean |
| 2010-07-26 | Add comments to the currently completed portions of the incomplete Test and M... | Dean |
| 2010-07-26 | Add missing INTERRUPT_CONTROL_ENDPOINT compile time option to the Mass Storag... | Dean |
| 2010-07-26 | Add stream callback flags and class specific control request handler code to ... | Dean |
| 2010-07-23 | Add TMC device capabilities to the incomplete TMC demo. | Dean |
| 2010-07-22 | Convert over internal pseudo-function macros to true inline functions for add... | Dean |
| 2010-07-22 | Added start of a low level device Test and Measurement class demo (thanks to ... | Dean |
| 2010-07-21 | Update all demos, projects and bootloaders to indent all function parameters,... | Dean |
| 2010-07-19 | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean |
| 2010-07-18 | Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex... | Dean |
| 2010-07-15 | Disable strict aliasing explicitly in the project makefiles, as this is appar... | Dean |
| 2010-07-15 | Removed the automated checking of event names in the demo, project and bootlo... | Dean |
| 2010-07-12 | Add missing clean_doxygen phony targets to the project makefiles. | Dean |
| 2010-07-02 | Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu... | Dean |
| 2010-06-03 | Minor documentation cleanups. | Dean |
| 2010-05-08 | Add svn:eol-style property to source files, so that the line endings are corr... | Dean |
| 2010-05-07 | Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th... | Dean |
| 2010-04-28 | Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low... | Dean |
| 2010-04-28 | USB_Init() no longer calls sei() to enable global interrupts - this must now ... | Dean |
| 2010-04-18 | Add const keyword to the demo function parameters where possible. | Dean |
| 2010-03-22 | Standardized the naming scheme given to configuration descriptor sub-elements... | Dean |
| 2010-02-04 | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ... | Dean |
| 2009-12-30 | Update copyright year to 2010. | Dean |
| 2009-12-28 | Fix MIT license language to make its intent clearer. | Dean |
| 2009-12-09 | Increase timeout of Mass Storage and Still Image host commands to 10 seconds ... | Dean |
| 2009-11-17 | Fix doxygen documentation - doxygen was getting confused on the variable-leng... | Dean |
| 2009-11-11 | Minor code cleanups for clarity. | Dean |
| 2009-11-09 | Spell check all source code variables, comments and strings. | Dean |
| 2009-10-16 | Fix invalid Event name rule in demo/project makefiles. | Dean |
| 2009-10-08 | Add new MIDIHost LowLevel demo application. | Dean |
| 2009-09-09 | Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar... | Dean |
| 2009-09-06 | Add in new invalid event hook check targets to project makefiles to produce c... | Dean |
| 2009-08-30 | Replace -finline-limit with -fno-inline-small-functions in project makefiles. | Dean |
| 2009-08-13 | Added CDC_Device_Flush() command to the CDC Device mode class driver. | Dean |
| 2009-08-05 | Renamed all library events to properly seperate out Device and Host mode even... | Dean |
| 2009-08-02 | Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi... | Dean |
| 2009-07-28 | Change project makefiles so that the current target settings and not just the... | Dean |
| 2009-07-23 | Ensure that the USB_DeviceState variable is properly set upon wakeup events, ... | Dean |