Add board support for the Arduino YUN ATMEGA32U4 coprocessor.
This commit is contained in:
parent
7dc746c2c1
commit
7046ebb37b
6 changed files with 253 additions and 0 deletions
|
@ -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
|
||||
*
|
||||
|
|
|
@ -98,6 +98,7 @@
|
|||
* - Adafruit U4 Breakout Board
|
||||
* - Arduino Uno
|
||||
* - Arduino Leonardo
|
||||
* - Arduino Yun
|
||||
* - Bitwizard Multio and Big-Multio
|
||||
* - Busware BUI
|
||||
* - Busware CUL V3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue