aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/Architectures.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-84/+84
|
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-1/+4
|
* Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean Camera2011-03-131-2/+2
|
* Added start of a port of the core USB driver code to the AVR32 UC3B ↵Dean Camera2011-02-201-1/+4
| | | | architecture.
* More Doxygen updates for multiple architecture support.Dean Camera2011-02-201-4/+8
|
* Start update of documentation to support possible multiple architectures in ↵Dean Camera2011-02-201-2/+2
| | | | the future - alter \file documentation to automatically copy in the module documentation where possible.
* Add new ARCH option to the makefiles to (eventually) specify the target ↵Dean Camera2011-02-191-0/+74
device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.