#cortex-m #svd2rust

no-std xmc4100

XMC4100 Cortex-M peripheral access library

16 releases (10 breaking)

new 0.11.0 Apr 19, 2024
0.10.0 Mar 1, 2024
0.9.0 Feb 5, 2024
0.8.3 Dec 26, 2023
0.1.1 Oct 25, 2017

#1567 in Embedded development

Download history 675/week @ 2023-12-22 61/week @ 2023-12-29 35/week @ 2024-01-12 362/week @ 2024-02-02 53/week @ 2024-02-09 34/week @ 2024-02-23 365/week @ 2024-03-01 22/week @ 2024-03-08 41/week @ 2024-03-15 55/week @ 2024-03-29

97 downloads per month
Used in xmc4-hal

MIT license

7.5MB
215K SLoC

XMC4100

THIS IS A WORK IN PROGRESS AND MUCH IS UNTESTED

crates.io rust

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