Merge pull request #443 from Ecco/stm32wba-tsc-support

Add TSC support for STM32WBA
This commit is contained in:
Dario Nieuwenhuis 2024-04-03 12:15:03 +00:00 committed by GitHub
commit 5af9045202
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -602,6 +602,7 @@ impl PeriMatcher {
("STM32F0x[128].*:TSC:.*", ("tsc", "v1", "TSC")), ("STM32F0x[128].*:TSC:.*", ("tsc", "v1", "TSC")),
("STM32F3[07][123].*:TSC:.*", ("tsc", "v1", "TSC")), ("STM32F3[07][123].*:TSC:.*", ("tsc", "v1", "TSC")),
("STM32WB55.*:TSC:.*", ("tsc", "v2", "TSC")), ("STM32WB55.*:TSC:.*", ("tsc", "v2", "TSC")),
("STM32WBA.*:TSC:.*", ("tsc", "v1", "TSC")),
("STM32L[045].*:TSC:.*", ("tsc", "v3", "TSC")), ("STM32L[045].*:TSC:.*", ("tsc", "v3", "TSC")),
("STM32U5.*:TSC:.*", ("tsc", "v3", "TSC")), ("STM32U5.*:TSC:.*", ("tsc", "v3", "TSC")),
("*:VREFINTCAL:.*", ("vrefintcal", "v1", "VREFINTCAL")), ("*:VREFINTCAL:.*", ("vrefintcal", "v1", "VREFINTCAL")),