aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages
Commit message (Expand)AuthorAgeFilesLines
...
* Removed unused INCLUDE_FROM_BOARD_DRIVER internal define from the board drive...Dean Camera2009-08-311-1/+1
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-312-0/+8
* Remove deleted source files from the LUFA library makefile.Dean Camera2009-08-301-1/+1
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-1/+1
* Remove skeleton Audio and MIDI Host mode Class drivers -- will not implement ...Dean Camera2009-08-301-4/+0
* Replace -finline-limit with -fno-inline-small-functions in project makefiles.Dean Camera2009-08-301-0/+3
* Fixed Device mode HID Class driver not explicitly initializing the ReportSize...Dean Camera2009-08-272-1/+2
* Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...Dean Camera2009-08-271-0/+1
* Add check to Pipe_IsEndpointBound() in the Mass Storage Host mode Class drive...Dean Camera2009-08-271-0/+1
* Added new "Common" section to the class drivers, to hold all mode-independant...Dean Camera2009-08-271-0/+2
* Fixed Device mode HID Class driver always sending IN reports, even when no da...Dean Camera2009-08-271-0/+1
* Minor documentation fixes to the completed Host mode Class drivers.Dean Camera2009-08-271-1/+1
* Oops: Really disable building of Projects/Host/ClassDriver directory in the P...Dean Camera2009-08-261-0/+1
* More work on the Mass Storage Host mode Class driver.Dean Camera2009-08-261-2/+7
* Optimized Endpoint_Read_Word_* and Pipe_Read_Word_* macros to reduce compiled...Dean Camera2009-08-251-0/+1
* Fixed AVRISP V2 Protocol handler for the READ_FLASH_ISP and READ_EEPROM_ISP h...Dean Camera2009-08-251-1/+3
* Moved out target-related V2 protocol commands into a seperate file for the AV...Dean Camera2009-08-231-0/+1
* Fixed AVRISP programmer demo -- can now connect to a target and read/write Si...Dean Camera2009-08-232-0/+5
* Added V2Protocol handlers to the AVRISP project to enter/exit programming mod...Dean Camera2009-08-232-1/+4
* Corrections to the unfinished AVRISP Programmer project to allow AVRStudio to...Dean Camera2009-08-191-0/+1
* Added beginnings of a new AVRISP-MKII clone project.Dean Camera2009-08-172-1/+4
* Added return values to the CDC and MIDI class driver transmit functions.Dean Camera2009-08-162-5/+1
* Fix misspelt event name in the Class driver USBtoSerial demo, preventing corr...Dean Camera2009-08-161-0/+3
* Added new EVENT_USB_Device_StartOfFrame() event, controlled by the new USB_De...Dean Camera2009-08-161-0/+2
* Added explicit attribute masks to the device mode demos' descriptors.Dean Camera2009-08-131-2/+3
* Added CDC_Device_Flush() command to the CDC Device mode class driver.Dean Camera2009-08-132-2/+4
* Added flag to the HID report parser to indicate if a device has multiple repo...Dean Camera2009-08-112-1/+6
* Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.Dean Camera2009-08-111-2/+3
* Fixed swapped paremeters in the HID state memory copy call while processing a...Dean Camera2009-08-112-0/+3
* Fix issue in CDC device class driver where received data the size of the data...Dean Camera2009-08-114-5/+18
* Commit for the 090810 release.Dean Camera2009-08-091-1/+0
* Fixed issue in USBtoSerial demos where the USART Rx line was not having its p...Dean Camera2009-08-051-0/+1
* Make Control Endpoint stream transfers more reliable by adding in early abort...Dean Camera2009-08-051-0/+1
* Commit for 090810rc1 release.Dean Camera2009-08-052-2/+2
* Fix incorrect Event call name in USBInterrupt.c.Dean Camera2009-08-051-2/+3
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-053-3/+9
* Better fix for LowLevel CDC demo issue where sending data before the line enc...Dean Camera2009-08-041-0/+1
* Fix issue with CDC device demos causing broken communications when the device...Dean Camera2009-08-041-0/+2
* Update migration notes for the upcomming 090810 release.Dean Camera2009-08-031-2/+13
* Rename TOTAL_NUM_CONFIGURATIONS to FIXED_NUM_CONFIGURATIONS, to match the exi...Dean Camera2009-08-022-2/+3
* Removed interrupt disable/enable from the Device mode control request process...Dean Camera2009-08-023-2/+3
* Renamed USB_Device_SetHighSpeed() to USB_Device_SetFullSpeed() so that the co...Dean Camera2009-07-311-0/+1
* Fix incorrect configuration in the ClassDriver AudioOutput demo.Dean Camera2009-07-301-16/+16
* Added standard stream example to the ClassDriver CDC device demo.Dean Camera2009-07-301-0/+1
* Added 404 errors to the RNDIS Webserver example.Dean Camera2009-07-291-0/+1
* Fixed report data alignment issues in the MouseHostWithParser demo when X and...Dean Camera2009-07-281-0/+2
* Better solution - change compile time token names to DEVICE_STATE_AS_GPIOR an...Dean Camera2009-07-282-7/+9
* Added HOST_STATE_AS_GPIOR1 and DEVICE_STATE_AS_GPIOR0 compile time options, t...Dean Camera2009-07-282-0/+13
* State information for class drivers is now zeroed out during enumeration (bot...Dean Camera2009-07-273-3/+3
* Added new Pipe_BoundEndpointNumber() and Pipe_IsEndpointBound() functions.Dean Camera2009-07-261-0/+1