Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add new USB_Host_GetDescriptor() function. Alter the ↵ | Dean Camera | 2011-11-24 | 2 | -50/+62 |
| | | | | USB_Host_GetDeviceDescriptor() and USB_Host_GetDeviceStringDescriptor() convenience functions so that they wrap the new function. | ||||
* | Added new USB_Host_GetDeviceConfiguration() and ↵ | Dean Camera | 2011-11-24 | 2 | -1/+63 |
| | | | | USB_Host_GetInterfaceAltSetting() functions. | ||||
* | Convert the LowLevel AndroidAccessory demo to use the new class driver ↵ | Dean Camera | 2011-11-24 | 3 | -3/+8 |
| | | | | | | constants to reduce code duplication. Add missing Doxygen documentation. | ||||
* | Add new Android Open Accessory class driver to the library core and add a ↵ | Dean Camera | 2011-11-24 | 27 | -56/+1037 |
| | | | | new Android Open Accessory Host ClassDriver demo. | ||||
* | Add XMEGA compile time tokens to the LUFAConfig.h code template. | Dean Camera | 2011-11-23 | 3 | -21/+43 |
| | | | | | | Add additional compile time errors to the XMEGA and AVR8 architectures if multiple USE_*_DESCRIPTORS compile time tokens are enabled. Add support for the NO_INTERNAL_SERIAL compile time token on the XMEGA targets. | ||||
* | Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG ↵ | Dean Camera | 2011-11-22 | 3 | -13/+17 |
| | | | | | | compile time option is not enabled (thanks to Matthias). Fixed broken compilation for the AVR32 devices if the NO_SOF_EVENTS compile time option was not enabled (thanks to Matthias). | ||||
* | Added Class, ClassDevice, ClassHost and ClassCommon to the internal class ↵ | Dean Camera | 2011-11-18 | 46 | -53/+53 |
| | | | | driver source filenames to prevent ambiguities. | ||||
* | Fixed misspelled HID_KEYBOARD_MODIFIER_* macros in the HID class driver ↵ | Dean Camera | 2011-11-16 | 1 | -8/+8 |
| | | | | (thanks to Laszlo Monda). | ||||
* | Minor corrections for the XMEGA USB controller. Add compile time warning if ↵ | Dean Camera | 2011-11-14 | 2 | -4/+12 |
| | | | | the USB clock frequency is provably incorrect. | ||||
* | Fixed race conditions in the CDC, HID and Mass Storage class drivers when ↵ | Dean Camera | 2011-11-09 | 3 | -1/+12 |
| | | | | processing some control requests. | ||||
* | Fix XMEGA core USB driver endpoint code to prevent incorrect STALL ↵ | Dean Camera | 2011-11-01 | 2 | -10/+13 |
| | | | | determination. | ||||
* | Add support for the new MEGA B series devices. | Dean Camera | 2011-10-31 | 1 | -0/+31 |
| | |||||
* | Add support for the Atmel XMEGA A3BU Xplained board. | Dean Camera | 2011-10-31 | 2 | -5/+13 |
| | | | | More XMEGA USB core fixes. | ||||
* | Fix XMEGA core USB driver so that device mode enumerates correctly on the ↵ | Dean Camera | 2011-10-31 | 4 | -10/+37 |
| | | | | host PC. | ||||
* | Namespace out the internal endpoint globals in the XMEGA architecture. | Dean Camera | 2011-10-30 | 2 | -67/+76 |
| | |||||
* | Update ENDPOINT_EPNUM_MASK to be 0x0F, the maximum possible USB endpoint ↵ | Dean Camera | 2011-10-30 | 1 | -1/+1 |
| | | | | number within a device, rather than just the maximum number for the AVR8 and UC3 targets of 0x07. | ||||
* | Namespace out the internal endpoint and pipe globals in the UC3 architecture. | Dean Camera | 2011-10-30 | 4 | -145/+145 |
| | |||||
* | Update XMEGA clock management so that the correct 16-bit calibration is used ↵ | Dean Camera | 2011-10-30 | 3 | -4/+17 |
| | | | | when requested. Fix endpoint descriptor table so that the frame number is stored into the correct location. Add compile time option to source the USB clock from the PLL rather than the internal 32MHz RC oscillator. | ||||
* | Minor documentation fixes. | Dean Camera | 2011-10-30 | 1 | -10/+10 |
| | |||||
* | XMEGA port improvements; connection and disconnection are now detected ↵ | Dean Camera | 2011-10-30 | 7 | -54/+146 |
| | | | | correctly. Fixed incorrect interrupt priority levels being set for XMEGA devices. | ||||
* | Fixed CDC class drivers not saving and sending all 16-bits of the control ↵ | Dean Camera | 2011-10-26 | 2 | -14/+14 |
| | | | | line states (thanks to Matthew Swabey). | ||||
* | Update XMEGA platform clock management example code to suit the currently ↵ | Dean Camera | 2011-10-25 | 2 | -12/+12 |
| | | | | | | released silicon. Cleanups to the UC3 endpoint/pipe multi byte read code. | ||||
* | When automatic PLL management mode is enabled on the U4 series AVR8 chips, ↵ | Dean Camera | 2011-10-12 | 1 | -1/+1 |
| | | | | 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). | ||||
* | Prevent written but unused variable warnings on GCC 4.6 with dummy reads. | Dean Camera | 2011-10-09 | 5 | -1/+25 |
| | |||||
* | USB XMEGA support improvements; add DFLL clock platform support, ensure the ↵ | Dean Camera | 2011-10-07 | 1 | -2/+6 |
| | | | | endpoint table is correctly aligned and configured in the USB controller. | ||||
* | Fix incorrect function call name in USB_Host_SendControlRequest() for AVR8 ↵ | Dean Camera | 2011-10-07 | 1 | -1/+1 |
| | | | | devices. | ||||
* | Added endian-correction to the CDC driver's Line Encoding control request ↵ | Dean Camera | 2011-10-07 | 2 | -5/+13 |
| | | | | handlers. | ||||
* | Fix compile errors for the USB XMEGA parts when the USB driver is used. | Dean Camera | 2011-10-04 | 2 | -6/+6 |
| | | | | | | Add core support for the ATXMEGA64A1U. Minor documentation corrections. | ||||
* | Fix compile error on the UC3 targets when INTERRUPT_CONTROL_ENDPOINT compile ↵ | Dean Camera | 2011-09-28 | 2 | -1/+8 |
| | | | | | | | | time option is used (thanks to Ian Woloschin). Small size improvement for Little Endian devices when USB host mode is used. Minor documentation fixes. | ||||
* | Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions ↵ | Dean Camera | 2011-09-22 | 10 | -1/+23 |
| | | | | | | declared with that meta-attribute are not discarded by the linker. Add missing function and definition documentation. | ||||
* | Fix missing C++ linkage command in ArchitectureSpecific.h. | Dean Camera | 2011-09-21 | 1 | -1/+1 |
| | | | | Fix missing closing brace in an Endpoint function for the UC3 targets. | ||||
* | Fixed HID Parser's largest report size bit count not including the size of ↵ | Dean Camera | 2011-09-17 | 2 | -3/+2 |
| | | | | | | the last parsed report item. Fixed HID host driver's largest HID report size count corrupt when the number of report bits exceeds 255. | ||||
* | Fixed optimization error in the HID Parser item value ↵ | Dean Camera | 2011-09-07 | 2 | -12/+14 |
| | | | | | | USB_SetHIDReportItemInfo() and USB_GetHIDReportItemInfo() routines if the report item was NULL (which should be allowable according to the API). Fixed HID Parser CALLBACK_HIDParser_FilterHIDReportItem() callback function not being passed a cacheable report item pointer. | ||||
* | Oops - restore conditional calls to USB_USBTask() in the Mass Storage class ↵ | Dean Camera | 2011-09-05 | 1 | -0/+8 |
| | | | | driver for the non-stream loops. | ||||
* | Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq ↵ | Dean Camera | 2011-08-28 | 4 | -23/+14 |
| | | | | module where it is used. | ||||
* | Remove redundant prototype for Audio_Host_StartStopStreaming() and ↵ | Dean Camera | 2011-08-28 | 1 | -8/+6 |
| | | | | Audio_Host_GetSetEndpointProperty(). Update host mode Audio class inline functions to prevent unused parameter warnings. | ||||
* | Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the ↵ | Dean Camera | 2011-08-24 | 7 | -12/+26 |
| | | | | | | | | | | function works on an endpoint address within the attached device, and not a Pipe within the host. Updated MS_Host_ResetMSInterface() to now perform a full Mass Storage reset sequence to prevent data corruption in the event of a device lock up or timeout (thanks to David Lyons). Add parenthesis around the library Endianness macros that do nothing on a particular architecture to prevent operator precedence issues depending on usage. Minor documentation corrections. | ||||
* | Minor documentation fixes. | Dean Camera | 2011-08-23 | 5 | -2/+11 |
| | | | | Add extra parenthesis around terms in the common MIN() and MAX() macros to prevent issues with non-trivial macro inputs (thanks to David Lyons). | ||||
* | Add multiple axis support to the HID joystick report in the ↵ | Dean Camera | 2011-08-23 | 1 | -20/+22 |
| | | | | HID_DESCRIPTOR_JOYSTICK() macro. | ||||
* | Remove redundant calls to USB_USBTask() in the Mass Storage Device Class ↵ | Dean Camera | 2011-07-29 | 3 | -25/+5 |
| | | | | | | driver when INTERRUPT_CONTROL_ENDPOINT is not used, as this is done inside the stream callbacks. Fix implementations of Endpoint_SetEndpointDirection() and Endpoint_GetEndpointDirection() for the AVR8 architecture. | ||||
* | Add INTERRUPT_CONTROL_ENDPOINT compile time option support for the UC3 devices. | Dean Camera | 2011-07-25 | 2 | -6/+44 |
| | |||||
* | Fixed USB_USBTask not being called internally in stream transfers between ↵ | Dean Camera | 2011-07-25 | 3 | -12/+12 |
| | | | | | | packets when Partial Stream Transfers are used. Remove old unused function prototype in the LowLevel MassStorage device demo. | ||||
* | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵ | Dean Camera | 2011-07-19 | 16 | -80/+40 |
| | | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors. | ||||
* | Add support for the ORDERED_EP_CONFIG compile time token on the UC3 ↵ | Dean Camera | 2011-07-19 | 3 | -35/+90 |
| | | | | architecture. | ||||
* | Move out the EP_TYPE_* macros to the base USBController.h header, as these ↵ | Dean Camera | 2011-07-19 | 4 | -81/+28 |
| | | | | are used in the device descriptors as well and thus must not be changed. | ||||
* | More USB XMEGA porting for Endpoint control. | Dean Camera | 2011-07-18 | 3 | -54/+94 |
| | |||||
* | Add missing SVN eol-style property to files where it was missing. | Dean Camera | 2011-07-15 | 35 | -7472/+7472 |
| | |||||
* | Add option to the USB XMEGAs to set the USB bus interrupt priority level. | Dean Camera | 2011-07-15 | 2 | -5/+26 |
| | |||||
* | Complete USB XMEGA interrupt control subsystem code in the core USB driver. | Dean Camera | 2011-07-15 | 7 | -25/+158 |
| | | | | | | Automatically load in the USB calibration bytes from the User Signature Row on start-up. Create internal SRAM variable for the endpoint control and status register table, used by the XMEGA USB controller hardware. | ||||
* | Complete initial revision of the XMEGA Clock Management platform driver. | Dean Camera | 2011-07-14 | 2 | -1/+6 |
| | | | | Start the USB clock source generator inside USB_ResetInterface() for XMEGA devices. |