xmc4700

Crates.ioxmc4700
lib.rsxmc4700
version0.12.0
sourcesrc
created_at2017-10-17 04:23:56.761701
updated_at2024-06-03 04:06:26.572431
descriptionXMC peripheral library for XMC4700 generated from SVD
homepage
repositoryhttps://github.com/xmc-rs/xmc4700
max_upload_size
id35935
size15,531,524
Lucas Brendel (lucasbrendel)

documentation

https://docs.rs/xmc4700

README

xmc4700

THIS IS A WORK IN PROGRESS AND MUCH IS UNTESTED

crates.io rust

This is a 'peripheral access crate' for interfacing to the XMC4700 series of microcontrollers for embedded support in Rust that is generated using svd2rust and an SVD file provided by Infineon.

All API's and usage (besides what registers exist) are defined by svd2rust

Generate Crate from SVD

# Necessary 3rd-party tools
cargo install svd2rust
cargo install form
rustup component add rustfmt

svd.sh # Generates code from crate and formats to rustfmt
Commit count: 109

cargo fmt