aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/ManPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-16 08:57:51 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-16 08:57:51 +0000
commitc619e21fa74d7ea225292ecf5d514d0b253ad0a8 (patch)
tree291a3ad45004d0e9d06732745396c146ce5d10ed /LUFA/ManPages/ChangeLog.txt
parent32086e4f1455f8b595f7b3817699eb8659b50553 (diff)
downloadlufa-c619e21fa74d7ea225292ecf5d514d0b253ad0a8.tar.gz
lufa-c619e21fa74d7ea225292ecf5d514d0b253ad0a8.tar.bz2
lufa-c619e21fa74d7ea225292ecf5d514d0b253ad0a8.zip
Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models.
Diffstat (limited to 'LUFA/ManPages/ChangeLog.txt')
-rw-r--r--LUFA/ManPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt
index 5282642e9..cbe4c59ea 100644
--- a/LUFA/ManPages/ChangeLog.txt
+++ b/LUFA/ManPages/ChangeLog.txt
@@ -27,6 +27,7 @@
* - Added stdio stream demo code to the low-level CDC demo, to show how to create standard streams out of the virtual serial ports
* - Added new EEPROM and FLASH buffer versions of the Endpoint and Pipe stream functions
* - Added new USE_FLASH_DESCRIPTORS and TOTAL_NUM_CONFIGURATIONS compile time options
+ * - Added support for the new ATMEGA32U2, ATMEGA16U2 and ATMEGA8U2 AVR models
*
* <b>Changed:</b>
* - Deprecated psuedo-scheduler and removed dynamic memory allocator from the library (first no longer needed and second unused)