19 releases (breaking)

new 0.15.1 Dec 11, 2024
0.15.0 Nov 28, 2024
0.14.0 Nov 21, 2024
0.12.0 May 3, 2024
0.1.0 May 4, 2019

#2320 in Embedded development

Download history 26/week @ 2024-09-22 9/week @ 2024-09-29 85/week @ 2024-10-13 161/week @ 2024-10-20 27/week @ 2024-10-27 16/week @ 2024-11-03 6/week @ 2024-11-10 120/week @ 2024-11-17 164/week @ 2024-11-24 25/week @ 2024-12-01

316 downloads per month

MIT/Apache

1.5MB
28K SLoC

Adafruit Feather M4 Board Support Crate

This crate provides a type-safe API for working with the Adafruit Feather M4 board.

Prerequisites

Uploading an example

Check out the repository for examples:

https://github.com/atsamd-rs/atsamd/tree/master/boards/feather_m4/examples

  • Be in this directory cd boards/feather_m4
  • Put your device in bootloader mode usually by hitting the reset button twice.
  • Build and upload in one step
$ 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
$

Dependencies

~8MB
~186K SLoC