Add support for the Arduino Micro board, fix other Arduino board LED drivers.
This commit is contained in:
parent
5e4b14f007
commit
c69a623652
8 changed files with 46 additions and 36 deletions
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue