forked from platformio/platformio-core
Merge pull request #328 from hoosierEE/develop
Slight grammar/wording tweaks
This commit is contained in:
16
README.rst
16
README.rst
@ -32,7 +32,7 @@ PlatformIO
|
|||||||
`Home & Demo <http://platformio.org>`_ |
|
`Home & Demo <http://platformio.org>`_ |
|
||||||
`Project Examples <https://github.com/platformio/platformio/tree/develop/examples>`_ |
|
`Project Examples <https://github.com/platformio/platformio/tree/develop/examples>`_ |
|
||||||
`Source Code <https://github.com/platformio>`_ |
|
`Source Code <https://github.com/platformio>`_ |
|
||||||
`Documentation <http://docs.platformio.org>`_ ||
|
`Documentation <http://docs.platformio.org>`_ |
|
||||||
`Blog <http://www.ikravets.com/category/computer-life/platformio>`_ |
|
`Blog <http://www.ikravets.com/category/computer-life/platformio>`_ |
|
||||||
`Twitter <https://twitter.com/PlatformIO_Org>`_ |
|
`Twitter <https://twitter.com/PlatformIO_Org>`_ |
|
||||||
`Hackaday <https://hackaday.io/project/7980-platformio>`_ |
|
`Hackaday <https://hackaday.io/project/7980-platformio>`_ |
|
||||||
@ -43,8 +43,8 @@ PlatformIO
|
|||||||
:target: http://platformio.org
|
:target: http://platformio.org
|
||||||
|
|
||||||
`PlatformIO <http://platformio.org>`_ is an open-source cross-platform code
|
`PlatformIO <http://platformio.org>`_ is an open-source cross-platform code
|
||||||
builder and the missing library manager (Ready for embedded development, IDE
|
builder and library manager. For embedded development, IDE
|
||||||
and Continuous integration, Arduino and MBED compatible).
|
and Continuous integration. Arduino and MBED compatible.
|
||||||
|
|
||||||
*Atmel AVR & SAM, Espressif, Freescale Kinetis, Nordic nRF51, NXP LPC,
|
*Atmel AVR & SAM, Espressif, Freescale Kinetis, Nordic nRF51, NXP LPC,
|
||||||
Silicon Labs EFM32, ST STM32, TI MSP430 & Tiva, Teensy, Arduino, mbed,
|
Silicon Labs EFM32, ST STM32, TI MSP430 & Tiva, Teensy, Arduino, mbed,
|
||||||
@ -66,15 +66,15 @@ libOpenCM3, etc.*
|
|||||||
* `FAQ <http://docs.platformio.org/en/latest/faq.html>`_
|
* `FAQ <http://docs.platformio.org/en/latest/faq.html>`_
|
||||||
* `Release History <http://docs.platformio.org/en/latest/history.html>`_
|
* `Release History <http://docs.platformio.org/en/latest/history.html>`_
|
||||||
|
|
||||||
You have **no need** to install any *IDE* or compile any tool chains. *PlatformIO*
|
You have **no need** to install any *IDE* or compile any toolchains. *PlatformIO*
|
||||||
has pre-built different development platforms and pre-configured settings for
|
has pre-built development platforms and pre-configured settings for
|
||||||
the most popular embedded boards. For further details, please
|
the most popular embedded boards. For further details, please
|
||||||
refer to `What is PlatformIO? <http://docs.platformio.org/en/latest/faq.html#what-is-platformio>`_
|
refer to `What is PlatformIO? <http://docs.platformio.org/en/latest/faq.html#what-is-platformio>`_
|
||||||
|
|
||||||
Use whenever. *Run everywhere.*
|
Use whenever. *Run everywhere.*
|
||||||
-------------------------------
|
-------------------------------
|
||||||
*PlatformIO* is written in pure *Python* and **doesn't depend** on any
|
*PlatformIO* is written in pure *Python* and **doesn't depend** on any
|
||||||
additional libraries/tools from an operation system. It allows you to use
|
additional libraries/tools from an operating system. It allows you to use
|
||||||
*PlatformIO* beginning from *PC (Mac, Linux, Win)* and ending with credit-card
|
*PlatformIO* beginning from *PC (Mac, Linux, Win)* and ending with credit-card
|
||||||
sized computers (`Raspberry Pi <http://www.raspberrypi.org>`_,
|
sized computers (`Raspberry Pi <http://www.raspberrypi.org>`_,
|
||||||
`BeagleBone <http://beagleboard.org>`_,
|
`BeagleBone <http://beagleboard.org>`_,
|
||||||
@ -134,8 +134,8 @@ cross-platform substitute for the classic *Make* utility.
|
|||||||
|
|
||||||
Single source code. *Multiple platforms.*
|
Single source code. *Multiple platforms.*
|
||||||
-----------------------------------------
|
-----------------------------------------
|
||||||
*PlatformIO* allows developer to compile the same code with different
|
*PlatformIO* allows the developer to compile the same code with different
|
||||||
development platforms using the *Only One Command*
|
development platforms using only *One Command*
|
||||||
`platformio run <http://docs.platformio.org/en/latest/userguide/cmd_run.html>`_.
|
`platformio run <http://docs.platformio.org/en/latest/userguide/cmd_run.html>`_.
|
||||||
This happens due to
|
This happens due to
|
||||||
`Project Configuration File (platformio.ini) <http://docs.platformio.org/en/latest/projectconf.html>`_
|
`Project Configuration File (platformio.ini) <http://docs.platformio.org/en/latest/projectconf.html>`_
|
||||||
|
Reference in New Issue
Block a user