aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/RNDISEthernetHost
Commit message (Expand)AuthorAgeFilesLines
* Added new Drivers/USB/LowLevel/Device.c file to house Device mode specific fu...Dean Camera2010-07-021-0/+1
* Minor fixes to demos to add in some missing comments, printf() formatting. Ma...Dean Camera2010-06-121-1/+1
* More documentation fixes.Dean Camera2010-06-031-1/+1
* Minor documentation cleanups.Dean Camera2010-06-032-25/+25
* Remove obsolete entry from the Doxygen configuration files.Dean Camera2010-05-231-1/+1
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0810-3683/+3683
* Change over instances of "make" in the makefiles to "$(MAKE)" to allow for th...Dean Camera2010-05-071-1/+1
* Relocate USBInterrupt.c/.h from the HighLevel USB driver directory to the Low...Dean Camera2010-04-281-2/+2
* 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