| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix "AVR910" typos to "AVR109". | László Monda | 2013-09-24 | 1 | -3/+3 |
* | Re-added Set Control Line State request handling to the CDC class bootloader. | Dean Camera | 2013-06-27 | 1 | -0/+8 |
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 1 | -2/+2 |
* | Make "HighByte" variable in the CDC Bootloader a uint8_t rather than a bool t... | Dean Camera | 2012-10-28 | 1 | -1/+1 |
* | Minor cleanup of the CDC bootloader. | Dean Camera | 2012-10-20 | 1 | -4/+4 |
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 1 | -1/+1 |
* | Use the framework provided GlobalInterruptEnable() function instead of the AV... | Dean Camera | 2012-09-17 | 1 | -1/+1 |
* | Add human readable definitions for the AVR109 protocol commands in the CDC cl... | Dean Camera | 2012-08-27 | 1 | -32/+33 |
* | Reduce bootloader magic key to 16 bits to save FLASH space. | Dean Camera | 2012-07-07 | 1 | -1/+1 |
* | Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISAB... | Dean Camera | 2012-06-09 | 1 | -0/+21 |
* | Switch over Demos, Bootloaders and Projects to the new and improved build sys... | Dean Camera | 2012-06-01 | 1 | -1/+1 |
* | Turn off watchdog before jumping to the user application in the DFU and CDC b... | Dean Camera | 2012-05-21 | 1 | -0/+6 |
* | Fix bootloaders to make the StaticAnalysis build test happy. | Dean Camera | 2012-05-05 | 1 | -1/+2 |
* | The library bootloaders will now correctly start the user application after a... | Dean Camera | 2012-04-29 | 1 | -0/+24 |
* | Reintegrate the FullEPAddresses development branch into trunk. | Dean Camera | 2012-04-14 | 1 | -14/+9 |
* | 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 | -1/+1 |
* | 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/+4 |
* | 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 | -0/+4 |
* | Make DFU and CDC class bootloaders also toggle the LEDs on command activity i... | Dean Camera | 2011-04-23 | 1 | -0/+3 |
* | Added LED flashing to the CDC and DFU class bootloaders to indicate when they... | Dean Camera | 2011-04-23 | 1 | -0/+14 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 1 | -2/+2 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 1 | -10/+10 |
* | Added HID class bootloader, compatible with a modified version of the command... | Dean Camera | 2011-02-09 | 1 | -0/+7 |
* | 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 |