#cortex-m #svd2rust

no-std xmc4200

Peripheral access library for XCM4200 ARM Cortex-M

16 releases (10 breaking)

0.12.0 May 3, 2024
0.10.0 Mar 1, 2024
0.8.2 Dec 25, 2023
0.7.0 Nov 24, 2023
0.1.1 Oct 24, 2017

#133 in Embedded development

Download history 306/week @ 2024-02-05 277/week @ 2024-02-26 118/week @ 2024-03-04 32/week @ 2024-03-11 26/week @ 2024-04-01 65/week @ 2024-04-08 20/week @ 2024-04-15 102/week @ 2024-04-22 1044/week @ 2024-04-29 44/week @ 2024-05-06

1,210 downloads per month
Used in xmc4-hal

MIT license

7.5MB
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