libdaisy-rust
libdaisy-rust copied to clipboard
Hardware Abstraction Layer implementation for Daisy boards
stm32h7xx_hal has advanced a minor version `11 -> 12`.. this PR updates to the latest release, the api changed a little. I've spot checked a couple of the examples but...
if not.. remove the `_bss` from the name
it has been released for a while.. @x37v has a WIP
Docs.rs compiler needs correct arguments.
When creating a new libdaisy-rust project you'll need to copy or create your own memory.x and .cargo/config files to tell the compiler how to build the binary image.
Implement QSPI for flash memory access.
see http://blog.reverberate.ca/post/zero-latency-convolution/ This would be my learning project, figure other might like it too, but you could get it working much fast than me. It's useful for reverb & cabinet/mic...
This is an alternative approach to another open PR, which seems to be abandoned.
`blinky` works fine. `passthru` doesn't pass audio through, but just produces a tone. I'm a total beginner with embedded programming, but it sounds like it produced one buffer of data...