-
- Downloads
Fix up the incomplete Webserver project so that it integrates with the uIP...
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.
Showing
- Demos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.c 4 additions, 1 deletionDemos/Device/ClassDriver/RNDISEthernet/Lib/Webserver.c
- Demos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c 3 additions, 0 deletionsDemos/Device/LowLevel/RNDISEthernet/Lib/Webserver.c
- LUFA.pnproj 1 addition, 1 deletionLUFA.pnproj
- LUFA/ManPages/ChangeLog.txt 1 addition, 1 deletionLUFA/ManPages/ChangeLog.txt
- Projects/Incomplete/Webserver/Lib/WebserverApp.c 131 additions, 0 deletionsProjects/Incomplete/Webserver/Lib/WebserverApp.c
- Projects/Incomplete/Webserver/Lib/WebserverApp.h 50 additions, 0 deletionsProjects/Incomplete/Webserver/Lib/WebserverApp.h
- Projects/Incomplete/Webserver/Lib/uip/conf/apps-conf.h 15 additions, 10 deletionsProjects/Incomplete/Webserver/Lib/uip/conf/apps-conf.h
- Projects/Incomplete/Webserver/Lib/uip/conf/uip-conf.h 1 addition, 10 deletionsProjects/Incomplete/Webserver/Lib/uip/conf/uip-conf.h
- Projects/Incomplete/Webserver/Webserver.c 37 additions, 43 deletionsProjects/Incomplete/Webserver/Webserver.c
- Projects/Incomplete/Webserver/Webserver.h 5 additions, 4 deletionsProjects/Incomplete/Webserver/Webserver.h
- Projects/Incomplete/Webserver/makefile 1 addition, 0 deletionsProjects/Incomplete/Webserver/makefile
Loading
Please register or sign in to comment