Merge pull request #2 from zgoda/bluepill_f103c8

BluePill F103C8 support
This commit is contained in:
Ivan Kravets 2016-08-25 13:36:42 +03:00 committed by GitHub
commit c8c51ed58c
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"
}