daisy_bsp
daisy_bsp copied to clipboard
Board support package for the Electro-Smith Daisy Seed.
Hi! Unfortunately, the sound examples in the daisy_bsp crate don't seem to work on my Seed. I'm not completey sure why yet, but I think I can narrow it down....
https://github.com/antoinevg/daisy_bsp/blob/209d938b58d2ffe0e05af96103c17aa5a0cc0391/src/pins.rs#L14 https://github.com/antoinevg/daisy_bsp/blob/209d938b58d2ffe0e05af96103c17aa5a0cc0391/src/pins.rs#L15 The code itself appears to be correct, but I think the associated comment for both lines is accidentally swapped? I could be completely wrong bc I'm still very...
I'm trying to run an example this way: `cargo run --example audio_passthrough` It starts gdb, then says it can't find `openocd.gdb`. I copied `openocd.gdb` from https://github.com/antoinevg/hello-daisy, and now I see...
The examples on Daisy Web Programmer work fine, but the `cargo build` binary does not work. Any idea on what might be the problem?