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