Skip to content

This repository holds the PACs (Peripheral Access Crates) that supports and enable working with Microchip SAM RH707 devices using Rust.

Notifications You must be signed in to change notification settings

blietaer/atsamrh707-pac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ATSAMRH707 Rust PACs

This repository holds the PACs (Peripheral Access Crates) that supports and enable working with Microchip SAM RH707 devices using Rust.

The PACs are generated from SVD files provided by Microchip, publicly available at at the Microchip Packs Repository.

Development

This repository employs a trunk-based development: development occurs on development with short-lived branches that merges into it. When a release is met, for example a v0.3.2 release, a release/v0.3.x branch is spun of development and the release tagged. If this branch already exists, relevant commits are back-ported instead.

Development is done towards development branch.

Building

Install the ARMv7-EM target:

$ rustup target add thumbv7em-none-eabihf

and build the examples:

cargo build -r

License

All source code in this repository is licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be licensed as above, without any additional terms or conditions.

About

This repository holds the PACs (Peripheral Access Crates) that supports and enable working with Microchip SAM RH707 devices using Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages