platform-ststm32/boards/disco_f303vc.json

37 lines
807 B
JSON
Raw Normal View History

2016-05-27 08:48:20 -07:00
{
"build": {
2017-04-01 05:39:18 -07:00
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F3 -DSTM32F303xC",
"f_cpu": "72000000L",
"ldscript": "stm32f30xx.ld",
"mcu": "stm32f303vct6",
2016-05-27 08:48:20 -07:00
"variant": "stm32f303xc"
2017-04-01 05:39:18 -07:00
},
2016-05-27 08:48:20 -07:00
"frameworks": [
2017-04-01 05:39:18 -07:00
"mbed",
"cmsis",
"spl",
2016-05-27 08:48:20 -07:00
"libopencm3"
2017-04-01 05:39:18 -07:00
],
"name": "ST STM32F3DISCOVERY",
2016-05-27 08:48:20 -07:00
"upload": {
2017-04-01 05:39:18 -07:00
"maximum_ram_size": 49152,
"maximum_size": 262144,
2016-05-27 08:48:20 -07:00
"protocol": "stlink"
2017-04-01 05:39:18 -07:00
},
"debug": {
"tools": {
2017-04-07 13:56:56 -07:00
"stlink-v2": {
2017-04-01 05:39:18 -07:00
"server": {
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f3discovery.cfg"]
},
2017-04-07 13:56:56 -07:00
"onboard": true
2017-04-01 05:39:18 -07:00
}
}
},
"url": "http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1848/PF254044",
2016-05-27 08:48:20 -07:00
"vendor": "ST"
}