File tree 5 files changed +947
-0
lines changed
variants/STM32L5xx/L552Q(C-E)IxQ_L562QEIxQ
5 files changed +947
-0
lines changed Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
192
192
| :green_heart : | STM32H573IIKxQ | [ STM32H573I-DK] ( https://www.st.com/en/evaluation-tools/stm32h573i-dk.html ) | * 2.6.0* | |
193
193
| :green_heart : | STM32H747XIHx | [ STM32H747I-DISCO] ( https://www.st.com/en/evaluation-tools/stm32h747i-disco.html ) | * 2.7.0* | |
194
194
| :green_heart : | STM32L4S5VI | [ B-L4S5I-IOT01A] ( https://www.st.com/en/evaluation-tools/b-l4s5i-iot01a.html ) | * 2.0.0* | |
195
+ | :yellow_heart : | STM32L562QEIxQ | [ STM32L562E-DK] ( https://www.st.com/en/evaluation-tools/stm32l562e-dk.html ) | ** 2.11.0** | |
195
196
| :green_heart : | STM32U585AIIxQ | [ B-U585I-IOT02A] ( https://www.st.com/en/evaluation-tools/b-u585i-iot02a.html ) | * 2.1.0* | |
196
197
| :green_heart : | STM32WB5MMG | [ STM32WB5MM-DK] ( https://www.st.com/en/evaluation-tools/stm32wb5mm-dk.html ) | * 2.1.0* | |
197
198
Original file line number Diff line number Diff line change @@ -1423,6 +1423,22 @@ Disco.menu.pnum.STM32H747I_DISCO.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
1423
1423
Disco.menu.pnum.STM32H747I_DISCO.openocd.target=stm32h7x
1424
1424
Disco.menu.pnum.STM32H747I_DISCO.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32H7xx/STM32H747_CM7.svd
1425
1425
1426
+ # STM32L562E-DK
1427
+ Disco.menu.pnum.STM32L562E_DK=STM32L562E-DK
1428
+ Disco.menu.pnum.STM32L562E_DK.node=DIS_L562QE
1429
+ Disco.menu.pnum.STM32L562E_DK.upload.maximum_size=524288
1430
+ Disco.menu.pnum.STM32L562E_DK.upload.maximum_data_size=196608
1431
+ Disco.menu.pnum.STM32L562E_DK.build.mcu=cortex-m33
1432
+ Disco.menu.pnum.STM32L562E_DK.build.fpu=-mfpu=fpv4-sp-d16
1433
+ Disco.menu.pnum.STM32L562E_DK.build.float-abi=-mfloat-abi=hard
1434
+ Disco.menu.pnum.STM32L562E_DK.build.board=STM32L562E_DK
1435
+ Disco.menu.pnum.STM32L562E_DK.build.series=STM32L5xx
1436
+ Disco.menu.pnum.STM32L562E_DK.build.product_line=STM32L562xx
1437
+ Disco.menu.pnum.STM32L562E_DK.build.variant=STM32L5xx/L552Q(C-E)IxQ_L562QEIxQ
1438
+ Disco.menu.pnum.STM32L562E_DK.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
1439
+ Disco.menu.pnum.STM32L562E_DK.openocd.target=stm32l5x
1440
+ Disco.menu.pnum.STM32L562E_DK.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32L5xx/STM32L562.svd
1441
+
1426
1442
# STM32WB5MM-DK board
1427
1443
Disco.menu.pnum.STM32WB5MM_DK=STM32WB5MM-DK
1428
1444
Disco.menu.pnum.STM32WB5MM_DK.node="DIS_WB5MMG"
You can’t perform that action at this time.
0 commit comments