Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix possible infinite loop in the control stream write template functions. | Dean Camera | 2014-06-08 | 3 | -0/+6 |
| | |||||
* | Fix LED driver for the Arduino Leonardo board. | Dean Camera | 2014-04-30 | 1 | -15/+15 |
| | |||||
* | Merge pull request #23 from mondalaci/add-further-scancodes | Dean Camera | 2014-04-07 | 1 | -4/+21 |
|\ | | | | | Fix typos and add new macros for HID keyboard scancodes. | ||||
| * | Fix typos and add new macros for HID keyboard scancodes. | László Monda | 2014-04-06 | 1 | -4/+21 |
| | | |||||
* | | More fixes for incorrect return types/values. | Dean Camera | 2014-03-09 | 1 | -1/+1 |
| | | |||||
* | | Fix incorrect error codes returned on pip config failure in the host class ↵ | Dean Camera | 2014-03-05 | 9 | -21/+21 |
| | | | | | | | | drivers. | ||||
* | | Fix ring buffer example. | László Monda | 2014-02-01 | 1 | -5/+5 |
|/ | |||||
* | Fix incorrect descriptor length when using USB_STRING_DESCRIPTOR macros. | Dean Camera | 2014-01-27 | 1 | -2/+2 |
| | |||||
* | Fix USB_STRING_DESCRIPTOR() macro reported length to account for the ↵ | Dean Camera | 2014-01-08 | 1 | -1/+1 |
| | | | | null-terminator. | ||||
* | Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required. | Dean Camera | 2014-01-08 | 1 | -3/+14 |
| | |||||
* | Add USB_STRING_DESCRIPTOR and make the Keyboard demo use it. | László Monda | 2014-01-08 | 1 | -0/+3 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 292 | -822/+822 |
| | |||||
* | AVR8: Add option to keep 3.3V regulator enabled | Michael Hanselmann | 2013-12-20 | 2 | -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 Camera | 2013-11-21 | 1 | -14/+9 |
| | | | | with the previous floating point macro version. | ||||
* | Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the ↵ | Dean Camera | 2013-11-05 | 1 | -1/+4 |
| | | | | XMEGA architecture. | ||||
* | Minor documentation fixes. | Dean Camera | 2013-10-27 | 2 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-10-27 | 2 | -2/+2 |
| | |||||
* | Minor documentation corrections. | Dean Camera | 2013-10-06 | 1 | -1/+1 |
| | |||||
* | Use spaces instead of tabs wherever necessary to fix indentation. | László Monda | 2013-09-24 | 1 | -4/+4 |
| | |||||
* | Use spaces instead of tabs where necessary to fix indentation. | László Monda | 2013-09-24 | 1 | -7/+7 |
| | |||||
* | Minor code style fix. | Dean Camera | 2013-09-05 | 1 | -2/+4 |
| | |||||
* | Fixed error receiving PIMA events via the Still Image Host class driver. | Dean Camera | 2013-08-23 | 2 | -9/+9 |
| | |||||
* | Fix code style in the HID parser module. | Dean Camera | 2013-08-23 | 1 | -5/+5 |
| | |||||
* | Prevent accessing past the UsageList bounds in the HID parser when ↵ | Dean Camera | 2013-08-19 | 1 | -5/+22 |
| | | | | dequeueing a usage. | ||||
* | Use seperate ATTR_NON_NULL_PTR_ARG() decorators in the XMEGA TWI driver to ↵ | Dean Camera | 2013-08-13 | 1 | -3/+3 |
| | | | | prevent Doxygen from choking. | ||||
* | Fix XMEGA TWI driver indentation and style to conform to the rest of the ↵ | Dean Camera | 2013-08-13 | 2 | -104/+103 |
| | | | | LUFA codebase. | ||||
* | Merge branch 'xmega-twi' of github.com:jamuraa/lufa into xmega-twi-integration | Dean Camera | 2013-08-13 | 3 | -0/+490 |
|\ | |||||
| * | Bugfixes with the protocol. | Michael Janssen | 2013-08-06 | 2 | -12/+21 |
| | | | | | | | | | | | | | | | | - Bitmasks need to be equal, not just result in non-zero - Only read status once in case it changes under us - Logical and not binary and when checking for acks on sending - We need to stop the bus when receiving the last byte - Force the bus into idle mode when we are Initing | ||||
| * | Minor bugfixes / missed compile stuff. | Michael Janssen | 2013-07-31 | 1 | -7/+7 |
| | | |||||
| * | Fix NON-NULL attributes, add for TWI_t. | Michael Janssen | 2013-07-24 | 1 | -8/+8 |
| | | |||||
| * | TWI Master has a sub-structure | Michael Janssen | 2013-07-24 | 1 | -4/+4 |
| | | |||||
| * | Add TWI Peripheral driver for XMEGA | Michael Janssen | 2013-07-24 | 3 | -0/+481 |
| | | |||||
* | | Fixed re-enumeration issue of XMEGA architecture targets. | Dean Camera | 2013-08-13 | 1 | -1/+1 |
| | | |||||
* | | Fix broken USART SPI driver for the AVR8 architecture. | Dean Camera | 2013-08-12 | 1 | -4/+4 |
|/ | |||||
* | Fixed incorrect USB device state set when a suspended LUFA device is woken ↵ | Dean Camera | 2013-07-15 | 3 | -3/+3 |
| | | | | while addressed but not configured (thanks to Balaji Krishnan) | ||||
* | Minor documentation improvements. | Dean Camera | 2013-06-22 | 1 | -1/+1 |
| | |||||
* | Add U2S board support | Michael | 2013-06-22 | 6 | -0/+326 |
| | | | | | | Includes board definition files and patch for AVRISPMKII to move the reset line for pin compatibility. http://sites.google.com/site/megau2s/ | ||||
* | Update board Dataflash_Init() functions to automatically configure the ↵ | Dean Camera | 2013-06-12 | 8 | -13/+34 |
| | | | | appropriate communication interface. | ||||
* | Fix typos in the XMEGA board LED drivers, use a cleaner change and set ↵ | Dean Camera | 2013-06-12 | 3 | -13/+28 |
| | | | | implementation. | ||||
* | Ensure core library documentation sections use unique IDs. | Dean Camera | 2013-06-01 | 57 | -129/+129 |
| | |||||
* | Added missing LEDs to the XMEGA A3BU Xplained and XMEGA C3 Xplained board ↵ | Dean Camera | 2013-06-01 | 2 | -28/+88 |
| | | | | LED drivers | ||||
* | Fix HID descriptor mouse and joystick macros for integer multiples of 8 buttons. | Dean Camera | 2013-05-23 | 1 | -2/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-05-22 | 1 | -6/+6 |
| | |||||
* | Merge branch 'master' into XMEGA-Demo-Ports-ClockOnly | Dean Camera | 2013-05-20 | 8 | -20/+362 |
|\ | |||||
| * | Add support for the XMEGA C3 Xplained board. | Dean Camera | 2013-05-20 | 8 | -23/+365 |
| | | |||||
* | | Add stub functions to all board drivers, so that demos can be compiled with ↵ | Dean Camera | 2013-05-19 | 3 | -12/+36 |
|/ | | | | BOARD=NONE. | ||||
* | Simplify the Doxygen to Docbook XML transform. | Dean Camera | 2013-05-19 | 1 | -1/+1 |
| | |||||
* | Fix missing bitshift in the AVR8 Pipe_GetBoundEndpointAddress() function. | Dean Camera | 2013-05-14 | 1 | -1/+1 |
| | |||||
* | Update Atmel Studio getting started page and associated images. | Dean Camera | 2013-05-12 | 1 | -3/+11 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-05-12 | 5 | -27/+66 |
| |