aboutsummaryrefslogtreecommitdiff
path: root/LUFA
AgeCommit message (Expand)Author
2009-09-01Fix up MissileLauncher demo's ConfigurationDescriptor.c so that it uses the n...Dean
2009-09-01Added documentation for the constants and enums of the new StillImage Host Cl...Dean
2009-09-01Fixed StillImageHost not correctly freezing and unfreezing data pipes while w...Dean
2009-09-01Move check for devices not supporting internal serials in demos which make us...Dean
2009-08-31Add return codes to the CDC Host Class driver String/Byte transmission functi...Dean
2009-08-31Add extra check for OUT ZLP in the CDC Device Class driver service task to qu...Dean
2009-08-31Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board drive...Dean
2009-08-31Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean
2009-08-30Remove deleted source files from the LUFA library makefile.Dean
2009-08-30Added start of the Still Image Host Class driver demo and driver code.Dean
2009-08-30Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ...Dean
2009-08-30Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean
2009-08-27Fixed Device mode HID Class driver not explicitly initializing the ReportSize...Dean
2009-08-27Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...Dean
2009-08-27Add check to Pipe_IsEndpointBound() in the Mass Storage Host mode Class drive...Dean
2009-08-27Simplified Host mode Mass Storage Class driver to reduce compiled program size.Dean
2009-08-27Fix memory corruption in Host mode Mass Storage Class driver.Dean
2009-08-27Added better USB Class driver overviews.Dean
2009-08-27Added new "Common" section to the class drivers, to hold all mode-independant...Dean
2009-08-27Added extra note about missing OUT endpoint configuration to the HID Device m...Dean
2009-08-27Fixed Device mode HID Class driver always sending IN reports, even when no da...Dean
2009-08-27Minor documentation fixes to the completed Host mode Class drivers.Dean
2009-08-27Completed initial Host mode Mass Storage class driver.Dean
2009-08-26Added MS_Host_TestUnitReady() and MS_Host_ReadDeviceCapacity() to the host mo...Dean
2009-08-26Add SCSICodes.h to the Class Driver Common folder, and automatically include ...Dean
2009-08-26Oops: Really disable building of Projects/Host/ClassDriver directory in the P...Dean
2009-08-26More work on the Mass Storage Host mode Class driver.Dean
2009-08-25Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...Dean
2009-08-25Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP h...Dean
2009-08-25Updated Benito project -- added hardware interrupt and software buffering for...Dean
2009-08-23Moved out target-related V2 protocol commands into a seperate file for the AV...Dean
2009-08-23Fixed AVRISP programmer demo -- can now connect to a target and read/write Si...Dean
2009-08-23Added V2Protocol handlers to the AVRISP project to enter/exit programming mod...Dean
2009-08-20Add LOAD ADDRESS command parsing to the V2 Protocol hander in the AVRISP proj...Dean
2009-08-19Corrections to the unfinished AVRISP Programmer project to allow AVRStudio to...Dean
2009-08-18Fixed invalid data being returned when a GetStatus request is issued in Devic...Dean
2009-08-17Added beginnings of a new AVRISP-MKII clone project.Dean
2009-08-16Added return values to the CDC and MIDI class driver transmit functions.Dean
2009-08-16Fix misspelt event name in the Class driver USBtoSerial demo, preventing corr...Dean
2009-08-16Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean
2009-08-13Added explicit attribute masks to the device mode demos' descriptors.Dean
2009-08-13Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean
2009-08-11Added flag to the HID report parser to indicate if a device has multiple repo...Dean
2009-08-11Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.Dean
2009-08-11Document CDC Host class driver functions and enums.Dean
2009-08-11Add new functions to the HID host class driver, refine HID interface protocol...Dean
2009-08-11Fixed swapped paremeters in the HID state memory copy call while processing a...Dean
2009-08-11Completion of initial CDC host mode class driver.Dean
2009-08-11Fix issue in CDC device class driver where received data the size of the data...Dean
2009-08-09Commit for the 090810 release.Dean