aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #49 from the2masters/progmemDean Camera2015-08-012-0/+55
|\ \ | | | | | | Add PROGMEM string/data send variants to the CDC class driver (thanks to Stefan Hellermann).
| * | Add Progmem Variant to CDC_Device_SendStefan Hellermann2015-02-282-0/+55
| |/
* | Update copyrights to 2015 (better late than never).Dean Camera2015-05-17298-596/+596
| |
* | Fix incorrect XMEGA serial driver stream functions (thanks to William ↵Dean Camera2015-05-172-8/+12
| | | | | | | | Patterson).
* | Minor documentation improvements.Dean Camera2015-03-152-2/+4
|/
* Upgrade to latest Doxygen.Dean Camera2014-12-271-1/+1
|
* Add board drivers for the Atmel Xplained-MINI kits.Dean Camera2014-11-204-0/+217
|
* Add missing MICRO board drivers.Dean Camera2014-09-282-0/+247
|
* Minor documentation improvements.Dean Camera2014-09-141-3/+1
|
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-141-3/+3
|
* Fixed broken AVR8 USART-SPI peripheral driver (thanks to Phil Zakielarz).Dean Camera2014-09-131-10/+18
|
* Add support for the Arduino Micro board, fix other Arduino board LED drivers.Dean Camera2014-09-114-34/+38
|
* Oops - include board and LED drivers for the Arduino Yun.Dean Camera2014-09-112-0/+4
|
* Add board support for the Arduino YUN ATMEGA32U4 coprocessor.Dean Camera2014-09-112-0/+247
|
* Merge pull request #36 from hexwab/midimacrofixDean Camera2014-09-081-1/+1
|\ | | | | Add missing argument parenthesis on the MIDI_EVENT() macro.
| * add parens around args in MIDI_EVENT macroTom Hargreaves2014-09-061-1/+1
| |
* | Merge pull request #38 from jacobschloss/xmega_twi_capsDean Camera2014-09-081-12/+12
|\ \ | |/ |/| Fix mismatched capitalization of "TWI" for the XMEGA architecture TWI driver.
| * Make twi capitalization match.Jacob Schloss2014-09-071-12/+12
| |
* | Add Dual MIDI device class driver demo application.Dean Camera2014-08-311-1/+1
| |
* | Fix overflow for RNDIS class driver responses when returning the adapter ↵Dean Camera2014-08-313-26/+33
| | | | | | | | query list (thanks to Peter Mc Shane).
* | Fix Serial_XMEGA.h syntax and define errorHell2014-08-131-3/+3
| |
* | Minor code style fixes, documentation improvements.Dean Camera2014-07-221-4/+5
| |
* | Fix XMEGA USB prescaler calculationBert van Hall2014-07-221-3/+13
| | | | | | | | | | | | | | The USB prescaler calculation for the CLK.USBCTRL register is changed to give valid results and set the prescaler correctly. Signed-off-by: Bert van Hall <bert.vanhall@avionic-design.de>
* | Add Serial_IsSendReady() and Serial_IsSendComplete() serial driver API ↵Dean Camera2014-07-152-2/+56
| | | | | | | | functions.
* | Fix missing report IDs in feature reportsBert van Hall2014-06-191-0/+4
| | | | | | | | | | | | | | As it is the case for input reports, the ID has to be sent for feature reports when a device has multiple reports implemented. Signed-off-by: Bert van Hall <bert.vanhall@avionic-design.de>
* | 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.
| * | 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 ↵Dean Camera2014-03-059-21/+21
| |/ |/| | | | | drivers.
* | 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 ↵Dean Camera2014-01-081-1/+1
| | | | null-terminator.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | The documentation contains example code[1] on how to restart into the bootloader. In the process of preparing for the reset, USB is disabled using “USB_Disable()”. For hardware making use of the AVR8's internal 3.3V regulator that call would also disable the regulator, resetting the processor immediately rather than setting the boot key and letting the watchdog reset the processor. This patch adds a new flag to be given to “USB_Init()” or to be defined in “USE_STATIC_OPTIONS” telling “USB_Disable()” to keep the regulator enabled. On November 1st, 2013 this issue was already mentioned on the mailing list[2], but no fix came from that discussion. [1] <http://www.fourwalledcubicle.com/files/LUFA/Doc/130901/ html/_page__software_bootloader_start.html> [2] <https://groups.google.com/d/msg/lufa-support/uwrFpRQpJzU/e9I6UK5jMJQJ> Signed-off-by: Michael Hanselmann <public@hansmi.ch>
* Use new VERSION_BCD() macro with explicit int arguments to fix edge cases ↵Dean Camera2013-11-211-14/+9
| | | | with the previous floating point macro version.
* Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the ↵Dean Camera2013-11-051-1/+4
| | | | XMEGA architecture.
* 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 ↵Dean Camera2013-08-191-5/+22
| | | | dequeueing a usage.
* Use seperate ATTR_NON_NULL_PTR_ARG() decorators in the XMEGA TWI driver to ↵Dean Camera2013-08-131-3/+3
| | | | prevent Doxygen from choking.