#cortex-m #svd2rust

no-std xmc4700

XMC peripheral library for XMC4700 generated from SVD

18 releases (breaking)

new 0.13.0 Dec 1, 2024
0.12.0 Jun 3, 2024
0.11.0 May 3, 2024
0.9.0 Mar 1, 2024
0.1.0 Oct 17, 2017

#354 in Embedded development

Download history 13/week @ 2024-08-17 1/week @ 2024-08-24 62/week @ 2024-09-21 5/week @ 2024-09-28 49/week @ 2024-10-05 91/week @ 2024-10-19 2/week @ 2024-10-26 7/week @ 2024-11-23 440/week @ 2024-11-30

448 downloads per month
Used in xmc4-hal

MIT license

11MB
335K SLoC

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

Dependencies