Crate atsam4_hal

source ·
Expand description

HAL for the ATSAM4 series of microcontrollers

This is an implementation of the embedded-hal traits for the ATSAM4 microcontrollers

Requirements

This crate requires arm-none-eabi-gcc to be installed and available in $PATH to build.

Usage

To build applications (binary crates) using this crate follow the cortex-m-quickstart instructions and add this crate as a dependency in step number 5 and make sure you enable the “rt” Cargo feature of this crate.

Re-exports

Modules

Macros

Enums

Traits