platform-ststm32/boards/disco_l053c8.json

31 lines
631 B
JSON
Raw Normal View History

2016-05-27 08:48:20 -07:00
{
"build": {
2017-04-01 05:39:18 -07:00
"cpu": "cortex-m0plus",
"f_cpu": "32000000L",
2016-05-27 08:48:20 -07:00
"mcu": "stm32l053c8t6"
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 32L0538DISCOVERY",
2016-05-27 08:48:20 -07:00
"upload": {
2017-04-01 05:39:18 -07:00
"maximum_ram_size": 8192,
"maximum_size": 65536,
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-1": {
2017-04-01 05:39:18 -07:00
"server": {
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32l0discovery.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/en/catalog/tools/PF260319",
2016-05-27 08:48:20 -07:00
"vendor": "ST"
}