Add DSIHOST support
This commit is contained in:
parent
d674277b78
commit
8ec40e422c
1741
data/registers/dsihost_v1.yaml
Normal file
1741
data/registers/dsihost_v1.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1716
data/registers/dsihost_v2.yaml
Normal file
1716
data/registers/dsihost_v2.yaml
Normal file
File diff suppressed because it is too large
Load Diff
@ -263,6 +263,9 @@ impl PeriMatcher {
|
||||
(".*:WWDG:wwdg1_v2_0", ("wwdg", "v2", "WWDG")),
|
||||
(".*:JPEG:jpeg1_v1_0", ("jpeg", "v1", "JPEG")),
|
||||
(".*:LTDC:lcdtft1_v1_1", ("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")),
|
||||
(".*:MDIOS:mdios1_v1_0", ("mdios", "v1", "MDIOS")),
|
||||
(".*:QUADSPI:.*", ("quadspi", "v1", "QUADSPI")),
|
||||
("STM32F1.*:BKP.*", ("bkp", "v1", "BKP")),
|
||||
|
@ -190,6 +190,7 @@ impl Defines {
|
||||
),
|
||||
("FDCANRAM", &["SRAMCAN_BASE", "SRAMCAN_BASE_NS"]),
|
||||
("VREFINTCAL", &["VREFINT_CAL_ADDR_CMSIS"]),
|
||||
("DSIHOST", &["DSI_BASE"]),
|
||||
];
|
||||
let alt_peri_defines: HashMap<_, _> = ALT_PERI_DEFINES.iter().copied().collect();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user