21 releases (breaking)

0.16.1 Jan 31, 2025
0.15.1 Dec 11, 2024
0.15.0 Nov 28, 2024
0.12.0 May 3, 2024
0.1.0 May 4, 2019

#2432 in Embedded development

Download history 43/week @ 2024-10-26 17/week @ 2024-11-02 7/week @ 2024-11-09 108/week @ 2024-11-16 167/week @ 2024-11-23 32/week @ 2024-11-30 152/week @ 2024-12-07 24/week @ 2024-12-14 3/week @ 2025-01-04 98/week @ 2025-01-11 23/week @ 2025-01-18 94/week @ 2025-01-25 54/week @ 2025-02-01 25/week @ 2025-02-08

204 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
~208K SLoC