.. |
AVR8
|
Minor documentation corrections.
|
2013-10-06 22:33:32 +02:00 |
UC3
|
Fixed incorrect USB device state set when a suspended LUFA device is woken while addressed but not configured (thanks to Balaji Krishnan)
|
2013-07-15 20:47:43 +02:00 |
XMEGA
|
Fixed re-enumeration issue of XMEGA architecture targets.
|
2013-08-13 21:01:42 +02:00 |
ConfigDescriptors.c
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
ConfigDescriptors.h
|
Add some missing function attributes.
|
2013-04-11 17:39:00 +00:00 |
Device.h
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
DeviceStandardReq.c
|
Fix broken XMEGA USB support.
|
2013-01-27 19:35:40 +00:00 |
DeviceStandardReq.h
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
Endpoint.h
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
EndpointStream.h
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
Events.c
|
Remove CPPCheck suppressions for unused functions, disable checking for them in the StaticAnalysisTest build test as it can't cope with GCC aliasing and mixed library/application code.
|
2013-02-05 20:57:49 +00:00 |
Events.h
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
Host.h
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
HostStandardReq.c
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
HostStandardReq.h
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
OTG.h
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
Pipe.h
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
PipeStream.h
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
StdDescriptors.h
|
Minor documentation improvements.
|
2013-05-12 12:04:58 +02:00 |
StdRequestType.h
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
USBController.h
|
Move USB mode enum into the top level USB controller header, as it is common to all architectures (even if not all modes are supported).
|
2013-04-28 11:31:28 +00:00 |
USBInterrupt.h
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
USBMode.h
|
Add missing include to the USB driver core mode header file.
|
2013-01-03 12:07:16 +00:00 |
USBTask.c
|
Update copyright year to 2013.
|
2013-01-03 11:37:33 +00:00 |
USBTask.h
|
Added new CONCAT() and CONCAT_EXPANDED() convenience macros.
|
2013-04-06 22:07:54 +00:00 |