aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/RNDISEthernet
Commit message (Expand)AuthorAgeFilesLines
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-0528-5621/+0
* Fix Doxygen errors in demos.Dean Camera2009-06-043-1/+3
* Minor documentation page updates.Dean Camera2009-06-042-8/+34
* Removed new Start of Frame event from the library; performance suffered far t...Dean Camera2009-06-021-1/+0
* Commit of new class abstraction APIs for all device demos other than the MIDI...Dean Camera2009-06-0116-1105/+109
* Moved out each demos' functionality library files (e.g. Ring Buffer library) ...Dean Camera2009-05-2224-15/+16
* 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 CDCHost not clearing configured endpoints and resetting configured endp...Dean Camera2009-05-151-4/+4
* Fixed Mouse and Keyboard device demos not acting in accordance with the HID s...Dean Camera2009-05-121-1/+1
* Fixed RNDISEthernet not working under Linux due to Linux requiring an "option...Dean Camera2009-05-112-0/+9
* Fixed bug in RNDISEthernet and DualCDC demos not using the correct USB_Contro...Dean Camera2009-05-111-10/+1
* Changed PIPE_CONTROLPIPE_DEFAULT_SIZE from 8 to 64 to try to prevent problems...Dean Camera2009-05-042-2/+2
* Endpoint configuration is now refined to give better output when all configur...Dean Camera2009-04-241-2/+1
* Fixed USB_RemoteWakeupEnabled flag never being set (the REMOTE WAKEUP Set Fea...Dean Camera2009-04-231-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-8/+4
* Removed specialized Endpoint_ClearControl* and Pipe_ClearControl* macros in f...Dean Camera2009-04-211-4/+4
* Changed over all deprecated GCC structure tag initializers to the standardize...Dean Camera2009-04-202-89/+89
* More documentation changes for better module-level documentation rather than ...Dean Camera2009-04-171-10/+15
* Renamed Serial_Stream driver to SerialStream to remain consistent with the re...Dean Camera2009-04-173-8/+7
* Partial commit: change references to Drivers/AT90USBXXX to Drivers/Peripheral.Dean Camera2009-04-163-4/+4
* Fixed GenericHIDHost demo report write routine incorrect for control type req...Dean Camera2009-04-162-17/+10
* Fixed minor issue with the RNDISEthernet demo DHCP protocol decoder routine u...Dean Camera2009-04-151-1/+1
* Fixed RNDISEthenet demo checking the incorrect message field for packet size ...Dean Camera2009-04-131-1/+1
* Added preprocessor checks and documentation to the bootloaders giving informa...Dean Camera2009-04-072-4/+4
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-0115-38/+38
* Corrected bitfields -- the smallest datatype required for each bitfield is no...Dean Camera2009-03-262-12/+12
* Seperated out OTG, Device and Host mode demos into seperate folders for clari...Dean Camera2009-03-2031-0/+6605