18 releases (breaking)

0.15.0 Nov 28, 2024
0.13.1 Oct 25, 2024
0.12.0 May 3, 2024
0.11.0 Jul 15, 2023
0.1.0 May 4, 2019

#2304 in Embedded development

Download history 26/week @ 2024-09-21 9/week @ 2024-09-28 55/week @ 2024-10-12 173/week @ 2024-10-19 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 29/week @ 2024-11-30

314 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

~9MB
~208K SLoC