File tree Expand file tree Collapse file tree 5 files changed +1069
-0
lines changed
variants/STM32U5xx/U575Z(G-I)TxQ_U585ZETxQ Expand file tree Collapse file tree 5 files changed +1069
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
92
92
| :green_heart : | STM32L4R5ZI-P | [ Nucleo L4R5ZI-P] ( http://www.st.com/en/evaluation-tools/nucleo-l4r5zi-p.html ) | * 1.4.0* | |
93
93
| :green_heart : | STM32L552ZE-Q | [ Nucleo L552ZE-Q] ( https://www.st.com/en/evaluation-tools/nucleo-l552ze-q.html ) | * 2.0.0* | |
94
94
| :green_heart : | STM32H743ZI | [ Nucleo H743ZI(2)] ( https://www.st.com/en/evaluation-tools/nucleo-h743zi.html ) | * 1.5.0* | Nucleo H743ZI2 since 1.6.0 |
95
+ | :yellow_heart : | STM32U575ZI-Q | [ NUCLEO-U575ZI-Q] ( https://www.st.com/en/evaluation-tools/nucleo-u575zi-q.html ) | ** 2.1.0** | |
95
96
96
97
### [ 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 ) boards
97
98
Original file line number Diff line number Diff line change @@ -180,6 +180,20 @@ Nucleo_144.menu.pnum.NUCLEO_L552ZE_Q.build.product_line=STM32L552xx
180
180
Nucleo_144.menu.pnum.NUCLEO_L552ZE_Q.build.variant=STM32L5xx/L552Z(C-E)TxQ_L562ZETxQ
181
181
Nucleo_144.menu.pnum.NUCLEO_L552ZE_Q.build.cmsis_lib_gcc=arm_ARMv8MMLlfsp_math
182
182
183
+ # NUCLEO_U575ZI_Q board
184
+ Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q=Nucleo U575ZI-Q
185
+ Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.node=NOD_U575ZI
186
+ Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.upload.maximum_size=2097152
187
+ Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.upload.maximum_data_size=262144
188
+ Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.build.mcu=cortex-m33
189
+ Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.build.flags.fp=-mfpu=fpv4-sp-d16 -mfloat-abi=hard
190
+ Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.build.board=NUCLEO_U575ZI_Q
191
+ Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.build.series=STM32U5xx
192
+ Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.build.product_line=STM32U575xx
193
+ Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.build.variant=STM32U5xx/U575Z(G-I)TxQ_U585ZETxQ
194
+ Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.build.cmsis_lib_gcc=arm_ARMv8MMLlfsp_math
195
+ Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
196
+
183
197
# Upload menu
184
198
Nucleo_144.menu.upload_method.MassStorage=Mass Storage
185
199
Nucleo_144.menu.upload_method.MassStorage.upload.protocol=
You can’t perform that action at this time.
0 commit comments