aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/RNDISEthernet/Lib
Commit message (Expand)AuthorAgeFilesLines
* More spell checking of all source files -- correct missed errors, switch to E...Dean Camera2010-07-302-2/+2
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-2118-37/+88
* Change over all makefiles to use C99 standards mode, rather than C99 + GNU Ex...Dean Camera2010-07-181-6/+1
* Fix compile and Doxygen errors due to the spell-check changes in the source c...Dean Camera2010-06-161-3/+1
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-151-2/+3
* Minor documentation cleanups.Dean Camera2010-06-038-64/+63
* Switch to using the correct intptr_t type use where a pointer must be cast to...Dean Camera2010-05-262-5/+5
* Fixed RNDISEthernet demos crashing when calculating checksums for Ethernet/TC...Dean Camera2010-05-252-2/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-0819-2698/+2698
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+2
* Add briefs for the library core structures.Dean Camera2010-03-291-1/+1
* Fix up the incomplete Webserver project so that it integrates with the uIP st...Dean Camera2010-01-211-1/+4
* Update copyright year to 2010.Dean Camera2009-12-3019-38/+38
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-2819-135/+135
* Spell check all source code variables, comments and strings.Dean Camera2009-11-095-6/+6
* Application documentation/comment cleanup.Dean Camera2009-10-082-2/+0
* Add CDC Host class driver EVENT_CDC_Host_ControLineStateChanged() event.Dean Camera2009-08-111-1/+1
* Cleanups to RNDIS device demos. Fix issue in RNDIS demos where the memory wou...Dean Camera2009-08-077-33/+43
* Make Control Endpoint stream transfers more reliable by adding in early abort...Dean Camera2009-08-052-12/+17
* Added 404 errors to the RNDIS Webserver example.Dean Camera2009-07-291-19/+54
* Added compatibility list to the documentation of each individual demo.Dean Camera2009-07-131-1/+1
* Added const modifiers to device mode class drivers.Dean Camera2009-06-2812-61/+61
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-182-9/+9
* Doxygen corrections to fix Doxygen warnings in some demos.Dean Camera2009-06-151-1/+1
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-141-1/+1
* Move new Class Driver powered demos to a new ClassDriver subdirectory, re-add...Dean Camera2009-06-0519-0/+2645