| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 2 | -0/+15 |
* | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean Camera | 2011-04-04 | 1 | -2/+2 |
* | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean Camera | 2011-03-21 | 1 | -7/+7 |
* | Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu... | Dean Camera | 2011-03-18 | 1 | -5/+14 |
* | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean Camera | 2011-02-19 | 1 | -1/+5 |
* | Add static keyword to all project globals whose scope should be restricted to... | Dean Camera | 2011-02-10 | 2 | -50/+10 |
* | Update HID bootloader loader application to support the VID/PID used by the b... | Dean Camera | 2011-02-09 | 1 | -0/+1 |
* | Added HID class bootloader, compatible with a modified version of the command... | Dean Camera | 2011-02-09 | 1 | -0/+7 |
* | Change bootloader makefiles to automatically compute the bootloader starting ... | Dean Camera | 2011-02-09 | 1 | -2/+4 |
* | Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file. | Dean Camera | 2011-02-06 | 1 | -4/+4 |
* | Tighten up the Bootloader GetDescriptor() function, as the descriptor size ca... | Dean Camera | 2011-02-06 | 1 | -14/+5 |
* | Altered all endpoint/pipe stream transfers so that the new BytesProcessed par... | Dean Camera | 2011-01-10 | 1 | -1/+0 |
* | Update copyright year on all source files. | Dean Camera | 2011-01-01 | 4 | -8/+8 |
* | Documentation improvements - put driver example code into its own section, fi... | Dean Camera | 2010-12-26 | 1 | -4/+4 |
* | Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to red... | Dean Camera | 2010-12-24 | 1 | -0/+1 |
* | 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 | 1 | -2/+2 |
* | 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 | 3 | -190/+197 |
* | Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and... | Dean Camera | 2010-10-29 | 4 | -27/+56 |
* | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean Camera | 2010-10-28 | 5 | -5/+5 |
* | Add descriptor class, subclass and protocol constants to the class drivers, m... | Dean Camera | 2010-10-25 | 1 | -9/+9 |
* | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean Camera | 2010-10-13 | 6 | -156/+162 |
* | Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re... | Dean Camera | 2010-10-07 | 1 | -0/+1 |
* | Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ... | Dean Camera | 2010-09-30 | 2 | -7/+7 |
* | 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 | 4 | -31/+134 |
* | Added the --suppress-bootloader-mem option to the makefile dfu target, to ens... | Dean Camera | 2010-09-24 | 1 | -1/+1 |
* | Make project makefiles correctly clean intermeditary build files from assembl... | Dean Camera | 2010-09-15 | 1 | -2/+2 |
* | Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA... | Dean Camera | 2010-09-14 | 2 | -5/+5 |
* | Fix typos in the project overview text files. | Dean Camera | 2010-09-09 | 1 | -1/+1 |
* | Clarify in the project documentation files what the each of the different USB... | Dean Camera | 2010-08-31 | 1 | -4/+4 |
* | Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s... | Dean Camera | 2010-08-24 | 2 | -8/+9 |
* | Fix invocations of avr-size in all makefiles broken on unpatched *nix systems... | Dean Camera | 2010-08-08 | 1 | -1/+4 |
* | Fixed software application start command broken in the DFU class bootloader w... | Dean Camera | 2010-08-05 | 1 | -0/+1 |
* | Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ... | Dean Camera | 2010-08-02 | 1 | -1/+2 |
* | Re-add deleted linker options to the Bootloader makefiles, which was preventi... | Dean Camera | 2010-07-31 | 1 | -0/+1 |
* | More spell checking of all source files -- correct missed errors, switch to E... | Dean Camera | 2010-07-30 | 1 | -1/+1 |
* | Add the formula used to obtain the bootloader start address to the Bootloader... | Dean Camera | 2010-07-30 | 1 | -3/+5 |
* | Spell check all source files once again to find any typos. | Dean Camera | 2010-07-29 | 1 | -2/+2 |
* | Update all demos, projects and bootloaders to indent all function parameters,... | Dean Camera | 2010-07-21 | 2 | -3/+6 |
* | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | Dean Camera | 2010-07-19 | 1 | -58/+39 |
* | Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex... | Dean Camera | 2010-07-18 | 1 | -1/+1 |
* | Disable strict aliasing explicitly in the project makefiles, as this is appar... | Dean Camera | 2010-07-15 | 1 | -0/+1 |
* | Removed the automated checking of event names in the demo, project and bootlo... | Dean Camera | 2010-07-15 | 1 | -17/+6 |
* | Add AVRStudio 4 project files for the library bootloaders. | Dean Camera | 2010-07-13 | 1 | -0/+1 |
* | Add missing clean_doxygen phony targets to the project makefiles. | Dean Camera | 2010-07-12 | 1 | -1/+1 |