platform-ststm32/boards/disco_l152rb.json

36 lines
808 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",
"extra_flags": "-DSTM32L1 -DSTM32L152xB -DSTM32L1XX_MD",
"f_cpu": "32000000L",
"ldscript": "stm32l15xx6.ld",
"mcu": "stm32l152rbt6",
2016-05-27 08:48:20 -07:00
"variant": "stm32l152xb"
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
"cmsis",
"spl",
2016-05-27 08:48:20 -07:00
"libopencm3"
2017-04-01 05:39:18 -07:00
],
"name": "ST STM32LDISCOVERY",
2016-05-27 08:48:20 -07:00
"upload": {
2017-04-01 05:39:18 -07:00
"maximum_ram_size": 16384,
"maximum_size": 131072,
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/st_nucleo_l1.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/PF258515",
2016-05-27 08:48:20 -07:00
"vendor": "ST"
}