sam3x8e 0.1.0

Device support crate for sam3x8e devices
Documentation

sam3x8e

Rust crate to support Atmel's SAM3X8E microcontroller. The SAM3X8E is used on the Arduino Due board. This source was created with the svd2rust tool (version 0.14.0).

You can use this crate for cortex-m, cortex-m-rt and cortex-m-rtfm projects.

When this library was first created, the svd2rust-tool did not support the Atmel-SVD files, since they sometimes miss ResetValues. I forked the tool and fixed it. A PR was created. My version of the svd2rust tool: https://github.com/ammoniak/svd2rust