Files
platformio-core/README.rst

103 lines
5.1 KiB
ReStructuredText
Raw Normal View History

2021-12-14 22:37:42 +02:00
PlatformIO Core
===============
2014-05-09 02:38:42 -07:00
2020-04-23 16:04:15 +03:00
.. image:: https://github.com/platformio/platformio-core/workflows/Core/badge.svg
2022-04-29 20:46:04 +03:00
:target: https://docs.platformio.org/en/latest/core/index.html
2020-04-23 16:04:15 +03:00
:alt: CI Build for PlatformIO Core
.. image:: https://github.com/platformio/platformio-core/workflows/Docs/badge.svg
:target: https://docs.platformio.org?utm_source=github&utm_medium=core
:alt: CI Build for Docs
2022-05-18 16:17:20 +03:00
.. image:: https://github.com/platformio/platformio-core/workflows/Examples/badge.svg
:target: https://github.com/platformio/platformio-examples
:alt: CI Build for dev-platform examples
.. image:: https://github.com/platformio/platformio-core/workflows/Projects/badge.svg
:target: https://docs.platformio.org/en/latest/tutorials/index.html#projects
:alt: CI Build for the Community Projects
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
2020-10-14 17:55:45 +03:00
.. image:: https://img.shields.io/badge/PlatformIO-Labs-orange.svg
2021-12-22 22:36:32 +02:00
:alt: PlatformIO Labs
2020-10-14 17:53:41 +03:00
:target: https://piolabs.com/?utm_source=github&utm_medium=core
2016-01-26 21:09:32 +02:00
2021-12-22 22:36:32 +02:00
**Quick Links:** `Homepage <https://platformio.org?utm_source=github&utm_medium=core>`_ |
`PlatformIO IDE <https://platformio.org/platformio-ide?utm_source=github&utm_medium=core>`_ |
2021-12-22 22:36:32 +02:00
`Registry <https://registry.platformio.org?utm_source=github&utm_medium=core>`_ |
2019-07-10 16:52:04 +03:00
`Project Examples <https://github.com/platformio/platformio-examples/>`__ |
2018-08-15 19:44:02 +03:00
`Docs <https://docs.platformio.org?utm_source=github&utm_medium=core>`_ |
`Donate <https://platformio.org/donate?utm_source=github&utm_medium=core>`_ |
2020-10-14 17:53:41 +03:00
`Contact Us <https://piolabs.com/?utm_source=github&utm_medium=core>`_
2016-09-07 13:47:42 +03:00
2020-10-14 17:53:41 +03:00
**Social:** `LinkedIn <https://www.linkedin.com/company/platformio/>`_ |
`Twitter <https://twitter.com/PlatformIO_Org>`_ |
2015-07-31 14:21:30 +03:00
`Facebook <https://www.facebook.com/platformio>`_ |
2020-10-14 17:55:45 +03:00
`Community Forums <https://community.platformio.org?utm_source=github&utm_medium=core>`_
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: https://platformio.org?utm_source=github&utm_medium=core
2014-08-09 17:49:37 +03:00
2023-08-11 12:07:16 +03:00
`PlatformIO <https://platformio.org>`_: Your Gateway to Embedded Software Development Excellence.
2019-11-07 16:49:34 +02:00
2023-08-11 12:07:16 +03:00
Unlock the true potential of embedded software development with
PlatformIO's collaborative ecosystem, embracing declarative principles,
test-driven methodologies, and modern toolchains for unrivaled success.
2019-11-19 20:01:50 +02:00
* Open source, maximum permissive Apache 2.0 license
2019-11-08 17:40:11 +02:00
* Cross-platform IDE and Unified Debugger
* Static Code Analyzer and Remote Unit Testing
* Multi-platform and Multi-architecture Build System
* Firmware File Explorer and Memory Inspection
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
2022-04-29 20:46:04 +03:00
* `What is PlatformIO? <https://docs.platformio.org/en/latest/what-is-platformio.html?utm_source=github&utm_medium=core>`_
* `PlatformIO IDE <https://platformio.org/platformio-ide?utm_source=github&utm_medium=core>`_
2022-04-29 20:46:04 +03:00
* `PlatformIO Core (CLI) <https://docs.platformio.org/en/latest/core.html?utm_source=github&utm_medium=core>`_
2019-07-10 16:52:04 +03:00
* `Project Examples <https://github.com/platformio/platformio-examples?utm_source=github&utm_medium=core>`__
2020-10-14 17:53:41 +03:00
Solutions
---------
2022-04-29 20:46:04 +03:00
* `Library Management <https://docs.platformio.org/en/latest/librarymanager/index.html?utm_source=github&utm_medium=core>`_
* `Desktop IDEs Integration <https://docs.platformio.org/en/latest/ide.html?utm_source=github&utm_medium=core>`_
* `Continuous Integration <https://docs.platformio.org/en/latest/ci/index.html?utm_source=github&utm_medium=core>`_
2018-07-19 19:00:09 +03:00
2020-10-14 17:55:45 +03:00
**Advanced**
2022-04-29 20:46:04 +03:00
* `Debugging <https://docs.platformio.org/en/latest/plus/debugging.html?utm_source=github&utm_medium=core>`_
* `Unit Testing <https://docs.platformio.org/en/latest/advanced/unit-testing/index.html?utm_source=github&utm_medium=core>`_
* `Static Code Analysis <https://docs.platformio.org/en/latest/plus/pio-check.html?utm_source=github&utm_medium=core>`_
* `Remote Development <https://docs.platformio.org/en/latest/plus/pio-remote.html?utm_source=github&utm_medium=core>`_
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
2021-12-22 22:36:32 +02:00
* `Libraries <https://registry.platformio.org/search?t=library&utm_source=github&utm_medium=core>`_
* `Development Platforms <https://registry.platformio.org/search?t=platform&utm_source=github&utm_medium=core>`_
* `Development Tools <https://registry.platformio.org/search?t=tool&utm_source=github&utm_medium=core>`_
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
Telemetry / Privacy Policy
--------------------------
Share minimal diagnostics and usage information to help us make PlatformIO better.
It is enabled by default. For more information see:
2022-04-29 20:46:04 +03:00
* `Telemetry Setting <https://docs.platformio.org/en/latest/userguide/cmd_settings.html?utm_source=github&utm_medium=core#enable-telemetry>`_
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.
2022-07-25 16:39:09 +03:00
.. image:: https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg
:target: https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md
:alt: SWUbanner