.. |
AVR8
|
Add macro guards to the templated C files to prevent compile errors if they are mistakenly compiled as regular source files in a LUFA project.
|
2011-06-14 12:54:46 +00:00 |
UC3
|
Add macro guards to the templated C files to prevent compile errors if they are mistakenly compiled as regular source files in a LUFA project.
|
2011-06-14 12:54:46 +00:00 |
ConfigDescriptor.c
|
Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device.
|
2011-05-14 02:17:58 +00:00 |
ConfigDescriptor.h
|
Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device.
|
2011-05-14 02:17:58 +00:00 |
Device.h
|
Fixed possible invalid program execution when in host mode if corrupt descriptor lengths are supplied by the attached device.
|
2011-05-14 02:17:58 +00:00 |
DeviceStandardReq.c
|
Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks (thanks to Omar).
|
2011-04-20 06:04:49 +00:00 |
DeviceStandardReq.h
|
Conditionally add available address spaces to the address space enum, for multiple address space architectures.
|
2011-04-04 10:24:57 +00:00 |
Endpoint.h
|
Spell check library source code files.
|
2011-06-01 14:33:40 +00:00 |
EndpointStream.h
|
Copy out the EndpointStream and PipeStream functions to each architecture, so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available).
|
2011-05-26 11:27:21 +00:00 |
Events.c
|
Initial restructuring of the core USB driver module to support multiple architectures in the future.
|
2011-02-19 22:59:27 +00:00 |
Events.h
|
Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
|
2011-06-05 13:55:56 +00:00 |
Host.h
|
Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.
|
2011-03-13 21:53:19 +00:00 |
HostStandardReq.c
|
Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
|
2011-04-04 12:52:30 +00:00 |
HostStandardReq.h
|
Initial restructuring of the core USB driver module to support multiple architectures in the future.
|
2011-02-19 22:59:27 +00:00 |
OTG.h
|
Oops - ensure that only the relevant/available interrupts are defined and used on each architecture.
|
2011-02-27 20:38:47 +00:00 |
Pipe.h
|
Fix compile errors when both Host and Device modes are enabled.
|
2011-06-09 04:32:52 +00:00 |
PipeStream.h
|
Copy out the EndpointStream and PipeStream functions to each architecture, so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available).
|
2011-05-26 11:27:21 +00:00 |
StdDescriptors.h
|
Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typecasting to the SWAPENDIAN_* macros.
|
2011-04-25 07:28:36 +00:00 |
StdRequestType.h
|
Massive corrections to the project documentation and code comments, thanks to Russian translation services provided by Andrey from Microsin.ru.
|
2011-06-05 13:55:56 +00:00 |
USBController.h
|
Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.
|
2011-03-13 21:53:19 +00:00 |
USBInterrupt.h
|
Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.
|
2011-03-13 21:53:19 +00:00 |
USBMode.h
|
Add experimental support for the AVR32 UC3A4 microcontrollers.
|
2011-03-13 22:42:08 +00:00 |
USBTask.c
|
Initial restructuring of the core USB driver module to support multiple architectures in the future.
|
2011-02-19 22:59:27 +00:00 |
USBTask.h
|
Add missing function attributes to the pipe/endpoint functions for all architectures.
|
2011-04-12 03:03:56 +00:00 |