platform-ststm32/boards/nucleo_f103rb.json

33 lines
691 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-m3",
"f_cpu": "72000000L",
"ldscript": "stm32f103xb.ld",
"mcu": "stm32f103rbt6",
2016-05-27 08:48:20 -07:00
"variant": "stm32f1"
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",
2016-05-27 08:48:20 -07:00
"libopencm3"
2017-04-01 05:39:18 -07:00
],
"name": "ST Nucleo F103RB",
2016-05-27 08:48:20 -07:00
"upload": {
2017-04-01 05:39:18 -07:00
"maximum_ram_size": 20480,
2016-05-27 08:48:20 -07:00
"maximum_size": 131072
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_f103rb.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-F103RB/",
2016-05-27 08:48:20 -07:00
"vendor": "ST"
}