platform-ststm32/platform.json

72 lines
2.1 KiB
JSON
Raw 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": {
2016-08-30 12:46:13 -07:00
"platformio": "^3.0.0",
2016-05-27 08:48:20 -07:00
"scons": ">=2.3.0,<2.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/platformio/platform-ststm32.git"
},
2016-09-01 14:09:15 -07:00
"version": "1.0.1",
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"
],
"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"
}
},
"packages": {
"toolchain-gccarmnoneeabi": {
"type": "toolchain",
"version": ">=1.40803.0,<1.40805.0"
},
"framework-mbed": {
"type": "framework",
"optional": true,
2016-08-31 06:03:26 -07:00
"version": "~3.124.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"
},
"tool-stlink": {
"type": "uploader",
"optional": true,
2016-07-05 07:50:19 -07:00
"version": "~1.10200.0"
2016-05-27 08:48:20 -07:00
}
}
}