File tree 6 files changed +1245
-0
lines changed
variants/STM32U5xx/U595Z(I-J)TxQ_U599Z(I-J)TxQ_U5A5ZJTxQ_U5A9ZJTxQ
6 files changed +1245
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
121
121
| :green_heart : | STM32L4R5ZI-P | [ Nucleo L4R5ZI-P] ( http://www.st.com/en/evaluation-tools/nucleo-l4r5zi-p.html ) | * 1.4.0* | |
122
122
| :green_heart : | STM32L552ZE-Q | [ Nucleo L552ZE-Q] ( https://www.st.com/en/evaluation-tools/nucleo-l552ze-q.html ) | * 2.0.0* | |
123
123
| :green_heart : | STM32U575ZI-Q | [ NUCLEO-U575ZI-Q] ( https://www.st.com/en/evaluation-tools/nucleo-u575zi-q.html ) | * 2.1.0* | |
124
+ | :yellow_heart : | STM32U5A5ZJ-Q | [ NUCLEO-U5A5ZJ-Q] ( https://www.st.com/en/evaluation-tools/nucleo-u5a5zj-q.html ) | ** 2.11.0** | |
124
125
125
126
### [ 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
126
127
Original file line number Diff line number Diff line change @@ -380,6 +380,22 @@ Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.build.peripheral_pins=-DCUSTOM_PERIPHERAL_P
380
380
Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.openocd.target=stm32u5x
381
381
Nucleo_144.menu.pnum.NUCLEO_U575ZI_Q.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32U5xx/STM32U575.svd
382
382
383
+ # NUCLEO_U5A5ZJ_Q board
384
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q=Nucleo U5A5ZJ-Q
385
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q.node=NOD_U5A5ZJ
386
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q.upload.maximum_size=4194304
387
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q.upload.maximum_data_size=2555904
388
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q.build.mcu=cortex-m33
389
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q.build.fpu=-mfpu=fpv4-sp-d16
390
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q.build.float-abi=-mfloat-abi=hard
391
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q.build.board=NUCLEO_U5A5ZJ_Q
392
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q.build.series=STM32U5xx
393
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q.build.product_line=STM32U5A5xx
394
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q.build.variant=STM32U5xx/U595Z(I-J)TxQ_U599Z(I-J)TxQ_U5A5ZJTxQ_U5A9ZJTxQ
395
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
396
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q.openocd.target=stm32u5x
397
+ Nucleo_144.menu.pnum.NUCLEO_U5A5ZJ_Q.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32U5xx/STM32U5A5.svd
398
+
383
399
# Upload menu
384
400
Nucleo_144.menu.upload_method.MassStorage=Mass Storage
385
401
Nucleo_144.menu.upload_method.MassStorage.upload.protocol=
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ add_library(variant_bin STATIC EXCLUDE_FROM_ALL
23
23
PeripheralPins.c
24
24
PeripheralPins_NUCLEO_U5A5ZJ_Q.c
25
25
variant_generic.cpp
26
+ variant_NUCLEO_U5A5ZJ_Q.cpp
26
27
)
27
28
target_link_libraries (variant_bin PUBLIC variant_usage)
28
29
You can’t perform that action at this time.
0 commit comments