Skip to content

Commit 37fc844

Browse files
committed
[Nucleo-H743] Support new board version (ZI2)
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent e347856 commit 37fc844

File tree

6 files changed

+288
-155
lines changed

6 files changed

+288
-155
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
4848
| :green_heart: | [Nucleo L496ZG-P](http://www.st.com/en/evaluation-tools/nucleo-l496zg-p.html) | *1.3.0* | |
4949
| :green_heart: | [Nucleo L4R5ZI](http://www.st.com/en/evaluation-tools/nucleo-l4r5zi.html) | *1.4.0* | |
5050
| :green_heart: | [Nucleo L4R5ZI-P](http://www.st.com/en/evaluation-tools/nucleo-l4r5zi-p.html) | *1.4.0* | |
51-
| :green_heart: | [Nucleo H743ZI](https://www.st.com/en/evaluation-tools/nucleo-h743zi.html) | *1.5.0* | |
51+
| :green_heart: | [Nucleo H743ZI(2)](https://www.st.com/en/evaluation-tools/nucleo-h743zi.html) | *1.5.0* | Nucleo H743ZI(2) since 1.6.0 |
5252

5353
| Status | [Nucleo 64](https://www.st.com/content/st_com/en/products/evaluation-tools/product-evaluation-tools/mcu-eval-tools/stm32-mcu-eval-tools/stm32-nucleo-boards.html) | Release | Comment |
5454
| :---: | --- | :---: | :--- |

boards.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,17 @@ Nucleo_144.menu.pnum.NUCLEO_H743ZI.build.product_line=STM32H743xx
7070
Nucleo_144.menu.pnum.NUCLEO_H743ZI.build.variant=NUCLEO_H743ZI
7171
Nucleo_144.menu.pnum.NUCLEO_H743ZI.build.cmsis_lib_gcc=arm_cortexM7l_math
7272

73+
Nucleo_144.menu.pnum.NUCLEO_H743ZI2=Nucleo H743ZI2
74+
Nucleo_144.menu.pnum.NUCLEO_H743ZI2.node=NODE_H743ZI
75+
Nucleo_144.menu.pnum.NUCLEO_H743ZI2.upload.maximum_size=2097152
76+
Nucleo_144.menu.pnum.NUCLEO_H743ZI2.upload.maximum_data_size=131072
77+
Nucleo_144.menu.pnum.NUCLEO_H743ZI2.build.mcu=cortex-m7 -mfpu=fpv4-sp-d16 -mfloat-abi=hard
78+
Nucleo_144.menu.pnum.NUCLEO_H743ZI2.build.board=NUCLEO_H743ZI2
79+
Nucleo_144.menu.pnum.NUCLEO_H743ZI2.build.series=STM32H7xx
80+
Nucleo_144.menu.pnum.NUCLEO_H743ZI2.build.product_line=STM32H743xx
81+
Nucleo_144.menu.pnum.NUCLEO_H743ZI2.build.variant=NUCLEO_H743ZI
82+
Nucleo_144.menu.pnum.NUCLEO_H743ZI2.build.cmsis_lib_gcc=arm_cortexM7l_math
83+
7384
# NUCLEO_L496ZG board
7485
Nucleo_144.menu.pnum.NUCLEO_L496ZG=Nucleo L496ZG
7586
Nucleo_144.menu.pnum.NUCLEO_L496ZG.node=NODE_L496ZG

0 commit comments

Comments
 (0)