aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers
Commit message (Expand)AuthorAgeFilesLines
* Fixed broken MIDI host driver MIDI_Host_ReceiveEventPacket() function due to ...Dean Camera2012-05-061-8/+17
* Add additional preprocessor sanity checks for the XMEGA platform based on the...Dean Camera2012-05-053-6/+12
* Fixed possible deadlock in the CDC device driver if the USB connection is dro...Dean Camera2012-05-051-2/+6
* Fixed incorrect DFU version number reported to the host in the DFU bootloade...Dean Camera2012-05-051-6/+6
* Added support for the DorkbotPDX Duce board.Dean Camera2012-04-252-0/+149
* Fixed inverted LED logic in the USB2AX board LED driver (thanks to Nicolas Sa...Dean Camera2012-04-251-16/+16
* Changed MIDI event structure MIDI_EventPacket_t to use a single field for the...Dean Camera2012-04-251-2/+13
* Add basic hardware mapping information for all supported boards.Dean Camera2012-04-2571-13/+460
* Fix documentation of the board LED driver (thanks to Karl Lunt).Dean Camera2012-04-231-3/+3
* Fixed incorrect reponse to GET STATUS requests in device mode if NO_DEVICE_SE...Dean Camera2012-04-151-4/+2
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-1459-1415/+848
* Ensure Temperature.c and TWI_AVR8.c can be compiled silently in projects with...Dean Camera2012-04-093-7/+19
* Add architecture guards to all architecture-specific files, so that they can ...Dean Camera2012-04-0726-1/+111
* Oops - typos in alterations to HID_DESCRIPTOR_JOYSTICK().Dean Camera2012-03-291-3/+3
* Removed variable axis support from the HID_DESCRIPTOR_JOYSTICK() macro due to...Dean Camera2012-03-291-12/+11
* Re-enable cppcheck static analysis unused function checks after adding in spe...Dean Camera2012-03-254-0/+4
* Fixed inverted LED logic in the OLIMEX162 board LED driver.Dean Camera2012-03-201-7/+7
* Fixed compile error if LEDs_Disable() is called and BOARD=NONE is set (thanks...Dean Camera2012-03-171-0/+1
* Fixed incorrect call to the user callback CALLBACK_Audio_Device_GetSetInterfa...Dean Camera2012-03-151-1/+1
* Audio Device Class driver changed to also require the index of the Audio Cont...Dean Camera2012-03-142-1/+8
* Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT ...Dean Camera2012-03-061-0/+2
* Fixed possible enumeration error if the user application selects the non-Cont...Dean Camera2012-02-262-20/+14
* Update main library documentation organisation for Doxygen 1.8.0.Dean Camera2012-02-251-1/+1
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-2426-150/+125
* Added support for the BitWizard Multio and Big-Multio boards.Dean Camera2012-02-223-0/+312
* Remove potentially unaligned uint32_t access in HIDParser.c, replace with sta...Dean Camera2012-02-207-36/+36
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe con...Dean Camera2012-02-196-8/+7
* All USB Class Driver configuration struct values are now non-const, to allow ...Dean Camera2012-02-1916-16/+18
* Add build tests to verify correct compilation of as many modules as possible ...Dean Camera2012-02-186-100/+102
* Add missing file Subversion EOL-style properties.Dean Camera2012-02-133-360/+360
* Fix Dataflash driver for the XMEGA-B1 XPLAINED - the Dataflash is connected t...Dean Camera2012-02-131-0/+2
* Minor documentation improvements.Dean Camera2012-02-125-53/+53
* Minor documentation improvements.Dean Camera2012-02-123-16/+17
* Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8...Dean Camera2012-02-1211-24/+507
* Added Serial USART peripheral driver for the XMEGA platform.Dean Camera2012-02-125-13/+387
* Minor documentation improvements.Dean Camera2012-02-111-2/+2
* Clean up the Audio Device class driver control request Endpoint match logic.Dean Camera2012-02-111-10/+7
* Altered the HID class driver to only try to construct at maximum one packet p...Dean Camera2012-02-092-0/+6
* Fix XMEGA architecture not correctly resetting the device address and endpoin...Dean Camera2012-02-091-0/+3
* Update XMEGA board drivers to use the port inversion feature of the XMEGA arc...Dean Camera2012-02-097-55/+293
* Allow serial strings to be generated on the older AVR8 devices which do not e...Dean Camera2012-02-081-2/+2
* Oops - XMEGA-B1 Xplained LEDs are on PORTB and PORTE, not PORTF and PORTE.Dean Camera2012-02-061-13/+13
* Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean Camera2012-02-0612-20/+298
* Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix min...Dean Camera2012-02-051-1/+2
* Add support for the Micropendous (Arduino-like) series of boards (revisions 1...Dean Camera2012-02-054-12/+68
* Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time opti...Dean Camera2012-02-054-0/+26
* Add missing svn:eol-style properties to /trunk/.Dean Camera2012-02-041-130/+130
* Update file contributor copyrights for 2012.Dean Camera2012-02-04218-218/+218
* Update file header copyrights for 2012.Dean Camera2012-02-04218-268/+268
* Minor corrections to the XMEGA USB controller implementation.Dean Camera2012-02-044-6/+16