.. |
AVR8
|
When automatic PLL management mode is enabled on the U4 series AVR8 chips, the PLL is now configured for 48MHz and not a divided 96MHz, to lower power consumption and to keep the system within the datasheet specs for 3.3V operation (thanks to Scott Vitale).
|
2011-10-12 02:27:22 +00:00 |
UC3
|
Prevent written but unused variable warnings on GCC 4.6 with dummy reads.
|
2011-10-09 12:54:50 +00:00 |
XMEGA
|
Prevent written but unused variable warnings on GCC 4.6 with dummy reads.
|
2011-10-09 12:54:50 +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
|
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 |
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
|
Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 devices.
|
2011-10-07 04:38:53 +00:00 |
HostStandardReq.h
|
Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq module where it is used.
|
2011-08-28 03:44:22 +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
|
Fix compile errors for the USB XMEGA parts when the USB driver is used.
|
2011-10-04 11:40:55 +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 |