Merge branch 'develop' into feature/platformio-30

* develop:
  Add support for Arduboy DevKit

# Conflicts:
#	platformio/__init__.py
#	platformio/boards/misc.json
This commit is contained in:
Ivan Kravets
2016-06-06 18:14:53 +03:00
4 changed files with 27 additions and 0 deletions

View File

@ -15,6 +15,12 @@ PlatformIO 3.0
PlatformIO 2.0
--------------
2.9.5 (2016-06-??)
~~~~~~~~~~~~~~~~~~
* Added support for `Arduboy DevKit <https://www.arduboy.com>`__, the game system
the size of a credit card
2.9.4 (2016-06-04)
~~~~~~~~~~~~~~~~~~

View File

@ -196,6 +196,13 @@ Arduboy
- 32 Kb
- 2.5 Kb
* - ``arduboy_devkit``
- `Arduboy DevKit <https://www.arduboy.com>`_
- ATMEGA32U4
- 16 MHz
- 32 Kb
- 2.5 Kb
Arduino
~~~~~~~

View File

@ -186,6 +186,13 @@ Arduboy
- 32 Kb
- 2.5 Kb
* - ``arduboy_devkit``
- `Arduboy DevKit <https://www.arduboy.com>`_
- ATMEGA32U4
- 16 MHz
- 32 Kb
- 2.5 Kb
Arduino
~~~~~~~

View File

@ -182,6 +182,13 @@ Arduboy
- 32 Kb
- 2.5 Kb
* - ``arduboy_devkit``
- `Arduboy DevKit <https://www.arduboy.com>`_
- ATMEGA32U4
- 16 MHz
- 32 Kb
- 2.5 Kb
Arduino
~~~~~~~