#cortex-m #svd2rust

no-std xmc4200

Peripheral access library for XCM4200 ARM Cortex-M

14 releases (8 breaking)

0.10.0 Mar 1, 2024
0.8.2 Dec 25, 2023
0.7.0 Nov 24, 2023
0.6.0 Dec 29, 2022
0.1.1 Oct 24, 2017

#163 in Embedded development

Download history 63/week @ 2024-01-02 35/week @ 2024-01-09 110/week @ 2024-01-30 196/week @ 2024-02-06 1/week @ 2024-02-20 369/week @ 2024-02-27 26/week @ 2024-03-05 31/week @ 2024-03-12 28/week @ 2024-04-02 64/week @ 2024-04-09 43/week @ 2024-04-16

135 downloads per month
Used in xmc4-hal

MIT license

7MB
215K SLoC

xmc4200

THIS IS A WORK IN PROGRESS AND MUCH IS UNTESTED

crates.io rust

This is a 'peripheral access crate' for interfacing to the XMC4200 series of microcontrollers for embedded support in Rust that is generated using svd2rust and an SVD file provided by Infineon.

The features of rt and critical-section have been enabled by default.

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