New board STM32F0308DISCOVERY

This commit is contained in:
Ivan Kravets 2017-04-15 13:06:43 +03:00
parent 4a0eb471f0
commit 21e0fcd802
2 changed files with 39 additions and 1 deletions

38
boards/disco_f030r8.json Normal file
View File

@ -0,0 +1,38 @@
{
"build": {
"cpu": "cortex-m0",
"f_cpu": "48000000L",
"mcu": "stm32f030r8t6"
},
"frameworks": [
"mbed"
],
"name": "ST STM32F0308DISCOVERY",
"upload": {
"maximum_ram_size": 8192,
"maximum_size": 65536,
"protocol": "stlink"
},
"debug": {
"tools": {
"stlink-v2": {
"server": {
"package": "tool-openocd",
"executable": "bin/openocd",
"arguments": ["-f", "scripts/board/stm32f0discovery.cfg"]
},
"gdbinit": [
"target remote :3333",
"file $PROG_PATH",
"load $PROG_PATH",
"monitor init",
"monitor reset halt",
"tb main"
],
"onboard": true
}
}
},
"url": "http://www.st.com/en/evaluation-tools/32f0308discovery.html",
"vendor": "ST"
}

@ -1 +1 @@
Subproject commit 10e1c2efc4260363278104004b41e781a4083432
Subproject commit 99c2b3604e4c91bb3af647e1ee678c0f334c7ee1