platform-ststm32/boards/disco_f407vg.json

38 lines
843 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": "-DSTM32F4 -DSTM32F407xx -DSTM32F40_41xxx",
"f_cpu": "168000000L",
"ldscript": "stm32f405x6.ld",
"mcu": "stm32f407vgt6",
2016-05-27 08:48:20 -07:00
"variant": "stm32f407xx"
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",
2017-05-07 23:44:58 -07:00
"libopencm3",
"arduino"
2017-04-01 05:39:18 -07:00
],
"name": "ST STM32F4DISCOVERY",
2016-05-27 08:48:20 -07:00
"upload": {
2017-04-01 05:39:18 -07:00
"maximum_ram_size": 131072,
"maximum_size": 1048576,
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/stm32f4discovery.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/PF252419",
2016-05-27 08:48:20 -07:00
"vendor": "ST"
}