mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 01:57:13 +02:00
Cleanup boards
This commit is contained in:
@ -19,6 +19,8 @@ Release History
|
|||||||
* Handle Atmel AVR Symbols when initialising project for IDE
|
* Handle Atmel AVR Symbols when initialising project for IDE
|
||||||
(`issue #216 <https://github.com/platformio/platformio/issues/216>`_)
|
(`issue #216 <https://github.com/platformio/platformio/issues/216>`_)
|
||||||
* Fixed bug with converting ``*.ino`` to ``*.cpp``
|
* Fixed bug with converting ``*.ino`` to ``*.cpp``
|
||||||
|
* Fixed failing with ``platformio init --ide eclipse`` without boards
|
||||||
|
(`issue #217 <https://github.com/platformio/platformio/issues/217>`_)
|
||||||
|
|
||||||
2.0.0 (2015-05-22)
|
2.0.0 (2015-05-22)
|
||||||
------------------
|
------------------
|
||||||
@ -102,7 +104,7 @@ Release History
|
|||||||
`teensy <http://docs.platformio.org/en/latest/platforms/teensy.html>`__
|
`teensy <http://docs.platformio.org/en/latest/platforms/teensy.html>`__
|
||||||
platform
|
platform
|
||||||
* Added support for new Arduino based boards by *SparkFun, BQ, LightUp,
|
* Added support for new Arduino based boards by *SparkFun, BQ, LightUp,
|
||||||
LowPowerLab, Quirkbot, RedBearLab, TinyCircuits, WickedDevice* to
|
LowPowerLab, Quirkbot, RedBearLab, TinyCircuits* to
|
||||||
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards>`__
|
`atmelavr <http://docs.platformio.org/en/latest/platforms/atmelavr.html#boards>`__
|
||||||
platform
|
platform
|
||||||
* Upgraded `Arduino Framework <http://docs.platformio.org/en/latest/frameworks/arduino.html>`__ to
|
* Upgraded `Arduino Framework <http://docs.platformio.org/en/latest/frameworks/arduino.html>`__ to
|
||||||
|
@ -250,50 +250,6 @@
|
|||||||
"vendor": "TinyCircuits"
|
"vendor": "TinyCircuits"
|
||||||
},
|
},
|
||||||
|
|
||||||
"wildfirev3": {
|
|
||||||
"build": {
|
|
||||||
"core": "arduino",
|
|
||||||
"extra_flags": "-DARDUINO_ARCH_AVR",
|
|
||||||
"f_cpu": "16000000L",
|
|
||||||
"mcu": "atmega1284p",
|
|
||||||
"variant": "wildfirev3"
|
|
||||||
},
|
|
||||||
"frameworks": ["arduino"],
|
|
||||||
"name": "WickedDevice WildFire v3 [optiboot]",
|
|
||||||
"platform": "atmelavr",
|
|
||||||
"upload": {
|
|
||||||
"maximum_ram_size": 16384,
|
|
||||||
"maximum_size": 130048,
|
|
||||||
"protocol": "arduino",
|
|
||||||
"require_upload_port" : true,
|
|
||||||
"speed": 115200
|
|
||||||
},
|
|
||||||
"url": "http://shop.wickeddevice.com/resources/wildfire/",
|
|
||||||
"vendor": "WickedDevice"
|
|
||||||
},
|
|
||||||
|
|
||||||
"wildfirev2": {
|
|
||||||
"build": {
|
|
||||||
"core": "arduino",
|
|
||||||
"extra_flags": "-DARDUINO_ARCH_AVR",
|
|
||||||
"f_cpu": "16000000L",
|
|
||||||
"mcu": "atmega1284p",
|
|
||||||
"variant": "wildfirev2"
|
|
||||||
},
|
|
||||||
"frameworks": ["arduino"],
|
|
||||||
"name": "WickedDevice WildFire v2 [stk500]",
|
|
||||||
"platform": "atmelavr",
|
|
||||||
"upload": {
|
|
||||||
"maximum_ram_size": 16384,
|
|
||||||
"maximum_size": 122878,
|
|
||||||
"protocol": "wiring",
|
|
||||||
"require_upload_port" : true,
|
|
||||||
"speed": 38400
|
|
||||||
},
|
|
||||||
"url": "http://shop.wickeddevice.com/resources/wildfire/#arduinoidesetup",
|
|
||||||
"vendor": "WickedDevice"
|
|
||||||
},
|
|
||||||
|
|
||||||
"blend": {
|
"blend": {
|
||||||
"build": {
|
"build": {
|
||||||
"core": "arduino",
|
"core": "arduino",
|
||||||
|
Reference in New Issue
Block a user