Files
platformio-core/docs/index.rst

73 lines
2.5 KiB
ReStructuredText
Raw Normal View History

2014-11-07 22:14:44 +02:00
PlatformIO: A cross-platform code builder and the missing library manager
=========================================================================
*Atmel AVR & SAM, Espressif, Freescale Kinetis, Nordic nRF51, NXP LPC,
Silicon Labs EFM32, ST STM32, TI MSP430 & Tiva, Teensy, Arduino, mbed,
libOpenCM3, etc.*
2014-11-07 22:14:44 +02:00
.. image:: _static/platformio-logo.png
:target: http://platformio.org
2014-08-04 09:23:57 +03:00
2015-03-25 12:20:15 +02:00
* `Website <http://platformio.org>`_
* `Web 2.0 Library Search <http://platformio.org/#!/lib>`_ |
`Embedded Boards Explorer <http://platformio.org/#!/boards>`_
* `Project Examples <https://github.com/platformio/platformio/tree/develop/examples>`_
* `Source Code <https://github.com/platformio/platformio>`_ |
`Issues <https://github.com/platformio/platformio/issues>`_
* `Blog <http://www.ikravets.com/category/computer-life/platformio>`_ |
2015-03-27 21:53:34 +02:00
`Reddit <http://www.reddit.com/r/platformio/>`_ |
2015-03-25 12:20:15 +02:00
`Twitter <https://twitter.com/PlatformIO_Org>`_
2014-08-09 16:31:20 +03:00
2015-03-29 23:19:50 +03:00
You have **no need** to install any *IDE* or compile any tool chains. *PlatformIO*
has pre-built different development platforms and pre-configured settings for
the most popular embedded boards. For further details, please
refer to :ref:`faq_what_is_platformio`
2014-08-04 09:23:57 +03:00
Embedded Development. *Easier Than Ever.*
-----------------------------------------
2014-08-04 09:23:57 +03:00
* Colourful command-line output
* Built-in :ref:`Serial Port Monitor <cmd_serialports_monitor>`
* Configurable build :ref:`-flags/-options <projectconf_build_flags>`
* Integration with :ref:`development environments (IDE) <ide>`
2015-05-22 21:42:49 +03:00
* Ready for Cloud Compiling and :ref:`ci`
* Pre-built tool chains, :ref:`frameworks` for the popular Hardware Platforms
2014-08-04 09:23:57 +03:00
Smart Code Builder. *Fast and Reliable.*
----------------------------------------
* Reliable, automatic dependency analysis and detection of build changes
* Improved support for parallel builds
* Ability to share built files in a cache
2014-11-07 22:14:44 +02:00
* Lookup for external libraries which are installed via :ref:`librarymanager`
The Missing Library Manager. *It's here!*
-----------------------------------------
* Friendly Command-Line Interface
* Modern `Web 2.0 Library Search <http://platformio.org/#!/lib>`_
* Library dependency management
* Automatic library updating
* It runs on Windows, Mac OS X, and Linux (+ARM).
2014-08-04 09:23:57 +03:00
2014-08-09 16:31:20 +03:00
Contents
--------
2014-08-04 09:23:57 +03:00
.. toctree::
2014-08-09 16:31:20 +03:00
:maxdepth: 2
quickstart
installation
projectconf
envvars
Platforms & Boards <platforms/index>
frameworks/index
2014-09-06 13:44:45 +03:00
librarymanager/index
2014-08-09 16:31:20 +03:00
userguide/index
ci/index
2014-08-09 16:31:20 +03:00
ide
2015-03-25 13:42:44 +02:00
articles
2015-03-29 23:19:50 +03:00
FAQ <faq>
2014-08-09 16:31:20 +03:00
history