aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Incomplete/Webserver
Commit message (Collapse)AuthorAgeFilesLines
* Fix up the incomplete Webserver project so that it integrates with the uIP ↵Dean Camera2010-01-217-67/+240
| | | | | | 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.
* Added master mode hardware TWI driver.Dean Camera2010-01-191-5/+7
| | | | Fixed a bug in the incomplete Webserver project, where the packet data was not being written to and read from the correct buffer address.
* Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllersDean Camera2010-01-155-31/+31
| | | | | | 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.
* Started Webserver RNDIS host project.Dean Camera2010-01-1231-0/+9043