Spell fix

This commit is contained in:
Ivan Kravets
2016-11-05 20:52:05 +02:00
parent 5d3927c10a
commit 4935763210
5 changed files with 8 additions and 8 deletions

View File

@@ -67,9 +67,9 @@ This approach allows to work with distributed hardware located in the different
places, networks, etc.
This technology allows to work with remote devices in generic form as you
do that with local devices using PlatformIO ecosystem. The only one difference
do that with host devices using PlatformIO ecosystem. The only one difference
is a prefix "remote" before each generic PlatformIO command. For example,
listing of local and remote devices will look like :ref:`cmd_device_list` and
listing of host and remote devices will look like :ref:`cmd_device_list` and
:ref:`cmd_remote_device_list`.
Quick Start

View File

@@ -43,7 +43,7 @@ Desktop
PlatformIO wraps test and main program (from :ref:`projectconf_pio_src_dir`)
with own |PIOUTF|, builds final program using :ref:`platform_native` and run
test on a local host machine (desktop).
test on a host machine (desktop).
.. note::
PlatformIO does not install any toolchains automatically for
@@ -58,7 +58,7 @@ PlatformIO wraps test and main firmware (from :ref:`projectconf_pio_src_dir`)
with own |PIOUTF|, builds special firmware for a target device and upload it.
After uploading, PlatformIO connects to embedded device (board) using
:ref:`projectconf_test_port` , starts test, collects results and shows test
results on the local host machine.
results on the host machine.
Currently, |PIOUTE| supports these embedded frameworks:
@@ -82,7 +82,7 @@ from :ref:`projectconf`.
Local
~~~~~
Allows to run tests on local host machine or on the target devices (boards)
Allows to run tests on host machine or on the target devices (boards)
that are directly connected to this machine. In this case, need to use
:ref:`cmd_test` command.