From 5eda15f47fbdfa9de730e94a53e4cdfbff399d40 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Thu, 2 Mar 2023 13:52:22 +0200 Subject: [PATCH 1/2] Fix header filenames for BlackPill F4 boards Resolves #680 --- boards/blackpill_f401cc.json | 3 +++ boards/blackpill_f401ce.json | 3 +++ boards/blackpill_f411ce.json | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/boards/blackpill_f401cc.json b/boards/blackpill_f401cc.json index ae231db4..b52f9fe2 100644 --- a/boards/blackpill_f401cc.json +++ b/boards/blackpill_f401cc.json @@ -1,5 +1,8 @@ { "build": { + "arduino": { + "variant_h": "variant_BLACKPILL_F401Cx.h" + }, "core": "stm32", "cpu": "cortex-m4", "extra_flags": "-DSTM32F4xx -DSTM32F401xC", diff --git a/boards/blackpill_f401ce.json b/boards/blackpill_f401ce.json index c80bcccb..dad761d8 100644 --- a/boards/blackpill_f401ce.json +++ b/boards/blackpill_f401ce.json @@ -1,5 +1,8 @@ { "build": { + "arduino": { + "variant_h": "variant_BLACKPILL_F401Cx.h" + }, "core": "stm32", "cpu": "cortex-m4", "extra_flags": "-DSTM32F4xx -DSTM32F401xE", diff --git a/boards/blackpill_f411ce.json b/boards/blackpill_f411ce.json index dae30fbd..b484c6db 100644 --- a/boards/blackpill_f411ce.json +++ b/boards/blackpill_f411ce.json @@ -1,7 +1,7 @@ { "build": { "arduino": { - "variant_h": "variant_BLACKPILL_F401Cx.h" + "variant_h": "variant_BLACKPILL_F411CE.h" }, "core": "stm32", "cpu": "cortex-m4", From eb8dc9b8e8ea131c7bbdf02cb2455f2678e0f951 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Thu, 2 Mar 2023 18:08:05 +0200 Subject: [PATCH 2/2] Bump version to 15.5.1 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index b15f86aa..0d3faabe 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-ststm32.git" }, - "version": "15.5.0", + "version": "15.5.1", "frameworks": { "mbed": { "package": "framework-mbed",