BluePill F103C8 support

This commit is contained in:
Jarek Zgoda 2016-07-04 12:20:48 +02:00
parent 3b66b59078
commit c97990fb3d
1 changed files with 21 additions and 0 deletions

View File

@ -0,0 +1,21 @@
{
"build": {
"core": "stm32",
"cpu": "cortex-m3",
"f_cpu": "72000000L",
"ldscript": "stm32f103xb.ld",
"mcu": "stm32f103c8t6",
"variant": "stm32f1"
},
"frameworks": [
"mbed"
],
"name": "BluePill F103C8",
"upload": {
"maximum_ram_size": 20480,
"maximum_size": 65536,
"protocol": "stlink"
},
"url": "http://www.st.com/content/st_com/en/products/microcontrollers/stm32-32-bit-arm-cortex-mcus/stm32f1-series/stm32f103/stm32f103c8.html",
"vendor": "generic"
}