diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2014-09-11 22:22:22 +1000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2014-09-11 22:22:22 +1000 |
commit | 7046ebb37ba534e2f7b60ca08314e33aab7d0513 (patch) | |
tree | 7eefc89edf312b59aa1dd1e55f67455b3a5ccf53 /LUFA/DoxygenPages/ChangeLog.txt | |
parent | 7dc746c2c1c1cde95465c9a644ca9c15e74f6704 (diff) | |
download | lufa-7046ebb37ba534e2f7b60ca08314e33aab7d0513.tar.gz lufa-7046ebb37ba534e2f7b60ca08314e33aab7d0513.tar.bz2 lufa-7046ebb37ba534e2f7b60ca08314e33aab7d0513.zip |
Add board support for the Arduino YUN ATMEGA32U4 coprocessor.
Diffstat (limited to 'LUFA/DoxygenPages/ChangeLog.txt')
-rw-r--r-- | LUFA/DoxygenPages/ChangeLog.txt | 1 |
1 files changed, 1 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 * |