Skip to content

Commit 44e3083

Browse files
bors[bot]ofauchonadamgreig
authored
Merge #507
507: STM32WL: svd updates r=adamgreig a=ofauchon Updated SVD(s) for STM32WL5x (dual core CM4/CM0) and STM32WLE5 (Single core CM4) (18/01/21 update on st.com) Co-authored-by: Olivier Fauchon <ofauchon2204@gmail.com> Co-authored-by: Adam Greig <adam@adamgreig.com>
2 parents 7473e81 + b431876 commit 44e3083

File tree

7 files changed

+28
-1
lines changed

7 files changed

+28
-1
lines changed

devices/stm32wl5x_cm0p.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
_svd: ../svd/stm32wl5x_cm0p.svd
2+
3+
_modify:
4+
name: STM32WL5X_CM0P

devices/stm32wl5x_cm4.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
_svd: ../svd/stm32wl5x_cm4.svd
2+
3+
_modify:
4+
name: STM32WL5X_CM4

scripts/makecrates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"stm32g0": ["rt", "stm32g030", "stm32g070", "stm32g031", "stm32g041", "stm32g071", "stm32g081"],
3636
"stm32g4": ["rt", "stm32g431", "stm32g441", "stm32g474", "stm32g484"],
3737
"stm32mp1": ["rt", "stm32mp157"],
38-
"stm32wl": ["rt", "stm32wle5"],
38+
"stm32wl": ["rt", "stm32wle5", "stm32wl5x_cm4"],
3939
"stm32wb": ["rt", "stm32wb55"]
4040
}
4141

stm32_part_table.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,22 @@ stm32wl:
613613
members:
614614
- STM32WLE5
615615

616+
stm32wl5x_cm4:
617+
url: https://www.st.com/en/microcontrollers-microprocessors/stm32wl5x.html
618+
rm: RM0453
619+
rm_title: STM32WL5x
620+
rm_url: https://www.st.com/resource/en/reference_manual/dm00451556-stm32wl5x-advanced-armbased-32bit-mcus-with-subghz-radio-solution-stmicroelectronics.pdf
621+
members:
622+
- STM32WL5X (CM4)
623+
624+
stm32wl5x_cm0p:
625+
url: https://www.st.com/en/microcontrollers-microprocessors/stm32wl5x.html
626+
rm: RM0453
627+
rm_title: STM32WL5x
628+
rm_url: https://www.st.com/resource/en/reference_manual/dm00451556-stm32wl5x-advanced-armbased-32bit-mcus-with-subghz-radio-solution-stmicroelectronics.pdf
629+
members:
630+
- STM32WL5X (CM0+)
631+
616632
stm32wb:
617633
stm32wb55:
618634
url: https://www.st.com/en/microcontrollers-microprocessors/stm32wbx5.html

svd/extract.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,6 @@ mv stm32g474xx.svd stm32g474.svd
2727
mv stm32g483xx.svd stm32g483.svd
2828
mv stm32g484xx.svd stm32g484.svd
2929
mv stm32g491xx.svd stm32g491.svd
30+
31+
# Rename WLE5 file to remove _cm4, since it only has one core.
32+
mv stm32wle5_cm4.svd stm32wle5.svd

svd/vendor/en.stm32wl.zip

-53.5 KB
Binary file not shown.

svd/vendor/stm32wl_svd.zip

202 KB
Binary file not shown.

0 commit comments

Comments
 (0)