Skip to content

Commit

Permalink
Merge pull request #496 from ninjasource/stm32-ltdc
Browse files Browse the repository at this point in the history
Add LTDC support for STM32H7 mcus
  • Loading branch information
Dirbaio authored Jun 28, 2024
2 parents a8ab0a3 + 56f8e82 commit cb8af7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions stm32-data-gen/src/chips.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ impl PeriMatcher {
(".*:JPEG:jpeg1_v1_0", ("jpeg", "v1", "JPEG")),
(".*:LTDC:lcdtft1_v1_0", ("ltdc", "v1", "LTDC")),
(".*:LTDC:lcdtft1_v1_1", ("ltdc", "v1", "LTDC")),
(".*:LTDC:lcdtft2_v1_0", ("ltdc", "v1", "LTDC")),
(".*:DSIHOST:dsihost1_v1_0", ("dsihost", "v1", "DSIHOST")),
(".*:DSIHOST:dsihost1_v1_0_SHARK", ("dsihost", "v1", "DSIHOST")),
(".*:DSIHOST:dsihost1_v2_0", ("dsihost", "v2", "DSIHOST")),
Expand Down

0 comments on commit cb8af7b

Please sign in to comment.