Add keywords and extend platforms list

This commit is contained in:
Ivan Kravets
2015-02-27 22:56:22 +02:00
parent f3f0979f92
commit ce4ce67607
2 changed files with 9 additions and 1 deletions

View File

@ -114,6 +114,12 @@ It has support for many popular embedded platforms like these:
* ``atmelavr`` `Atmel AVR <http://platformio.org/#!/platforms/atmelavr>`_
(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>`_
(including *MSP430* LaunchPads)
* ``titiva`` `TI TIVA C <http://platformio.org/#!/platforms/titiva>`_

View File

@ -41,5 +41,7 @@ setup(
"Topic :: Software Development",
"Topic :: Software Development :: Build Tools",
"Topic :: Software Development :: Compilers"
]
],
keywords=("builder library manager atmel avr sam teensy stm32 "
"ti msp430 tiva mbed arduino opencm3")
)