| Crates.io | libdaisy |
| lib.rs | libdaisy |
| version | 0.1.0 |
| created_at | 2021-04-11 03:15:09.651921+00 |
| updated_at | 2021-04-11 03:15:09.651921+00 |
| description | Hardware Abstraction Layer implementation for Daisy boards |
| homepage | |
| repository | https://github.com/mtthw-meyer/libdaisy-rust.git |
| max_upload_size | |
| id | 381873 |
| size | 90,988 |
Hardware Abstraction Layer implementation for Daisy boards.
$ rustup target add thumbv7em-none-eabihf
$ cargo install cargo-binutils
$ rustup component add llvm-tools-preview
OR
OR
This requires a debug probe of some sort (e.g. ST link) and allows for fast debugging messages via RTT.
cargo embed --features log-rtt --example passthru
cargo objcopy --example blinky --release -- -O binary blinky.bin
cargo objcopy --example passthru --release -- -O binary passthru.bin
The Minimum Supported Rust Version (MSRV) at the moment is 1.51.0.
Looper - Basic one button looper.