ESP8266: Using Arduino Framework with Staging version

This commit is contained in:
Ivan Kravets
2016-09-14 23:42:26 +03:00
parent 3b6bda825b
commit bd30de4f18
2 changed files with 11 additions and 12 deletions

View File

@ -14,9 +14,13 @@ PlatformIO 3.0
* Fixed SSL Server-Name-Indication for Python < 2.7.9
* Return valid exit code from ``plaformio test`` command
-------
* Development platform `Espressif 8266 <https://github.com/platformio/platform-espressif8266>`__
+ Add support for `SparkFun Blynk Board <https://www.sparkfun.com/products/13794>`_
+ Created `staging <http://docs.platformio.org/en/stable/platforms/espressif8266.html#using-arduino-framework-with-staging-version>`__
branch to work with development version of Arduino Framework
3.0.1 (2016-09-08)
~~~~~~~~~~~~~~~~~~

View File

@ -220,20 +220,15 @@ Demo
Using Arduino Framework with Staging version
--------------------------------------------
1. Clone/Copy `main repository <https://github.com/esp8266/Arduino>`_ to
:ref:`projectconf_pio_home_dir` + ``packages/framework-arduinoespressif8266``
and create new file ``packages/framework-arduinoespressif8266/package.json``
with the next contents (you can specify own version if you want)
1. Install ``stage`` version of Espressif 8266 development platform
.. code-block:: json
.. code-block:: bash
{
"description":"Arduino Wiring-based Framework (ESP8266 Core)",
"name":"framework-arduinoespressif8266",
"system":"all",
"url":"https://github.com/esp8266/Arduino",
"version":"1.20300.0"
}
# uninstall existing (if you have it)
platformio platform uninstall espressif8266
# install from ``stage`` branch
platformio platform install https://github.com/platformio/platform-espressif8266.git#feature/stage
2. Try to build project
3. If you see build errors, then try to build this project using the same