Add Webserver project Doxygen configuration file and overview document.

Fix Doxygen configuration files' input file exclusion filters.
This commit is contained in:
Dean Camera 2010-01-25 12:46:57 +00:00
parent 15c408ab86
commit db420853ce
69 changed files with 1725 additions and 68 deletions

View file

@ -20,6 +20,7 @@
* - Added master mode hardware TWI driver
* - Added ADC MUX masks for the standard ADC input channels on all AVR models with an ADC, altered demos to use these masks
* as on some models, the channel number is not identical to its single-ended ADC MUX mask
* - New Webserver project, a RNDIS host USB webserver using the open source uIP TCP/IP network stack
*
* <b>Changed:</b>
* - Slowed down software USART carried PDI programming in the AVRISP project to prevent transmission errors

View file

@ -105,6 +105,7 @@
* - <b>MissileLaucher</b> - Toy Missile Launcher Host project
* - <b>TemperatureDataLogger</b> - Temperature Datalogging project
* - <b>USBtoSerial</b> - USB to USART Serial Converter project
* - <b>Webserver</b> - RNDIS Host Webserver, powered by uIP TCP/IP stack project
* - <b>XPLAINBridge</b> - XPLAIN alternative PDI Programmer/USB to Serial Bridge firmware project
*
* </small>