| Commit message (Expand) | Author | Age | Files | Lines |
* | Add new LUFA powered user projects to the documentation. | Dean Camera | 2011-04-23 | 1 | -1/+1 |
* | Fix HID class bootloader not working on the larger USB AVRs due to the altere... | Dean Camera | 2011-04-23 | 1 | -1/+9 |
* | Make DFU and CDC class bootloaders also toggle the LEDs on command activity i... | Dean Camera | 2011-04-23 | 2 | -4/+10 |
* | Added LED flashing to the CDC and DFU class bootloaders to indicate when they... | Dean Camera | 2011-04-23 | 4 | -0/+30 |
* | 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 | 3 | -20/+20 |
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean Camera | 2011-03-21 | 3 | -21/+21 |
* | Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu... | Dean Camera | 2011-03-18 | 3 | -22/+50 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 3 | -3/+15 |
* | Add missing HID bootloader AVRStudio project. | Dean Camera | 2011-02-15 | 1 | -0/+1 |
* | Add more const-ness to the stream endpoint/pipe functions where possible. | Dean Camera | 2011-02-13 | 1 | -1/+2 |
* | Fix typos in the HID class bootloader makefile. | Dean Camera | 2011-02-11 | 1 | -3/+3 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 8 | -105/+57 |
* | Fix errors in the hid_bootloader_cli.c program code. | Dean Camera | 2011-02-09 | 1 | -18/+15 |
* | Update HID bootloader loader application to support the VID/PID used by the b... | Dean Camera | 2011-02-09 | 6 | -37/+95 |
* | Added HID class bootloader, compatible with a modified version of the command... | Dean Camera | 2011-02-09 | 13 | -4/+4517 |
* | Change bootloader makefiles to automatically compute the bootloader starting ... | Dean Camera | 2011-02-09 | 3 | -6/+10 |
* | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean Camera | 2011-02-06 | 2 | -8/+8 |
* | Tighten up the Bootloader GetDescriptor() function, as the descriptor size ca... | Dean Camera | 2011-02-06 | 3 | -50/+32 |
* | Renamed all driver termination *_ShutDown() functions to the more logical nam... | Dean Camera | 2011-01-30 | 1 | -1/+1 |
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed par... | Dean Camera | 2011-01-10 | 2 | -2/+0 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 9 | -17/+17 |
* | Documentation improvements - put driver example code into its own section, fi... | Dean Camera | 2010-12-26 | 2 | -8/+8 |
* | Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to red... | Dean Camera | 2010-12-24 | 1 | -0/+1 |
* | Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define. | Dean Camera | 2010-11-30 | 1 | -1/+1 |
* | Fixed broken DFU bootloader, added XPLAIN support for bootloader start when X... | Dean Camera | 2010-11-27 | 2 | -0/+25 |
* | Readd incomplete MIDIToneGenerator project, which can now correctly generate ... | Dean Camera | 2010-11-24 | 1 | -1/+1 |
* | Lower bulk endpoint polling rate in the descriptors to the lowest possible va... | Dean Camera | 2010-11-22 | 1 | -2/+2 |
* | Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo... | Dean Camera | 2010-11-10 | 1 | -3/+3 |
* | Fix incorrect ADEFS and CPPDEFS entries in the DFU and CDC class bootloader m... | Dean Camera | 2010-11-09 | 2 | -4/+4 |
* | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean Camera | 2010-11-05 | 3 | -9/+9 |
* | Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to N... | Dean Camera | 2010-10-29 | 3 | -190/+197 |
* | Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and... | Dean Camera | 2010-10-29 | 5 | -30/+59 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 10 | -10/+10 |
* | Add descriptor class, subclass and protocol constants to the class drivers, m... | Dean Camera | 2010-10-25 | 2 | -12/+12 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 13 | -312/+325 |
* | Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re... | Dean Camera | 2010-10-07 | 2 | -0/+2 |
* | Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ... | Dean Camera | 2010-09-30 | 3 | -8/+8 |
* | Added board hardware driver support for the Arduino Uno development board. | Dean Camera | 2010-09-28 | 1 | -1/+1 |
* | Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl... | Dean Camera | 2010-09-28 | 6 | -43/+146 |
* | Added the --suppress-bootloader-mem option to the makefile dfu target, to ens... | Dean Camera | 2010-09-24 | 2 | -2/+2 |
* | Make project makefiles correctly clean intermeditary build files from assembl... | Dean Camera | 2010-09-15 | 2 | -4/+4 |
* | Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA... | Dean Camera | 2010-09-14 | 3 | -15/+15 |
* | Add the "REQ_" prefix to the DFU class bootloader class-specific request cons... | Dean Camera | 2010-09-12 | 2 | -13/+13 |
* | Fix typos in the project overview text files. | Dean Camera | 2010-09-09 | 2 | -2/+2 |
* | Clarify in the project documentation files what the each of the different USB... | Dean Camera | 2010-08-31 | 2 | -8/+8 |
* | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s... | Dean Camera | 2010-08-24 | 4 | -12/+14 |
* | Fix invocations of avr-size in all makefiles broken on unpatched *nix systems... | Dean Camera | 2010-08-08 | 2 | -2/+8 |
* | Fixed software application start command broken in the DFU class bootloader w... | Dean Camera | 2010-08-05 | 3 | -11/+17 |
* | Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ... | Dean Camera | 2010-08-02 | 2 | -2/+4 |