The very early beginnings of an embedded-hal
implementation for the SAM L11 series.
It also includes a rand_core rng implementation that uses the hardware rng and code to use the rom built-in SHA256.
The atsaml11xxx crate is used for for peripheral access.
Most embedded-hal
implementation code is taken from atsamd with a few
hacks and tweaks for the L11.
This crate is a work in progress.
There are a few tests for the code supporting the rom built-in SHA256.
cargo test --target x86_64-unknown-linux-gnu --lib
src/rng.rs
and src/crypto
- Copyright (c) 2019 eV Quirk - MIT License
embedded-hal
implementation - Derived from atsamd licensed under MIT / Apache 2.0