xmc4100

Crates.ioxmc4100
lib.rsxmc4100
version0.13.0
sourcesrc
created_at2017-10-17 01:37:34.087369
updated_at2024-06-03 04:10:35.527243
descriptionXMC4100 Cortex-M peripheral access library
homepage
repositoryhttps://github.com/xmc-rs/xmc4100
max_upload_size
id35925
size9,864,827
Lucas Brendel (lucasbrendel)

documentation

https://docs.rs/xmc4100

README

XMC4100

THIS IS A WORK IN PROGRESS AND MUCH IS UNTESTED

crates.io rust

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

cargo fmt