#cortex-m #svd2rust

no-std xmc4700

XMC peripheral library for XMC4700 generated from SVD

16 releases (10 breaking)

0.11.0 May 3, 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

#501 in Embedded development

Download history 280/week @ 2024-02-04 26/week @ 2024-02-11 276/week @ 2024-02-25 117/week @ 2024-03-03 25/week @ 2024-03-10 2/week @ 2024-03-17 18/week @ 2024-03-31 38/week @ 2024-04-07 168/week @ 2024-04-14 81/week @ 2024-04-21 837/week @ 2024-04-28 56/week @ 2024-05-05

1,177 downloads per month
Used in xmc4-hal

MIT license

12MB
340K 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