aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/DeviceStandardReq.h
Commit message (Collapse)AuthorAgeFilesLines
* Conditionally add available address spaces to the address space enum, for ↵Dean Camera2011-04-041-0/+4
| | | | | | | | multiple address space architectures. Update Doxygen configuration file for the latest Doxygen release. Minor documentation updates.
* Add in new architecture attribute defines to selectively remove the EEPROM ↵Dean Camera2011-03-211-6/+1
| | | | and FLASH memory space functions on architectures which do not have seperate memory address spaces.
* Oops - ensure that only the relevant/available interrupts are defined and ↵Dean Camera2011-02-271-0/+1
| | | | | | used on each architecture. Make all USB driver headers include USBMode.h first, to ensure that the relevant USB mode macros are defined.
* Initial restructuring of the core USB driver module to support multiple ↵Dean Camera2011-02-191-0/+159
architectures in the future.