| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
NO_VTARGET_DETECT is enabled.
|
|
|
|
| |
65535 elements.
|
|
|
|
| |
protocols (thanks to Justin Mattair).
|
|
|
|
| |
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).
|
| |
|
| |
|
|
|
|
|
|
| |
device demos.
Fix additional warnings under GCC 4.6.
|
|
|
|
| |
protocols (thanks to Justin Mattair).
|
|
|
|
| |
handlers.
|
|
|
|
|
|
| |
Add core support for the ATXMEGA64A1U.
Minor documentation corrections.
|
|
|
|
|
|
|
|
| |
time option is used (thanks to Ian Woloschin).
Small size improvement for Little Endian devices when USB host mode is used.
Minor documentation fixes.
|
|
|
|
| |
Fix missing closing brace in an Endpoint function for the UC3 targets.
|
| |
|
|
|
|
|
|
| |
the last parsed report item.
Fixed HID host driver's largest HID report size count corrupt when the number of report bits exceeds 255.
|
|
|
|
| |
A Nikiforov).
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Audio_Host_GetSetEndpointProperty(). Update host mode Audio class inline functions to prevent unused parameter warnings.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Add extra parenthesis around terms in the common MIN() and MAX() macros to prevent issues with non-trivial macro inputs (thanks to David Lyons).
|
|
|
|
| |
HID_DESCRIPTOR_JOYSTICK() macro.
|
|
|
|
|
|
|
|
| |
Changed the reports in the GenericHID device demos to control the board LEDs, to reduce user confusion over the callback routines.
Fixed swapped TWI_ADDRESS_READ and TWI_ADDRESS_WRITE values.
Fixed TWI_ReadPacket() not releasing the TWI bus on read completion.
|
| |
|
|
|
|
| |
architecture into a different sub-page of the Device Support section of the manual, add in table to indicate USB mode support for each microcontroller model.
|
|
|
|
| |
common header file. Add new JTAG_DISABLE() macro for the AVR8s to software-disable JTAG debugging using cycle-safe assembly code.
|
|
|
|
| |
improve optimization if called with constant inputs.
|
|
|
|
| |
AndroidAccessoryHost demo to prevent a timeout on the Android device from aborting Accessory mode after a command it sent to switch modes (thanks to Opendous Inc).
|
|
|
|
| |
Add Binary Page Mode fuse command bytes to the AT45DB642D.h Dataflash header.
|
|
|
|
| |
DataflashManager_WriteBlocks_RAM() function of several demos/projects (thanks to Jeremy Willden).
|
|
|
|
| |
clone project (thanks to Volker Bosch).
|
|
|
|
|
|
| |
packets when Partial Stream Transfers are used.
Remove old unused function prototype in the LowLevel MassStorage device demo.
|
|
|
|
| |
ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
|
|
|
|
| |
architecture.
|
|
|
|
| |
USB_StdDescriptor_DeviceQualifier_t and USB_Descriptor_DeviceQualifier_t.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
breaking compatibility with some devices.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
structure definitions to clearly indicate what descriptors belong to which interface.
|
|
|
|
| |
Fix inverted LEDs_GetLEDs() result for the EVK1100 and EVK1101 boards.
|
| |
|
|
|
|
| |
correct detection of an attached Android Accessory Mode device.
|
| |
|
|
|
|
|
|
| |
disabled, and a USE_*_DESCRIPTORS compile time option was not enabled on the AVR8s.
Add C++ compatibility to some header files currently missing extern "C" linkage.
|
| |
|