#cortex-m #svd2rust

no-std xmc4700

XMC peripheral library for XMC4700 generated from SVD

14 releases (9 breaking)

new 0.10.0 Apr 19, 2024
0.9.0 Mar 1, 2024
0.8.3 Dec 26, 2023
0.7.0 Nov 25, 2023
0.1.0 Oct 17, 2017

#24 in #svd2rust

Download history 688/week @ 2023-12-22 61/week @ 2023-12-29 35/week @ 2024-01-12 253/week @ 2024-02-02 53/week @ 2024-02-09 30/week @ 2024-02-23 358/week @ 2024-03-01 15/week @ 2024-03-08 17/week @ 2024-03-15 53/week @ 2024-03-29

70 downloads per month
Used in xmc4-hal

MIT license

11MB
341K 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