Skip to content

Commit

Permalink
Merge branch 'release/v15.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeros committed Mar 2, 2023
2 parents f51da64 + eb8dc9b commit 2614cbd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions boards/blackpill_f401cc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"build": {
"arduino": {
"variant_h": "variant_BLACKPILL_F401Cx.h"
},
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4xx -DSTM32F401xC",
Expand Down
3 changes: 3 additions & 0 deletions boards/blackpill_f401ce.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
"build": {
"arduino": {
"variant_h": "variant_BLACKPILL_F401Cx.h"
},
"core": "stm32",
"cpu": "cortex-m4",
"extra_flags": "-DSTM32F4xx -DSTM32F401xE",
Expand Down
2 changes: 1 addition & 1 deletion boards/blackpill_f411ce.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"build": {
"arduino": {
"variant_h": "variant_BLACKPILL_F401Cx.h"
"variant_h": "variant_BLACKPILL_F411CE.h"
},
"core": "stm32",
"cpu": "cortex-m4",
Expand Down
2 changes: 1 addition & 1 deletion platform.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2614cbd

Please sign in to comment.