This crate is designed to write an async
audio application on Daisy Seed with Embassy.
I have referred to the following:
- https://github.com/stm32-rs/stm32h7xx-hal
- https://github.com/antoinevg/daisy_bsp
- https://github.com/zlosynth/daisy
- https://github.com/mtthw-meyer/libdaisy-rust
- Daisy Seed 1.1(rev5, with WM8731)
- Daisy Seed 1.2(rev7, with PCM3060)
not yet support Daisy Seed(with AK4556), Daisy Patch SM.
The first thing we'd like you to do is to run one of the examples on your Daisy board.
You can choose your preferred toolset to run the examples, but we recommend you to install probe-rs
- If you have
rev5
, it's defaulted.So you don't have to care about options. - If you have
rev7
, add--features=seed_1_2 --no-default-features
option each time you run an example.
You can run examples with cargo run --example <example_name>
.