Skip to content

Commit ebd5cec

Browse files
committed
Merge branch 'release/v13.0.0'
2 parents 43deb31 + 8a5a3f4 commit ebd5cec

File tree

5 files changed

+22
-24
lines changed

5 files changed

+22
-24
lines changed

boards/blackpill_f401cc.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@
88
"product_line": "STM32F401xC",
99
"variant": "Generic_F401Cx"
1010
},
11-
"connectivity": [
12-
"can"
13-
],
1411
"debug": {
1512
"jlink_device": "STM32F401CC",
1613
"openocd_target": "stm32f4x",
@@ -22,7 +19,7 @@
2219
"stm32cube",
2320
"libopencm3"
2421
],
25-
"name": "BlackPill F401CC",
22+
"name": "WeAct Studio BlackPill V2.0 (STM32F401CC)",
2623
"upload": {
2724
"maximum_ram_size": 65536,
2825
"maximum_size": 262144,
@@ -36,6 +33,6 @@
3633
"dfu"
3734
]
3835
},
39-
"url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f401cc.html",
40-
"vendor": "ST"
36+
"url": "https://github.com/WeActTC/MiniSTM32F4x1",
37+
"vendor": "WeAct Studio"
4138
}

boards/blackpill_f401ce.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"f_cpu": "84000000L",
77
"mcu": "stm32f401ceu6",
88
"product_line": "STM32F401xE",
9-
"variant": "Generic_F401Cx"
9+
"variant": "Generic_F401Cx",
10+
"zephyr": {
11+
"variant": "blackpill_f401ce"
12+
}
1013
},
11-
"connectivity": [
12-
"can"
13-
],
1414
"debug": {
1515
"jlink_device": "STM32F401CE",
1616
"openocd_target": "stm32f4x",
@@ -20,9 +20,10 @@
2020
"arduino",
2121
"cmsis",
2222
"stm32cube",
23-
"libopencm3"
23+
"libopencm3",
24+
"zephyr"
2425
],
25-
"name": "BlackPill F401CE",
26+
"name": "WeAct Studio BlackPill V3.0 (STM32F401CE)",
2627
"upload": {
2728
"maximum_ram_size": 98304,
2829
"maximum_size": 524288,
@@ -36,6 +37,6 @@
3637
"dfu"
3738
]
3839
},
39-
"url": "https://www.st.com/en/microcontrollers-microprocessors/stm32f401ce.html",
40-
"vendor": "ST"
40+
"url": "https://github.com/WeActTC/MiniSTM32F4x1",
41+
"vendor": "WeAct Studio"
4142
}

boards/blackpill_f411ce.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
"f_cpu": "100000000L",
77
"mcu": "stm32f411ceu6",
88
"product_line": "STM32F411xE",
9-
"variant": "Generic_F411Cx"
9+
"variant": "Generic_F411Cx",
10+
"zephyr": {
11+
"variant": "blackpill_f411ce"
12+
}
1013
},
11-
"connectivity": [
12-
"can"
13-
],
1414
"debug": {
1515
"jlink_device": "STM32F411CE",
1616
"openocd_target": "stm32f4x",
@@ -23,7 +23,7 @@
2323
"libopencm3",
2424
"zephyr"
2525
],
26-
"name": "WeAct BlackPill V2.0 (BlackPill F411CE)",
26+
"name": "WeAct Studio BlackPill V2.0 (STM32F411CE)",
2727
"upload": {
2828
"maximum_ram_size": 131072,
2929
"maximum_size": 524288,
@@ -37,6 +37,6 @@
3737
"dfu"
3838
]
3939
},
40-
"url": "https://github.com/mcauser/WEACT_F411CEU6",
41-
"vendor": "WeAct"
40+
"url": "https://github.com/WeActTC/MiniSTM32F4x1",
41+
"vendor": "WeAct Studio"
4242
}

platform.json

Lines changed: 2 additions & 2 deletions
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": "12.1.1",
21+
"version": "13.0.0",
2222
"frameworks": {
2323
"mbed": {
2424
"package": "framework-mbed",
@@ -213,7 +213,7 @@
213213
"type": "framework",
214214
"optional": true,
215215
"owner": "platformio",
216-
"version": "~1.3.2"
216+
"version": "~2.0.0"
217217
},
218218
"framework-stm32cubef0": {
219219
"type": "framework",

0 commit comments

Comments
 (0)