aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/RNDISEthernetHost
Commit message (Expand)AuthorAgeFilesLines
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-282-0/+2
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-182-12/+12
* More improvements to the incomplete BluetoothHost demo - add Disconnection Ev...Dean Camera2010-04-011-3/+0
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-043-4/+4
* Exlude the "INCLUDE_FROM_*" macros from the individual project's documentation.Dean Camera2010-02-031-1/+2
* Add Webserver project Doxygen configuration file and overview document.Dean Camera2010-01-251-1/+1
* Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints sh...Dean Camera2010-01-251-11/+3
* Update Doxygen configuration files to the latest Doxygen version.Dean Camera2010-01-061-631/+709
* Added support to the MIDI Class drivers for packed data, where multiple MIDI ...Dean Camera2010-01-051-1/+1
* Update copyright year to 2010.Dean Camera2009-12-307-14/+14
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-287-49/+49
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-092-2/+2
* Added new RNDIS Host class driver and the beginnings of a RNDISEthernetHost C...Dean Camera2009-11-263-21/+25
* Fix build and Doxygen errors.Dean Camera2009-11-252-4/+4
* Added new RNDISHost Host LowLevel demo. Fixed misnamed Pipe_SetPipeToken() ma...Dean Camera2009-11-2510-0/+3611