mirror of
https://github.com/platformio/platformio-core.git
synced 2025-11-02 15:11:37 +01:00
Reload command for remote, update, improved docs; Bump to 3.2b2
This commit is contained in:
@@ -1,31 +0,0 @@
|
||||
.. Copyright 2014-present PlatformIO <contact@platformio.org>
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
|
||||
.. note::
|
||||
We are proud to present our official `PlatformIO IDE <http://platformio.org/platformio-ide>`_ -
|
||||
The next-generation integrated development environment for IoT.
|
||||
|
||||
* Cross-platform build system without external dependencies to the OS software:
|
||||
|
||||
- 300+ embedded boards
|
||||
- 15+ development platforms
|
||||
- 10+ frameworks
|
||||
|
||||
* C/C++ Intelligent code completion
|
||||
* C/C++ Smart code linter for super-fast coding
|
||||
* Library Manager for the hundreds popular libraries
|
||||
* Multi-projects workflow with multiple panes
|
||||
* Multiple panes
|
||||
* Themes support with dark and light colors
|
||||
* Serial Port Monitor
|
||||
* Built-in Terminal with :ref:`PlatformIO CLI <userguide>` tool (``pio``, ``platformio``)
|
||||
|
||||
`Install PlatformIO IDE <http://platformio.org/platformio-ide>`_.
|
||||
@@ -28,7 +28,7 @@ PlatformIO IDE is the next-generation integrated development environment for IoT
|
||||
* Multi-projects workflow with multiple panes
|
||||
* Themes support with dark and light colors
|
||||
* Serial Port Monitor
|
||||
* Built-in Terminal with :ref:`PlatformIO CLI <userguide>` tool (``pio``, ``platformio``)
|
||||
* Built-in Terminal with :ref:`core` and CLI tool (``pio``, ``platformio``)
|
||||
|
||||
|
||||
PlatformIO IDE is based on GitHub's `Atom <https://atom.io>`_ source
|
||||
@@ -49,14 +49,19 @@ It's built on top of `GitHub's Atom "hackable" text editor <https://atom.io>`_.
|
||||
If you have already Atom installed, please install `PlatformIO IDE for Atom package <https://atom.io/packages/platformio-ide>`_.
|
||||
|
||||
.. note::
|
||||
You don't need to install PlatformIO CLI separately to system.
|
||||
PlatformIO CLI is built into PlatformIO IDE and you will be able to use it
|
||||
within PlatformIO IDE Terminal.
|
||||
|
||||
Please note that you do not need to install :ref:`core` if you
|
||||
are going to use :ref:`ide_atom`. :ref:`core` is built into
|
||||
PlatformIO IDE and you will be able to use it within PlatformIO IDE Terminal.
|
||||
|
||||
Also, PlatformIO IDE allows to install :ref:`core` Shell Commands
|
||||
(``pio``, ``platformio``) globally to your system via
|
||||
``Menu: PlatformIO > Install Shell Commands``.
|
||||
|
||||
1. Python Interpreter
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
PlatformIO IDE is based on PlatformIO CLI which is written in
|
||||
PlatformIO IDE is based on :ref:`core` which is written in
|
||||
`Python <https://www.python.org/downloads/>`_. Python is installed by default
|
||||
on the all popular OS except Windows.
|
||||
|
||||
@@ -131,7 +136,7 @@ Launch
|
||||
|
||||
After installation, you launch PlatformIO IDE by opening Atom. Once Atom is
|
||||
open, PlatformIO IDE auto installer will continue to install dependent packages
|
||||
and PlatformIO CLI. Please be patient and let the installation complete. In the
|
||||
and :ref:`core`. Please be patient and let the installation complete. In the
|
||||
final result PlatformIO IDE will ask you to reload Atom window to apply
|
||||
installed components. Please click on ``Reload Now``. After it PlatformIO IDE is
|
||||
ready for using. Happy coding!
|
||||
@@ -237,7 +242,7 @@ And select desired target:
|
||||
.. image:: ../_static/ide-atom-platformio-quick-start-10.png
|
||||
:target: http://docs.platformio.org/en/stable/_images/ide-atom-platformio-quick-start-10.png
|
||||
|
||||
It provides you fast access to all set of powerful PlatformIO CLI commands:
|
||||
It provides you fast access to all set of powerful :ref:`core` CLI commands:
|
||||
|
||||
.. image:: ../_static/ide-atom-platformio-quick-start-11.png
|
||||
:target: http://docs.platformio.org/en/stable/_images/ide-atom-platformio-quick-start-11.png
|
||||
|
||||
@@ -46,7 +46,7 @@ Integration
|
||||
|
||||
.. image:: ../_static/ide/cloud9/ide-cloud9-new-workspace.png
|
||||
|
||||
3. Install PlatformIO CLI using Cloud IDE Terminal. Paste a next command
|
||||
3. Install :ref:`core` using Cloud IDE Terminal. Paste a next command
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
@@ -103,7 +103,7 @@ Let's create our first PlatformIO-based Cloud9 Project
|
||||
|
||||
.. image:: ../_static/ide/cloud9/ide-cloud9-init-project.png
|
||||
|
||||
3. If you prefer to work with PlatformIO CLI, then you can process project
|
||||
3. If you prefer to work with :ref:`core` CLI, then you can process project
|
||||
using Cloud IDE Terminal and the next commands:
|
||||
|
||||
* :ref:`cmd_run` - build project
|
||||
|
||||
@@ -55,7 +55,7 @@ Integration
|
||||
.. image:: ../_static/ide/codeanywhere/ide-codeanywhere-connection-wizard.png
|
||||
|
||||
3. Open **SSH-Terminal** tab (right click on
|
||||
``Container (PlatformIO) > SSH Terminal``) and install PlatformIO CLI using
|
||||
``Container (PlatformIO) > SSH Terminal``) and install :ref:`core` using
|
||||
a next command
|
||||
|
||||
.. code-block:: bash
|
||||
@@ -116,7 +116,7 @@ Let's create our first PlatformIO-based Codeanywhere Project
|
||||
|
||||
.. image:: ../_static/ide/codeanywhere/ide-codeanywhere-init-project.png
|
||||
|
||||
3. If you prefer to work with PlatformIO CLI, then you can process project
|
||||
3. If you prefer to work with :ref:`core` CLI, then you can process project
|
||||
using Cloud IDE SSH Terminal and the next commands:
|
||||
|
||||
* :ref:`cmd_run` - build project
|
||||
|
||||
@@ -32,7 +32,7 @@ Deviot Plugin
|
||||
|
||||
We are glad to inform you about awesome Sublime Text plugin for IoT development
|
||||
named `Deviot <https://github.com/gepd/Deviot>`_. It is based on
|
||||
PlatformIO CLI and will automatically install it for you. Please visit `official
|
||||
:ref:`core` and will automatically install it for you. Please visit `official
|
||||
Deviot page <https://github.com/gepd/Deviot>`_ for the further installation
|
||||
steps and documentation.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user