aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/USBMode.h
Commit message (Collapse)AuthorAgeFilesLines
* Minor internal macro renaming for the UC3 devices.Dean Camera2011-06-201-6/+6
|
* Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ↵Dean Camera2011-06-201-0/+10
| | | | | | disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s. Add C++ compatibility to some header files currently missing extern "C" linkage.
* Add experimental support for the AVR32 UC3A4 microcontrollers.Dean Camera2011-03-131-0/+6
| | | | Add support for the inbuilt unique serial numbers in the UC3A3 and UC3A4 models.
* Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 ↵Dean Camera2011-03-131-13/+52
| | | | microcontrollers.
* Added start of a port of the core USB driver code to the AVR32 UC3B ↵Dean Camera2011-02-201-0/+12
| | | | architecture.
* More updates to remove architecture-specific comments from the ↵Dean Camera2011-02-201-19/+30
| | | | documentation, alter USBMode.h preprocessor logic to support future architectures more easily.
* Start update of documentation to support possible multiple architectures in ↵Dean Camera2011-02-201-9/+10
| | | | the future - alter \file documentation to automatically copy in the module documentation where possible.
* Initial restructuring of the core USB driver module to support multiple ↵Dean Camera2011-02-191-0/+138
architectures in the future.