12 releases (breaking)

0.10.1 May 8, 2022
0.10.0 Mar 29, 2022
0.9.0 Dec 25, 2021
0.8.0 Sep 27, 2021
0.1.0 May 4, 2019

#153 in Embedded development

Download history 6/week @ 2022-11-25 4/week @ 2022-12-02 22/week @ 2022-12-09 4/week @ 2022-12-16 5/week @ 2022-12-23 4/week @ 2022-12-30 15/week @ 2023-01-06 5/week @ 2023-01-13 22/week @ 2023-01-20 14/week @ 2023-01-27 19/week @ 2023-02-03 36/week @ 2023-02-10 31/week @ 2023-02-17 4/week @ 2023-02-24 6/week @ 2023-03-03 7/week @ 2023-03-10

51 downloads per month

MIT/Apache

1MB
19K 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

~8.5MB
~259K SLoC