| Age | Commit message (Expand) | Author |
| 2011-04-13 | Replace cast-as-char* byte access of multibyte variables with proper shifts a... | 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-03-21 | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean |
| 2011-02-19 | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean |
| 2011-02-10 | Add static keyword to all project globals whose scope should be restricted to... | Dean |
| 2011-02-06 | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean |
| 2011-02-04 | Fixed programming errors in the AVRISP-MKII project when the programming pack... | Dean |
| 2011-01-30 | Renamed all driver termination *_ShutDown() functions to the more logical nam... | Dean |
| 2011-01-30 | Removed SerialStream module, rolled functionality into the base USART Serial ... | Dean |
| 2011-01-22 | Changed AVRISP-MKII project to use the Watchdog interrupt for command timeout... | Dean |
| 2011-01-16 | Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver. | Dean |
| 2011-01-10 | Altered all endpoint/pipe stream transfers so that the new BytesProcessed par... | Dean |
| 2011-01-01 | Update copyright year on all source files. | Dean |
| 2010-12-26 | Documentation improvements - put driver example code into its own section, fi... | Dean |
| 2010-12-25 | Combined page and word ISP programming mode code in the AVRISP-MKII clone pro... | Dean |
| 2010-12-25 | Fixed possible programming problem in the AVRISP-MKII clone project when prog... | Dean |
| 2010-12-24 | Add DEVICE_STATE_AS_GPIOR=0 compile time option to the library projects, to r... | Dean |
| 2010-12-13 | Fixed incorrect definition of the HID_KEYBOARD_SC_D constant in the HID class... | Dean |
| 2010-11-22 | Lower bulk endpoint polling rate in the descriptors to the lowest possible va... | Dean |
| 2010-11-17 | Rename incorrectly named XPROGTarget_SendBreak() function to XPROGTarget_Send... | Dean |
| 2010-11-16 | Fixed AVRISP-MKII clone project not starting the target's program automatical... | Dean |
| 2010-11-16 | Slow AVRISP-MKII clone PDI/TPI programming speed back to 250KHz due to issues... | Dean |
| 2010-11-16 | Added new XCK_RESCUE_CLOCK_ENABLE compile time option to the AVRISP-MKII clon... | Dean |
| 2010-11-14 | Second patch to fix incorrect PDI/TPI programming speed. | Dean |
| 2010-11-12 | Fixed PDI/TPI programming speed of ~250KHz in the AVRISP-MKII Clone project, ... | Dean |
| 2010-11-10 | Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo... | Dean |
| 2010-11-08 | Added board hardware driver support for the Adafruit U4 breakout board. | Dean |
| 2010-11-02 | Fix XPLAINBridge code broken during the changes to the Rescue Clock generatio... | Dean |
| 2010-11-02 | Rescue clock of the AVRISP-MKII moved to the AVR's OCR1A pin, so that the clo... | Dean |
| 2010-10-28 | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean |
| 2010-10-25 | Add descriptor class, subclass and protocol constants to the class drivers, m... | Dean |
| 2010-10-13 | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean |
| 2010-10-02 | Revert change to the AVRISP-MKII project for fuse byte programming via the CM... | Dean |
| 2010-10-02 | Fixed broken lock byte programming in the AVRISP-MKII clone project for some ... | Dean |
| 2010-10-02 | Fixed broken FLASH/EEPROM programming in the AVRISP-MKII clone project when w... | Dean |
| 2010-09-29 | Changed default value for the reset polarity parameter in the AVRISP-MKII pro... | Dean |
| 2010-09-24 | Remove dfu-programmer program switches, to ensure maximum compatibility with ... | Dean |
| 2010-09-24 | Added the --suppress-bootloader-mem option to the makefile dfu target, to ens... | Dean |
| 2010-09-15 | Make project makefiles correctly clean intermeditary build files from assembl... | Dean |
| 2010-09-09 | Fix typos in the project overview text files. | Dean |
| 2010-08-31 | Clarify in the project documentation files what the each of the different USB... | Dean |
| 2010-08-31 | Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ... | Dean |
| 2010-08-24 | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s... | Dean |
| 2010-08-22 | Added compile time error to the AVRISP-MKII project when built for the U4 chi... | Dean |
| 2010-08-09 | Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us... | Dean |
| 2010-08-09 | Commit for the 100807 release. | Dean |
| 2010-08-08 | Fix invocations of avr-size in all makefiles broken on unpatched *nix systems... | Dean |
| 2010-08-02 | Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ... | Dean |
| 2010-08-01 | Invert the logic for the VBUS power light in the AVRISP-MKII project for the ... | Dean |