mirror of
https://github.com/platformio/platformio-core.git
synced 2025-08-01 10:54:27 +02:00
Add Espressif information
This commit is contained in:
@@ -6,7 +6,7 @@ PlatformIO
|
|||||||
:alt: Travis.CI Build Status
|
:alt: Travis.CI Build Status
|
||||||
.. image:: https://ci.appveyor.com/api/projects/status/ee26e58de798rctd/branch/develop?svg=true
|
.. image:: https://ci.appveyor.com/api/projects/status/ee26e58de798rctd/branch/develop?svg=true
|
||||||
:target: https://ci.appveyor.com/project/ivankravets/platformio
|
:target: https://ci.appveyor.com/project/ivankravets/platformio
|
||||||
:alt: AppVeyor.CI Build Status
|
:alt: AppVeyor.CI Build Status
|
||||||
.. image:: https://gemnasium.com/ivankravets/platformio.png
|
.. image:: https://gemnasium.com/ivankravets/platformio.png
|
||||||
:target: https://gemnasium.com/ivankravets/platformio
|
:target: https://gemnasium.com/ivankravets/platformio
|
||||||
:alt: Dependency Status
|
:alt: Dependency Status
|
||||||
@@ -27,8 +27,8 @@ PlatformIO
|
|||||||
`Reddit <http://www.reddit.com/r/platformio/>`_ |
|
`Reddit <http://www.reddit.com/r/platformio/>`_ |
|
||||||
`Twitter <https://twitter.com/PlatformIO_Org>`_
|
`Twitter <https://twitter.com/PlatformIO_Org>`_
|
||||||
|
|
||||||
*Atmel AVR & SAM, Freescale Kinetis, Nordic nRF51, NXP LPC, ST STM32,
|
*Atmel AVR & SAM, Espressif, Freescale Kinetis, Nordic nRF51, NXP LPC,
|
||||||
TI MSP430 & Tiva, Teensy, Arduino, mbed, libOpenCM3, etc.*
|
ST STM32, TI MSP430 & Tiva, Teensy, Arduino, mbed, libOpenCM3, etc.*
|
||||||
|
|
||||||
.. 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
|
||||||
@@ -127,6 +127,7 @@ It has support for the most popular embedded platforms:
|
|||||||
|
|
||||||
* `Atmel AVR <http://platformio.org/#!/platforms/atmelavr>`_
|
* `Atmel AVR <http://platformio.org/#!/platforms/atmelavr>`_
|
||||||
* `Atmel SAM <http://platformio.org/#!/platforms/atmelsam>`_
|
* `Atmel SAM <http://platformio.org/#!/platforms/atmelsam>`_
|
||||||
|
* `Espressif <http://platformio.org/#!/platforms/espressif>`_
|
||||||
* `Freescale Kinetis <http://platformio.org/#!/platforms/freescalekinetis>`_
|
* `Freescale Kinetis <http://platformio.org/#!/platforms/freescalekinetis>`_
|
||||||
* `Nordic nRF51 <http://platformio.org/#!/platforms/nordicnrf51>`_
|
* `Nordic nRF51 <http://platformio.org/#!/platforms/nordicnrf51>`_
|
||||||
* `NXP LPC. <http://platformio.org/#!/platforms/nxplpc>`_
|
* `NXP LPC. <http://platformio.org/#!/platforms/nxplpc>`_
|
||||||
|
@@ -6,7 +6,7 @@ __version__ = ".".join([str(s) for s in VERSION])
|
|||||||
|
|
||||||
__title__ = "platformio"
|
__title__ = "platformio"
|
||||||
__description__ = ("A cross-platform code builder and the missing library "
|
__description__ = ("A cross-platform code builder and the missing library "
|
||||||
"manager (Atmel AVR & SAM, Freescale Kinetis, "
|
"manager (Atmel AVR & SAM, Espressif, Freescale Kinetis, "
|
||||||
"Nordic nRF51, NXP LPC, ST STM32, TI MSP430 & Tiva, "
|
"Nordic nRF51, NXP LPC, ST STM32, TI MSP430 & Tiva, "
|
||||||
"Teensy, Arduino, mbed, libOpenCM3, etc.)")
|
"Teensy, Arduino, mbed, libOpenCM3, etc.)")
|
||||||
__url__ = "http://platformio.org"
|
__url__ = "http://platformio.org"
|
||||||
|
6
setup.py
6
setup.py
@@ -42,7 +42,7 @@ setup(
|
|||||||
"Topic :: Software Development :: Build Tools",
|
"Topic :: Software Development :: Build Tools",
|
||||||
"Topic :: Software Development :: Compilers"
|
"Topic :: Software Development :: Compilers"
|
||||||
],
|
],
|
||||||
keywords=("builder library manager atmel avr sam freescale kinetis nordic "
|
keywords=("builder library manager atmel avr sam espressif esp freescale "
|
||||||
"nrf51 nxp lpc st stm32 ti msp430 tiva teensy arduino mbed "
|
"kinetis nordic nrf51 nxp lpc st stm32 ti msp430 tiva teensy "
|
||||||
"libopencm3")
|
"arduino mbed libopencm3")
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user