platform-ststm32/boards/nucleo_f411re.json

30 lines
605 B
JSON
Raw Permalink Normal View History

2016-05-27 08:48:20 -07:00
{
"build": {
2017-04-01 05:39:18 -07:00
"cpu": "cortex-m4",
"f_cpu": "100000000L",
2016-05-27 08:48:20 -07:00
"mcu": "stm32f411ret6"
2017-04-01 05:39:18 -07:00
},
2016-05-27 08:48:20 -07:00
"frameworks": [
2017-05-07 23:44:58 -07:00
"mbed",
"arduino"
2017-04-01 05:39:18 -07:00
],
"name": "ST Nucleo F411RE",
2016-05-27 08:48:20 -07:00
"upload": {
2017-04-01 05:39:18 -07:00
"maximum_ram_size": 131072,
2016-05-27 08:48:20 -07:00
"maximum_size": 524288
2017-04-01 05:39:18 -07:00
},
"debug": {
"tools": {
2017-04-07 13:56:56 -07:00
"stlink-v2-1": {
2017-04-01 05:39:18 -07:00
"server": {
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": ["-f", "scripts/board/st_nucleo_f4.cfg"]
},
2017-04-07 13:56:56 -07:00
"onboard": true
2017-04-01 05:39:18 -07:00
}
}
},
"url": "https://developer.mbed.org/platforms/ST-Nucleo-F411RE/",
2016-05-27 08:48:20 -07:00
"vendor": "ST"
}