Skip to content

Commit f64e2b3

Browse files
committed
Add support for RTC3 v4
This impacts the STM32C0 line, specifically: * STM32C011F(4-6)Px * STM32C031F(4-6)Px * STM32C011F(4-6)Ux * STM32C011D6Yx * STM32C011J(4-6)Mx * STM32C031K(4-6)Tx * STM32C031C(4-6)Tx * STM32C031C(4-6)Ux * STM32C031G(4-6)Ux * STM32C031K(4-6)Ux Tested on STM32C0116F6
1 parent 9e5614a commit f64e2b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stm32-data-gen/src/perimap.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ pub static PERIMAP: RegexMap<(&str, &str, &str)> = RegexMap::new(&[
198198
(".*:RTC:rtc3_v2_0", ("rtc", "v3", "RTC")),
199199
(".*:RTC:rtc3_v3_0", ("rtc", "v3", "RTC")),
200200
(".*:RTC:rtc3_v3_5", ("rtc", "v3", "RTC")),
201+
(".*:RTC:rtc3_v4_0", ("rtc", "v3", "RTC")),
201202
(".*:SAI:sai1_v1_0", ("sai", "v1", "SAI")),
202203
(".*:SAI:sai1_v1_1", ("sai", "v2", "SAI")),
203204
(".*:SAI:sai1_v1_2", ("sai", "v2", "SAI")),

0 commit comments

Comments
 (0)