mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 18:17:13 +02:00
Replace IoT with Embedded
This commit is contained in:
14
README.rst
14
README.rst
@ -34,16 +34,19 @@ PlatformIO
|
|||||||
.. image:: https://raw.githubusercontent.com/platformio/platformio-web/develop/app/images/platformio-ide-laptop.png
|
.. 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
|
:target: https://platformio.org?utm_source=github&utm_medium=core
|
||||||
|
|
||||||
`PlatformIO <https://platformio.org?utm_source=github&utm_medium=core>`_ is an open source ecosystem for IoT
|
`PlatformIO <https://platformio.org?utm_source=github&utm_medium=core>`_ an open source ecosystem for embedded development
|
||||||
development. Cross-platform IDE and unified debugger. Remote unit testing and
|
|
||||||
firmware updates.
|
* **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**.
|
||||||
|
|
||||||
Get Started
|
Get Started
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
* `What is PlatformIO? <https://docs.platformio.org/en/latest/what-is-platformio.html?utm_source=github&utm_medium=core>`_
|
* `What is PlatformIO? <https://docs.platformio.org/en/latest/what-is-platformio.html?utm_source=github&utm_medium=core>`_
|
||||||
|
|
||||||
Open Source
|
Instruments
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
* `PlatformIO IDE <https://platformio.org/platformio-ide?utm_source=github&utm_medium=core>`_
|
* `PlatformIO IDE <https://platformio.org/platformio-ide?utm_source=github&utm_medium=core>`_
|
||||||
@ -57,11 +60,10 @@ Open Source
|
|||||||
PIO Plus
|
PIO Plus
|
||||||
--------
|
--------
|
||||||
|
|
||||||
|
* `PIO Check <https://docs.platformio.org/page/plus/pio-check.html?utm_source=github&utm_medium=core>`_
|
||||||
* `PIO Remote <https://docs.platformio.org/page/plus/pio-remote.html?utm_source=github&utm_medium=core>`_
|
* `PIO Remote <https://docs.platformio.org/page/plus/pio-remote.html?utm_source=github&utm_medium=core>`_
|
||||||
* `PIO Unified Debugger <https://docs.platformio.org/page/plus/debugging.html?utm_source=github&utm_medium=core>`_
|
* `PIO Unified Debugger <https://docs.platformio.org/page/plus/debugging.html?utm_source=github&utm_medium=core>`_
|
||||||
* `PIO Unit Testing <https://docs.platformio.org/en/latest/plus/unit-testing.html?utm_source=github&utm_medium=core>`_
|
* `PIO Unit Testing <https://docs.platformio.org/en/latest/plus/unit-testing.html?utm_source=github&utm_medium=core>`_
|
||||||
* `Cloud IDEs Integration <https://docs.platformio.org/en/latest/ide.html?utm_source=github&utm_medium=core#solution-pio-delivery>`_
|
|
||||||
* `Integration Services <https://platformio.org/pricing?utm_source=github&utm_medium=core#enterprise-features>`_
|
|
||||||
|
|
||||||
Registry
|
Registry
|
||||||
--------
|
--------
|
||||||
|
2
docs
2
docs
Submodule docs updated: 35356aeca0...5ee192047c
@ -17,11 +17,13 @@ __version__ = ".".join([str(s) for s in VERSION])
|
|||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
__description__ = (
|
__description__ = (
|
||||||
"An open source ecosystem for IoT development. "
|
"An open source ecosystem for embedded development. "
|
||||||
"Cross-platform IDE and unified debugger. "
|
"Cross-platform IDE and Unified Debugger. "
|
||||||
"Remote unit testing and firmware updates. "
|
"Static Code Analyzer and Remote Unit Testing. "
|
||||||
|
"Multi-platform and Multi-architecture Build System. "
|
||||||
|
"Firmware File Explorer and Memory Inspection. "
|
||||||
"Arduino, ARM mbed, Espressif (ESP8266/ESP32), STM32, PIC32, nRF51/nRF52, "
|
"Arduino, ARM mbed, Espressif (ESP8266/ESP32), STM32, PIC32, nRF51/nRF52, "
|
||||||
"FPGA, CMSIS, SPL, AVR, Samsung ARTIK, libOpenCM3"
|
"RISC-V, FPGA, CMSIS, SPL, AVR, Samsung ARTIK, libOpenCM3"
|
||||||
)
|
)
|
||||||
__url__ = "https://platformio.org"
|
__url__ = "https://platformio.org"
|
||||||
|
|
||||||
|
@ -180,7 +180,7 @@ def after_upgrade(ctx):
|
|||||||
)
|
)
|
||||||
if not getenv("PLATFORMIO_IDE"):
|
if not getenv("PLATFORMIO_IDE"):
|
||||||
click.echo(
|
click.echo(
|
||||||
"- %s PlatformIO IDE for IoT development > %s"
|
"- %s PlatformIO IDE for embedded development > %s"
|
||||||
% (
|
% (
|
||||||
click.style("try", fg="cyan"),
|
click.style("try", fg="cyan"),
|
||||||
click.style("https://platformio.org/platformio-ide", fg="cyan"),
|
click.style("https://platformio.org/platformio-ide", fg="cyan"),
|
||||||
|
Reference in New Issue
Block a user