Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 615 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 615 Bytes

Demo application for HAL and application testing

Targeting a custom board with an ATSAMD51N20A and external 8 MHz crystal

Examples

Some examples will use SERCOM0UART for printouts.

Different examples found in the bin/ folder

By default, a clockv2 minimal demo application is run

cargo run

Current default clocking abstraction clockv1:

cargo run --bin demov1 --features clockv1

ICM - Integrity Check Module

ICM code is upstreamed, so no special HAL is required

cargo run --bin icm --features clockv1
cargo run --bin aes --features hal-aes