diff --git a/README.rst b/README.rst index abb3f5f6..c7be1767 100644 --- a/README.rst +++ b/README.rst @@ -34,16 +34,19 @@ PlatformIO .. 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 -`PlatformIO `_ is an open source ecosystem for IoT -development. Cross-platform IDE and unified debugger. Remote unit testing and -firmware updates. +`PlatformIO `_ an open source ecosystem for embedded development + +* **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 ----------- * `What is PlatformIO? `_ -Open Source +Instruments ----------- * `PlatformIO IDE `_ @@ -57,11 +60,10 @@ Open Source PIO Plus -------- +* `PIO Check `_ * `PIO Remote `_ * `PIO Unified Debugger `_ * `PIO Unit Testing `_ -* `Cloud IDEs Integration `_ -* `Integration Services `_ Registry -------- diff --git a/docs b/docs index 35356aec..5ee19204 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit 35356aeca0786029398c9adf6c7aad209279cad7 +Subproject commit 5ee192047c6d58aa7087f24ad9b5f4d1ffce68e1 diff --git a/platformio/__init__.py b/platformio/__init__.py index 6e834f90..74f1af2b 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -17,11 +17,13 @@ __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio" __description__ = ( - "An open source ecosystem for IoT development. " - "Cross-platform IDE and unified debugger. " - "Remote unit testing and firmware updates. " + "An open source ecosystem for embedded development. " + "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. " "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" diff --git a/platformio/maintenance.py b/platformio/maintenance.py index 046555a2..94a9140a 100644 --- a/platformio/maintenance.py +++ b/platformio/maintenance.py @@ -180,7 +180,7 @@ def after_upgrade(ctx): ) if not getenv("PLATFORMIO_IDE"): click.echo( - "- %s PlatformIO IDE for IoT development > %s" + "- %s PlatformIO IDE for embedded development > %s" % ( click.style("try", fg="cyan"), click.style("https://platformio.org/platformio-ide", fg="cyan"),