From dcc41b20872eabb745f750d91dcef22a860ddddc Mon Sep 17 00:00:00 2001 From: Kalyan Sriram Date: Thu, 8 Apr 2021 10:50:31 -0700 Subject: [PATCH 1/3] Updates for BlackPill F4x series of boards (#517) --- boards/blackpill_f401cc.json | 9 +++------ boards/blackpill_f401ce.json | 17 +++++++++-------- boards/blackpill_f411ce.json | 14 +++++++------- 3 files changed, 19 insertions(+), 21 deletions(-) diff --git a/boards/blackpill_f401cc.json b/boards/blackpill_f401cc.json index 75cac469..f873b486 100644 --- a/boards/blackpill_f401cc.json +++ b/boards/blackpill_f401cc.json @@ -8,9 +8,6 @@ "product_line": "STM32F401xC", "variant": "Generic_F401Cx" }, - "connectivity": [ - "can" - ], "debug": { "jlink_device": "STM32F401CC", "openocd_target": "stm32f4x", @@ -22,7 +19,7 @@ "stm32cube", "libopencm3" ], - "name": "BlackPill F401CC", + "name": "WeAct Studio BlackPill V2.0 (STM32F401CC)", "upload": { "maximum_ram_size": 65536, "maximum_size": 262144, @@ -36,6 +33,6 @@ "dfu" ] }, - "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f401cc.html", - "vendor": "ST" + "url": "https://github.com/WeActTC/MiniSTM32F4x1", + "vendor": "WeAct Studio" } diff --git a/boards/blackpill_f401ce.json b/boards/blackpill_f401ce.json index 5dca4ba7..4e7332a9 100644 --- a/boards/blackpill_f401ce.json +++ b/boards/blackpill_f401ce.json @@ -6,11 +6,11 @@ "f_cpu": "84000000L", "mcu": "stm32f401ceu6", "product_line": "STM32F401xE", - "variant": "Generic_F401Cx" + "variant": "Generic_F401Cx", + "zephyr": { + "variant": "blackpill_f401ce" + } }, - "connectivity": [ - "can" - ], "debug": { "jlink_device": "STM32F401CE", "openocd_target": "stm32f4x", @@ -20,9 +20,10 @@ "arduino", "cmsis", "stm32cube", - "libopencm3" + "libopencm3", + "zephyr" ], - "name": "BlackPill F401CE", + "name": "WeAct Studio BlackPill V3.0 (STM32F401CE)", "upload": { "maximum_ram_size": 98304, "maximum_size": 524288, @@ -36,6 +37,6 @@ "dfu" ] }, - "url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f401ce.html", - "vendor": "ST" + "url": "https://github.com/WeActTC/MiniSTM32F4x1", + "vendor": "WeAct Studio" } diff --git a/boards/blackpill_f411ce.json b/boards/blackpill_f411ce.json index 976704c4..54079589 100644 --- a/boards/blackpill_f411ce.json +++ b/boards/blackpill_f411ce.json @@ -6,11 +6,11 @@ "f_cpu": "100000000L", "mcu": "stm32f411ceu6", "product_line": "STM32F411xE", - "variant": "Generic_F411Cx" + "variant": "Generic_F411Cx", + "zephyr": { + "variant": "blackpill_f411ce" + } }, - "connectivity": [ - "can" - ], "debug": { "jlink_device": "STM32F411CE", "openocd_target": "stm32f4x", @@ -23,7 +23,7 @@ "libopencm3", "zephyr" ], - "name": "WeAct BlackPill V2.0 (BlackPill F411CE)", + "name": "WeAct Studio BlackPill V2.0 (STM32F411CE)", "upload": { "maximum_ram_size": 131072, "maximum_size": 524288, @@ -37,6 +37,6 @@ "dfu" ] }, - "url": "https://github.com/mcauser/WEACT_F411CEU6", - "vendor": "WeAct" + "url": "https://github.com/WeActTC/MiniSTM32F4x1", + "vendor": "WeAct Studio" } From 37ef8cf4543f4d63acb5b8bd295b744f1083cd9a Mon Sep 17 00:00:00 2001 From: valeros Date: Fri, 30 Apr 2021 18:06:35 +0300 Subject: [PATCH 2/3] Update support for Arduino-mbed core to v2.0.0 --- builder/frameworks/arduino/mbed-core | 2 +- platform.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builder/frameworks/arduino/mbed-core b/builder/frameworks/arduino/mbed-core index 67dcd585..ceb4f608 160000 --- a/builder/frameworks/arduino/mbed-core +++ b/builder/frameworks/arduino/mbed-core @@ -1 +1 @@ -Subproject commit 67dcd5855ade9da3812ed8bec87d2da42ba8467c +Subproject commit ceb4f608f9b4834ac4fa5472e1db2a2c2f9d216e diff --git a/platform.json b/platform.json index d9978b48..38ff6511 100644 --- a/platform.json +++ b/platform.json @@ -213,7 +213,7 @@ "type": "framework", "optional": true, "owner": "platformio", - "version": "~1.3.2" + "version": "~2.0.0" }, "framework-stm32cubef0": { "type": "framework", From 8a5a3f45c06f923ab75ce2dbcbfb2e2c1f924346 Mon Sep 17 00:00:00 2001 From: valeros Date: Fri, 30 Apr 2021 21:29:17 +0300 Subject: [PATCH 3/3] Bump version to 13.0.0 --- platform.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform.json b/platform.json index 38ff6511..f4a75962 100644 --- a/platform.json +++ b/platform.json @@ -18,7 +18,7 @@ "type": "git", "url": "https://github.com/platformio/platform-ststm32.git" }, - "version": "12.1.1", + "version": "13.0.0", "frameworks": { "mbed": { "package": "framework-mbed",