aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
Commit message (Collapse)AuthorAgeFilesLines
* Add new Android Open Accessory class driver to the library core and add a ↵Dean Camera2011-11-243-1/+4
| | | | new Android Open Accessory Host ClassDriver demo.
* Update library to indicate support for the Android Accessory Host demo.Dean Camera2011-11-233-2/+6
|
* Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).Dean Camera2011-11-232-1/+2
|
* Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean Camera2011-11-231-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 Camera2011-11-221-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 Camera2011-11-182-0/+5
| | | | driver source filenames to prevent ambiguities.
* Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver ↵Dean Camera2011-11-163-1/+5
| | | | (thanks to Laszlo Monda).
* Fixed race conditions in the CDC, HID and Mass Storage class drivers when ↵Dean Camera2011-11-092-0/+5
| | | | processing some control requests.
* Add support for the new MEGA B series devices.Dean Camera2011-10-312-1/+22
|
* Add support for the Atmel XMEGA A3BU Xplained board.Dean Camera2011-10-311-1/+1
| | | | More XMEGA USB core fixes.
* Fix XMEGA core USB driver so that device mode enumerates correctly on the ↵Dean Camera2011-10-311-0/+1
| | | | host PC.
* Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project ↵Dean Camera2011-10-301-0/+1
| | | | (thanks to Chuck Rohs).
* Fixed CDC class drivers not saving and sending all 16-bits of the control ↵Dean Camera2011-10-261-0/+1
| | | | line states (thanks to Matthew Swabey).
* Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵Dean Camera2011-10-1830-0/+4155
prevent user confusion with the actual *nix Man tool.