aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-06 17:05:33 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-06 17:05:33 +0000
commit4d131de85b386b1ae948032e06831b0250e89070 (patch)
tree010fef2d42b91510f2ff08c836e916fab1d96c7d /LUFA/DoxygenPages/ChangeLog.txt
parentfdab3aef8629f01f9b01b4bfc76904666df439e2 (diff)
downloadlufa-4d131de85b386b1ae948032e06831b0250e89070.tar.gz
lufa-4d131de85b386b1ae948032e06831b0250e89070.tar.bz2
lufa-4d131de85b386b1ae948032e06831b0250e89070.zip
Add board driver support for the Atmel XMEGA-B1 Xplained board.
Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-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 8360f0671..0d42163de 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -19,6 +19,7 @@
* - Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions to the board hardware drivers
* - 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
* - 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)