Add support for new WildFire boards from Wicked Device to atmelavr platform

This commit is contained in:
Ivan Kravets
2015-05-26 22:52:09 +03:00
parent 1f64f0aacf
commit ac7479415b
3 changed files with 12 additions and 8 deletions

View File

@@ -10,6 +10,10 @@ Release History
information will be used by PlatformIO-API. information will be used by PlatformIO-API.
* Use ``include`` directories from toolchain when initialising project for IDE * Use ``include`` directories from toolchain when initialising project for IDE
(`issue #210 <https://github.com/platformio/platformio/issues/210>`_) (`issue #210 <https://github.com/platformio/platformio/issues/210>`_)
* Added support for new WildFire boards from
`Wicked Device <http://wickeddevice.com>`_ to
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards>`__
platform
* Updated `Arduino Framework <http://docs.platformio.org/en/latest/frameworks/arduino.html>`__ to * Updated `Arduino Framework <http://docs.platformio.org/en/latest/frameworks/arduino.html>`__ to
1.6.4 version (`issue #212 <https://github.com/platformio/platformio/issues/212>`_) 1.6.4 version (`issue #212 <https://github.com/platformio/platformio/issues/212>`_)
* Handle Atmel AVR Symbols when initialising project for IDE * Handle Atmel AVR Symbols when initialising project for IDE

View File

@@ -923,8 +923,8 @@ TinyCircuits
- 32 Kb - 32 Kb
- 2 Kb - 2 Kb
WickedDevice Wicked Device
~~~~~~~~~~~~ ~~~~~~~~~~~~~
.. list-table:: .. list-table::
:header-rows: 1 :header-rows: 1
@@ -937,14 +937,14 @@ WickedDevice
- RAM - RAM
* - ``wildfirev2`` * - ``wildfirev2``
- `WickedDevice WildFire v2 [stk500] <http://shop.wickeddevice.com/resources/wildfire/#arduinoidesetup>`_ - `Wicked Device WildFire V2 <http://shop.wickeddevice.com/resources/wildfire/>`_
- ATMEGA1284P - ATMEGA1284P
- 16 MHz - 16 MHz
- 128 Kb - 128 Kb
- 16 Kb - 16 Kb
* - ``wildfirev3`` * - ``wildfirev3``
- `WickedDevice WildFire v3 [optiboot] <http://shop.wickeddevice.com/resources/wildfire/>`_ - `Wicked Device WildFire V3 <http://shop.wickeddevice.com/resources/wildfire/>`_
- ATMEGA1284P - ATMEGA1284P
- 16 MHz - 16 MHz
- 128 Kb - 128 Kb

View File

@@ -816,8 +816,8 @@ TinyCircuits
- 32 Kb - 32 Kb
- 2 Kb - 2 Kb
WickedDevice Wicked Device
~~~~~~~~~~~~ ~~~~~~~~~~~~~
.. list-table:: .. list-table::
:header-rows: 1 :header-rows: 1
@@ -830,14 +830,14 @@ WickedDevice
- RAM - RAM
* - ``wildfirev2`` * - ``wildfirev2``
- `WickedDevice WildFire v2 [stk500] <http://shop.wickeddevice.com/resources/wildfire/#arduinoidesetup>`_ - `Wicked Device WildFire V2 <http://shop.wickeddevice.com/resources/wildfire/>`_
- ATMEGA1284P - ATMEGA1284P
- 16 MHz - 16 MHz
- 128 Kb - 128 Kb
- 16 Kb - 16 Kb
* - ``wildfirev3`` * - ``wildfirev3``
- `WickedDevice WildFire v3 [optiboot] <http://shop.wickeddevice.com/resources/wildfire/>`_ - `Wicked Device WildFire V3 <http://shop.wickeddevice.com/resources/wildfire/>`_
- ATMEGA1284P - ATMEGA1284P
- 16 MHz - 16 MHz
- 128 Kb - 128 Kb