diff --git a/HISTORY.rst b/HISTORY.rst index 2d9bb800..cea8fb1b 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -9,6 +9,8 @@ PlatformIO Core 4 4.4.0 (2020-??-??) ~~~~~~~~~~~~~~~~~~ +**A professional collaborative platform for embedded development** + * New `Account Management System `__ - Manage own organizations @@ -22,7 +24,6 @@ PlatformIO Core 4 - Launch command with custom options declared in `"platformio.ini" `__ - Python callback as a target (use the power of Python interpreter and PlatformIO Build API) - * Display system-wide information using `platformio system info `__ command (`issue #3521 `_) * List available project targets (including dev-platform specific and custom targets) with a new `platformio run --list-targets `__ command (`issue #3544 `_) * Added support for "globstar/`**`" (recursive) pattern for the different commands and configuration options (`platformio ci `__, `src_filter `__, `check_patterns `__, `library.json > srcFilter `__). Python 3.5+ is required. diff --git a/README.rst b/README.rst index 104a7deb..fcff06c8 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 collaborative platform for embedded development +`PlatformIO `_ is a professional 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 f33f42cc..2c2dce47 160000 --- a/docs +++ b/docs @@ -1 +1 @@ -Subproject commit f33f42cc9c5ec30267dc8c0c845aeda63adda598 +Subproject commit 2c2dce47ab2ee3eb20893d6fb8e01a34fef5c5ee diff --git a/platformio/__init__.py b/platformio/__init__.py index 86f894d3..7ad284a1 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -17,15 +17,15 @@ __version__ = ".".join([str(s) for s in VERSION]) __title__ = "platformio" __description__ = ( - "A new generation collaborative platform for embedded development. " + "A professional 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. " - "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" + "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"