aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/LUFAPoweredProjects.txt
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2012-05-121-0/+2
|
* Added support for the Olimex AVR-USB-32U4 and Olimex AVR-USB-T32U4 boards.Dean Camera2012-05-061-0/+1
|
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-0/+1
|
* Fixed CDC and DFU bootloaders failing to compile when the bootloader section ↵Dean Camera2012-04-141-0/+2
| | | | size is 8KB or more (thanks to Georg Glock).
* Minor documentation improvements.Dean Camera2012-04-081-121/+129
|
* Minor documentation improvements.Dean Camera2012-04-051-0/+1
|
* Minor documentation improvements.Dean Camera2012-04-011-0/+1
|
* Re-enable cppcheck static analysis unused function checks after adding in ↵Dean Camera2012-03-251-1/+0
| | | | special-case suppressions to the event stub functions. Add missing function prototypes to the AudioInput and AudioOutput class driver device demos.
* Minor documentation improvements.Dean Camera2012-03-061-0/+1
|
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-241-0/+1
| | | | appropriate and remove/update old documentation.
* Update the Android Accessory Host ClassDriver demo to use the updated class ↵Dean Camera2012-02-201-0/+1
| | | | | | | | configuration API. Enable -Wcast-align warning for the UC3 architecture in the ModuleTest build test now that the test passes with it. Minor documentation improvements.
* Minor documentation improvements.Dean Camera2012-02-181-0/+1
|
* Minor documentation improvements.Dean Camera2012-02-111-1/+2
|
* Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time ↵Dean Camera2012-02-051-0/+2
| | | | options (thanks to Opendous Inc.).
* Change PIPE_PIPENUM_MASK from 0x07 to the more generic 0x0F to allow for ↵Dean Camera2011-12-111-0/+1
| | | | full pipe address support in USB host architectures other than the current AVR8 devices. Minor documentation improvements.
* Add support for the Paranoid Studio USB2AX boards (hardware revisions 1-3).Dean Camera2011-11-281-0/+1
|
* Add dummy board documentation nodes for the XPLAIN_REV1 and TEENSY2 meta ↵Dean Camera2011-11-281-0/+2
| | | | board targets.
* Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver ↵Dean Camera2011-11-161-0/+1
| | | | (thanks to Laszlo Monda).
* Fixed race conditions in the CDC, HID and Mass Storage class drivers when ↵Dean Camera2011-11-091-0/+4
| | | | processing some control requests.
* Fix XMEGA core USB driver so that device mode enumerates correctly on the ↵Dean Camera2011-10-311-0/+1
| | | | host PC.
* Rename the Doxygen page source directory from ManPages/ to DoxygenPages/ to ↵Dean Camera2011-10-181-0/+142
prevent user confusion with the actual *nix Man tool.