From 7741790bd8fa89a4523322eb92b9239eac44158f Mon Sep 17 00:00:00 2001 From: Valeriy Koval Date: Fri, 16 Oct 2015 14:50:28 +0300 Subject: [PATCH] Add libopenCM3 support for nucleo_f103rb board. --- platformio/boards/ststm32.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/platformio/boards/ststm32.json b/platformio/boards/ststm32.json index 43913e6d..4eef729d 100644 --- a/platformio/boards/ststm32.json +++ b/platformio/boards/ststm32.json @@ -205,11 +205,14 @@ }, "nucleo_f103rb": { "build": { + "core": "stm32", "f_cpu": "72000000L", + "ldscript": "stm32f103xb.ld", "cpu": "cortex-m3", - "mcu": "stm32f103rbt6" + "mcu": "stm32f103rbt6", + "variant": "stm32f1" }, - "frameworks": ["mbed"], + "frameworks": ["mbed","libopencm3"], "name": "ST Nucleo F103RB", "platform": "ststm32", "upload": {