{ "name": "ststm32", "title": "ST STM32", "description": "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.", "url": "http://www.st.com/web/en/catalog/mmc/FM141/SC1169?sc=stm32", "homepage": "http://platformio.org/platforms/ststm32", "license": "Apache-2.0", "engines": { "platformio": "^3.0.0" }, "repository": { "type": "git", "url": "https://github.com/platformio/platform-ststm32.git" }, "version": "2.0.0", "packageRepositories": [ "https://dl.bintray.com/platformio/dl-packages/manifest.json", "https://sourceforge.net/projects/platformio-storage/files/packages/manifest.json/download", "http://dl.platformio.org/packages/manifest.json" ], "frameworks": { "mbed": { "package": "framework-mbed", "script": "builder/frameworks/mbed/mbed.py" }, "cmsis": { "package": "framework-cmsis", "script": "builder/frameworks/cmsis.py" }, "spl": { "package": "framework-spl", "script": "builder/frameworks/spl.py" }, "libopencm3": { "package": "framework-libopencm3", "script": "builder/frameworks/libopencm3/libopencm3.py" }, "arduino": { "package": "framework-arduinoststm32", "script": "builder/frameworks/arduino.py" }, "arduino": { "package": "framework-arduinoSTM32GENERIC", "script": "builder/frameworks/arduino.py" } }, "packages": { "toolchain-gccarmnoneeabi": { "type": "toolchain", "version": ">=1.40803.0,<1.40805.0" }, "framework-mbed": { "type": "framework", "optional": true, "version": "~3.137.0" }, "framework-cmsis": { "type": "framework", "optional": true, "version": "~1.40300.0" }, "framework-spl": { "type": "framework", "optional": true, "version": "~1.10201.0" }, "framework-libopencm3": { "type": "framework", "optional": true, "version": "~1.1.0" }, "framework-arduinoststm32": { "type": "framework", "optional": true, "version": "~2.0.0" }, "framework-arduinoSTM32GENERIC": { "type": "framework", "optional": true, "version": "~1.0.0" }, "tool-stlink": { "type": "uploader", "optional": true, "version": "~1.10301.0" }, "tool-stm32duino": { "type": "uploader", "optional": true, "version": "~1.0.0" }, "tool-openocd": { "type": "debugger", "optional": true, "version": "~1.1000.0" } } }