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
/
Drivers
Age
Commit message (
Expand
)
Author
2011-11-24
Added new USB_Host_GetDeviceConfiguration() and USB_Host_GetInterfaceAltSetti...
Dean
2011-11-24
Convert the LowLevel AndroidAccessory demo to use the new class driver consta...
Dean
2011-11-24
Add new Android Open Accessory class driver to the library core and add a new...
Dean
2011-11-23
Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).
Dean
2011-11-23
Add XMEGA compile time tokens to the LUFAConfig.h code template.
Dean
2011-11-22
Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compil...
Dean
2011-11-18
Added Class, ClassDevice, ClassHost and ClassCommon to the internal class dri...
Dean
2011-11-16
Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver (than...
Dean
2011-11-14
Minor corrections for the XMEGA USB controller. Add compile time warning if t...
Dean
2011-11-09
Add missing SVN eol-style property to ensure that source code line endings an...
Dean
2011-11-09
Fixed race conditions in the CDC, HID and Mass Storage class drivers when pro...
Dean
2011-11-01
Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical USAR...
Dean
2011-11-01
Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determinat...
Dean
2011-10-31
Add XMEGA SPI peripheral driver.
Dean
2011-10-31
Add support for the new MEGA B series devices.
Dean
2011-10-31
Add support for the Atmel XMEGA A3BU Xplained board.
Dean
2011-10-31
Fix XMEGA core USB driver so that device mode enumerates correctly on the hos...
Dean
2011-10-30
Namespace out the internal endpoint globals in the XMEGA architecture.
Dean
2011-10-30
Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum possible USB endpoint numb...
Dean
2011-10-30
Namespace out the internal endpoint and pipe globals in the UC3 architecture.
Dean
2011-10-30
Update XMEGA clock management so that the correct 16-bit calibration is used ...
Dean
2011-10-30
Minor documentation fixes.
Dean
2011-10-30
XMEGA port improvements; connection and disconnection are now detected correc...
Dean
2011-10-26
Fixed CDC class drivers not saving and sending all 16-bits of the control lin...
Dean
2011-10-25
Update XMEGA platform clock management example code to suit the currently rel...
Dean
2011-10-18
Fixed ring buffer size limited to 255 elements, instead of the intended 65535...
Dean
2011-10-12
When automatic PLL management mode is enabled on the U4 series AVR8 chips, th...
Dean
2011-10-09
Prevent written but unused variable warnings on GCC 4.6 with dummy reads.
Dean
2011-10-07
USB XMEGA support improvements; add DFLL clock platform support, ensure the e...
Dean
2011-10-07
Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 de...
Dean
2011-10-07
Added endian-correction to the CDC driver's Line Encoding control request han...
Dean
2011-10-04
Fix compile errors for the USB XMEGA parts when the USB driver is used.
Dean
2011-09-28
Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile ...
Dean
2011-09-22
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...
Dean
2011-09-21
Fix missing C++ linkage command in ArchitectureSpecific.h.
Dean
2011-09-21
Add project name to the Doxygen makefile target output.
Dean
2011-09-17
Fixed HID Parser's largest report size bit count not including the size of th...
Dean
2011-09-07
Fixed optimization error in the HID Parser item value USB_SetHIDReportItemInf...
Dean
2011-09-05
Oops - restore conditional calls to USB_USBTask() in the Mass Storage class d...
Dean
2011-09-02
Update the TempDataLogger project and driver documentation to use the new TWI...
Dean
2011-09-02
Add new TWI_BITLENGTH_FROM_FREQ() macro to the AVR8 TWI peripheral driver.
Dean
2011-08-31
Make TWI_ReadPacket() use a repeated start condition rather than a full bus r...
Dean
2011-08-28
Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq modul...
Dean
2011-08-28
Remove redundant prototype for Audio_Host_StartStopStreaming() and Audio_Host...
Dean
2011-08-24
Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...
Dean
2011-08-23
Minor documentation fixes.
Dean
2011-08-23
Add multiple axis support to the HID joystick report in the HID_DESCRIPTOR_JO...
Dean
2011-08-22
Renamed the JTAG_DEBUG_ASSERT() macro to JTAG_ASSERT().
Dean
2011-08-19
Fix TWI peripheral driver example code in the library documentation.
Dean
2011-08-17
Minor documentation corrections.
Dean
[prev]
[next]