aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/USBMode.h
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Fixed logic hole breaking USB operations on a USB controller with only one ↵Dean Camera2012-08-281-13/+7
| | | | supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY configuration token set.
* Add missing UC3 architecture F_USB configuration checks.Dean Camera2012-07-241-0/+5
|
* Oops - really fix logic errors in USBMode.h.Dean Camera2012-06-061-8/+2
|
* Fix errors in the SingleUSBModeTest build test. Fix logic errors in USBMode.h.Dean Camera2012-06-061-5/+7
|
* Ensure that USB_DEVICE_ONLY or USB_HOST_ONLY is properly set for devices ↵Dean Camera2012-06-021-1/+5
| | | | that physically do not support a particular mode. Fix main LUFA library makefile default target.
* Add support for the ATXMEGA384C3.Dean Camera2012-05-071-1/+2
|
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-0/+17
|
* Add (still preliminary) support for the ATXMEGA64A4 and ATXMEGA128A4. Fix ↵Dean Camera2012-02-051-1/+2
| | | | minor error in the AVRISP-MKII clone project descriptors.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-4/+5
| | | | trailing whitespace at the end of each line.
* Add support for the new MEGA B series devices.Dean Camera2011-10-311-0/+31
|
* Fix compile errors for the USB XMEGA parts when the USB driver is used.Dean Camera2011-10-041-4/+4
| | | | | | Add core support for the ATXMEGA64A1U. Minor documentation corrections.
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-0/+13
|
* 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.