aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/DualCDC
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation page updates.Dean Camera2009-06-042-2/+38
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-2/+1
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-014-365/+105
* Deleted StdDescriptors.c, renamed USB_GetDescriptor() to CALLBACK_USB_GetDesc...Dean Camera2009-05-223-5/+4
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-183-18/+10
* Removed DESCRIPTOR_ADDRESS() macro as it was largely supurflous and only serv...Dean Camera2009-05-171-5/+5
* Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_Contro...Dean Camera2009-05-111-9/+1
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-042-2/+2
* Fix minor build errors.Dean Camera2009-05-011-3/+3
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-1/+1
* Documentation enhancements to improve documentation cross-references.Dean Camera2009-04-221-3/+3
* Applied STATIC_ENDPOINT_CONFIGURATION and FIXED_CONTROL_SIZE tokens to all De...Dean Camera2009-04-222-1/+2
* USB_HostRequest renamed to USB_ControlRequest, entire control request header ...Dean Camera2009-04-221-4/+4
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-6/+6
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-202-163/+163
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-4/+9
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-162-21/+26
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-013-9/+9
* Seperated out OTG, Device and Host mode demos into seperate folders for clari...Dean Camera2009-03-209-0/+3335