19 releases (breaking)
new 0.14.0 | Dec 1, 2024 |
---|---|
0.13.0 | Jun 3, 2024 |
0.12.0 | May 3, 2024 |
0.10.0 | Mar 1, 2024 |
0.1.1 | Oct 24, 2017 |
#1661 in Embedded development
443 downloads per month
Used in xmc4-hal
9MB
263K
SLoC
xmc4400
THIS IS A WORK IN PROGRESS AND MUCH IS UNTESTED
This is a 'peripheral access crate' for interfacing to the XMC4400 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