Add script for dynamically generating RST documents. Update platforms and frameworks documentation // Resolve 114

This commit is contained in:
Valeriy Koval
2015-03-11 18:12:58 +02:00
parent 898a9c5601
commit 7b4680ef6a
19 changed files with 387 additions and 25 deletions

View File

@@ -7,7 +7,14 @@ from platformio.platforms.base import BasePlatform
class Ststm32Platform(BasePlatform):
"""
An embedded platform for ST STM32 ARM microcontrollers
The STM32 family of 32-bit Flash MCUs based on the ARM Cortex-M
processor is designed to offer new degrees of freedom to MCU users.
It offers a 32-bit product range that combines very high performance,
real-time capabilities, digital signal processing, and low-power,
low-voltage operation, while maintaining full integration and ease of
development.
http://www.st.com/web/en/catalog/mmc/FM141/SC1169?sc=stm32
"""
PACKAGES = {