xmc4200

Crates.ioxmc4200
lib.rsxmc4200
version0.13.0
sourcesrc
created_at2017-10-12 17:59:58.076782
updated_at2024-06-03 04:18:19.309601
descriptionPeripheral access library for XCM4200 ARM Cortex-M
homepage
repositoryhttps://github.com/xmc-rs/xmc4200
max_upload_size
id35432
size9,864,323
Lucas Brendel (lucasbrendel)

documentation

https://docs.rs/xmc4200/

README

xmc4200

THIS IS A WORK IN PROGRESS AND MUCH IS UNTESTED

crates.io rust

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

The features of rt and critical-section have been enabled by default.

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: 158

cargo fmt