aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.c
Commit message (Collapse)AuthorAgeFilesLines
* Application documentation/comment cleanup.Dean Camera2009-10-081-1/+0
|
* Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream ↵Dean Camera2009-07-131-1/+1
| | | | functions. Changed Endpoint.c and Pipe.c to use a templated system to build the seperate functions, rather than duplicating each function's code many times.
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-8/+8
| | | | | | Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
* Clean up RNDIS demo type define names.Dean Camera2009-06-191-20/+20
|
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-0/+394
re-add old low level demos to a LowLevel subdirectory.