aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added compatibility list to the documentation of each individual demo.Dean Camera2009-07-1345-55/+507
* Added new HOST_STATE_WaitForDeviceRemoval host state machine state for non-bl...Dean Camera2009-07-1318-82/+172
* Seperated out parts of the PrinterHost incomplete demo into a seperate Lib su...Dean Camera2009-07-1314-94/+212
* Fixed compilation error in incomplete BluetoothHost demo.Dean Camera2009-07-112-2/+2
* Added incomplete PrinterHost demo application.Dean Camera2009-07-1162-73/+1361
* Minor correction to MagStripe demo to fix build problems.Dean Camera2009-06-294-24/+36
* Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for ...Dean Camera2009-06-296-58/+89
* Added const modifiers to device mode class drivers.Dean Camera2009-06-28115-633/+1031
* Reduce struct name pollution - group typedef struct names by class driver nam...Dean Camera2009-06-2640-467/+402
* Rename some of the library documentation files.Dean Camera2009-06-263-1/+1
* Split Getting Started page of the documentation into its own section.Dean Camera2009-06-269-124/+149
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-2660-20620/+51
* Oops - SCSI INQUIRY data uses fixed-length, non-terminated strings -- need to...Dean Camera2009-06-232-1/+11
* 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