Files
platformio-core/README.rst

197 lines
10 KiB
ReStructuredText
Raw Normal View History

PlatformIO
2014-05-09 02:38:42 -07:00
==========
.. image:: https://travis-ci.org/platformio/platformio.svg?branch=develop
2015-03-30 21:30:52 +03:00
:target: https://travis-ci.org/platformio/platformio
:alt: Travis.CI Build Status
2015-05-22 16:12:02 +03:00
.. image:: https://ci.appveyor.com/api/projects/status/dku0h2rutfj0ctls/branch/develop?svg=true
:target: https://ci.appveyor.com/project/ivankravets/platformio
2015-04-11 20:00:12 +03:00
:alt: AppVeyor.CI Build Status
2015-09-04 12:57:11 +03:00
.. image:: https://requires.io/github/platformio/platformio/requirements.svg?branch=develop
:target: https://requires.io/github/platformio/platformio/requirements/?branch=develop
:alt: Requirements Status
2015-05-29 14:42:41 +03:00
.. image:: https://img.shields.io/pypi/v/platformio.svg
2014-06-13 21:41:07 +03:00
:target: https://pypi.python.org/pypi/platformio/
:alt: Latest Version
2015-05-29 14:42:41 +03:00
.. image:: https://img.shields.io/pypi/l/platformio.svg
2014-06-13 21:41:07 +03:00
:target: https://pypi.python.org/pypi/platformio/
2015-08-28 17:16:30 +03:00
:alt: License
.. image:: https://img.shields.io/community/PlatformIO.png
:alt: Community Forums
2016-04-13 18:04:43 +03:00
:target: https://community.platformio.org
2016-01-26 21:09:32 +02:00
.. image:: https://img.shields.io/donate/PlatformIO.png?color=yellow
:alt: Donate for PlatformIO.Org
2016-03-12 21:32:13 +02:00
:target: http://platformio.org/donate
2016-01-26 21:09:32 +02:00
2014-06-13 21:41:07 +03:00
`Home <http://platformio.org>`_ |
2016-03-12 21:32:13 +02:00
`IDE <http://platformio.org/platformio-ide>`_ |
2016-05-28 19:09:24 +03:00
`Project Examples <https://github.com/platformio/platformio-examples/tree/develop>`_ |
`Docs <http://docs.platformio.org>`_ |
2015-10-08 16:59:12 +01:00
`Twitter <https://twitter.com/PlatformIO_Org>`_ |
2015-07-31 14:21:30 +03:00
`Facebook <https://www.facebook.com/platformio>`_ |
`Hackaday <https://hackaday.io/project/7980-platformio>`_ |
2016-02-27 01:01:32 +02:00
`Bintray <https://bintray.com/platformio>`_ |
2016-04-13 18:04:43 +03:00
`Community <https://community.platformio.org>`_ |
2016-03-12 21:32:13 +02:00
`Donate <http://platformio.org/donate>`_ |
`Contact Us <http://platformio.org/contact>`_
2014-08-09 17:49:37 +03:00
.. image:: https://raw.githubusercontent.com/platformio/platformio/develop/docs/_static/platformio-logo.png
:target: http://platformio.org
2014-08-09 17:49:37 +03:00
`PlatformIO <http://platformio.org>`_ is an open source ecosystem for IoT
2016-03-03 16:39:58 +02:00
development. Cross-platform build system and library manager. Continuous and
2015-11-30 18:29:30 +02:00
IDE integration. Arduino and MBED compatible. Ready for Cloud compiling.
2016-04-18 19:22:58 +03:00
* **PlatformIO IDE** - The next-generation integrated development environment for IoT.
C/C++ Intelligent Code Completion and Smart Code Linter for the super-fast coding.
Multi-projects workflow with Multiple Panes. Themes Support with dark and light colors.
Built-in Terminal with PlatformIO CLI tool and support for the powerful Serial Port Monitor.
All advanced instruments without leaving your favourite development environment.
* **Development Platforms** - Embedded and Desktop development platforms with
pre-built toolchains, debuggers, uploaders and frameworks which work under
popular host OS: Mac, Windows, Linux (+ARM)
* **Embedded Boards** - Rapid Embedded Programming, IDE and Continuous
Integration in a few steps with PlatformIO thanks to built-in project
generator for the most popular embedded boards and IDE
* **Library Manager** - Hundreds Popular Libraries are organized into single
Web 2.0 platform: list by categories, keywords, authors, compatible
platforms and frameworks; learn via examples; be up-to-date with the latest
version.
2015-06-29 22:26:37 +03:00
*Atmel AVR & SAM, Espressif, Freescale Kinetis, Intel ARC32, Lattice iCE40,
Microchip PIC32, 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
2015-08-28 20:15:40 +03:00
.. image:: https://raw.githubusercontent.com/platformio/platformio/develop/docs/_static/platformio-demo-wiring.gif
:target: http://platformio.org
2016-03-12 21:32:13 +02:00
* `PlatformIO IDE <http://platformio.org/platformio-ide>`_
* `Get Started <http://platformio.org/get-started>`_
* `Web 2.0 Library Search <http://platformio.org/lib>`_
* `Development Platforms <http://platformio.org/platforms>`_
* `Frameworks <http://platformio.org/frameworks>`_
* `Embedded Boards Explorer <http://platformio.org/boards>`_
* `Library Manager <http://docs.platformio.org/en/latest/librarymanager/index.html>`_
* `User Guide <http://docs.platformio.org/en/latest/userguide/index.html>`_
2015-05-22 21:42:49 +03:00
* `Continuous Integration <http://docs.platformio.org/en/latest/ci/index.html>`_
* `IDE Integration <http://docs.platformio.org/en/latest/ide.html>`_
2015-03-25 13:42:44 +02:00
* `Articles about us <http://docs.platformio.org/en/latest/articles.html>`_
2015-03-29 23:19:50 +03:00
* `FAQ <http://docs.platformio.org/en/latest/faq.html>`_
2016-01-20 16:36:23 +02:00
* `Release Notes <http://docs.platformio.org/en/latest/history.html>`_
2014-08-09 17:49:37 +03:00
2014-11-15 20:12:27 +02:00
Use whenever. *Run everywhere.*
-------------------------------
*PlatformIO* is written in pure *Python* and **doesn't depend** on any
2015-11-17 13:26:42 -05:00
additional libraries/tools from an operating system. It allows you to use
2014-11-15 20:12:27 +02:00
*PlatformIO* beginning from *PC (Mac, Linux, Win)* and ending with credit-card
sized computers (`Raspberry Pi <http://www.raspberrypi.org>`_,
`BeagleBone <http://beagleboard.org>`_,
`CubieBoard <http://cubieboard.org>`_).
2014-11-15 20:12:27 +02:00
Embedded Development. *Easier Than Ever.*
-----------------------------------------
*PlatformIO* is well suited for embedded development and has pre-configured
2016-03-12 21:32:13 +02:00
settings for most popular `Embedded Boards <http://platformio.org/boards>`_.
2014-11-15 20:12:27 +02:00
* Colourful `command-line output <https://raw.githubusercontent.com/platformio/platformio/develop/examples/platformio-examples.png>`_
2015-06-27 22:47:44 +03:00
* `IDE Integration <http://docs.platformio.org/en/latest/ide.html>`_ with
*Arduino, Atom, Eclipse, Emacs, Energia, Qt Creator, Sublime Text, Vim, Visual Studio*
* Cloud compiling and `Continuous Integration <http://docs.platformio.org/en/latest/ci/index.html>`_
2015-06-27 22:47:44 +03:00
with *AppVeyor, Circle CI, Drone, Shippable, Travis CI*
* Built-in `Serial Port Monitor <http://docs.platformio.org/en/latest/userguide/cmd_serialports.html#platformio-serialports-monitor>`_ and configurable
`build -flags/-options <http://docs.platformio.org/en/latest/projectconf.html#build-flags>`_
2014-11-15 20:12:27 +02:00
* Automatic **firmware uploading**
2016-03-12 21:32:13 +02:00
* Pre-built tool chains, frameworks for the popular `Hardware Platforms <http://platformio.org/platforms>`_
2014-11-15 20:12:27 +02:00
.. image:: https://raw.githubusercontent.com/platformio/platformio-web/develop/app/images/platformio-embedded-development.png
:target: http://platformio.org
2014-11-15 20:12:27 +02:00
:alt: PlatformIO Embedded Development Process
The Missing Library Manager. *It's here!*
-----------------------------------------
*PlatformIO Library Manager* is the missing library manager for development
platforms which allows you to organize and have up-to-date external libraries.
* Friendly `Command-Line Interface <http://docs.platformio.org/en/latest/librarymanager/index.html>`_
2016-03-12 21:32:13 +02:00
* Modern `Web 2.0 Library Search <http://platformio.org/lib>`_
* Open Source `Library Registry API <https://github.com/platformio/platformio-api>`_
* Library Crawler based on `library.json <http://docs.platformio.org/en/latest/librarymanager/config.html>`_
2014-11-15 20:12:27 +02:00
specification
* Library **dependency management**
* Automatic library updating
.. image:: https://raw.githubusercontent.com/platformio/platformio-web/develop/app/images/platformio-library-manager.png
:target: http://platformio.org
2014-11-15 20:12:27 +02:00
:alt: PlatformIO Library Manager Architecture
2014-06-12 21:18:11 +03:00
2016-03-03 16:39:58 +02:00
Smart Build System. *Fast and Reliable.*
2014-11-15 20:12:27 +02:00
----------------------------------------
*PlatformIO Code Builder* is built-on a next-generation software construction
tool named `SCons <http://www.scons.org/>`_. Think of *SCons* as an improved,
cross-platform substitute for the classic *Make* utility.
2014-06-16 23:25:48 +03:00
2014-11-15 20:12:27 +02:00
* Reliable, automatic *dependency analysis*
* Reliable detection of *build changes*
* Improved support for *parallel builds*
* Ability to share *built files in a cache*
* Lookup for external libraries which are installed via `Library Manager <http://docs.platformio.org/en/latest/librarymanager/index.html>`_
2014-06-12 21:18:11 +03:00
.. image:: https://raw.githubusercontent.com/platformio/platformio-web/develop/app/images/platformio-scons-builder.png
:target: http://platformio.org
2016-03-03 16:39:58 +02:00
:alt: PlatformIO Build System Architecture
2014-11-15 20:12:27 +02:00
Single source code. *Multiple platforms.*
-----------------------------------------
2015-11-17 13:26:42 -05:00
*PlatformIO* allows the developer to compile the same code with different
development platforms using only *One Command*
`platformio run <http://docs.platformio.org/en/latest/userguide/cmd_run.html>`_.
2014-11-15 20:12:27 +02:00
This happens due to
`Project Configuration File (platformio.ini) <http://docs.platformio.org/en/latest/projectconf.html>`_
2014-11-15 20:12:27 +02:00
where you can setup different environments with specific options (platform
type, firmware uploading settings, pre-built framework, build flags and many
more).
2014-06-12 21:18:11 +03:00
2015-02-27 23:02:44 +02:00
It has support for the most popular embedded platforms:
2014-06-12 21:18:11 +03:00
2016-03-12 21:32:13 +02:00
* `Atmel AVR <http://platformio.org/platforms/atmelavr>`_
* `Atmel SAM <http://platformio.org/platforms/atmelsam>`_
* `Espressif <http://platformio.org/platforms/espressif>`_
* `Freescale Kinetis <http://platformio.org/platforms/freescalekinetis>`_
2016-05-04 14:59:08 +03:00
* `Intel ARC32 <http://platformio.org/platforms/intel_arc32>`_
* `Lattice iCE40 <http://platformio.org/platforms/lattice_ice40>`_
* `Microchip PIC32 <http://platformio.org/platforms/microchippic32>`_
2016-03-12 21:32:13 +02:00
* `Nordic nRF51 <http://platformio.org/platforms/nordicnrf51>`_
* `NXP LPC <http://platformio.org/platforms/nxplpc>`_
* `ST STM32 <http://platformio.org/platforms/ststm32>`_
* `Silicon Labs EFM32 <http://platformio.org/platforms/siliconlabsefm32>`_
* `Teensy <http://platformio.org/platforms/teensy>`_
* `TI MSP430 <http://platformio.org/platforms/timsp430>`_
* `TI TIVA C <http://platformio.org/platforms/titiva>`_
Frameworks:
2016-03-12 21:32:13 +02:00
* `Arduino <http://platformio.org/frameworks/arduino>`_
* `CMSIS <http://platformio.org/frameworks/cmsis>`_
* `Energia <http://platformio.org/frameworks/energia>`_
* `libOpenCM3 <http://platformio.org/frameworks/libopencm3>`_
2016-03-12 21:32:13 +02:00
* `mbed <http://platformio.org/frameworks/mbed>`_
* `Simba <http://platformio.org/frameworks/simba>`_
* `SPL <http://platformio.org/frameworks/spl>`_
2016-03-12 21:32:13 +02:00
* `WiringPi <http://platformio.org/frameworks/wiringpi>`_
2014-06-12 21:18:11 +03:00
For further details, please refer to `What is PlatformIO? <http://docs.platformio.org/en/latest/faq.html#what-is-platformio>`_
2014-06-12 21:18:11 +03:00
2015-12-31 16:12:35 +02:00
Contributing
------------
2016-07-10 19:15:55 +03:00
See `contributing guidelines <https://github.com/platformio/platformio/blob/develop/CONTRIBUTING.md>`_.
2015-12-31 16:12:35 +02:00
2016-07-12 19:29:49 +03:00
License
2014-06-12 21:18:11 +03:00
-------
2016-01-01 20:51:48 +02:00
Copyright 2014-2016 Ivan Kravets <me@ikravets.com>
2014-06-12 21:18:11 +03:00
2016-07-12 19:29:49 +03:00
The PlatformIO is licensed under the permissive Apache 2.0 license,
so you can use it in both commercial and personal projects with confidence.