| Age | Commit message (Expand) | Author |
| 2011-02-27 | Oops - ensure that only the relevant/available interrupts are defined and use... | Dean |
| 2011-02-27 | Changed over the AVR8 USB controller interrupt management macros to be inline... | Dean |
| 2011-02-27 | General cleanup and more port work to the AVR32 UC3B. | Dean |
| 2011-02-27 | Fix USB Host mode compile errors for the UC3B architecture. | Dean |
| 2011-02-27 | Move out common architecture-independent core definitions into the appropriat... | Dean |
| 2011-02-27 | More AVR32 UC3B architecture ports - USB device mode applications can now be ... | 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 | Update board driver common APIs to use uint_reg_t. | Dean |
| 2011-02-20 | Fix incorrect Doxygen grouping in the incomplete AVR32 UC3B architecture port. | Dean |
| 2011-02-20 | Make sure the peripheral driver .c files include the driver dispatch header, ... | Dean |
| 2011-02-20 | Rename architecture specific driver files, to make them appear with uniquely ... | 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 | More Doxygen updates for multiple architecture support. | 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 | Fix documentation glitches from the restructuring changes. | Dean |
| 2011-02-19 | Move out Dataflash IC command constants headers into the general LUFA/Drivers... | 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-15 | Add missing HID bootloader AVRStudio project. | Dean |
| 2011-02-13 | Add more const-ness to the stream endpoint/pipe functions where possible. | Dean |
| 2011-02-12 | Fix include path in the library RingBuffer.h header file. | Dean |
| 2011-02-11 | Fix typos in the HID class bootloader makefile. | Dean |
| 2011-02-10 | Add static keyword to all project globals whose scope should be restricted to... | Dean |
| 2011-02-09 | Fix errors in the hid_bootloader_cli.c program code. | 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 | Add missing svn:eol-style properties to the new KeyboardMouseMultiReport demo. | Dean |
| 2011-02-09 | Change bootloader makefiles to automatically compute the bootloader starting ... | Dean |
| 2011-02-06 | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean |
| 2011-02-06 | Tighten up the Bootloader GetDescriptor() function, as the descriptor size ca... | Dean |
| 2011-02-06 | Update projects using FatFS and PetiteFatFS to the latest library versions. | Dean |
| 2011-02-06 | Fix incorrect #include filenames in the RNDIS demos. | 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 | Oops - fix up some calls to the old function names, include Serial Peripheral... | 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 | Oops - forgot to add in LOGICAL MINIMUM and LOGICAL MAXIMUM report items into... | 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 |