index
:
avr/qmk/lufa
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
LUFA
/
ManPages
/
ChangeLog.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed StillImageHost not correctly freezing and unfreezing data pipes while w...
Dean Camera
2009-09-01
1
-0
/
+1
*
Move check for devices not supporting internal serials in demos which make us...
Dean Camera
2009-09-01
1
-1
/
+1
*
Add return codes to the CDC Host Class driver String/Byte transmission functi...
Dean Camera
2009-08-31
1
-2
/
+2
*
Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board drive...
Dean Camera
2009-08-31
1
-1
/
+1
*
Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...
Dean Camera
2009-08-31
1
-0
/
+2
*
Remove deleted source files from the LUFA library makefile.
Dean Camera
2009-08-30
1
-1
/
+1
*
Fixed Device mode HID Class driver not explicitly initializing the ReportSize...
Dean Camera
2009-08-27
1
-0
/
+2
*
Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...
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
*
Oops: Really disable building of Projects/Host/ClassDriver directory in the P...
Dean Camera
2009-08-26
1
-0
/
+1
*
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
*
Fixed AVRISP programmer demo -- can now connect to a target and read/write Si...
Dean Camera
2009-08-23
1
-0
/
+1
*
Added V2Protocol handlers to the AVRISP project to enter/exit programming mod...
Dean Camera
2009-08-23
1
-0
/
+1
*
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
1
-0
/
+2
*
Added return values to the CDC and MIDI class driver transmit functions.
Dean Camera
2009-08-16
1
-0
/
+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
1
-0
/
+1
*
Added flag to the HID report parser to indicate if a device has multiple repo...
Dean Camera
2009-08-11
1
-0
/
+4
*
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
1
-0
/
+2
*
Fix issue in CDC device class driver where received data the size of the data...
Dean Camera
2009-08-11
1
-0
/
+11
*
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
1
-1
/
+1
*
Renamed all library events to properly seperate out Device and Host mode even...
Dean Camera
2009-08-05
1
-0
/
+2
*
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
*
Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...
Dean Camera
2009-08-02
1
-1
/
+2
*
Removed interrupt disable/enable from the Device mode control request process...
Dean Camera
2009-08-02
1
-0
/
+1
*
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
1
-1
/
+1
*
Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t...
Dean Camera
2009-07-28
1
-0
/
+1
*
State information for class drivers is now zeroed out during enumeration (bot...
Dean Camera
2009-07-27
1
-1
/
+1
*
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
*
Added new Benito project, a simple modified USB-to-Serial bridge for the prog...
Dean Camera
2009-07-23
1
-0
/
+1
*
Added new USB_DeviceState variable to keep track of the current Device mode U...
Dean Camera
2009-07-21
1
-0
/
+6
*
Add PrinterHost to the project file and Host LowLevel directory makefile.
Dean Camera
2009-07-20
1
-0
/
+1
*
Don't send terminal RESET codes via serial - just set the foreground colour a...
Dean Camera
2009-07-19
1
-0
/
+2
*
Add partial project documentation to the incomplete PrinterHost demo.
Dean Camera
2009-07-19
1
-1
/
+1
*
Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with en...
Dean Camera
2009-07-19
1
-0
/
+1
[next]