diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-25 12:46:57 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2010-01-25 12:46:57 +0000 |
commit | db420853ce1a7c4545c443b9b7e9925fac3fbbb5 (patch) | |
tree | 484b95af1a60a1762b28d06c6b30687cf2de7329 /LUFA/ManPages/ChangeLog.txt | |
parent | 15c408ab8635fe45226abc2c55c9bebfe1ccb6c8 (diff) | |
download | lufa-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/ManPages/ChangeLog.txt')
-rw-r--r-- | LUFA/ManPages/ChangeLog.txt | 1 |
1 files changed, 1 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
|