#cortex-m #svd2rust

no-std xmc4400

XMC peripheral library for XMC4400 generated from SVD

15 releases (9 breaking)

0.10.0 Mar 1, 2024
0.8.3 Dec 26, 2023
0.7.0 Nov 25, 2023
0.6.0 Dec 30, 2022
0.1.1 Oct 24, 2017

#1425 in Embedded development

Download history 385/week @ 2023-12-18 568/week @ 2023-12-25 35/week @ 2024-01-08 413/week @ 2024-02-05 280/week @ 2024-02-26 118/week @ 2024-03-04 32/week @ 2024-03-11 218/week @ 2024-04-01

254 downloads per month
Used in xmc4-hal

MIT license

9MB
267K SLoC

xmc4400

THIS IS A WORK IN PROGRESS AND MUCH IS UNTESTED

crates.io rust

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

Dependencies