aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers
Commit message (Expand)AuthorAgeFilesLines
...
* Convert the LowLevel AndroidAccessory demo to use the new class driver consta...Dean Camera2011-11-243-3/+8
* Add new Android Open Accessory class driver to the library core and add a new...Dean Camera2011-11-2427-56/+1037
* Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).Dean Camera2011-11-234-9/+40
* Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean Camera2011-11-233-21/+43
* Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compil...Dean Camera2011-11-223-13/+17
* Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...Dean Camera2011-11-1846-53/+53
* Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (than...Dean Camera2011-11-161-8/+8
* Minor corrections for the XMEGA USB controller. Add compile time warning if t...Dean Camera2011-11-142-4/+12
* Add missing SVN eol-style property to ensure that source code line endings an...Dean Camera2011-11-094-698/+698
* Fixed race conditions in the CDC, HID and Mass Storage class drivers when pro...Dean Camera2011-11-093-1/+12
* Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USAR...Dean Camera2011-11-017-12/+382
* Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determinat...Dean Camera2011-11-012-10/+13
* Add XMEGA SPI peripheral driver.Dean Camera2011-10-314-14/+264
* Add support for the new MEGA B series devices.Dean Camera2011-10-311-0/+31
* Add support for the Atmel XMEGA A3BU Xplained board.Dean Camera2011-10-316-5/+247
* Fix XMEGA core USB driver so that device mode enumerates correctly on the hos...Dean Camera2011-10-314-10/+37
* Namespace out the internal endpoint globals in the XMEGA architecture.Dean Camera2011-10-302-67/+76
* Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum possible USB endpoint numb...Dean Camera2011-10-301-1/+1
* Namespace out the internal endpoint and pipe globals in the UC3 architecture.Dean Camera2011-10-304-145/+145
* Update XMEGA clock management so that the correct 16-bit calibration is used ...Dean Camera2011-10-303-4/+17
* Minor documentation fixes.Dean Camera2011-10-301-10/+10
* XMEGA port improvements; connection and disconnection are now detected correc...Dean Camera2011-10-307-54/+146
* Fixed CDC class drivers not saving and sending all 16-bits of the control lin...Dean Camera2011-10-262-14/+14
* Update XMEGA platform clock management example code to suit the currently rel...Dean Camera2011-10-252-12/+12
* Fixed ring buffer size limited to 255 elements, instead of the intended 65535...Dean Camera2011-10-181-1/+1
* When automatic PLL management mode is enabled on the U4 series AVR8 chips, th...Dean Camera2011-10-121-1/+1
* Prevent written but unused variable warnings on GCC 4.6 with dummy reads.Dean Camera2011-10-095-1/+25
* USB XMEGA support improvements; add DFLL clock platform support, ensure the e...Dean Camera2011-10-071-2/+6
* Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 de...Dean Camera2011-10-071-1/+1
* Added endian-correction to the CDC driver's Line Encoding control request han...Dean Camera2011-10-072-5/+13
* Fix compile errors for the USB XMEGA parts when the USB driver is used.Dean Camera2011-10-042-6/+6
* Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile ...Dean Camera2011-09-282-1/+8
* Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean Camera2011-09-2214-10/+36
* Fix missing C++ linkage command in ArchitectureSpecific.h.Dean Camera2011-09-211-1/+1
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
* Fixed HID Parser's largest report size bit count not including the size of th...Dean Camera2011-09-172-3/+2
* Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf...Dean Camera2011-09-072-12/+14
* Oops - restore conditional calls to USB_USBTask() in the Mass Storage class d...Dean Camera2011-09-051-0/+8
* Update the TempDataLogger project and driver documentation to use the new TWI...Dean Camera2011-09-021-4/+4
* Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.Dean Camera2011-09-022-4/+23
* Make TWI_ReadPacket() use a repeated start condition rather than a full bus r...Dean Camera2011-08-312-51/+69
* Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq modul...Dean Camera2011-08-284-23/+14
* Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host...Dean Camera2011-08-281-8/+6
* Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean Camera2011-08-247-12/+26
* Minor documentation fixes.Dean Camera2011-08-235-2/+11
* Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO...Dean Camera2011-08-231-20/+22
* Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().Dean Camera2011-08-222-3/+3
* Fix TWI peripheral driver example code in the library documentation.Dean Camera2011-08-191-2/+2
* Minor documentation corrections.Dean Camera2011-08-171-4/+4
* Update LUFAConfig.h with missing options for the AVR32 target.Dean Camera2011-08-041-0/+6