2 unstable releases

0.3.0 Jan 11, 2022
0.2.0 Sep 27, 2021

#2147 in Embedded development

22 downloads per month

MIT/Apache

1.5MB
23K SLoC

Facts Engineering P1AM-100 Board Support Crate

This crate provides a type-safe API for working with the Facts Engineering P1AM-100 board.

Prerequisites

  • Install the cross compile toolchain rustup target add thumbv6m-none-eabi

Uploading an example

Check out the repository for examples:

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

  • Be in this directory cd boards/p1am_100
  • Put your device in bootloader mode usually by hitting the reset button twice.
  • Build using cargo build --example blinky_basic
  • Upload using the objcopy and bossa tools as described in the atsamd crate documentation.

Dependencies

~6MB
~167K SLoC