Skip to content

Commit dcc41b2

Browse files
authored
Updates for BlackPill F4x series of boards (#517)
1 parent b3f08e2 commit dcc41b2

File tree

3 files changed

+19
-21
lines changed

3 files changed

+19
-21
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
}

0 commit comments

Comments
 (0)