Files
platformio-core/README.rst

129 lines
5.5 KiB
ReStructuredText
Raw Normal View History

PlatformIO
2014-05-09 02:38:42 -07:00
==========
.. image:: https://travis-ci.org/platformio/platformio-core.svg?branch=develop
:target: https://travis-ci.org/platformio/platformio-core
:alt: Travis.CI Build Status
.. image:: https://ci.appveyor.com/api/projects/status/unnpw0n3c5k14btn/branch/develop?svg=true
:target: https://ci.appveyor.com/project/ivankravets/platformio-core
2015-04-11 20:00:12 +03:00
:alt: AppVeyor.CI Build Status
2016-12-08 20:46:09 +02:00
.. image:: https://requires.io/github/platformio/platformio-core/requirements.svg?branch=develop
:target: https://requires.io/github/platformio/platformio-core/requirements/?branch=develop
2015-09-04 12:57:11 +03:00
: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
2016-09-17 00:02:01 +03:00
.. image:: https://img.shields.io/PlatformIO/Community.png
:alt: Community Forums
2016-04-13 18:04:43 +03:00
:target: https://community.platformio.org
2016-09-07 13:50:47 +03:00
.. image:: https://img.shields.io/PlatformIO/Plus.png?color=orange
2016-09-07 13:51:59 +03:00
:alt: PlatformIO Plus: Professional solutions for an awesome open source PlatformIO ecosystem
:target: https://pioplus.com
2016-01-26 21:09:32 +02:00
2016-09-07 13:47:42 +03:00
**Quick Links:** `Home Page <http://platformio.org>`_ |
`PlatformIO Plus <https://pioplus.com>`_ |
`PlatformIO IDE <http://platformio.org/platformio-ide>`_ |
2016-12-08 20:46:09 +02:00
`Project Examples <https://github.com/platformio/platformio-examples/>`_ |
`Docs <http://docs.platformio.org>`_ |
2016-09-07 13:47:42 +03:00
`Donate <http://platformio.org/donate>`_ |
2016-10-09 00:57:30 +03:00
`Contact Us <https://pioplus.com/contact.html>`_
2016-09-07 13:47:42 +03:00
**Social:** `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-11-10 00:04:30 +02:00
`Community <https://community.platformio.org>`_
2014-08-09 17:49:37 +03:00
2017-05-07 20:48:38 +03:00
.. image:: https://raw.githubusercontent.com/platformio/platformio-web/develop/app/images/platformio-ide-laptop.png
:target: http://platformio.org
2014-08-09 17:49:37 +03:00
`PlatformIO <http://platformio.org>`_ is an open source ecosystem for IoT
2017-06-26 19:51:57 +03:00
development. Cross-platform IDE and unified debugger. Remote unit testing and
firmware updates.
2014-11-15 20:12:27 +02:00
2017-06-26 19:51:57 +03:00
Get Started
-----------
2014-11-15 20:12:27 +02:00
2017-06-26 19:51:57 +03:00
* `What is PlatformIO? <http://docs.platformio.org/page/what-is-platformio.html>`_
2014-11-15 20:12:27 +02:00
2017-06-26 19:51:57 +03:00
Products
--------
2014-06-12 21:18:11 +03:00
2017-06-26 19:51:57 +03:00
* `PlatformIO IDE <http://platformio.org/platformio-ide>`_
* `PlatformIO Core <http://docs.platformio.org/page/core.html>`_
* `PIO Remote™ <http://docs.platformio.org/page/plus/pio-remote.html>`_
2017-06-26 19:53:51 +03:00
* `PIO Unified Debugger <http://docs.platformio.org/page/plus/debugging.html>`_
2017-06-26 19:51:57 +03:00
* `PIO Unit Testing <http://docs.platformio.org/page/plus/unit-testing.html>`_
* `PIO Delivery™ <http://platformio.org/pricing#solution-pio-delivery>`_
* `Cloud Builder <http://platformio.org/pricing#solution-cloud-builder>`_
2014-06-16 23:25:48 +03:00
2017-06-26 19:51:57 +03:00
Registry
--------
2014-06-12 21:18:11 +03:00
2017-06-26 19:51:57 +03:00
* `Libraries <http://platformio.org/lib>`_
* `Development Platforms <http://platformio.org/platforms>`_
* `Frameworks <http://platformio.org/frameworks>`_
* `Embedded Boards <http://platformio.org/boards>`_
Solutions
---------
2014-11-15 20:12:27 +02:00
2017-06-26 19:51:57 +03:00
* `Library Manager <http://docs.platformio.org/page/librarymanager/index.html>`_
* `Cloud IDEs Integration <http://platformio.org/pricing#solution-cloud-ide>`_
* `Standalone IDEs Integration <http://docs.platformio.org/page/ide.html#other-ide>`_
* `Continuous Integration <http://docs.platformio.org/page/ci/index.html>`_
2014-06-12 21:18:11 +03:00
2017-06-26 19:51:57 +03:00
Development 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>`_
2016-12-08 20:46:09 +02:00
* `Espressif 32 <http://platformio.org/platforms/espressif32>`_
* `Espressif 8266 <http://platformio.org/platforms/espressif8266>`_
2016-03-12 21:32:13 +02:00
* `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>`_
2017-06-26 19:51:57 +03:00
* `Maxim 32 <http://platformio.org/platforms/maxim32>`_
2016-05-04 14:59:08 +03:00
* `Microchip PIC32 <http://platformio.org/platforms/microchippic32>`_
2016-03-12 21:32:13 +02:00
* `Nordic nRF51 <http://platformio.org/platforms/nordicnrf51>`_
2017-06-26 19:51:57 +03:00
* `Nordic nRF52 <http://platformio.org/platforms/nordicnrf52>`_
2016-03-12 21:32:13 +02:00
* `NXP LPC <http://platformio.org/platforms/nxplpc>`_
* `Silicon Labs EFM32 <http://platformio.org/platforms/siliconlabsefm32>`_
2017-06-26 19:51:57 +03:00
* `ST STM32 <http://platformio.org/platforms/ststm32>`_
2016-03-12 21:32:13 +02:00
* `Teensy <http://platformio.org/platforms/teensy>`_
* `TI MSP430 <http://platformio.org/platforms/timsp430>`_
2017-06-28 14:05:28 +03:00
* `TI Tiva <http://platformio.org/platforms/titiva>`_
2017-06-26 19:51:57 +03:00
* `WIZNet W7500 <http://platformio.org/platforms/wiznet7500>`_
2017-06-26 19:51:57 +03:00
Frameworks
----------
2016-03-12 21:32:13 +02:00
* `Arduino <http://platformio.org/frameworks/arduino>`_
* `ARTIK SDK <http://platformio.org/frameworks/artik-sdk>`_
2016-03-12 21:32:13 +02:00
* `CMSIS <http://platformio.org/frameworks/cmsis>`_
* `Energia <http://platformio.org/frameworks/energia>`_
2016-12-08 20:46:09 +02:00
* `ESP-IDF <http://platformio.org/frameworks/espidf>`_
* `libOpenCM3 <http://platformio.org/frameworks/libopencm3>`_
2016-03-12 21:32:13 +02:00
* `mbed <http://platformio.org/frameworks/mbed>`_
2016-12-24 16:59:31 +02:00
* `Pumbaa <http://platformio.org/frameworks/pumbaa>`_
* `Simba <http://platformio.org/frameworks/simba>`_
* `SPL <http://platformio.org/frameworks/spl>`_
2017-06-26 19:51:57 +03:00
* `STM32Cube <http://platformio.org/frameworks/stm32cube>`_
2016-03-12 21:32:13 +02:00
* `WiringPi <http://platformio.org/frameworks/wiringpi>`_
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
-------
Copyright (c) 2014-present PlatformIO <contact@platformio.org>
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.