Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add Dual MIDI device class driver demo application. | Dean Camera | 2014-08-31 | 1 | -0/+2 |
| | |||||
* | Fix overflow for RNDIS class driver responses when returning the adapter ↵ | Dean Camera | 2014-08-31 | 1 | -0/+5 |
| | | | | query list (thanks to Peter Mc Shane). | ||||
* | Patched the LUFA build system to work around a GCC code generation bug in ↵ | Dean Camera | 2014-08-26 | 1 | -0/+2 |
| | | | | newer toolchains when building for larger FLASH memory devices (thanks to demultiplexer) | ||||
* | Fixed USART reception overrun corrupting the internal buffers in the ↵ | Dean Camera | 2014-08-10 | 1 | -0/+1 |
| | | | | USBtoSerial project. | ||||
* | Minor code style fixes, documentation improvements. | Dean Camera | 2014-07-22 | 1 | -0/+1 |
| | |||||
* | Only deque from the USBtoSerial's USB->USART buffer when the USART is idle. | Dean Camera | 2014-07-15 | 1 | -0/+1 |
| | |||||
* | Add Serial_IsSendReady() and Serial_IsSendComplete() serial driver API ↵ | Dean Camera | 2014-07-15 | 1 | -0/+1 |
| | | | | functions. | ||||
* | Update documentation for HID report ID fix. | Dean Camera | 2014-06-25 | 1 | -0/+1 |
| | |||||
* | Add COMPILER_PATH optional variable to the BUILD build system module. | Dean Camera | 2014-06-08 | 1 | -0/+5 |
| | |||||
* | Fixed spurious 0xFE USART byte sent in the USBtoSerial project when the baud ↵ | Dean Camera | 2014-05-30 | 1 | -0/+2 |
| | | | | rate is changed (thanks to Carl Kjeldsen). | ||||
* | Fixed incorrect XMEGA DFLL reference frequency (thanks to Martin Aakerberg) | Dean Camera | 2014-05-21 | 1 | -0/+1 |
| | |||||
* | Fix LED driver for the Arduino Leonardo board. | Dean Camera | 2014-04-30 | 1 | -0/+1 |
| | |||||
* | Fix incorrect error codes returned on pip config failure in the host class ↵ | Dean Camera | 2014-03-05 | 1 | -1/+4 |
| | | | | drivers. | ||||
* | Revert version and update documentation after the 140302 release. | Dean Camera | 2014-03-01 | 1 | -0/+3 |
| | |||||
* | Update version for the 140302 release. | Dean Camera | 2014-03-01 | 1 | -1/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2014-01-08 | 1 | -0/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-12-27 | 1 | -1/+2 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-12-20 | 1 | -1/+1 |
| | |||||
* | AVR8: Add option to keep 3.3V regulator enabled | Michael Hanselmann | 2013-12-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | Reduce PDI/TPI reset hold period from 1ms to 100us, as the former caused ↵ | Dean Camera | 2013-11-21 | 1 | -1/+1 |
| | | | | sporadic session issues. | ||||
* | Fixed MIDI device class driver MIDI_Device_ReceiveEventPacket() for the ↵ | Dean Camera | 2013-11-05 | 1 | -2/+7 |
| | | | | XMEGA architecture. | ||||
* | Increase AVRISP-MKII Clone PDI/TPI handshake to 1ms from 1us for targets ↵ | Dean Camera | 2013-11-04 | 1 | -0/+2 |
| | | | | with high /RESET line capacitance. | ||||
* | Minor documentation improvements. | Dean Camera | 2013-11-03 | 1 | -1/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-11-03 | 1 | -0/+1 |
| | |||||
* | Fix signature bytes in the DFU class bootloader. | Dean Camera | 2013-11-03 | 1 | -0/+1 |
| | |||||
* | AVRISP-MKII Clone Project PDI/TPI frequency increased from 250KHz to 2MHz as ↵ | Dean Camera | 2013-11-02 | 1 | -0/+1 |
| | | | | it is now stable. | ||||
* | Add new Bulk Vendor device demo application. | Dean Camera | 2013-10-30 | 1 | -0/+4 |
| | |||||
* | Minor documentation corrections. | Dean Camera | 2013-10-06 | 1 | -1/+3 |
| | |||||
* | Reset version information following the 130901 release. | Dean Camera | 2013-09-01 | 1 | -0/+3 |
| | |||||
* | Version for the 130901 release. | Dean Camera | 2013-09-01 | 1 | -1/+1 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-09-01 | 1 | -8/+8 |
| | |||||
* | Fixed error receiving PIMA events via the Still Image Host class driver. | Dean Camera | 2013-08-23 | 1 | -0/+1 |
| | |||||
* | Minor documentation updates. | Dean Camera | 2013-08-14 | 1 | -1/+1 |
| | |||||
* | Use seperate ATTR_NON_NULL_PTR_ARG() decorators in the XMEGA TWI driver to ↵ | Dean Camera | 2013-08-13 | 1 | -0/+1 |
| | | | | prevent Doxygen from choking. | ||||
* | Fixed re-enumeration issue of XMEGA architecture targets. | Dean Camera | 2013-08-13 | 1 | -0/+1 |
| | |||||
* | Fix broken USART SPI driver for the AVR8 architecture. | Dean Camera | 2013-08-12 | 1 | -0/+1 |
| | |||||
* | Add volatile software RTC to the TempDataLogger application if the dummy RTC ↵ | Dean Camera | 2013-07-20 | 1 | -0/+1 |
| | | | | mode is enabled. | ||||
* | Fixed incorrect time/date configuration data order in the TempDataLogger ↵ | Dean Camera | 2013-07-16 | 1 | -0/+1 |
| | | | | host application. | ||||
* | Fixed incorrect USB device state set when a suspended LUFA device is woken ↵ | Dean Camera | 2013-07-15 | 1 | -0/+1 |
| | | | | while addressed but not configured (thanks to Balaji Krishnan) | ||||
* | Minor documentation improvements. | Dean Camera | 2013-07-14 | 1 | -0/+2 |
| | |||||
* | Re-added Set Control Line State request handling to the CDC class bootloader. | Dean Camera | 2013-06-27 | 1 | -0/+3 |
| | |||||
* | Add missing U2S board definition, update build tests and documentation. | Dean Camera | 2013-06-22 | 1 | -0/+1 |
| | |||||
* | Update board Dataflash_Init() functions to automatically configure the ↵ | Dean Camera | 2013-06-12 | 1 | -0/+1 |
| | | | | appropriate communication interface. | ||||
* | Added missing LEDs to the XMEGA A3BU Xplained and XMEGA C3 Xplained board ↵ | Dean Camera | 2013-06-01 | 1 | -0/+1 |
| | | | | LED drivers | ||||
* | Fix HID descriptor mouse and joystick macros for integer multiples of 8 buttons. | Dean Camera | 2013-05-23 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into XMEGA-Demo-Ports-ClockOnly | Dean Camera | 2013-05-20 | 1 | -0/+1 |
|\ | |||||
| * | Add support for the XMEGA C3 Xplained board. | Dean Camera | 2013-05-20 | 1 | -0/+1 |
| | | |||||
* | | Add stub functions to all board drivers, so that demos can be compiled with ↵ | Dean Camera | 2013-05-19 | 1 | -0/+2 |
|/ | | | | BOARD=NONE. | ||||
* | Fix missing bitshift in the AVR8 Pipe_GetBoundEndpointAddress() function. | Dean Camera | 2013-05-14 | 1 | -1/+1 |
| | |||||
* | Fix Pipe_GetBoundEndpointAddress() returning bad values in some circumstances. | Dean Camera | 2013-05-10 | 1 | -0/+2 |
| |