Hardware Abstraction Layer for ATSAMX7X architechture
This crate implementats traits from [embedded-hal] (https://crates.io/crates/embedded-hal) for the Atmel SAMEX7X architechture.
It is still in the early stages of development, and is currently geared to run on an atsme70q21 cpu. But contributions are welcome.
rust-std
components (pre-compiled core
crate) for the ARM Cortex-M
$ rustup target add thumbv6m-none-eabi thumbv7m-none-eabi thumbv7em-none-eabi thumbv7em-none-eabihf
The openocd configuration provided works for my board which is not an off the shelf board. So don’t expected to just work for your platform.