22 releases (breaking)

new 0.16.2 Apr 15, 2025
0.16.1 Jan 31, 2025
0.15.1 Dec 11, 2024
0.15.0 Nov 28, 2024
0.1.0 May 4, 2019

#2743 in Embedded development

Download history 2/week @ 2025-01-03 91/week @ 2025-01-10 31/week @ 2025-01-17 3/week @ 2025-01-24 137/week @ 2025-01-31 20/week @ 2025-02-07 92/week @ 2025-02-14 2/week @ 2025-02-21 1/week @ 2025-02-28 1/week @ 2025-03-07 80/week @ 2025-04-11

80 downloads per month

MIT/Apache

1.5MB
29K 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

~9MB
~216K SLoC