Skip to content

Commit 7b298be

Browse files
Mathias Gottschlagburrbull
Mathias Gottschlag
authored andcommitted
sai: HAL implementation for the serial audio interface (only F429 for now).
Some bits are still missing: - Support for DMA - Implementation of the new embedded-hal I2S traits - Documentation about how to set the intermediate SAI clock - Support for other MCUs
1 parent 2ad56a7 commit 7b298be

File tree

2 files changed

+902
-0
lines changed

2 files changed

+902
-0
lines changed

src/lib.rs

+2
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ pub mod qei;
117117
pub mod qspi;
118118
pub mod rcc;
119119
pub mod rtc;
120+
#[cfg(feature = "sai")]
121+
pub mod sai;
120122
#[cfg(all(feature = "sdio-host", feature = "sdio"))]
121123
pub mod sdio;
122124
pub mod serial;

0 commit comments

Comments
 (0)