From f6f4366030fa7f6ff00ac27c33b501c4a3e055e8 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Fri, 26 Feb 2016 23:26:20 +0200 Subject: [PATCH] Add new article "PlatformIO Blink On Nodemcu Dev Kit" --- docs/articles.rst | 1 + docs/ide/atom.rst | 15 +++++++++++---- docs/platforms/espressif_extra.rst | 3 ++- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/docs/articles.rst b/docs/articles.rst index 1ca30586..510aba52 100644 --- a/docs/articles.rst +++ b/docs/articles.rst @@ -23,6 +23,7 @@ Here are recent articles about PlatformIO: 2016 ^^^^ +* Feb 25, 2016 - **NutDIY** - `PlatformIO Blink On Nodemcu Dev Kit V1.0 (ESP 12-E) `_ * Feb 23, 2016 - **Ptarmigan Labs** - `ESP8266 Over The Air updating – what are the options? `_ * Feb 22, 2016 - **Grzegorz Hołdys** - `How to Integrate PlatformIO with Netbeans `_ * Feb 19, 2016 - **Embedds** - `Develop easier with PlatformIO ecosystem `_ diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index c1990f0a..f83d0f3b 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -86,9 +86,9 @@ This tutorial introduces you to the basics of PlatformIO IDE workflow and shows Launching ~~~~~~~~~ -PlatformIO IDE is built on top of GitHub's Atom "hackable" text editor. -After installtion please run one of ``Atom.exe``, ``Atom.app`` or ``atom`` -application depending on the OS. +PlatformIO IDE is built on top of GitHub's Atom "hackable" text editor. +After installtion please run one of ``Atom.exe``, ``Atom.app`` or ``atom`` +application depending on the OS. Setting Up the Project ~~~~~~~~~~~~~~~~~~~~~~ @@ -167,7 +167,7 @@ PlatformIO IDE proposes different ways to process project (build, clean, upload To upload firmware to the board run ``Upload``. -6. What is more, you can run specific target or process project environment +6. What is more, you can run specific target or process project environment using ``Menu: PlatformIO > Run other target...`` or call targets list from the status bar (bottom, left corner): @@ -396,3 +396,10 @@ To force Smart Code Linter to use Arduino files as C++ please 2. Perform all steps from :ref:`ide_atom_knownissues_sclarduino_manually` (without renaming to ``.cpp``). + +Articles / Manuals +------------------ + +* Feb 25, 2016 - **NutDIY** - `PlatformIO Blink On Nodemcu Dev Kit V1.0 (ESP 12-E) `_ + +See a full list with :ref:`articles`. diff --git a/docs/platforms/espressif_extra.rst b/docs/platforms/espressif_extra.rst index 7809f2cc..502b6050 100644 --- a/docs/platforms/espressif_extra.rst +++ b/docs/platforms/espressif_extra.rst @@ -171,7 +171,7 @@ You can pass additional options/flags to OTA uploader using Available flags -* ``--port=ESP_PORT`` ESP8266 ota Port. Default 8266 +* ``--port=ESP_PORT`` ESP8266 OTA Port. Default 8266 * ``--auth=AUTH`` Set authentication password * ``--spiffs`` Use this option to transmit a SPIFFS image and do not flash the module @@ -218,6 +218,7 @@ Demo Articles -------- +* Feb 25, 2016 - **NutDIY** - `PlatformIO Blink On Nodemcu Dev Kit V1.0 (ESP 12-E) `_ * Feb 23, 2016 - **Ptarmigan Labs** - `ESP8266 Over The Air updating – what are the options? `_ * Jan 16, 2016 - **Dani Eichhorn** - `ESP8266 Arduino IDE Alternative: PlatformIO `_ * Dec 22, 2015 - **Jan Penninkhof** - `Over-the-Air ESP8266 programming using PlatformIO `_