Fix up the incomplete Webserver project so that it integrates with the uIP stack...
authorDean Camera <dean@fourwalledcubicle.com>
Thu, 21 Jan 2010 13:45:44 +0000 (13:45 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Thu, 21 Jan 2010 13:45:44 +0000 (13:45 +0000)
commit03ee87b35abdb8b92e8b55ec040fa943f9a6786c
treef6afd9650084eae3f0c92f47c6f205694168ad32
parent41ad6bd6d7e886412f6c12d98f040e51c3ee4fdf
Fix up the incomplete Webserver project so that it integrates with the uIP 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.
Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.c
Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c
LUFA.pnproj
LUFA/ManPages/ChangeLog.txt
Projects/Incomplete/Webserver/Lib/WebserverApp.c [new file with mode: 0644]
Projects/Incomplete/Webserver/Lib/WebserverApp.h [new file with mode: 0644]
Projects/Incomplete/Webserver/Lib/uip/conf/apps-conf.h
Projects/Incomplete/Webserver/Lib/uip/conf/uip-conf.h
Projects/Incomplete/Webserver/Webserver.c
Projects/Incomplete/Webserver/Webserver.h
Projects/Incomplete/Webserver/makefile