diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-09-11 23:16:16 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-09-11 23:16:16 +1000 |
commit | c69a6236529416aa134cbfcd04a8f05eff987948 (patch) | |
tree | a2f99de76c78b3037505fc897f77bb670637e5a3 /LUFA/DoxygenPages | |
parent | 5e4b14f0071a4057564f5c9f0642d8d7066ef84e (diff) | |
download | lufa-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')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/DoxygenPages/DeviceSupport.txt | 3 |
2 files changed, 3 insertions, 1 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 * diff --git a/LUFA/DoxygenPages/DeviceSupport.txt b/LUFA/DoxygenPages/DeviceSupport.txt index 4855dc778..2a4b9c335 100644 --- a/LUFA/DoxygenPages/DeviceSupport.txt +++ b/LUFA/DoxygenPages/DeviceSupport.txt @@ -96,8 +96,9 @@ * \section Sec_AVR8Support_ThirdParty Supported Third Party Boards * Currently supported third-party boards (see \ref Group_BoardTypes for makefile \c BOARD constant names): * - Adafruit U4 Breakout Board - * - Arduino Uno * - Arduino Leonardo + * - Arduino Micro + * - Arduino Uno * - Arduino Yun * - Bitwizard Multio and Big-Multio * - Busware BUI |