Skip to content

Commit b9ec85e

Browse files
committed
WIP: I2S
1 parent f94d109 commit b9ec85e

File tree

4 files changed

+1201
-12
lines changed

4 files changed

+1201
-12
lines changed

Cargo.toml

+4-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ default-features = false
4747
version = "1.0.2"
4848

4949
[dependencies.embedded-hal]
50-
# TODO: Update version on next release.
50+
# TODO: Update version when I2S proposal is finalized:
51+
# https://github.com/rust-embedded/embedded-hal/pull/204
5152
# version = "0.2.3"
52-
git = "https://github.com/rust-embedded/embedded-hal/"
53-
branch = "master"
53+
git = "https://github.com/eldruin/embedded-hal/"
54+
branch = "i2s"
5455

5556
[dev-dependencies]
5657
panic-semihosting = "0.5.3"

0 commit comments

Comments
 (0)