Skip to content

STM32WL: svd updates #507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Mar 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions devices/stm32wl5x_cm0p.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
_svd: ../svd/stm32wl5x_cm0p.svd

_modify:
name: STM32WL5X_CM0P
4 changes: 4 additions & 0 deletions devices/stm32wl5x_cm4.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
_svd: ../svd/stm32wl5x_cm4.svd

_modify:
name: STM32WL5X_CM4
2 changes: 1 addition & 1 deletion scripts/makecrates.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"stm32g0": ["rt", "stm32g030", "stm32g070", "stm32g031", "stm32g041", "stm32g071", "stm32g081"],
"stm32g4": ["rt", "stm32g431", "stm32g441", "stm32g474", "stm32g484"],
"stm32mp1": ["rt", "stm32mp157"],
"stm32wl": ["rt", "stm32wle5"],
"stm32wl": ["rt", "stm32wle5", "stm32wl5x_cm4"],
"stm32wb": ["rt", "stm32wb55"]
}

Expand Down
16 changes: 16 additions & 0 deletions stm32_part_table.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -605,6 +605,22 @@ stm32wl:
members:
- STM32WLE5

stm32wl5x_cm4:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32wl5x.html
rm: RM0453
rm_title: STM32WL5x
rm_url: https://www.st.com/resource/en/reference_manual/dm00451556-stm32wl5x-advanced-armbased-32bit-mcus-with-subghz-radio-solution-stmicroelectronics.pdf
members:
- STM32WL5X (CM4)

stm32wl5x_cm0p:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32wl5x.html
rm: RM0453
rm_title: STM32WL5x
rm_url: https://www.st.com/resource/en/reference_manual/dm00451556-stm32wl5x-advanced-armbased-32bit-mcus-with-subghz-radio-solution-stmicroelectronics.pdf
members:
- STM32WL5X (CM0+)

stm32wb:
stm32wb55:
url: https://www.st.com/en/microcontrollers-microprocessors/stm32wbx5.html
Expand Down
3 changes: 3 additions & 0 deletions svd/extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ mv stm32g474xx.svd stm32g474.svd
mv stm32g483xx.svd stm32g483.svd
mv stm32g484xx.svd stm32g484.svd
mv stm32g491xx.svd stm32g491.svd

# Rename WLE5 file to remove _cm4, since it only has one core.
mv stm32wle5_cm4.svd stm32wle5.svd
Binary file removed svd/vendor/en.stm32wl.zip
Binary file not shown.
Binary file added svd/vendor/stm32wl_svd.zip
Binary file not shown.