Skip to content

Commit b431876

Browse files
committed
Add new STM32WL5X devices to parts table and docs build
1 parent 23cf48e commit b431876

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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
@@ -605,6 +605,22 @@ stm32wl:
605605
members:
606606
- STM32WLE5
607607

608+
stm32wl5x_cm4:
609+
url: https://www.st.com/en/microcontrollers-microprocessors/stm32wl5x.html
610+
rm: RM0453
611+
rm_title: STM32WL5x
612+
rm_url: https://www.st.com/resource/en/reference_manual/dm00451556-stm32wl5x-advanced-armbased-32bit-mcus-with-subghz-radio-solution-stmicroelectronics.pdf
613+
members:
614+
- STM32WL5X (CM4)
615+
616+
stm32wl5x_cm0p:
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 (CM0+)
623+
608624
stm32wb:
609625
stm32wb55:
610626
url: https://www.st.com/en/microcontrollers-microprocessors/stm32wbx5.html

0 commit comments

Comments
 (0)