aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8/Device_AVR8.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing function attributes to the pipe/endpoint functions for all ↵Dean Camera2011-04-121-1/+2
| | | | | | architectures. Perform endianness correction in the HID report parser for big-endian platforms.
* Move global interrupt enable/disable functions out to Common.h and document ↵Dean Camera2011-04-081-3/+3
| | | | them.
* Add in a new common Delay_MS() function, which provides a blocking delay for ↵Dean Camera2011-04-081-14/+16
| | | | | | | | all architectures. Remove use of avr-libc specific ATOMIC_BLOCK, replace with a new per-architecture set of inline functions to retrieve and manipulate the global interrupt enable bit for each architecture. Add in documentation for the USB controller common interrupt routine which must be linked to the interrupt controller in the user application on the AVR32 UC3 architecture.
* Oops - fix internal serial number extraction routine for the AVR8 architecture.Dean Camera2011-03-141-1/+1
|
* Simplify the internal serial extraction routines for each architecture.Dean Camera2011-03-131-9/+9
|
* Add experimental support for the AVR32 UC3A4 microcontrollers.Dean Camera2011-03-131-6/+6
| | | | Add support for the inbuilt unique serial numbers in the UC3A3 and UC3A4 models.
* General cleanup and more port work to the AVR32 UC3B.Dean Camera2011-02-271-1/+1
|
* Move out common architecture-independent core definitions into the ↵Dean Camera2011-02-271-29/+0
| | | | appropriate core dispatch header files.
* More AVR32 UC3B architecture ports - USB device mode applications can now be ↵Dean Camera2011-02-271-1/+1
| | | | sucessfully compiled, although they will be currently non-functional.
* Rename architecture specific driver files, to make them appear with uniquely ↵Dean Camera2011-02-201-0/+258
identifying filenames in the documentation.