11 breaking releases

0.11.0 Jan 11, 2022
0.10.0 Sep 27, 2021
0.9.0 Dec 31, 2020
0.8.0 Nov 28, 2020
0.1.0 May 14, 2018

#533 in Embedded development

Download history 3/week @ 2022-12-02 15/week @ 2022-12-09 1/week @ 2022-12-16 2/week @ 2022-12-23 1/week @ 2022-12-30 4/week @ 2023-01-06 5/week @ 2023-01-13 9/week @ 2023-01-20 12/week @ 2023-01-27 13/week @ 2023-02-03 29/week @ 2023-02-10 26/week @ 2023-02-17 29/week @ 2023-02-24 1/week @ 2023-03-10

57 downloads per month

MIT/Apache

1MB
19K SLoC

Adafruit Gemma M0 Board Support Crate

This crate provides a type-safe API for working with the Adafruit Gemma M0 board.

Prerequisites

Uploading an example

Check out the repository for examples:

https://github.com/atsamd-rs/atsamd/tree/master/boards/gemma_m0/examples

  • Be in this directory cd boards/gemma_m0
  • 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/gemma_m0/target/thumbv7em-none-eabihf/release/examples/blinky_basic"
    Finished in 0.079s
$

Dependencies

~5.5MB
~156K SLoC