| Commit message (Expand) | Author | Age | Files | Lines |
* | The library bootloaders will now correctly start the user application after a... | Dean Camera | 2012-04-29 | 1 | -0/+24 |
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 1 | -1/+1 |
* | Fixed DFU class bootloader not resetting the LED pins as high impedance input... | Dean Camera | 2012-01-29 | 1 | -2/+3 |
* | Minor bootloader tweaks; make some functions static where possible to reduce ... | Dean Camera | 2012-01-15 | 1 | -2/+2 |
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | Dean Camera | 2011-12-23 | 1 | -4/+5 |
* | Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ... | Dean Camera | 2011-11-23 | 1 | -4/+0 |
* | Added User Application APIs to the CDC and DFU class bootloaders. | Dean Camera | 2011-10-11 | 1 | -1/+4 |
* | Massive corrections to the project documentation and code comments, thanks to... | Dean Camera | 2011-06-05 | 1 | -1/+1 |
* | Make DFU and CDC class bootloaders also toggle the LEDs on command activity i... | Dean Camera | 2011-04-23 | 1 | -4/+7 |
* | Added LED flashing to the CDC and DFU class bootloaders to indicate when they... | Dean Camera | 2011-04-23 | 1 | -0/+14 |
* | Correct UC3 global interrupt functions. | Dean Camera | 2011-04-08 | 1 | -1/+1 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 1 | -16/+16 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 1 | -17/+17 |
* | Change bootloader makefiles to automatically compute the bootloader starting ... | Dean Camera | 2011-02-09 | 1 | -2/+2 |
* | Renamed all driver termination *_ShutDown() functions to the more logical nam... | Dean Camera | 2011-01-30 | 1 | -1/+1 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 1 | -2/+2 |
* | Fixed broken DFU bootloader, added XPLAIN support for bootloader start when X... | Dean Camera | 2010-11-27 | 1 | -0/+24 |
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean Camera | 2010-11-05 | 1 | -4/+4 |
* | 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 | -58/+59 |
* | Add the "REQ_" prefix to the DFU class bootloader class-specific request cons... | Dean Camera | 2010-09-12 | 1 | -6/+6 |
* | Fixed software application start command broken in the DFU class bootloader w... | Dean Camera | 2010-08-05 | 1 | -11/+15 |
* | Oops - fix mixed "initialize" and "initialise" - opt for American spelling du... | Dean Camera | 2010-07-30 | 1 | -1/+1 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 1 | -1/+1 |
* | Add svn:eol-style property to source files, so that the line endings are corr... | Dean Camera | 2010-05-08 | 1 | -699/+699 |
* | USB_Init() no longer calls sei() to enable global interrupts - this must now ... | Dean Camera | 2010-04-28 | 1 | -0/+3 |
* | Fixed DFU bootloader programming not discarding the correct number of filler ... | Dean Camera | 2010-01-24 | 1 | -2/+2 |
* | 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 |
* | Add to the existing CDC Class Driver's CreateStream() function documentation ... | Dean Camera | 2009-11-29 | 1 | -6/+2 |
* | Corrected incorrect signature bytes for the AT90USB82 and added support for t... | Dean Camera | 2009-09-07 | 1 | -0/+1 |
* | Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs. | Dean Camera | 2009-09-06 | 1 | -9/+0 |
* | Renamed all library events to properly seperate out Device and Host mode even... | Dean Camera | 2009-08-05 | 1 | -3/+3 |
* | Added new USB_DeviceState variable to keep track of the current Device mode U... | Dean Camera | 2009-07-21 | 1 | -32/+47 |
* | Added const modifiers to device mode class drivers. | Dean Camera | 2009-06-28 | 1 | -1/+1 |
* | Optimize vendor/product description string display code in MassStorageHost. | Dean Camera | 2009-06-26 | 1 | -1/+1 |
* | Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG... | Dean Camera | 2009-06-21 | 1 | -1/+1 |
* | Updated bootloaders to use the new main() function layout and remove any refe... | Dean Camera | 2009-06-09 | 1 | -16/+21 |
* | Finished CDC device class driver documentation. | Dean Camera | 2009-06-08 | 1 | -2/+4 |
* | Converted Host mode demos to schedulerless. Fixed host mode broken due to ear... | Dean Camera | 2009-06-08 | 1 | -2/+2 |
* | Fix all device mode demos broken in the recent API changes. | Dean Camera | 2009-05-26 | 1 | -2/+2 |
* | Rewritten event system to remove all macros, to make user code clearer. | Dean Camera | 2009-05-18 | 1 | -2/+2 |
* | USB_HostRequest renamed to USB_ControlRequest, entire control request header ... | Dean Camera | 2009-04-22 | 1 | -8/+2 |
* | Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f... | Dean Camera | 2009-04-21 | 1 | -21/+21 |
* | Changed over all deprecated GCC structure tag initializers to the standardize... | Dean Camera | 2009-04-20 | 1 | -6/+6 |
* | Fixed GenericHIDHost demo report write routine incorrect for control type req... | Dean Camera | 2009-04-16 | 1 | -34/+34 |
* | All comments in the library, bootloaders, demos and projects have now been sp... | Dean Camera | 2009-04-01 | 1 | -2/+2 |
* | Corrected CDC class bootloader to fix a few bugs, changed address counter to ... | Dean Camera | 2009-03-17 | 1 | -7/+0 |
* | Fixed incorrect/missing control status stage transfers on demos, bootloaders ... | Dean Camera | 2009-03-10 | 1 | -5/+12 |