3 unstable releases
0.3.1 | Oct 18, 2024 |
---|---|
0.3.0 | Jan 11, 2022 |
0.2.0 | Sep 27, 2021 |
#2351 in Embedded development
133 downloads per month
1.5MB
24K
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
andbossa
tools as described in the atsamd crate documentation.
Dependencies
~5MB
~113K SLoC