mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-02 11:24:27 +02:00
Add support for new WildFire boards from Wicked Device to atmelavr platform
This commit is contained in:
@@ -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
|
||||||
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user