diff --git a/HISTORY.rst b/HISTORY.rst index dbe956f6..ada57b2c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -15,6 +15,12 @@ PlatformIO 3.0 PlatformIO 2.0 -------------- +2.9.5 (2016-06-??) +~~~~~~~~~~~~~~~~~~ + +* Added support for `Arduboy DevKit `__, the game system + the size of a credit card + 2.9.4 (2016-06-04) ~~~~~~~~~~~~~~~~~~ diff --git a/docs/frameworks/arduino.rst b/docs/frameworks/arduino.rst index b4fcf0e7..ebb4d499 100644 --- a/docs/frameworks/arduino.rst +++ b/docs/frameworks/arduino.rst @@ -196,6 +196,13 @@ Arduboy - 32 Kb - 2.5 Kb + * - ``arduboy_devkit`` + - `Arduboy DevKit `_ + - ATMEGA32U4 + - 16 MHz + - 32 Kb + - 2.5 Kb + Arduino ~~~~~~~ diff --git a/docs/platforms/atmelavr.rst b/docs/platforms/atmelavr.rst index d1e26c13..64804ec9 100644 --- a/docs/platforms/atmelavr.rst +++ b/docs/platforms/atmelavr.rst @@ -186,6 +186,13 @@ Arduboy - 32 Kb - 2.5 Kb + * - ``arduboy_devkit`` + - `Arduboy DevKit `_ + - ATMEGA32U4 + - 16 MHz + - 32 Kb + - 2.5 Kb + Arduino ~~~~~~~ diff --git a/docs/platforms/embedded_boards.rst b/docs/platforms/embedded_boards.rst index 9b755937..ad63ea57 100644 --- a/docs/platforms/embedded_boards.rst +++ b/docs/platforms/embedded_boards.rst @@ -182,6 +182,13 @@ Arduboy - 32 Kb - 2.5 Kb + * - ``arduboy_devkit`` + - `Arduboy DevKit `_ + - ATMEGA32U4 + - 16 MHz + - 32 Kb + - 2.5 Kb + Arduino ~~~~~~~