Skip to content

Commit 7afab72

Browse files
haydenthfpistm
authored andcommitted
variant(l5): add support for STM32L562E-DK board
Signed-off-by: Tom Hayden <[email protected]>
1 parent 4d64df4 commit 7afab72

File tree

5 files changed

+947
-0
lines changed

5 files changed

+947
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ User can add a STM32 based board following this [wiki](https://github.com/stm32d
192192
| :green_heart: | STM32H573IIKxQ | [STM32H573I-DK](https://www.st.com/en/evaluation-tools/stm32h573i-dk.html) | *2.6.0* | |
193193
| :green_heart: | STM32H747XIHx | [STM32H747I-DISCO](https://www.st.com/en/evaluation-tools/stm32h747i-disco.html) | *2.7.0* | |
194194
| :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** | |
195196
| :green_heart: | STM32U585AIIxQ | [B-U585I-IOT02A](https://www.st.com/en/evaluation-tools/b-u585i-iot02a.html) | *2.1.0* | |
196197
| :green_heart: | STM32WB5MMG | [STM32WB5MM-DK](https://www.st.com/en/evaluation-tools/stm32wb5mm-dk.html) | *2.1.0* | |
197198

boards.txt

+16
Original file line numberDiff line numberDiff line change
@@ -1423,6 +1423,22 @@ Disco.menu.pnum.STM32H747I_DISCO.build.peripheral_pins=-DCUSTOM_PERIPHERAL_PINS
14231423
Disco.menu.pnum.STM32H747I_DISCO.openocd.target=stm32h7x
14241424
Disco.menu.pnum.STM32H747I_DISCO.debug.svd_file={runtime.tools.STM32_SVD.path}/svd/STM32H7xx/STM32H747_CM7.svd
14251425

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+
14261442
# STM32WB5MM-DK board
14271443
Disco.menu.pnum.STM32WB5MM_DK=STM32WB5MM-DK
14281444
Disco.menu.pnum.STM32WB5MM_DK.node="DIS_WB5MMG"

0 commit comments

Comments
 (0)