Add board support for the Arduino YUN ATMEGA32U4 coprocessor.

This commit is contained in:
Dean Camera
2014-09-11 22:22:22 +10:00
parent 7dc746c2c1
commit 7046ebb37b
6 changed files with 253 additions and 0 deletions
+1
View File
@@ -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
*