Skip to content

Commit abae423

Browse files
committed
variant(f4): add the DISCO_F411VE (STM32F411E-DISCO) board
1 parent 2095f53 commit abae423

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
191191
| :green_heart: | STM32F100RB | [STM32VLDISCOVERY](https://www.st.com/en/evaluation-tools/stm32vldiscovery.html) | 0.2.1 | |
192192
| :green_heart: | STM32F303VC | [STM32F3DISCOVERY](https://www.st.com/en/evaluation-tools/stm32f3discovery.html) | *2.0.0* | |
193193
| :green_heart: | STM32F407VG | [STM32F407G-DISC1](http://www.st.com/en/evaluation-tools/stm32f4discovery.html) | *0.1.0* | |
194+
| :yellow_heart: | STM32F411VE | [STM32F411E-DISCO](https://www.st.com/en/evaluation-tools/32f411ediscovery.html) | *2.12.0* | |
194195
| :green_heart: | STM32F413ZH | [32F413HDISCOVERY](https://www.st.com/en/evaluation-tools/32f413hdiscovery.html) | *1.9.0* | |
195196
| :green_heart: | STM32F746NG | [STM32F746G-DISCOVERY](http://www.st.com/en/evaluation-tools/32f746gdiscovery.html) | *0.1.0* | |
196197
| :green_heart: | STM32G031J6 | [STM32G0316-DISCO](https://www.st.com/en/evaluation-tools/stm32g0316-disco.html) | *1.9.0* | |

boards.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,20 @@ Disco.menu.pnum.DISCO_F407VG.build.variant=STM32F4xx/F407V(E-G)T_F417V(E-G)T
14211421
Disco.menu.pnum.DISCO_F407VG.openocd.target=stm32f4x
14221422
Disco.menu.pnum.DISCO_F407VG.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32F4xx/STM32F407.svd
14231423

1424+
# DISCO_F411VE board
1425+
Disco.menu.pnum.DISCO_F411VE=STM32F411E-DISCO
1426+
Disco.menu.pnum.DISCO_F411VE.upload.maximum_size=524288
1427+
Disco.menu.pnum.DISCO_F411VE.upload.maximum_data_size=131072
1428+
Disco.menu.pnum.DISCO_F411VE.build.mcu=cortex-m4
1429+
Disco.menu.pnum.DISCO_F411VE.build.fpu=-mfpu=fpv4-sp-d16
1430+
Disco.menu.pnum.DISCO_F411VE.build.float-abi=-mfloat-abi=hard
1431+
Disco.menu.pnum.DISCO_F411VE.build.board=DISCO_F411VE
1432+
Disco.menu.pnum.DISCO_F411VE.build.series=STM32F4xx
1433+
Disco.menu.pnum.DISCO_F411VE.build.product_line=STM32F411xE
1434+
Disco.menu.pnum.DISCO_F411VE.build.variant=STM32F4xx/F411V(C-E)T
1435+
Disco.menu.pnum.DISCO_F411VE.openocd.target=stm32f4x
1436+
Disco.menu.pnum.DISCO_F411VE.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32F4xx/STM32F411.svd
1437+
14241438
# DISCO_F413ZH board
14251439
Disco.menu.pnum.DISCO_F413ZH=STM32F413H-DISCO
14261440
Disco.menu.pnum.DISCO_F413ZH.node=DIS_F413ZH

0 commit comments

Comments
 (0)