19 releases (breaking)

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

#2383 in Embedded development

Download history 15/week @ 2024-09-18 20/week @ 2024-09-25 108/week @ 2024-10-16 155/week @ 2024-10-23 18/week @ 2024-10-30 11/week @ 2024-11-06 6/week @ 2024-11-13 137/week @ 2024-11-20 160/week @ 2024-11-27 20/week @ 2024-12-04 162/week @ 2024-12-11 1/week @ 2024-12-18

185 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