Skip to content

Commit 2614cbd

Browse files
committed
Merge branch 'release/v15.5.1'
2 parents f51da64 + eb8dc9b commit 2614cbd

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

boards/blackpill_f401cc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"build": {
3+
"arduino": {
4+
"variant_h": "variant_BLACKPILL_F401Cx.h"
5+
},
36
"core": "stm32",
47
"cpu": "cortex-m4",
58
"extra_flags": "-DSTM32F4xx -DSTM32F401xC",

boards/blackpill_f401ce.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
{
22
"build": {
3+
"arduino": {
4+
"variant_h": "variant_BLACKPILL_F401Cx.h"
5+
},
36
"core": "stm32",
47
"cpu": "cortex-m4",
58
"extra_flags": "-DSTM32F4xx -DSTM32F401xE",

boards/blackpill_f411ce.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
33
"arduino": {
4-
"variant_h": "variant_BLACKPILL_F401Cx.h"
4+
"variant_h": "variant_BLACKPILL_F411CE.h"
55
},
66
"core": "stm32",
77
"cpu": "cortex-m4",

platform.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"type": "git",
1919
"url": "https://github.com/platformio/platform-ststm32.git"
2020
},
21-
"version": "15.5.0",
21+
"version": "15.5.1",
2222
"frameworks": {
2323
"mbed": {
2424
"package": "framework-mbed",

0 commit comments

Comments
 (0)