aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/RNDISEthernet/Lib/TCP.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename reserved members of all structs so that they are uniformly named ↵Dean Camera2010-07-261-1/+1
| | | | | | across all demos/projects/bootloaders. Added start of the Incomplete TMC demo's command parser code.
* Fix up minor whitespace formatting errors.Dean Camera2010-07-221-1/+1
|
* Update all demos, projects and bootloaders to indent all function ↵Dean Camera2010-07-211-8/+21
| | | | | | parameters, one per line, for better readability. Add missing const qualifiers to the demos.
* Change over Doxygen \note documentation to \pre where applicable.Dean Camera2010-06-151-1/+1
|
* Minor documentation cleanups.Dean Camera2010-06-031-25/+22
|
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-249/+249
| | | | correctly converted to the target system's native end of line style.
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-8/+8
|
* Make Control Endpoint stream transfers more reliable by adding in early ↵Dean Camera2009-08-051-1/+1
| | | | | | | | aborts for unexpected new SETUP tokens, or unexpected status stage during control stream writes. Fix corruption in Device RNDIS demos TCP stack when too many connections attempted simultaneously, freezing the device when a page was re-fetched before the first connection was closed. Fix incorrect model compatibility information in the Host LowLevel demo overview text files.
* Added compatibility list to the documentation of each individual demo.Dean Camera2009-07-131-1/+1
| | | | | | Documented FAST_STREAM_TRANSFERS compile time option. Reduced the TCP window size for the RNDIS demos (Class and LowLevel) to make them compatible with the AT90USB64x.
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-9/+9
| | | | | | 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).
* Converted device mode low-level demos to schedulerless.Dean Camera2009-06-071-6/+2
|
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-0/+253
re-add old low level demos to a LowLevel subdirectory.