Reload command for remote, update, improved docs; Bump to 3.2b2
This commit is contained in:
+4
-8
@@ -14,11 +14,7 @@
|
||||
Quick Start
|
||||
===========
|
||||
|
||||
.. note::
|
||||
If you are looking for a Quick Start for PlatformIO IDE please follow to
|
||||
:ref:`PlatformIO IDE Quick Start <atom_ide_quickstart>` page.
|
||||
|
||||
This tutorial introduces you to the basics of PlatformIO Command Line Interface
|
||||
This tutorial introduces you to the basics of :ref:`core` Command Line Interface
|
||||
(CLI) workflow and shows you a creation process of a simple cross-platform
|
||||
“Blink” Project. After finishing you will have a general understanding of how
|
||||
to work with the multiple development platforms and embedded boards.
|
||||
@@ -26,7 +22,7 @@ to work with the multiple development platforms and embedded boards.
|
||||
Setting Up the Project
|
||||
----------------------
|
||||
|
||||
PlatformIO CLI provides special :ref:`cmd_init` command for configuring your projects.
|
||||
:ref:`core` provides special :ref:`cmd_init` command for configuring your projects.
|
||||
It allows to initialize new empty project or update existing with the new data.
|
||||
|
||||
What is more, :ref:`cmd_init` can be used for :ref:`ide`. It means that you will
|
||||
@@ -220,7 +216,7 @@ The final Project structure:
|
||||
Process Project
|
||||
---------------
|
||||
|
||||
PlatformIO CLI provides special :ref:`cmd_run` command to process project. If
|
||||
:ref:`core` provides special :ref:`cmd_run` command to process project. If
|
||||
you call it without any arguments, PlatformIO Build System will process all
|
||||
project environments (which were created per each board specified above). Here
|
||||
are a few useful commands:
|
||||
@@ -246,4 +242,4 @@ Further Reading
|
||||
---------------
|
||||
|
||||
* `Project examples <https://github.com/platformio/platformio-examples/tree/develop>`_
|
||||
* :ref:`userguide` for PlatformIO CLI commands
|
||||
* :ref:`userguide` for :ref:`core` commands
|
||||
|
||||
Reference in New Issue
Block a user