platform-ststm32/boards/disco_f100rb.json

34 lines
750 B
JSON

{
"build": {
"cpu": "cortex-m3",
"f_cpu": "24000000L",
"mcu": "stm32f100rbt6"
},
"frameworks": [
"mbed"
],
"name": "ST STM32VLDISCOVERY",
"upload": {
"maximum_ram_size": 8192,
"maximum_size": 131072,
"protocol": "stlink"
},
"debug": {
"tools": {
"stlink-v1": {
"server": {
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": [
"-f", "scripts/interface/stlink-v1.cfg",
"-c", "transport select hla_swd",
"-f", "scripts/target/stm32f1x.cfg"
]
},
"onboard": true
}
}
},
"url": "http://www.st.com/web/catalog/tools/FM116/SC959/SS1532/LN1848/PF250863",
"vendor": "ST"
}