aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU
Commit message (Expand)AuthorAgeFilesLines
* Fix invalid Event name rule in demo/project makefiles.Dean Camera2009-10-161-1/+1
* Make Audio device demos compatible with AVRs running at 16MHz instead of 8MHz.Dean Camera2009-10-121-9/+5
* Remove USE_NONSTANDARD_DESCRIPTOR_NAMES compile time token, split out standar...Dean Camera2009-09-091-1/+0
* Add link to third-party signed version of the official FLIP DFU driver for 64...Dean Camera2009-09-071-2/+6
* Corrected incorrect signature bytes for the AT90USB82 and added support for t...Dean Camera2009-09-072-15/+26
* Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.Dean Camera2009-09-062-10/+0
* Add in new invalid event hook check targets to project makefiles to produce c...Dean Camera2009-09-061-31/+61
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-052-5/+5
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-022-2/+2
* Change project makefiles so that the current target settings and not just the...Dean Camera2009-07-281-19/+20
* Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an...Dean Camera2009-07-281-1/+1
* Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t...Dean Camera2009-07-281-0/+1
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-32/+47
* Change Doxygen configuration files to not produce 4096 directories for the do...Dean Camera2009-07-201-1/+1
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-161-2/+2
* Added compatibility list to the documentation of each individual demo.Dean Camera2009-07-131-0/+13
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-1/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-282-6/+6
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-262-5/+5
* Add NO_INTERNAL_SERIAL compile time option to bootloaders to prevent them fro...Dean Camera2009-06-211-0/+1
* Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG...Dean Camera2009-06-214-14/+29
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-191-8/+8
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-191-5/+12
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-181-4/+0
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-161-1/+1
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-151-1/+1
* Updated bootloaders to use the new main() function layout and remove any refe...Dean Camera2009-06-092-16/+24
* 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
* Remove outdated AVRStudio project files from demos, projects, bootloaders. Fi...Dean Camera2009-06-051-1/+0
* Minor documentation page updates.Dean Camera2009-06-041-1/+0
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-011-1/+0
* Fix all device mode demos broken in the recent API changes.Dean Camera2009-05-261-2/+2
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-223-5/+5
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-183-11/+7
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-171-4/+4
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-042-2/+2
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-2/+2
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-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-202-48/+48
* Spell checked non-source documentation pages.Dean Camera2009-04-191-5/+5
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-4/+9
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-161-34/+34
* Added preprocessor checks and documentation to the bootloaders giving informa...Dean Camera2009-04-072-1/+13
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-014-8/+8
* Fixed CDC demo not sending an empty packet after each transfer to prevent the...Dean Camera2009-03-231-11/+16
* Combined Mouse, MouseViaInt and MouseFullInt demos into a single unified demo.Dean Camera2009-03-191-22/+47
* Corrected CDC class bootloader to fix a few bugs, changed address counter to ...Dean Camera2009-03-172-7/+7