aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MassStorageHost demo now retrieves Inquiry data from the device during enumer...Dean Camera2009-06-233-2/+115
* Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ...Dean Camera2009-06-235-7/+9
* Pipe_ConfigurePipe() now automatically defaults IN pipes to accepting infinit...Dean Camera2009-06-2316-33/+8
* Fixed CDCHost demo unfreezing IN pipes during configuration, rather than duri...Dean Camera2009-06-236-4/+37
* Add demos/bootloaders/projects overview to the manual.Dean Camera2009-06-225-15/+100
* Corrected the ADC driver for the ATMEGA16U4 and ATMEGA32U4 (thanks to Opendou...Dean Camera2009-06-225-9/+35
* Optimize unique serial number reading code for size -- remove atoi/toupper re...Dean Camera2009-06-211-13/+35
* Add NO_INTERNAL_SERIAL compile time option to bootloaders to prevent them fro...Dean Camera2009-06-213-0/+3
* Added new USE_INTERNAL_SERIAL define for using the unique serial numbers in s...Dean Camera2009-06-219-46/+34
* Trim unique serial number created by the USE_INTERNAL_SERIAL option to 12 cha...Dean Camera2009-06-214-4/+5
* Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG...Dean Camera2009-06-219-32/+74
* Add new temp LUFA project logo to the manual.Dean Camera2009-06-214-5/+46
* Added USE_INTERNAL_SERIAL compile time option to automatically read out the i...Dean Camera2009-06-2012-38/+142
* Clean up RNDIS demo type define names.Dean Camera2009-06-199-79/+84
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-1954-306/+307
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-1952-191/+473
* Extend USB_GetDeviceConfigDescriptor() routine to require the configuration n...Dean Camera2009-06-1917-40/+49
* Re-add in simple scheduler for compatibility with legacy code, mark all sched...Dean Camera2009-06-198-33/+458
* Fix broken MagStripe project.Dean Camera2009-06-182-18/+26
* Oops - restore deleted MissileLauncher project, fix all spelling errors for "...Dean Camera2009-06-188-1/+2960
* Fix spelling of the MissileLauncher project directory.Dean Camera2009-06-180-0/+0
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-1858-3616/+934
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-1815-55/+78
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-1650-62/+91
* Add MissleLauncher project to the /Projects/ makefile. Add missing MissleLaun...Dean Camera2009-06-162-0/+1489
* Pipe_GetErrorFlags() now returns additional error flags for overflow and unde...Dean Camera2009-06-167-13/+23
* Added USB Missle Launcher project, submitted by Dave Fletcher.Dean Camera2009-06-1612-5/+1456
* Added new USB_Host_SetDeviceConfiguration() convenience function. Change over...Dean Camera2009-06-1612-244/+173
* Move main library documentation pages into a new ManPages subdirectory.Dean Camera2009-06-1520-17/+0
* Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they w...Dean Camera2009-06-1535-2074/+95
* Add author image to library documentation.Dean Camera2009-06-154-2/+4
* Use sub pages in main library documentation to improve readability.Dean Camera2009-06-1514-83/+199
* Fixed broken HIDReportParser.c.Dean Camera2009-06-152-2/+4
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-1554-50/+86
* Doxygen corrections to fix Doxygen warnings in some demos.Dean Camera2009-06-157-2/+11
* Enhanced class drivers to use the same public/private section seperations as ...Dean Camera2009-06-1514-351/+397
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-1497-1205/+2694
* Fix errors from last commit.Dean Camera2009-06-142-7/+5
* Changed per-device controller preprocessor checks over to per-device series f...Dean Camera2009-06-1421-65/+77
* Changed to new device mode Class Driver function name prefixes to make way fo...Dean Camera2009-06-1134-211/+213
* Some minor whitespace corrections.Dean Camera2009-06-1124-218/+218
* Move temp Todo list from the Changelog to a new Future Changes page in the do...Dean Camera2009-06-103-9/+23
* Fixes to the MIDI device demos (ClassDriver, LowLevel); discard unused read-i...Dean Camera2009-06-108-74/+62
* Updated bootloaders to use the new main() function layout and remove any refe...Dean Camera2009-06-096-57/+87
* Copy over schedulerless host demos to ClassDrivers directory, for later modif...Dean Camera2009-06-0966-0/+25137
* Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...Dean Camera2009-06-0972-25566/+17
* Finished basic documentation of all device mode class drivers.Dean Camera2009-06-087-56/+166
* Completed documentation of the HID device class driver.Dean Camera2009-06-081-1/+21
* Finished CDC device class driver documentation.Dean Camera2009-06-085-6/+54
* Error status LEDs shown when device endpoint configuration fails to complete.Dean Camera2009-06-0814-139/+231