aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU
Commit message (Expand)AuthorAgeFilesLines
* Make DFU and CDC class bootloaders also toggle the LEDs on command activity i...Dean Camera2011-04-231-4/+7
* Added LED flashing to the CDC and DFU class bootloaders to indicate when they...Dean Camera2011-04-232-0/+15
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-1/+1
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-16/+16
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-211-7/+7
* Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu...Dean Camera2011-03-181-9/+18
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-191-1/+5
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-102-24/+24
* Update HID bootloader loader application to support the VID/PID used by the b...Dean Camera2011-02-091-0/+1
* Change bootloader makefiles to automatically compute the bootloader starting ...Dean Camera2011-02-092-4/+6
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-061-4/+4
* Tighten up the Bootloader GetDescriptor() function, as the descriptor size ca...Dean Camera2011-02-062-36/+27
* Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean Camera2011-01-301-1/+1
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-1/+0
* Update copyright year on all source files.Dean Camera2011-01-014-8/+8
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-261-4/+4
* Fixed broken USBFOO board drivers due to missing BOARD_USBFOO define.Dean Camera2010-11-301-1/+1
* Fixed broken DFU bootloader, added XPLAIN support for bootloader start when X...Dean Camera2010-11-272-0/+25
* Fix incorrect ADEFS and CPPDEFS entries in the DFU and CDC class bootloader m...Dean Camera2010-11-091-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-052-5/+5
* Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and...Dean Camera2010-10-291-3/+3
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-284-4/+4
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-251-3/+3
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-136-155/+161
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean Camera2010-10-071-0/+1
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-301-1/+1
* Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...Dean Camera2010-09-282-12/+12
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-241-1/+1
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-151-2/+2
* Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA...Dean Camera2010-09-141-10/+10
* Add the "REQ_" prefix to the DFU class bootloader class-specific request cons...Dean Camera2010-09-122-13/+13
* Fix typos in the project overview text files.Dean Camera2010-09-091-1/+1
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-311-4/+4
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-242-4/+5
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-081-1/+4
* Fixed software application start command broken in the DFU class bootloader w...Dean Camera2010-08-052-11/+16
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-021-1/+2
* Re-add deleted linker options to the Bootloader makefiles, which was preventi...Dean Camera2010-07-311-0/+1
* Oops - fix mixed "initialize" and "initialise" - opt for American spelling du...Dean Camera2010-07-301-1/+1
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-302-2/+2
* Spell check more of the third party libraries used by LUFA.Dean Camera2010-07-301-1/+1
* Add the formula used to obtain the bootloader start address to the Bootloader...Dean Camera2010-07-301-3/+5
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-212-3/+6
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-63/+43
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-181-1/+1
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-151-0/+1
* Removed the automated checking of event names in the demo, project and bootlo...Dean Camera2010-07-151-17/+6
* Add AVRStudio 4 project files to the LowLevel Host mode demos.Dean Camera2010-07-131-1/+1
* Add AVRStudio 4 project files for the library bootloaders.Dean Camera2010-07-131-0/+1