aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-29 02:43:07 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-29 02:43:07 +0000
commitfa3135d48530930aefd5ef4ca9d0def3faae474d (patch)
tree25f479530874d3071128fa7a963251347924085d /LUFA/ManPages/ChangeLog.txt
parente81a4c950f88aeed9cf3ff5b9911afffd1862716 (diff)
downloadlufa-fa3135d48530930aefd5ef4ca9d0def3faae474d.tar.gz
lufa-fa3135d48530930aefd5ef4ca9d0def3faae474d.tar.bz2
lufa-fa3135d48530930aefd5ef4ca9d0def3faae474d.zip
Add MIME type handling to the Webserver project, so that files of different types (e.g. images) can be served out to HTTP clients.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 79010bd11..8104bc20d 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -17,10 +17,10 @@
* - Added MIDI event packing support to the MIDI Device and Host mode Class drivers, allowing for multiple MIDI events to
* sent or received in packed form in a single USB packet
* - Added new MIDI send buffer flush routines to the MIDI Device and Host mode Class drivers, to flush packed events
- * - Added master mode hardware TWI driver
+ * - Added master mode hardware TWI driver for easy TWI peripheral control
* - 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
+ * - New Webserver project, a RNDIS host USB webserver using the open source uIP TCP/IP network stack and FatFS library
*
* <b>Changed:</b>
* - Slowed down software USART carried PDI programming in the AVRISP project to prevent transmission errors