File tree 5 files changed +1391
-0
lines changed
variants/STM32H5xx/H563IIKxQ_H573IIKxQ
5 files changed +1391
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
166
166
| :green_heart : | STM32F746NG | [ STM32F746G-DISCOVERY] ( http://www.st.com/en/evaluation-tools/32f746gdiscovery.html ) | * 0.1.0* | |
167
167
| :green_heart : | STM32G031J6 | [ STM32G0316-DISCO] ( https://www.st.com/en/evaluation-tools/stm32g0316-disco.html ) | * 1.9.0* | |
168
168
| :green_heart : | STM32G431CB | [ B-G431B-ESC1] ( https://www.st.com/en/evaluation-tools/b-g431b-esc1.html ) | * 2.0.0* | |
169
+ | :yellow_heart : | STM32H573IIKxQ | [ STM32H573I-DK] ( https://www.st.com/en/evaluation-tools/stm32h573i-dk.html ) | ** 2.6.0** | |
169
170
| :green_heart : | STM32L4S5VI | [ B-L4S5I-IOT01A] ( https://www.st.com/en/evaluation-tools/b-l4s5i-iot01a.html ) | * 2.0.0* | |
170
171
| :green_heart : | STM32U585AIIxQ | [ B-U585I-IOT02A] ( https://www.st.com/en/evaluation-tools/b-u585i-iot02a.html ) | * 2.1.0* | |
171
172
| :green_heart : | STM32WB5MMG | [ STM32WB5MM-DK] ( https://www.st.com/en/evaluation-tools/stm32wb5mm-dk.html ) | * 2.1.0* | |
Original file line number Diff line number Diff line change @@ -1049,6 +1049,21 @@ Disco.menu.pnum.DISCO_G0316.build.variant=STM32G0xx/G031J(4-6)M_G041J6M
1049
1049
Disco.menu.pnum.DISCO_G0316.build.cmsis_lib_gcc=arm_cortexM0l_math
1050
1050
Disco.menu.pnum.DISCO_G0316.build.st_extra_flags=-D{build.product_line} {build.xSerial} -D__CORTEX_SC=0
1051
1051
1052
+ # STM32H573I-DK
1053
+ Disco.menu.pnum.STM32H573I_DK=STM32H573I-DK
1054
+ Disco.menu.pnum.STM32H573I_DK.node=DIS_H573II
1055
+ Disco.menu.pnum.STM32H573I_DK.upload.maximum_size=2097152
1056
+ Disco.menu.pnum.STM32H573I_DK.upload.maximum_data_size=655360
1057
+ Disco.menu.pnum.STM32H573I_DK.build.mcu=cortex-m33
1058
+ Disco.menu.pnum.STM32H573I_DK.build.fpu=-mfpu=fpv4-sp-d16
1059
+ Disco.menu.pnum.STM32H573I_DK.build.float-abi=-mfloat-abi=hard
1060
+ Disco.menu.pnum.STM32H573I_DK.build.board=STM32H573I_DK
1061
+ Disco.menu.pnum.STM32H573I_DK.build.series=STM32H5xx
1062
+ Disco.menu.pnum.STM32H573I_DK.build.product_line=STM32H573xx
1063
+ Disco.menu.pnum.STM32H573I_DK.build.variant=STM32H5xx/H563IIKxQ_H573IIKxQ
1064
+ Disco.menu.pnum.STM32H573I_DK.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
1065
+ Disco.menu.pnum.STM32H573I_DK.build.cmsis_lib_gcc=arm_ARMv8MMLlfsp_math
1066
+
1052
1067
# STM32WB5MM-DK board
1053
1068
Disco.menu.pnum.STM32WB5MM_DK=STM32WB5MM-DK
1054
1069
Disco.menu.pnum.STM32WB5MM_DK.node="DIS_WB5MMG"
You can’t perform that action at this time.
0 commit comments