Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new Android Open Accessory class driver to the library core and add a ↵ | Dean Camera | 2011-11-24 | 3 | -1/+4 |
| | | | | new Android Open Accessory Host ClassDriver demo. | ||||
* | Update library to indicate support for the Android Accessory Host demo. | Dean Camera | 2011-11-23 | 3 | -2/+6 |
| | |||||
* | Added support for version 2 of the Teensy boards (thanks to Christoph Redecker). | Dean Camera | 2011-11-23 | 2 | -1/+2 |
| | |||||
* | Add XMEGA compile time tokens to the LUFAConfig.h code template. | Dean Camera | 2011-11-23 | 1 | -2/+2 |
| | | | | | | Add additional compile time errors to the XMEGA and AVR8 architectures if multiple USE_*_DESCRIPTORS compile time tokens are enabled. Add support for the NO_INTERNAL_SERIAL compile time token on the XMEGA targets. | ||||
* | Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG ↵ | Dean Camera | 2011-11-22 | 1 | -2/+4 |
| | | | | | | compile time option is not enabled (thanks to Matthias). Fixed broken compilation for the AVR32 devices if the NO_SOF_EVENTS compile time option was not enabled (thanks to Matthias). | ||||
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵ | Dean Camera | 2011-11-18 | 2 | -0/+5 |
| | | | | driver source filenames to prevent ambiguities. | ||||
* | Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver ↵ | Dean Camera | 2011-11-16 | 3 | -1/+5 |
| | | | | (thanks to Laszlo Monda). | ||||
* | Fixed race conditions in the CDC, HID and Mass Storage class drivers when ↵ | Dean Camera | 2011-11-09 | 2 | -0/+5 |
| | | | | processing some control requests. | ||||
* | Add support for the new MEGA B series devices. | Dean Camera | 2011-10-31 | 2 | -1/+22 |
| | |||||
* | Add support for the Atmel XMEGA A3BU Xplained board. | Dean Camera | 2011-10-31 | 1 | -1/+1 |
| | | | | More XMEGA USB core fixes. | ||||
* | Fix XMEGA core USB driver so that device mode enumerates correctly on the ↵ | Dean Camera | 2011-10-31 | 1 | -0/+1 |
| | | | | host PC. | ||||
* | Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project ↵ | Dean Camera | 2011-10-30 | 1 | -0/+1 |
| | | | | (thanks to Chuck Rohs). | ||||
* | Fixed CDC class drivers not saving and sending all 16-bits of the control ↵ | Dean Camera | 2011-10-26 | 1 | -0/+1 |
| | | | | line states (thanks to Matthew Swabey). | ||||
* | Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵ | Dean Camera | 2011-10-18 | 30 | -0/+4155 |
prevent user confusion with the actual *nix Man tool. |