From 3aae791bee05aa82a1569a0a3b945e5db3248c25 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 22 Jun 2020 20:02:43 +0300 Subject: [PATCH] Change slogan to "collaborative platform" --- README.rst | 2 +- docs | 2 +- platformio/__init__.py | 8 +++++--- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 17d15bf6..104a7deb 100644 --- a/README.rst +++ b/README.rst @@ -37,7 +37,7 @@ 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 `_ a new generation ecosystem for embedded development +`PlatformIO `_ a new generation collaborative platform for embedded development **A place where Developers and Teams have true Freedom! No more vendor lock-in!** diff --git a/docs b/docs index e2ed4006..478d089d 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit e2ed4006983b5400dee022def8774b13e15466ee +Subproject commit 478d089d27feb4588d0aeb55a4edd33317fe9af4 diff --git a/platformio/__init__.py b/platformio/__init__.py index a88d3fbc..95560a17 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -17,13 +17,15 @@ __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio" __description__ = ( - "A new generation ecosystem for embedded development. " + "A new generation collaborative platform 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, " - "RISC-V, FPGA, CMSIS, SPL, AVR, Samsung ARTIK, libOpenCM3" + "Professional development environment for Embedded, IoT, Arduino, CMSIS, ESP-IDF, " + "FreeRTOS, libOpenCM3, mbedOS, Pulp OS, SPL, STM32Cube, Zephyr RTOS, ARM, AVR, " + "Espressif (ESP8266/ESP32), FPGA, MCS-51 (8051), MSP430, Nordic (nRF51/nRF52), " + "NXP i.MX RT, PIC32, RISC-V, STMicroelectronics (STM8/STM32), Teensy" ) __url__ = "https://platformio.org"