- Jul 19, 2011
-
-
Dean Camera authored
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.
-
Dean Camera authored
-
Dean Camera authored
Move out the EP_TYPE_* macros to the base USBController.h header, as these are used in the device descriptors as well and thus must not be changed.
-
- Jul 18, 2011
-
-
Dean Camera authored
Remove V2 branch for now, to concentrate on a V1 implementation of the USB XMEGAs before large-scale API alterations.
-
Dean Camera authored
-
- Jul 15, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
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.
-
- Jul 14, 2011
-
-
Dean Camera authored
Start the USB clock source generator inside USB_ResetInterface() for XMEGA devices.
-
Dean Camera authored
Add XMEGA to the LUFA core library makefile's list of architectures, so that the XMEGA files are properly cleaned on request.
-
Dean Camera authored
Update UC3 platform driver support to use the bitmasks defined in the header files over raw constants. Start implementation of XMEGA platform drivers.
-
Dean Camera authored
More XMEGA USB AVR device port work - re-add missing Endpoint stream functions, remove unnecessary internal functions.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
MultiArchDemos: Correct usage of updated INTC_RegisterGroupHandler() in the ported demos.
-
Dean Camera authored
Added Device Qualifier standard descriptor structure definitions USB_StdDescriptor_DeviceQualifier_t and USB_Descriptor_DeviceQualifier_t.
-
Dean Camera authored
Add device support preprocessor checks and use symbolic bit names in the UC3 platform clock management driver.
-
Dean Camera authored
Fix compile errors in the UC3 platform support due to a forward reference and an incorrect function prototype.
-
Dean Camera authored
-
- Jul 13, 2011
-
-
Dean Camera authored
-
Dean Camera authored
Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation for some user projects.
-
- Jul 12, 2011
-
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
Fixed error in the pipe unordered allocation algorithm for the AVR8 devices breaking compatibility with some devices.
-
Dean Camera authored
Fix incorrect standard request name in the host standard request driver.
-
Dean Camera authored
-
Dean Camera authored
-
- Jul 11, 2011
-
-
Dean Camera authored
Fix duplicated LED driver functions in the Doxygen documentation.
-
Dean Camera authored
-
Dean Camera authored
Add endianness information to the class driver and core structure definitions. Move out the unused Ethernet_Frame_Info_t structure definition to the RNDIS device demos where it is needed.
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
Dean Camera authored
-
- Jul 10, 2011
-
-
Dean Camera authored
Replace blind interface descriptor search in the incomplete AndroidAccessoryHost demo with an intelligent search for the correct interface in the device matching the correct class/subclass/protocol values.
-
- Jul 08, 2011
-
-
Dean Camera authored
-
Dean Camera authored
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. Added new USB_Host_ConfigurationNumber global variable to indicate the selected configuration in an attached device. Renamed global state variables that are specific to a certain USB mode to clearly indicate which mode the variable relates to, by changing the USB_* prefix to USB_Device_* or USB_Host_*. Removed the HOST_STATE_WaitForDeviceRemoval and HOST_STATE_Suspended host state machine states, as these are no longer required. Altered the USB_Host_SetDeviceConfiguration() function to update the new USB_Host_ConfigurationNumber global as required. Moved out the Host mode standard request convenience/helper functions from the architecture specific Host driver files to the architecture agnostic HostStandardReq.c driver file.
-
- Jul 07, 2011
-
-
Dean Camera authored
-