aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete/Webserver/Lib/WebserverApp.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved initial completed version of the Webserver project out of the ↵Dean Camera2010-01-251-143/+0
| | | | Projects/Incomplete directory.
* Neaten Webserver project code.Dean Camera2010-01-251-2/+13
|
* Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints ↵Dean Camera2010-01-251-1/+2
| | | | should use two seperate pipes, not one half-duplex pipe.
* Fix up the incomplete Webserver project so that it integrates with the uIP ↵Dean Camera2010-01-211-0/+131
stack correctly. Add simple HTTP webserver as a placeholder until FatFS can be integrated. Begin to look into the RNDIS Host Class Driver, which seems to crash on test hardware after many packets have been received.