#cortex-m #svd2rust

no-std xmc4500

XMC peripheral library for XMC4500 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

#644 in Embedded development

Download history 672/week @ 2023-12-19 292/week @ 2023-12-26 35/week @ 2024-01-09 122/week @ 2024-01-30 255/week @ 2024-02-06 1/week @ 2024-02-20 385/week @ 2024-02-27 28/week @ 2024-03-05 42/week @ 2024-03-12 1/week @ 2024-03-26 52/week @ 2024-04-02

97 downloads per month
Used in xmc4-hal

MIT license

10MB
304K SLoC

xmc4500

THIS IS A WORK IN PROGRESS AND MUCH IS UNTESTED

crates.io rust

This is a 'peripheral access crate' for interfacing to the XMC4500 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