diff options
Diffstat (limited to 'LUFA/DoxygenPages')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 | ||||
-rw-r--r-- | LUFA/DoxygenPages/DeviceSupport.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/LUFA/DoxygenPages/ChangeLog.txt b/LUFA/DoxygenPages/ChangeLog.txt index f333b3ba8..f335401d0 100644 --- a/LUFA/DoxygenPages/ChangeLog.txt +++ b/LUFA/DoxygenPages/ChangeLog.txt @@ -11,6 +11,7 @@ * - Core: * - 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) * - Library Applications: * - Added new Dual MIDI class driver device demo * diff --git a/LUFA/DoxygenPages/DeviceSupport.txt b/LUFA/DoxygenPages/DeviceSupport.txt index 18be267f3..4855dc778 100644 --- a/LUFA/DoxygenPages/DeviceSupport.txt +++ b/LUFA/DoxygenPages/DeviceSupport.txt @@ -98,6 +98,7 @@ * - Adafruit U4 Breakout Board * - Arduino Uno * - Arduino Leonardo + * - Arduino Yun * - Bitwizard Multio and Big-Multio * - Busware BUI * - Busware CUL V3 |