p1am_100

Crates.iop1am_100
lib.rsp1am_100
version0.3.0
sourcesrc
created_at2021-09-27 21:16:33.664438
updated_at2022-01-11 19:35:10.827023
descriptionBoard Support crate for the Facts Engineering P1AM-100
homepage
repositoryhttps://github.com/atsamd-rs/atsamd
max_upload_size
id457203
size56,553
(atsamd-bot)

documentation

README

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.
Commit count: 758

cargo fmt