.. |
AVR8
|
Add XMEGA compile time tokens to the LUFAConfig.h code template.
|
2011-11-23 00:04:16 +00:00 |
UC3
|
Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compile time option is not enabled (thanks to Matthias).
|
2011-11-22 08:06:52 +00:00 |
XMEGA
|
Add XMEGA compile time tokens to the LUFAConfig.h code template.
|
2011-11-23 00:04:16 +00:00 |
ConfigDescriptor.c
|
Merge over core library changes from the MultiArchDemos branch.
|
2011-06-29 05:57:29 +00:00 |
ConfigDescriptor.h
|
Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
|
2011-07-19 07:02:19 +00:00 |
Device.h
|
Add missing SVN eol-style property to files where it was missing.
|
2011-07-15 08:46:08 +00:00 |
DeviceStandardReq.c
|
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker.
|
2011-09-22 05:55:32 +00:00 |
DeviceStandardReq.h
|
Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task.
|
2011-07-08 07:25:56 +00:00 |
Endpoint.h
|
Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum possible USB endpoint number within a device, rather than just the maximum number for the AVR8 and UC3 targets of 0x07.
|
2011-10-30 14:04:47 +00:00 |
EndpointStream.h
|
Add missing SVN eol-style property to files where it was missing.
|
2011-07-15 08:46:08 +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
|
Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnumerationComplete() event callback for device configuration instead of manual host state machine manipulations in the main application task.
|
2011-07-08 07:25:56 +00:00 |
Host.h
|
Add missing SVN eol-style property to files where it was missing.
|
2011-07-15 08:46:08 +00:00 |
HostStandardReq.c
|
Add new USB_Host_GetDescriptor() function. Alter the USB_Host_GetDeviceDescriptor() and USB_Host_GetDeviceStringDescriptor() convenience functions so that they wrap the new function.
|
2011-11-24 11:46:04 +00:00 |
HostStandardReq.h
|
Minor Doxygen documentation improvements.
|
2011-11-24 11:59:52 +00:00 |
OTG.h
|
Add missing SVN eol-style property to files where it was missing.
|
2011-07-15 08:46:08 +00:00 |
Pipe.h
|
Add missing SVN eol-style property to files where it was missing.
|
2011-07-15 08:46:08 +00:00 |
PipeStream.h
|
Add missing SVN eol-style property to files where it was missing.
|
2011-07-15 08:46:08 +00:00 |
StdDescriptors.h
|
Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declared with that meta-attribute are not discarded by the linker.
|
2011-09-22 05:55:32 +00:00 |
StdRequestType.h
|
Add missing function attributes.
|
2011-07-12 05:13:31 +00:00 |
USBController.h
|
Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driver when INTERRUPT_CONTROL_ENDPOINT is not used, as this is done inside the stream callbacks.
|
2011-07-29 08:12:00 +00:00 |
USBInterrupt.h
|
Add missing SVN eol-style property to files where it was missing.
|
2011-07-15 08:46:08 +00:00 |
USBMode.h
|
Add support for the new MEGA B series devices.
|
2011-10-31 03:39:12 +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
|
More endianness porting of the LUFA device mode class drivers.
|
2011-07-11 09:50:54 +00:00 |