aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/StdDescriptors.h
Commit message (Collapse)AuthorAgeFilesLines
* More endianness porting of the LUFA device mode class drivers.Dean Camera2011-07-111-0/+28
| | | | | | Add endianness information to the class driver and core structure definitions. Move out the unused Ethernet_Frame_Info_t structure definition to the RNDIS device demos where it is needed.
* Merge over core library changes from the MultiArchDemos branch.Dean Camera2011-06-291-1/+4
|
* Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result ↵Dean Camera2011-04-251-11/+15
| | | | | | | | | | typecasting to the SWAPENDIAN_* macros. Switch to using -1 on the UC3 target to obtain a register mask with all bits set (for clearing interrupts and status flags). Fix incorrect USB controller mode on the UC3 when a fixed mode is specified as a compile time option due to AVR32_USBB.USBCON.uide being set by default. Make USB_Descriptor_String_t use a uint16_t for Unicode strings on all targets except the AVR8 (retained for backwards compatibility).
* Add experimental support for the AVR32 UC3A4 microcontrollers.Dean Camera2011-03-131-9/+9
| | | | 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-2/+9
| | | | microcontrollers.
* Add structure padding to the appropriate descriptor structures to maintain ↵Dean Camera2011-03-111-14/+14
| | | | | | correct alignments on larger architectures. Fix EVK1101 swapped joystick Right/Down masks.
* Porting updates for the UC3B architecture - get UC3B partially enumerating ↵Dean Camera2011-03-051-2/+2
| | | | using a modified mouse demo on the EVK1101. Implement a software FIFO for the endpoint banks; datasheet hints that this can be done through hardware as on the AVR8 architecture, but the correct method to do this not discovered yet.
* More updates to remove architecture-specific comments from the ↵Dean Camera2011-02-201-2/+2
| | | | documentation, alter USBMode.h preprocessor logic to support future architectures more easily.
* More Doxygen updates for multiple architecture support.Dean Camera2011-02-201-2/+2
|
* Start update of documentation to support possible multiple architectures in ↵Dean Camera2011-02-201-4/+4
| | | | 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/+669
architectures in the future.