aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add partial project documentation to the incomplete PrinterHost demo.Dean Camera2009-07-197-62/+110
* Fix PrinterHost demo so that it will only enumerate printers with Bidirection...Dean Camera2009-07-194-31/+45
* Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with en...Dean Camera2009-07-194-6/+8
* Magstripe Project: Ensure that empty tracks still print out a newline seperat...Dean Camera2009-07-196-49/+81
* Minor updates to the Magstripe and MissileLauncher projects to fix bugs and i...Dean Camera2009-07-166-9/+16
* Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models.Dean Camera2009-07-164-7/+18
* Fix small error in last commit preventing compilation in some circumstances.Dean Camera2009-07-161-1/+2
* Added new TOTAL_NUM_CONFIGURATIONS option, removed USE_SINGLE_DEVICE_CONFIGUR...Dean Camera2009-07-1642-61/+175
* Fix HID class device driver -- if a SetIDle request is issued with the LSB of...Dean Camera2009-07-156-65/+83
* Added module file dependancy information to the USB class drivers.Dean Camera2009-07-1413-0/+53
* Added better module summaries.Dean Camera2009-07-1416-19/+37
* Fix broken Pipe stream function templates due to mixed const/no const use in ...Dean Camera2009-07-132-7/+6
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream fu...Dean Camera2009-07-1317-886/+811
* 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