Crates.io | feather_m4 |
lib.rs | feather_m4 |
version | 0.13.1 |
source | src |
created_at | 2019-05-04 22:18:01.824815 |
updated_at | 2024-10-25 02:46:53.702259 |
description | Board Support crate for the Adafruit Feather M4 |
homepage | |
repository | https://github.com/atsamd-rs/atsamd |
max_upload_size | |
id | 132140 |
size | 147,320 |
This crate provides a type-safe API for working with the Adafruit Feather M4 board.
rustup target add thumbv7em-none-eabihf
Check out the repository for examples:
https://github.com/atsamd-rs/atsamd/tree/master/boards/feather_m4/examples
cd boards/feather_m4
$ cargo hf2 --release --example blinky_basic
Finished release [optimized + debuginfo] target(s) in 0.19s
Searching for a connected device with known vid/pid pair.
Trying Ok(Some("Adafruit Industries")) Ok(Some("PyBadge"))
Flashing "/Users/User/atsamd/boards/feather_m4/target/thumbv7em-none-eabihf/release/examples/blinky_basic"
Finished in 0.079s
$