| Age | Commit message (Expand) | Author |
| 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-13 | Added const attributes to some of the class driver function parameters that w... | Dean |
| 2010-07-13 | Add AVRStudio 4 project files to the ClassDriver Device mode demos. | 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-25 | Fix Doxygen formatting of parameters for the CALLBACK_HID_Device_CreateHIDRep... | Dean |
| 2010-06-06 | Fix incorrect copyright attribution on the class-driver keyboard demos due to... | Dean |
| 2010-05-23 | Remove obsolete entry from the Doxygen configuration files. | Dean |
| 2010-05-09 | Add new ReportType parameter to the HID class driver device callback and host... | 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-19 | Make bluetooth SDP code correctly unpack the search UUIDs and parameters. | Dean |
| 2010-03-22 | Standardized the naming scheme given to configuration descriptor sub-elements... | Dean |
| 2010-02-16 | Make sure the button report set masks use OR in all circumstances, to prevent... | Dean |
| 2010-02-07 | Added Keyboard LED report masks (KEYBOARD_LED_*) to the HID class driver and ... | Dean |
| 2010-02-07 | Added keyboard modifier masks (HID_KEYBOARD_MODIFER_*) to the HID class drive... | Dean |
| 2010-02-04 | New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ... | Dean |
| 2010-02-03 | Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation. | Dean |
| 2010-01-28 | Fix up project documentation files' overview tables, so that multiple items o... | Dean |
| 2010-01-25 | Add Webserver project Doxygen configuration file and overview document. | Dean |
| 2010-01-12 | Fixed incorrect interface values in the VirtualSerialMouse and KeyboardMouse ... | Dean |
| 2010-01-06 | Update Doxygen configuration files to the latest Doxygen version. | Dean |
| 2009-12-30 | Update copyright year to 2010. | Dean |
| 2009-12-28 | Fix MIT license language to make its intent clearer. | Dean |
| 2009-11-25 | Fix build and Doxygen errors. | Dean |
| 2009-11-23 | Added new ReportType parameter to the HID Device Class driver CALLBACK_HID_De... | Dean |
| 2009-11-13 | Corrections, improvements and additions to the incomplete RNDISHost demo. | Dean |
| 2009-11-06 | Add optional double-banking support to the Device mode Class Drivers, on a pe... | Dean |
| 2009-10-16 | Fix invalid Event name rule in demo/project makefiles. | Dean |
| 2009-10-12 | Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz. | Dean |
| 2009-09-21 | Fix broken KeyboardMouse ClassDriver device demo - use internal HID Class Dri... | Dean |
| 2009-09-20 | Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i... | 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-16 | Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De... | Dean |
| 2009-08-13 | Adjust endpoint polling intervals for HID demos, to make them compliant with ... | Dean |
| 2009-08-13 | Added explicit attribute masks to the device mode demos' descriptors. | 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-31 | Fix demos based on the device mode HID class driver, as well as the driver it... | Dean |
| 2009-07-30 | Add new HID_Device_MillisecondElapsed() function to the HID device Class driv... | Dean |
| 2009-07-30 | Fix to HID device mode Class driver, so that new reports are compared against... | Dean |
| 2009-07-28 | Change project makefiles so that the current target settings and not just the... | Dean |
| 2009-07-27 | State information for class drivers is now zeroed out during enumeration (bot... | Dean |