forked from platformio/platformio-core
Add "open-source" to slogan
This commit is contained in:
@ -42,9 +42,9 @@ PlatformIO
|
|||||||
.. image:: https://raw.githubusercontent.com/platformio/platformio/develop/docs/_static/platformio-logo.png
|
.. image:: https://raw.githubusercontent.com/platformio/platformio/develop/docs/_static/platformio-logo.png
|
||||||
:target: http://platformio.org
|
:target: http://platformio.org
|
||||||
|
|
||||||
`PlatformIO <http://platformio.org>`_ is a cross-platform code builder
|
`PlatformIO <http://platformio.org>`_ is an open-source cross-platform code
|
||||||
and the missing library manager (Ready for embedded development, IDE and
|
builder and the missing library manager (Ready for embedded development, IDE
|
||||||
Continuous integration, Arduino and MBED compatible).
|
and Continuous integration, Arduino and MBED compatible).
|
||||||
|
|
||||||
*Atmel AVR & SAM, Espressif, Freescale Kinetis, Nordic nRF51, NXP LPC,
|
*Atmel AVR & SAM, Espressif, Freescale Kinetis, Nordic nRF51, NXP LPC,
|
||||||
Silicon Labs EFM32, ST STM32, TI MSP430 & Tiva, Teensy, Arduino, mbed,
|
Silicon Labs EFM32, ST STM32, TI MSP430 & Tiva, Teensy, Arduino, mbed,
|
||||||
|
@ -13,8 +13,8 @@ General
|
|||||||
What is PlatformIO?
|
What is PlatformIO?
|
||||||
~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
`PlatformIO <http://platformio.org>`_ is a cross-platform code builder
|
`PlatformIO <http://platformio.org>`_ is an open-source cross-platform code
|
||||||
and the missing library manager.
|
builder and the missing library manager.
|
||||||
|
|
||||||
PlatformIO is independent from the platform, in which it is running. In fact,
|
PlatformIO is independent from the platform, in which it is running. In fact,
|
||||||
the only requirement is Python, which exists pretty much everywhere. What this
|
the only requirement is Python, which exists pretty much everywhere. What this
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
PlatformIO is a cross-platform code builder and the missing library manager
|
PlatformIO is an open-source cross-platform code builder and the missing library manager
|
||||||
===========================================================================
|
========================================================================================
|
||||||
|
|
||||||
**Ready for embedded development, IDE and Continuous integration, Arduino and
|
**Ready for embedded development, IDE and Continuous integration, Arduino and
|
||||||
MBED compatible**
|
MBED compatible**
|
||||||
|
@ -6,8 +6,8 @@ __version__ = ".".join([str(s) for s in VERSION])
|
|||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
__description__ = (
|
__description__ = (
|
||||||
"Cross-platform code builder and the missing library manager "
|
"An open-source cross-platform code builder and the missing library "
|
||||||
"(Ready for embedded development, IDE and Continuous integration, "
|
"manager (Ready for embedded development, IDE and Continuous integration, "
|
||||||
"Arduino and MBED compatible)"
|
"Arduino and MBED compatible)"
|
||||||
)
|
)
|
||||||
__url__ = "http://platformio.org"
|
__url__ = "http://platformio.org"
|
||||||
|
Reference in New Issue
Block a user