Skip to content

Commit 8c82d1b

Browse files
authored
Merge pull request embassy-rs#2528 from caleb-garrett/hash
STM32 Hash Accelerator
2 parents e8c998a + 7bf0442 commit 8c82d1b

File tree

9 files changed

+701
-11
lines changed

9 files changed

+701
-11
lines changed

embassy-stm32/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,7 @@ fn main() {
10561056
(("dac", "CH1"), quote!(crate::dac::DacDma1)),
10571057
(("dac", "CH2"), quote!(crate::dac::DacDma2)),
10581058
(("timer", "UP"), quote!(crate::timer::UpDma)),
1059+
(("hash", "IN"), quote!(crate::hash::Dma)),
10591060
(("timer", "CH1"), quote!(crate::timer::Ch1Dma)),
10601061
(("timer", "CH2"), quote!(crate::timer::Ch2Dma)),
10611062
(("timer", "CH3"), quote!(crate::timer::Ch3Dma)),

0 commit comments

Comments
 (0)