aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU/BootloaderDFU.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed DFU bootloader programming not discarding the correct number of filler ...Dean Camera2010-01-241-2/+2
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Add to the existing CDC Class Driver's CreateStream() function documentation ...Dean Camera2009-11-291-6/+2
* Corrected incorrect signature bytes for the AT90USB82 and added support for t...Dean Camera2009-09-071-0/+1
* Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.Dean Camera2009-09-061-9/+0
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-3/+3
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-32/+47
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-1/+1
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-1/+1
* Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG...Dean Camera2009-06-211-1/+1
* Updated bootloaders to use the new main() function layout and remove any refe...Dean Camera2009-06-091-16/+21
* Finished CDC device class driver documentation.Dean Camera2009-06-081-2/+4
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-081-2/+2
* Fix all device mode demos broken in the recent API changes.Dean Camera2009-05-261-2/+2
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-2/+2
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-8/+2
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-21/+21
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-201-6/+6
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-34/+34
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-2/+2
* Corrected CDC class bootloader to fix a few bugs, changed address counter to ...Dean Camera2009-03-171-7/+0
* Fixed incorrect/missing control status stage transfers on demos, bootloaders ...Dean Camera2009-03-101-5/+12
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...Dean Camera2009-03-091-2/+2
* Altered DFU bootloader to use the signature byte constants located in the avr...Dean Camera2009-03-091-1/+1
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+692