xmc4800

Crates.ioxmc4800
lib.rsxmc4800
version0.12.0
sourcesrc
created_at2019-09-17 02:08:18.102823
updated_at2024-05-03 12:12:25.742512
descriptionXMC peripheral library for XMC4800 generated from SVD
homepage
repositoryhttps://github.com/xmc-rs/xmc4800
max_upload_size
id165342
size16,396,557
Lucas Brendel (lucasbrendel)

documentation

https://docs.rs/xmc4800

README

XMC4800

THIS IS A WORK IN PROGRESS AND MUCH IS UNTESTED

crates.io rust

This is a 'peripheral access crate' for interfacing to the XMC4800 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: 86

cargo fmt