| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
* | Readd incomplete MIDIToneGenerator project, which can now correctly generate ... | Dean Camera | 2010-11-24 | 1 | -1/+1 |
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean Camera | 2010-11-05 | 1 | -4/+4 |
* | Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to N... | Dean Camera | 2010-10-29 | 1 | -188/+195 |
* | Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and... | Dean Camera | 2010-10-29 | 1 | -24/+28 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 1 | -1/+1 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 1 | -63/+64 |
* | Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl... | Dean Camera | 2010-09-28 | 1 | -0/+42 |
* | Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA... | Dean Camera | 2010-09-14 | 1 | -3/+3 |
* | Removed unused line encoding data and control requests from the CDC Bootloade... | Dean Camera | 2010-05-26 | 1 | -71/+2 |
* | Switch to using the correct intptr_t type use where a pointer must be cast to... | Dean Camera | 2010-05-26 | 1 | -4/+4 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -576/+576 |
* | Make CDC class bootloader hard-reset the AVR when exited instead of a soft-re... | Dean Camera | 2010-05-06 | 1 | -21/+8 |
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ... | Dean Camera | 2010-04-28 | 1 | -0/+3 |
* | Update copyright year to 2010. | Dean Camera | 2009-12-30 | 1 | -2/+2 |
* | Fix MIT license language to make its intent clearer. | Dean Camera | 2009-12-28 | 1 | -7/+7 |
* | Spell check all source code variables, comments and strings. | Dean Camera | 2009-11-09 | 1 | -1/+1 |
* | Application documentation/comment cleanup. | Dean Camera | 2009-10-08 | 1 | -1/+0 |
* | Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i... | Dean Camera | 2009-09-20 | 1 | -2/+2 |
* | Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs. | Dean Camera | 2009-09-06 | 1 | -9/+0 |
* | Fixed issue in USBtoSerial demos where the USART Rx line was not having its p... | Dean Camera | 2009-08-05 | 1 | -9/+9 |
* | Renamed all library events to properly seperate out Device and Host mode even... | Dean Camera | 2009-08-05 | 1 | -4/+4 |
* | Added new USB_DeviceState variable to keep track of the current Device mode U... | Dean Camera | 2009-07-21 | 1 | -15/+32 |
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 1 | -2/+2 |
* | Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG... | Dean Camera | 2009-06-21 | 1 | -3/+3 |
* | Updated bootloaders to use the new main() function layout and remove any refe... | Dean Camera | 2009-06-09 | 1 | -25/+28 |
* | Converted Host mode demos to schedulerless. Fixed host mode broken due to ear... | Dean Camera | 2009-06-08 | 1 | -2/+2 |
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 1 | -3/+3 |
* | Fixed Endpoint_Write_Control_* functions writing more data than expected by t... | Dean Camera | 2009-05-02 | 1 | -1/+1 |
* | Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan... | Dean Camera | 2009-05-02 | 1 | -2/+2 |
* | USB_HostRequest renamed to USB_ControlRequest, entire control request header ... | Dean Camera | 2009-04-22 | 1 | -6/+4 |
* | Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f... | Dean Camera | 2009-04-21 | 1 | -8/+8 |
* | Changed over all deprecated GCC structure tag initializers to the standardize... | Dean Camera | 2009-04-20 | 1 | -4/+4 |
* | Fixed GenericHIDHost demo report write routine incorrect for control type req... | Dean Camera | 2009-04-16 | 1 | -25/+25 |
* | All comments in the library, bootloaders, demos and projects have now been sp... | Dean Camera | 2009-04-01 | 1 | -1/+1 |
* | Corrected CDC class bootloader to fix a few bugs, changed address counter to ... | Dean Camera | 2009-03-17 | 1 | -99/+104 |
* | Fixed incorrect/missing control status stage transfers on demos, bootloaders ... | Dean Camera | 2009-03-10 | 1 | -0/+3 |
* | Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma... | Dean Camera | 2009-03-09 | 1 | -2/+2 |
* | Makefiles and library modified to add a new F_CLOCK constant to give the unpr... | Dean Camera | 2009-02-26 | 1 | -2/+2 |
* | Moved all source to the trunk directory. | Dean Camera | 2009-02-23 | 1 | -0/+570 |