platform-ststm32/platform.json

99 lines
2.8 KiB
JSON
Raw Permalink Normal View History

2016-05-27 08:48:20 -07:00
{
"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",
2016-08-30 12:46:13 -07:00
"license": "Apache-2.0",
2016-05-27 08:48:20 -07:00
"engines": {
"platformio": "^3.0.0"
2016-05-27 08:48:20 -07:00
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-ststm32.git"
},
2017-05-04 07:29:37 -07:00
"version": "2.0.0",
2016-05-27 08:48:20 -07:00
"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"
2016-05-27 08:48:20 -07:00
],
"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"
2016-05-27 08:48:20 -07:00
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": ">=1.40803.0,<1.40805.0"
},
"framework-mbed": {
"type": "framework",
"optional": true,
"version": "~3.137.0"
2016-05-27 08:48:20 -07:00
},
"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"
},
2016-05-27 08:48:20 -07:00
"tool-stlink": {
"type": "uploader",
"optional": true,
2017-04-29 10:26:34 -07:00
"version": "~1.10301.0"
},
"tool-stm32duino": {
"type": "uploader",
"optional": true,
"version": "~1.0.0"
2017-04-01 05:39:18 -07:00
},
"tool-openocd": {
2017-05-03 14:53:07 -07:00
"type": "debugger",
2017-04-01 05:39:18 -07:00
"optional": true,
"version": "~1.1000.0"
2016-05-27 08:48:20 -07:00
}
}
}