index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
ManPages
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ...
Dean Camera
2009-08-30
1
-4
/
+0
*
Replace -finline-limit with -fno-inline-small-functions in project makefiles.
Dean Camera
2009-08-30
1
-0
/
+3
*
Fixed Device mode HID Class driver not explicitly initializing the ReportSize...
Dean Camera
2009-08-27
2
-1
/
+2
*
Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...
Dean Camera
2009-08-27
1
-0
/
+1
*
Add check to Pipe_IsEndpointBound() in the Mass Storage Host mode Class drive...
Dean Camera
2009-08-27
1
-0
/
+1
*
Added new "Common" section to the class drivers, to hold all mode-independant...
Dean Camera
2009-08-27
1
-0
/
+2
*
Fixed Device mode HID Class driver always sending IN reports, even when no da...
Dean Camera
2009-08-27
1
-0
/
+1
*
Minor documentation fixes to the completed Host mode Class drivers.
Dean Camera
2009-08-27
1
-1
/
+1
*
Oops: Really disable building of Projects/Host/ClassDriver directory in the P...
Dean Camera
2009-08-26
1
-0
/
+1
*
More work on the Mass Storage Host mode Class driver.
Dean Camera
2009-08-26
1
-2
/
+7
*
Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...
Dean Camera
2009-08-25
1
-0
/
+1
*
Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP h...
Dean Camera
2009-08-25
1
-1
/
+3
*
Moved out target-related V2 protocol commands into a seperate file for the AV...
Dean Camera
2009-08-23
1
-0
/
+1
*
Fixed AVRISP programmer demo -- can now connect to a target and read/write Si...
Dean Camera
2009-08-23
2
-0
/
+5
*
Added V2Protocol handlers to the AVRISP project to enter/exit programming mod...
Dean Camera
2009-08-23
2
-1
/
+4
*
Corrections to the unfinished AVRISP Programmer project to allow AVRStudio to...
Dean Camera
2009-08-19
1
-0
/
+1
*
Added beginnings of a new AVRISP-MKII clone project.
Dean Camera
2009-08-17
2
-1
/
+4
*
Added return values to the CDC and MIDI class driver transmit functions.
Dean Camera
2009-08-16
2
-5
/
+1
*
Fix misspelt event name in the Class driver USBtoSerial demo, preventing corr...
Dean Camera
2009-08-16
1
-0
/
+3
*
Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...
Dean Camera
2009-08-16
1
-0
/
+2
*
Added explicit attribute masks to the device mode demos' descriptors.
Dean Camera
2009-08-13
1
-2
/
+3
*
Added CDC_Device_Flush() command to the CDC Device mode class driver.
Dean Camera
2009-08-13
2
-2
/
+4
*
Added flag to the HID report parser to indicate if a device has multiple repo...
Dean Camera
2009-08-11
2
-1
/
+6
*
Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.
Dean Camera
2009-08-11
1
-2
/
+3
*
Fixed swapped paremeters in the HID state memory copy call while processing a...
Dean Camera
2009-08-11
2
-0
/
+3
*
Fix issue in CDC device class driver where received data the size of the data...
Dean Camera
2009-08-11
4
-5
/
+18
*
Commit for the 090810 release.
Dean Camera
2009-08-09
1
-1
/
+0
*
Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...
Dean Camera
2009-08-05
1
-0
/
+1
*
Make Control Endpoint stream transfers more reliable by adding in early abort...
Dean Camera
2009-08-05
1
-0
/
+1
*
Commit for 090810rc1 release.
Dean Camera
2009-08-05
2
-2
/
+2
*
Fix incorrect Event call name in USBInterrupt.c.
Dean Camera
2009-08-05
1
-2
/
+3
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
3
-3
/
+9
*
Better fix for LowLevel CDC demo issue where sending data before the line enc...
Dean Camera
2009-08-04
1
-0
/
+1
*
Fix issue with CDC device demos causing broken communications when the device...
Dean Camera
2009-08-04
1
-0
/
+2
*
Update migration notes for the upcomming 090810 release.
Dean Camera
2009-08-03
1
-2
/
+13
*
Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...
Dean Camera
2009-08-02
2
-2
/
+3
*
Removed interrupt disable/enable from the Device mode control request process...
Dean Camera
2009-08-02
3
-2
/
+3
*
Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...
Dean Camera
2009-07-31
1
-0
/
+1
*
Fix incorrect configuration in the ClassDriver AudioOutput demo.
Dean Camera
2009-07-30
1
-16
/
+16
*
Added standard stream example to the ClassDriver CDC device demo.
Dean Camera
2009-07-30
1
-0
/
+1
*
Added 404 errors to the RNDIS Webserver example.
Dean Camera
2009-07-29
1
-0
/
+1
*
Fixed report data alignment issues in the MouseHostWithParser demo when X and...
Dean Camera
2009-07-28
1
-0
/
+2
*
Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an...
Dean Camera
2009-07-28
2
-7
/
+9
*
Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t...
Dean Camera
2009-07-28
2
-0
/
+13
*
State information for class drivers is now zeroed out during enumeration (bot...
Dean Camera
2009-07-27
3
-3
/
+3
*
Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.
Dean Camera
2009-07-26
1
-0
/
+1
*
Added new LEDs_ToggleLEDs() function to the Board LEDs driver.
Dean Camera
2009-07-24
1
-0
/
+1
*
Ensure new Benito Programmer project matches Don's established LED behaviour ...
Dean Camera
2009-07-24
1
-2
/
+2
*
Added new Benito project, a simple modified USB-to-Serial bridge for the prog...
Dean Camera
2009-07-23
2
-0
/
+2
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
3
-2
/
+14
[prev]
[next]