aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-12 11:48:24 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-12 11:48:24 +0000
commitf45d60f768f438502910fd9fe7cac094c05bca74 (patch)
treecec7534977d5cf0e8015bb95dc98ee3fb3a39a9c /LUFA/DoxygenPages
parent82fdedc192cca6c118991d476b107a95128e4fc2 (diff)
downloadlufa-f45d60f768f438502910fd9fe7cac094c05bca74.tar.gz
lufa-f45d60f768f438502910fd9fe7cac094c05bca74.tar.bz2
lufa-f45d60f768f438502910fd9fe7cac094c05bca74.zip
Added Serial USART peripheral driver for the XMEGA platform.
Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct.
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r--LUFA/DoxygenPages/ChangeLog.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt
index 1e887f661..2bdebbe87 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -20,6 +20,7 @@
* - Added support for the Micropendous family of boards (Arduino-like revisions 1 and 2, DIP, 32U2, A, 1, 2, 3 and 4)
* - Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time options (thanks to Opendous Inc.)
* - Added support for the Atmel XMEGA B1 Xplained board
+ * - Added Serial USART peripheral driver for the XMEGA platform
* - Library Applications:
* - Added User Application APIs to the CDC and DFU class bootloaders
* - Added INVERTED_ISP_MISO compile time option to the AVRISP-MKII clone project (thanks to Chuck Rohs)