aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers
Commit message (Expand)AuthorAgeFilesLines
* Minor code style fixes, documentation improvements.Dean Camera2014-07-221-4/+5
* Fix XMEGA USB prescaler calculationBert van Hall2014-07-221-3/+13
* Add Serial_IsSendReady() and Serial_IsSendComplete() serial driver API functi...Dean Camera2014-07-152-2/+56
* Fix missing report IDs in feature reportsBert van Hall2014-06-191-0/+4
* Fix possible infinite loop in the control stream write template functions.Dean Camera2014-06-083-0/+6
* Fix LED driver for the Arduino Leonardo board.Dean Camera2014-04-301-15/+15
* Merge pull request #23 from mondalaci/add-further-scancodesDean Camera2014-04-071-4/+21
|\
| * Fix typos and add new macros for HID keyboard scancodes.László Monda2014-04-061-4/+21
* | More fixes for incorrect return types/values.Dean Camera2014-03-091-1/+1
* | Fix incorrect error codes returned on pip config failure in the host class dr...Dean Camera2014-03-059-21/+21
* | Fix ring buffer example.László Monda2014-02-011-5/+5
|/
* Fix incorrect descriptor length when using USB_STRING_DESCRIPTOR macros.Dean Camera2014-01-271-2/+2
* Fix USB_STRING_DESCRIPTOR() macro reported length to account for the null-ter...Dean Camera2014-01-081-1/+1
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-081-3/+14
* Add USB_STRING_DESCRIPTOR and make the Keyboard demo use it.László Monda2014-01-081-0/+3
* Update copyrights for 2014.Dean Camera2014-01-04292-822/+822
* AVR8: Add option to keep 3.3V regulator enabledMichael Hanselmann2013-12-202-1/+10
* Use new VERSION_BCD() macro with explicit int arguments to fix edge cases wit...Dean Camera2013-11-211-14/+9
* Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the XMEGA...Dean Camera2013-11-051-1/+4
* Minor documentation fixes.Dean Camera2013-10-272-2/+2
* Minor documentation improvements.Dean Camera2013-10-272-2/+2
* Minor documentation corrections.Dean Camera2013-10-061-1/+1
* Use spaces instead of tabs wherever necessary to fix indentation.László Monda2013-09-241-4/+4
* Use spaces instead of tabs where necessary to fix indentation.László Monda2013-09-241-7/+7
* Minor code style fix.Dean Camera2013-09-051-2/+4
* Fixed error receiving PIMA events via the Still Image Host class driver.Dean Camera2013-08-232-9/+9
* Fix code style in the HID parser module.Dean Camera2013-08-231-5/+5
* Prevent accessing past the UsageList bounds in the HID parser when dequeueing...Dean Camera2013-08-191-5/+22
* Use seperate ATTR_NON_NULL_PTR_ARG() decorators in the XMEGA TWI driver to pr...Dean Camera2013-08-131-3/+3
* Fix XMEGA TWI driver indentation and style to conform to the rest of the LUFA...Dean Camera2013-08-132-104/+103
* Merge branch 'xmega-twi' of github.com:jamuraa/lufa into xmega-twi-integrationDean Camera2013-08-133-0/+490
|\
| * Bugfixes with the protocol.Michael Janssen2013-08-062-12/+21
| * Minor bugfixes / missed compile stuff.Michael Janssen2013-07-311-7/+7
| * Fix NON-NULL attributes, add for TWI_t.Michael Janssen2013-07-241-8/+8
| * TWI Master has a sub-structureMichael Janssen2013-07-241-4/+4
| * Add TWI Peripheral driver for XMEGAMichael Janssen2013-07-243-0/+481
* | Fixed re-enumeration issue of XMEGA architecture targets.Dean Camera2013-08-131-1/+1
* | Fix broken USART SPI driver for the AVR8 architecture.Dean Camera2013-08-121-4/+4
|/
* Fixed incorrect USB device state set when a suspended LUFA device is woken wh...Dean Camera2013-07-153-3/+3
* Minor documentation improvements.Dean Camera2013-06-221-1/+1
* Add U2S board supportMichael2013-06-226-0/+326
* Update board Dataflash_Init() functions to automatically configure the approp...Dean Camera2013-06-128-13/+34
* Fix typos in the XMEGA board LED drivers, use a cleaner change and set implem...Dean Camera2013-06-123-13/+28
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-0157-129/+129
* Added missing LEDs to the XMEGA A3BU Xplained and XMEGA C3 Xplained board LED...Dean Camera2013-06-012-28/+88
* Fix HID descriptor mouse and joystick macros for integer multiples of 8 buttons.Dean Camera2013-05-231-2/+2
* Minor documentation improvements.Dean Camera2013-05-221-6/+6
* Merge branch 'master' into XMEGA-Demo-Ports-ClockOnlyDean Camera2013-05-208-20/+362
|\
| * Add support for the XMEGA C3 Xplained board.Dean Camera2013-05-208-23/+365
* | Add stub functions to all board drivers, so that demos can be compiled with B...Dean Camera2013-05-193-12/+36
|/