| Crates.io | metro_m0 |
| lib.rs | metro_m0 |
| version | 0.19.2 |
| created_at | 2018-05-09 20:04:34.397401+00 |
| updated_at | 2025-06-27 19:40:45.002037+00 |
| description | Board Support crate for the Adafruit Metro M0 |
| homepage | |
| repository | https://github.com/atsamd-rs/atsamd |
| max_upload_size | |
| id | 64588 |
| size | 53,752 |
This crate provides a type-safe API for working with the Adafruit Metro M0 board.
rustup target add thumbv6m-none-eabiCheck out the repository for examples:
https://github.com/atsamd-rs/atsamd/tree/master/boards/metro_m0/examples
cd boards/metro_m0$ 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/metro_m0/target/thumbv7em-none-eabihf/release/examples/blinky_basic"
Finished in 0.079s
$