Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved initial completed version of the Webserver project out of the ↵ | Dean Camera | 2010-01-25 | 30 | -8073/+0 |
| | | | | Projects/Incomplete directory. | ||||
* | Neaten Webserver project code. | Dean Camera | 2010-01-25 | 3 | -4/+16 |
| | |||||
* | Fixed CDC and RNDIS host demos and class drivers - bidirectional endpoints ↵ | Dean Camera | 2010-01-25 | 1 | -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 Camera | 2010-01-21 | 4 | -20/+197 |
| | | | | | | 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. | ||||
* | Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers | Dean Camera | 2010-01-15 | 2 | -10/+6 |
| | | | | | | 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 Camera | 2010-01-12 | 28 | -0/+7887 |