Clone this repo for a blank, but already setup project for the Electrosmith Daisy Seed Pod platform in the RTIC framework. Please use following command to include submodules:
$ git clone --recursive <HTTPS-URL>
At the moment, only revision 5
of the Daisy Seed is supported, specifically with the WM8931 codec. In the future, all revisions will be supported.
Make sure you have the toolchain and the right compiler installed. A quick guide can be found here.
First, install the cargo embed binary:
$ cargo install cargo-embed
After that, you can flash your Daisy
$ cargo embed # debug mode
$ cargo embed --release # fast, smallest size