aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-25 12:46:57 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-25 12:46:57 +0000
commitdb420853ce1a7c4545c443b9b7e9925fac3fbbb5 (patch)
tree484b95af1a60a1762b28d06c6b30687cf2de7329 /LUFA
parent15c408ab8635fe45226abc2c55c9bebfe1ccb6c8 (diff)
downloadlufa-db420853ce1a7c4545c443b9b7e9925fac3fbbb5.tar.gz
lufa-db420853ce1a7c4545c443b9b7e9925fac3fbbb5.tar.bz2
lufa-db420853ce1a7c4545c443b9b7e9925fac3fbbb5.zip
Add Webserver project Doxygen configuration file and overview document.
Fix Doxygen configuration files' input file exclusion filters.
Diffstat (limited to 'LUFA')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
-rw-r--r--LUFA/ManPages/LibraryApps.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index cf37fa56d..f124fcc48 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -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
diff --git a/LUFA/ManPages/LibraryApps.txt b/LUFA/ManPages/LibraryApps.txt
index 1f7a8919b..3edf25f43 100644
--- a/LUFA/ManPages/LibraryApps.txt
+++ b/LUFA/ManPages/LibraryApps.txt
@@ -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>