summaryrefslogtreecommitdiff
path: root/stm32-metapac
diff options
context:
space:
mode:
authorDario Nieuwenhuis <dirbaio@dirbaio.net>2022-04-26 23:57:26 +0200
committerDario Nieuwenhuis <dirbaio@dirbaio.net>2022-04-27 01:16:14 +0200
commit009bb8e4e1b7afbe9d9d7d89135f8d4dd3c4e808 (patch)
treed734f3e82f9fb3c22b7517a70e1f47969624d248 /stm32-metapac
parenta39d796c3de9c96ea4df6b9da525cb0d5ef60fc0 (diff)
downloadembassy-009bb8e4e1b7afbe9d9d7d89135f8d4dd3c4e808.zip
stm32: add stm32u5 GPDMA, SPIv4 support, add HIL tests.
Diffstat (limited to 'stm32-metapac')
-rw-r--r--stm32-metapac/src/metadata.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/stm32-metapac/src/metadata.rs b/stm32-metapac/src/metadata.rs
index 150aa595..23b759f6 100644
--- a/stm32-metapac/src/metadata.rs
+++ b/stm32-metapac/src/metadata.rs
@@ -93,5 +93,6 @@ pub struct PeripheralDmaChannel {
pub signal: &'static str,
pub channel: Option<&'static str>,
pub dmamux: Option<&'static str>,
+ pub dma: Option<&'static str>,
pub request: Option<u32>,
}