aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/DoxygenPages/ChangeLog.txt
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2014-09-11 23:16:16 +1000
committerDean Camera <dean@fourwalledcubicle.com>2014-09-11 23:16:16 +1000
commitc69a6236529416aa134cbfcd04a8f05eff987948 (patch)
treea2f99de76c78b3037505fc897f77bb670637e5a3 /LUFA/DoxygenPages/ChangeLog.txt
parent5e4b14f0071a4057564f5c9f0642d8d7066ef84e (diff)
downloadlufa-c69a6236529416aa134cbfcd04a8f05eff987948.tar.gz
lufa-c69a6236529416aa134cbfcd04a8f05eff987948.tar.bz2
lufa-c69a6236529416aa134cbfcd04a8f05eff987948.zip
Add support for the Arduino Micro board, fix other Arduino board LED drivers.
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 f335401d0..521e46b29 100644
--- a/LUFA/DoxygenPages/ChangeLog.txt
+++ b/LUFA/DoxygenPages/ChangeLog.txt
@@ -12,6 +12,7 @@
* - Updated the BUILD build system module to add a new COMPILER_PATH optional variable
* - Added Serial_IsSendReady() and Serial_IsSendComplete() functions to the Serial hardware peripheral driver
* - Added support for the Arduino Yun board (ATMEGA32U4 coprocessor)
+ * - Added support for the Arduino Micro board
* - Library Applications:
* - Added new Dual MIDI class driver device demo
*