| Age | Commit message (Expand) | Author |
| 2011-05-27 | Merge over trunk changes to the 110528 BETA to form the 110528 release. | Dean |
| 2011-04-13 | Create new tag for the 110528 release (Quality Assurance). | Dean |
| 2011-04-10 | Remove redundant type information for bitfield elements, other than the signe... | Dean |
| 2011-04-08 | Move global interrupt enable/disable functions out to Common.h and document t... | Dean |
| 2011-04-08 | Correct UC3 global interrupt functions. | Dean |
| 2011-04-04 | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean |
| 2011-04-04 | Conditionally add available address spaces to the address space enum, for mul... | Dean |
| 2011-03-21 | Add in new architecture attribute defines to selectively remove the EEPROM an... | Dean |
| 2011-03-21 | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean |
| 2011-03-18 | Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu... | Dean |
| 2011-03-16 | Added new VirtualSerialMassStorage Device Class Driver demo. | Dean |
| 2011-03-15 | Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating wh... | Dean |
| 2011-03-15 | Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB A... | Dean |
| 2011-03-15 | Updated the software USART code in the XPLAIN Bridge application so that the ... | Dean |
| 2011-03-13 | Add experimental support for the AVR32 UC3A4 microcontrollers. | Dean |
| 2011-03-13 | Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models. | Dean |
| 2011-03-11 | Add structure padding to the appropriate descriptor structures to maintain co... | Dean |
| 2011-03-05 | Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi... | Dean |
| 2011-03-05 | Minor documentation updates. | Dean |
| 2011-02-28 | Add in USB_INT_RegisterHandlers() internal function to register the interrupt... | Dean |
| 2011-02-27 | Changed over the AVR8 USB controller interrupt management macros to be inline... | Dean |
| 2011-02-26 | Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare... | Dean |
| 2011-02-26 | Added TWI baud rate prescaler and bit length parameters to the TWI_Init() fun... | Dean |
| 2011-02-26 | More UC3B architecture port updates. | Dean |
| 2011-02-20 | Added start of a port of the core USB driver code to the AVR32 UC3B architect... | Dean |
| 2011-02-20 | More updates to remove architecture-specific comments from the documentation,... | Dean |
| 2011-02-20 | Start update of documentation to support possible multiple architectures in t... | Dean |
| 2011-02-19 | Initial restructuring of the core USB driver module to support multiple archi... | Dean |
| 2011-02-19 | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean |
| 2011-02-19 | Reduced latency for executing the Start-Of-Frame events (if enabled in the us... | Dean |
| 2011-02-17 | Fix non-ASCII characters breaking LaTex documentation builds. | Dean |
| 2011-02-16 | Added board driver support for the Sparkfun ATMEGA8U2 breakout board. | Dean |
| 2011-02-13 | Add more const-ness to the stream endpoint/pipe functions where possible. | Dean |
| 2011-02-11 | Fix typos in the HID class bootloader makefile. | Dean |
| 2011-02-09 | Update HID bootloader loader application to support the VID/PID used by the b... | Dean |
| 2011-02-09 | Added HID class bootloader, compatible with a modified version of the command... | Dean |
| 2011-02-09 | Change bootloader makefiles to automatically compute the bootloader starting ... | Dean |
| 2011-02-04 | Fixed programming errors in the AVRISP-MKII project when the programming pack... | Dean |
| 2011-02-02 | Fixed incorect BUTTONS_BUTTON1 definition for the Minimus board. | Dean |
| 2011-01-30 | Renamed all driver termination *_ShutDown() functions to the more logical nam... | Dean |
| 2011-01-30 | Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send... | Dean |
| 2011-01-30 | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean |
| 2011-01-30 | Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl... | Dean |
| 2011-01-26 | Added new KeyboardMouseMultiReport Device ClassDriver demo. | Dean |
| 2011-01-23 | Added new HID_DESCRIPTOR_MOUSE, HID_DESCRIPTOR_KEYBOARD and HID_DESCRIPTOR_JO... | Dean |
| 2011-01-23 | Change over Joystick demo HID report descriptor to use USAGE_MINIMUM and USAG... | Dean |
| 2011-01-22 | Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout... | Dean |
| 2011-01-17 | Fixed incorrect definition of the HID_KEYBOARD_SC_RIGHT_ARROW constant in the... | Dean |
| 2011-01-16 | Fixed several functions in the Host mode Still Image Class driver returning a... | Dean |
| 2011-01-16 | New HID report item macros (with HID_RI_ prefix) to allow for easy creation a... | Dean |