mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Update slogan
This commit is contained in:
@ -13,7 +13,9 @@ Release Notes
|
|||||||
PlatformIO Core 6
|
PlatformIO Core 6
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
**A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.**
|
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.
|
||||||
|
|
||||||
6.1.10 (2023-??-??)
|
6.1.10 (2023-??-??)
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
@ -36,9 +36,11 @@ PlatformIO Core
|
|||||||
.. 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>`_ is a professional collaborative platform for embedded development.
|
`PlatformIO <https://platformio.org>`_: Your Gateway to Embedded Software Development Excellence.
|
||||||
|
|
||||||
**A place where Developers and Teams have true Freedom! No more vendor lock-in!**
|
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.
|
||||||
|
|
||||||
* Open source, maximum permissive Apache 2.0 license
|
* Open source, maximum permissive Apache 2.0 license
|
||||||
* Cross-platform IDE and Unified Debugger
|
* Cross-platform IDE and Unified Debugger
|
||||||
|
2
docs
2
docs
Submodule docs updated: 5ae4fa7e89...43c21e4fa9
@ -17,15 +17,11 @@ __version__ = ".".join([str(s) for s in VERSION])
|
|||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
__description__ = (
|
__description__ = (
|
||||||
"A professional collaborative platform for embedded development. "
|
"Your Gateway to Embedded Software Development Excellence. "
|
||||||
"Cross-platform IDE and Unified Debugger. "
|
"Unlock the true potential of embedded software development "
|
||||||
"Static Code Analyzer and Remote Unit Testing. "
|
"with PlatformIO's collaborative ecosystem, embracing "
|
||||||
"Multi-platform and Multi-architecture Build System. "
|
"declarative principles, test-driven methodologies, and "
|
||||||
"Firmware File Explorer and Memory Inspection. "
|
"modern toolchains for unrivaled success."
|
||||||
"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"
|
__url__ = "https://platformio.org"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user