From c97990fb3d1097a1efe96ddb68a2c45b183297f4 Mon Sep 17 00:00:00 2001 From: Jarek Zgoda Date: Mon, 4 Jul 2016 12:20:48 +0200 Subject: [PATCH] BluePill F103C8 support --- boards/bluepill_f103c8.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 boards/bluepill_f103c8.json diff --git a/boards/bluepill_f103c8.json b/boards/bluepill_f103c8.json new file mode 100644 index 0000000..b41916b --- /dev/null +++ b/boards/bluepill_f103c8.json @@ -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" +}