Skip to content

Commit 778e3d1

Browse files
authored
Merge pull request #617 from AlanRosenthal/rtcv3_4
Add support for RTC3 v4
2 parents 9e5614a + f64e2b3 commit 778e3d1

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)