aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-0839-838/+405
* Converted device mode low-level demos to schedulerless.Dean Camera2009-06-0744-1135/+591
* Add master device Host demo makefile.Dean Camera2009-06-0518-3/+2558
* Delete host mode demos from the root Host demos folder.Dean Camera2009-06-0564-25165/+0
* Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean Camera2009-06-05134-0/+50770
* Conversion of old incomplete SideShow demo to new APIs.Dean Camera2009-06-057-208/+227
* Add new Incomplete device subdirectory for work-in-progress demos. Add incomp...Dean Camera2009-06-0514-1/+2448
* Remove outdated AVRStudio project files from demos, projects, bootloaders. Fi...Dean Camera2009-06-0553-52/+32
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-05273-0/+46078
* Synchronise with the 090605 release.Dean Camera2009-06-053-2/+13