| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
| |
AndroidAccessoryHost demo with an intelligent search for the correct interface in the device matching the correct class/subclass/protocol values.
|
|
|
|
| |
demos and projects.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
the incomplete Android Accessory Mode Host demo. Improve Android Accessory Mode protocol support to correctly query the device's supported protocol and send the approriate device information strings.
|
|
|
|
| |
switch statement when selecting the audio request type for clarity.
|
|
|
|
| |
correct detection of an attached Android Accessory Mode device.
|
|
|
|
| |
rather than the correct branch.
|
| |
|
|
|
|
| |
file existance checking.
|
|
|
|
| |
using the HID Report parser to simplify them, as this information can now be obtained using the new HIDReportViewer project when required.
|
|
|
|
| |
end-of-line characters.
|
|
|
|
| |
they contain the USB mode (Device or Host) in the function names.
|
| |
|
|
|
|
|
|
| |
within the device for a specific Audio Host Class driver instance.
Fix const-correctness of the Audio Host Class driver.
|
| |
|
|
|
|
| |
Correct errors in the existing Audio demo description files due to the new demo features (variable sampling rate vs. a fixed sampling rate).
|
|
|
|
|
|
| |
Fix errors in the new Audio Host mode Class Driver, which would have prevented data from being sent or received properly by the device.
Add microphone/square wave generation compile time switch to the Low Level AudioOutput Host demo.
|
|
|
|
| |
sample frequency support.
|
|
|
|
| |
AudioOutputHost demos.
|
|
|
|
| |
Incomplete folder.
|
|
|
|
| |
Endpoint Sampling Frequency Control value constant.
|
|
|
|
|
|
| |
sample rates.
Remove custom PIDs on the Class Driver Audio device demos and revert back to the original Audio PIDs, as the low level and class driver demo versions are now descriptor compatible once again.
|
|
|
|
| |
to Russian translation services provided by Andrey from Microsin.ru.
|
|
|
|
| |
(thanks to Timo Lindfors).
|
|
|
|
|
|
|
|
|
|
|
|
| |
manipulations such as data sample rates.
Modified the Class Driver AudioInput and AudioOutput demos to support multiple sample rates.
Fixed KeyboardHost and KeyboardHostWithParser demos displaying incorrect values when numerical keys were pressed.
Fix broken LowLevel audio demo descriptors.
Minor documentation fixes.
|
| |
|
|
|
|
|
|
|
|
| |
ATMEGA8U2.
Minor documentation cleanups.
Modify the incomplete AudioInputHost demo for mono audio output.
|
| |
|
|
|
|
| |
that the user is now responsible for supplying the supported audio sampling rates, to allow for multiple audio interfaces with different numbers of supported rates and/or continuous sample rates.
|
|
|
|
| |
logic in the ConfigDescriptor.c device configuration processing routine.
|
|
|
|
|
|
| |
Added missing Audio class control request definitions.
Added support for the Audio class GET STATUS request so that it is correctly ACKed when sent by the host.
|
| |
|
|
|
|
| |
for Low Speed USB compatibility in the KeyboardMouseMultiReport demo (thanks to Kevin Chernoff).
|
|
|
|
| |
and explicitly declare each usage for maximum clarity.
|
|
|
|
| |
on the device can be viewed from a web-browser while the board is plugged into a host machine.
|
|
|
|
|
|
| |
RNDIS_Device_WritePacket() functions to the Device RNDIS Class Driver.
Modify RNDIS demos to suit the simplified Ethernet_Frame_Info_t structure.
|
|
|
|
|
|
|
|
| |
descriptor lengths are supplied by the attached device.
Minor code cleanups to add const and reformat where missing, as well as abstract out the internal device signature start address into a macro, so that it can be altered to suit particular devices within a single architecture if needed.
Add missing documentation to the USB_Device_States_t enum.
|
| |
|
|
|
|
|
|
| |
signed/unsignedness of the element.
Change type of USB_SelectedPipe and USB_SelectedEndpoint for the AVR32 UC3 architecture to uint32_t to reduce the compiled code size.
|
|
|
|
|
|
| |
Endpoint_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
Renamed all low level Pipe_Read_*, Pipe_Write_* and Pipe_Discard_* functions to use the number of bits instead of a symbolic size (Byte, Word, DWord) so that the function names are applicable and correct across all architectures.
|
|
|
|
| |
constructs.
|
|
|
|
| |
architecture ports.
|
|
|
|
| |
Degelsegger).
|
| |
|
|
|
|
|
|
|
|
| |
with the Pipe_ResetPipe() function name.
Fix undefined error in Pipe_UC3B.h.
Add missing migration notes.
|
|
|
|
| |
device architecture. Update non-usb peripheral drivers to reflect future multiple architecture support.
|