aboutsummaryrefslogtreecommitdiff
path: root/Projects/Incomplete/Webserver/Webserver.c
AgeCommit message (Collapse)Author
2010-01-25Moved initial completed version of the Webserver project out of the ↵Dean
Projects/Incomplete directory. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1064 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-01-25Neaten Webserver project code.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1063 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-01-25Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints ↵Dean
should use two seperate pipes, not one half-duplex pipe. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1062 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-01-21Fix up the incomplete Webserver project so that it integrates with the uIP ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1055 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-01-19Added master mode hardware TWI driver.Dean
Fixed a bug in the incomplete Webserver project, where the packet data was not being written to and read from the correct buffer address. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1049 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-01-15Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllersDean
Fixed lack of support for the ATMEGA32U2 in the DFU and CDC class bootloaders Changed incomplete Webserver project over to using the uIP timer library. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1044 d5102386-fcda-11dd-9fdb-3debd5008f28
2010-01-12Started Webserver RNDIS host project.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1043 d5102386-fcda-11dd-9fdb-3debd5008f28