Skip to content

Commit b8a4ea5

Browse files
committed
WIP: I2S
1 parent eaefada commit b8a4ea5

File tree

4 files changed

+1203
-9
lines changed

4 files changed

+1203
-9
lines changed

Cargo.toml

+6-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,12 @@ default-features = false
4848
version = "1.0.2"
4949

5050
[dependencies.embedded-hal]
51-
features = ["unproven"]
52-
version = "0.2.3"
51+
# TODO: Update version when I2S proposal is finalized:
52+
# https://github.com/rust-embedded/embedded-hal/pull/204
53+
# features = ["unproven"]
54+
# version = "0.2.3"
55+
git = "https://github.com/eldruin/embedded-hal/"
56+
branch = "i2s-v0.2.x"
5357

5458
[dev-dependencies]
5559
panic-semihosting = "0.5.3"

0 commit comments

Comments
 (0)