aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
Commit message (Expand)AuthorAgeFilesLines
* F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc...Dean Camera2011-03-213-21/+21
* Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu...Dean Camera2011-03-183-22/+50
* Add new ARCH option to the makefiles to (eventually) specify the target devic...Dean Camera2011-02-193-3/+15
* Add missing HID bootloader AVRStudio project.Dean Camera2011-02-151-0/+1
* Add more const-ness to the stream endpoint/pipe functions where possible.Dean Camera2011-02-131-1/+2
* Fix typos in the HID class bootloader makefile.Dean Camera2011-02-111-3/+3
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-108-105/+57
* Fix errors in the hid_bootloader_cli.c program code.Dean Camera2011-02-091-18/+15
* Update HID bootloader loader application to support the VID/PID used by the b...Dean Camera2011-02-096-37/+95
* Added HID class bootloader, compatible with a modified version of the command...Dean Camera2011-02-0913-4/+4517
* Change bootloader makefiles to automatically compute the bootloader starting ...Dean Camera2011-02-093-6/+10
* Oops - fix missing constants in the TempDataLogger FatFS diskio.h header file.Dean Camera2011-02-062-8/+8
* Tighten up the Bootloader GetDescriptor() function, as the descriptor size ca...Dean Camera2011-02-063-50/+32
* 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-102-2/+0
* Update copyright year on all source files.Dean Camera2011-01-019-17/+17
* Documentation improvements - put driver example code into its own section, fi...Dean Camera2010-12-262-8/+8
* Add ORDERED_EP_CONFIG compile time option to the CDC class bootloader, to red...Dean Camera2010-12-241-0/+1
* 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
* Readd incomplete MIDIToneGenerator project, which can now correctly generate ...Dean Camera2010-11-241-1/+1
* Lower bulk endpoint polling rate in the descriptors to the lowest possible va...Dean Camera2010-11-221-2/+2
* Fixed incorrect PollingIntervalMS values in the demo/project/bootloader endpo...Dean Camera2010-11-101-3/+3
* Fix incorrect ADEFS and CPPDEFS entries in the DFU and CDC class bootloader m...Dean Camera2010-11-092-4/+4
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-053-9/+9
* Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to N...Dean Camera2010-10-293-190/+197
* Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and...Dean Camera2010-10-295-30/+59
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-2810-10/+10
* Add descriptor class, subclass and protocol constants to the class drivers, m...Dean Camera2010-10-252-12/+12
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-1313-312/+325
* Added new NO_SOF_EVENTS compile time option, enabled in the bootloaders to re...Dean Camera2010-10-072-0/+2
* Reverted Endpoint/Pipe non-sequential configuration hack, placed restriction ...Dean Camera2010-09-303-8/+8
* Added board hardware driver support for the Arduino Uno development board.Dean Camera2010-09-281-1/+1
* Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl...Dean Camera2010-09-286-43/+146
* Added the --suppress-bootloader-mem option to the makefile dfu target, to ens...Dean Camera2010-09-242-2/+2
* Make project makefiles correctly clean intermeditary build files from assembl...Dean Camera2010-09-152-4/+4
* Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA...Dean Camera2010-09-143-15/+15
* 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-092-2/+2
* Clarify in the project documentation files what the each of the different USB...Dean Camera2010-08-312-8/+8
* Changed the signature of the CALLBACK_USB_GetDescriptor() callback function s...Dean Camera2010-08-244-12/+14
* Fix invocations of avr-size in all makefiles broken on unpatched *nix systems...Dean Camera2010-08-082-2/+8
* Fixed software application start command broken in the DFU class bootloader w...Dean Camera2010-08-053-11/+17
* Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ...Dean Camera2010-08-022-2/+4
* Re-add deleted linker options to the Bootloader makefiles, which was preventi...Dean Camera2010-07-312-0/+2
* 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-303-3/+3
* 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-302-6/+10
* Spell check all source files once again to find any typos.Dean Camera2010-07-292-3/+3