mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Add keywords and extend platforms list
This commit is contained in:
@ -114,6 +114,12 @@ It has support for many popular embedded platforms like these:
|
|||||||
|
|
||||||
* ``atmelavr`` `Atmel AVR <http://platformio.org/#!/platforms/atmelavr>`_
|
* ``atmelavr`` `Atmel AVR <http://platformio.org/#!/platforms/atmelavr>`_
|
||||||
(including *Arduino*-based boards, *Microduino, Raspduino, Teensy*)
|
(including *Arduino*-based boards, *Microduino, Raspduino, Teensy*)
|
||||||
|
* ``atmelsam`` `Atmel SAM <http://platformio.org/#!/platforms/atmelsam>`_
|
||||||
|
(including *Arduino*-based boards, *Digistump DigiX*)
|
||||||
|
* ``stm32`` `STM32 <http://platformio.org/#!/platforms/stm32>`_
|
||||||
|
(including *STM32 Discovery* Kits, CMSIS, SPL, libOpenCM3)
|
||||||
|
* ``teensy`` `STM32 <http://platformio.org/#!/platforms/teensy>`_
|
||||||
|
(including *Teensy 2 and 3* USB boards)
|
||||||
* ``timsp430`` `TI MSP430 <http://platformio.org/#!/platforms/timsp430>`_
|
* ``timsp430`` `TI MSP430 <http://platformio.org/#!/platforms/timsp430>`_
|
||||||
(including *MSP430* LaunchPads)
|
(including *MSP430* LaunchPads)
|
||||||
* ``titiva`` `TI TIVA C <http://platformio.org/#!/platforms/titiva>`_
|
* ``titiva`` `TI TIVA C <http://platformio.org/#!/platforms/titiva>`_
|
||||||
|
4
setup.py
4
setup.py
@ -41,5 +41,7 @@ setup(
|
|||||||
"Topic :: Software Development",
|
"Topic :: Software Development",
|
||||||
"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 teensy stm32 "
|
||||||
|
"ti msp430 tiva mbed arduino opencm3")
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user