Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SAI: audio pll, sai peripheral driver, and small rtic synthesizing sample #143

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Prev Previous commit
Move to wm8960 0.1.2 which fixes yet more offsets
  • Loading branch information
SpinFast committed Jun 28, 2024
commit 0e4ce049d353699f52c5b6f6167e5dcff070fcea
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ pin-utils = "0.1"
usb-device = { version = "0.2", features = ["test-class-high-speed"] }
usbd-serial = "0.1"
usbd-hid = "0.6"
wm8960 = "0.1.1"
wm8960 = "0.1.2"

[target.'cfg(all(target_arch = "arm", target_os = "none"))'.dev-dependencies]
board = { path = "board" }
Expand Down
Loading