Adafruit PyPortal Board Support Crate

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

Check out the repository for examples: https://github.com/atsamd-rs/atsamd/tree/master/boards/pyportal/examples

Prerequisites

Uploading an example: cargo run

The .cargo/config in this bsp is preset with hf2-cli as a runner. This means you can use cargo run to both cargo build and attempt to upload: bash $ cargo run --release --example blinky_basic

Or even better just your ide's "run" button or hotkey and cargo run will build and upload.