diff --git a/docs/ide/arduino.rst b/docs/ide/arduino.rst index b2af515a..8348c046 100644 --- a/docs/ide/arduino.rst +++ b/docs/ide/arduino.rst @@ -28,12 +28,21 @@ This software can be used with: Refer to the `Arduino Getting Started `_ page for Installation instructions. +.. contents:: + Integration ----------- More detailed information is located in PlatformIO blog: `Integration of PlatformIO library manager to Arduino IDE `_. +Articles / Manuals +------------------ + +* `Integration of PlatformIO library manager to Arduino and Energia IDEs `_ + +See the full list with :ref:`articles`. + Screenshot ---------- diff --git a/docs/ide/atom.rst b/docs/ide/atom.rst index 346747d3..7c418b4d 100644 --- a/docs/ide/atom.rst +++ b/docs/ide/atom.rst @@ -34,6 +34,13 @@ Integration Using `Atom Packages `_ please install `platomformio `_ package. +Articles / Manuals +------------------ + +* `Arduino Development in Atom Editor `_ + +See a full list with :ref:`articles`. + Screenshot ---------- diff --git a/docs/ide/clion.rst b/docs/ide/clion.rst index 3360b1f6..01a6130d 100644 --- a/docs/ide/clion.rst +++ b/docs/ide/clion.rst @@ -73,6 +73,14 @@ There are 3 predefined targets for building: Active discussion is located in `PlatformIO issue #132 `_. +Articles / Manuals +------------------ + +* `Using PlatformIO to get started with Arduino in CLion IDE `_ +* `Programar con Arduino "The good way" (Programming with Arduino "The good way", Spanish) `_ + +See a full list with :ref:`articles`. + Screenshot ---------- diff --git a/docs/ide/eclipse.rst b/docs/ide/eclipse.rst index 62f9c045..61d69a16 100644 --- a/docs/ide/eclipse.rst +++ b/docs/ide/eclipse.rst @@ -37,9 +37,6 @@ page for more detailed information. Integration ----------- -Project Generator -^^^^^^^^^^^^^^^^^ - Since PlatformIO 2.0 you can generate Eclipse compatible project using :option:`platformio init --ide` command. Please choose board type using :ref:`cmd_boards` command and run: @@ -57,11 +54,14 @@ Then: 3. Build project: ``Menu: Project > Build Project``. -Manual Integration -^^^^^^^^^^^^^^^^^^ +Articles / Manuals +------------------ * `Building and debugging Atmel AVR (Arduino-based) project using Eclipse IDE+PlatformIO `_ * `Improvised MBED FRDM-K64F Eclipse/PlatformIO Setup and Software Installation `_ +* `Learning Arduino GitHub Repository `_ + +See a full list with :ref:`articles`. Screenshot ---------- diff --git a/docs/ide/energia.rst b/docs/ide/energia.rst index abad3d2a..e108ce99 100644 --- a/docs/ide/energia.rst +++ b/docs/ide/energia.rst @@ -28,12 +28,21 @@ This software can be used with: Refer to the `Energia Getting Started `_ page for Installation instructions. +.. contents:: + Integration ----------- More detailed information is located in PlatformIO blog: `Integration of PlatformIO library manager to Energia IDE `_. +Articles / Manuals +------------------ + +* `Integration of PlatformIO library manager to Arduino and Energia IDEs `_ + +See the full list with :ref:`articles`. + Screenshot ----------- diff --git a/docs/ide/vim.rst b/docs/ide/vim.rst index d97d3912..e0d06cde 100644 --- a/docs/ide/vim.rst +++ b/docs/ide/vim.rst @@ -23,6 +23,8 @@ This software can be used with: * all available :ref:`platforms` * all available :ref:`frameworks` +.. contents:: + Integration ----------- @@ -60,6 +62,13 @@ make firmware and upload it. If hotkey doesn't work for you, try to add this line ``nnoremap :make`` to ``~/.vimrc`` +Articles / Manuals +------------------ + +* `コマンドラインでArduino開発 : vim + platformio (Arduino development at the command line: VIM + PlatformIO, Japanese) `_ + +See a full list with :ref:`articles`. + Screenshot ----------