#cortex-m #svd2rust

no-std xmc4800

XMC peripheral library for XMC4800 generated from SVD

11 releases (7 breaking)

0.10.0 Mar 1, 2024
0.8.0 Dec 26, 2023
0.7.0 Nov 25, 2023
0.6.0 Dec 30, 2022
0.2.1 Oct 20, 2019

#1680 in Embedded development

Download history 28/week @ 2023-12-03 11/week @ 2023-12-10 395/week @ 2023-12-17 547/week @ 2023-12-24 35/week @ 2024-01-07 372/week @ 2024-02-04 26/week @ 2024-02-11 284/week @ 2024-02-25 124/week @ 2024-03-03 44/week @ 2024-03-10 3/week @ 2024-03-17

455 downloads per month
Used in xmc4-hal

MIT license

12MB
358K SLoC

XMC4800

THIS IS A WORK IN PROGRESS AND MUCH IS UNTESTED

crates.io rust

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