#cortex-m #svd2rust #embedded #xmc4x #no-std

no-std xmc4400

XMC peripheral library for XMC4400 generated from SVD

8 releases (5 breaking)

0.6.0 Dec 30, 2022
0.5.0 Nov 22, 2021
0.4.0 Aug 27, 2020
0.3.1 Oct 20, 2019
0.1.1 Oct 24, 2017

#159 in Embedded development

Download history 1/week @ 2022-11-24 2/week @ 2022-12-01 10/week @ 2022-12-08 9/week @ 2022-12-15 5/week @ 2022-12-22 46/week @ 2022-12-29 8/week @ 2023-01-05 6/week @ 2023-01-12 11/week @ 2023-01-19 15/week @ 2023-01-26 48/week @ 2023-02-02 32/week @ 2023-02-09 45/week @ 2023-02-16 1/week @ 2023-02-23 3/week @ 2023-03-02 4/week @ 2023-03-09

58 downloads per month
Used in xmc4-hal

MIT license

9MB
278K SLoC

xmc4400

THIS IS A WORK IN PROGRESS AND MUCH IS UNTESED

crates.io rust

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

There is an optional rt that can be utilized. An explanation of the feature is given by svd2rust

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

Using Crate

[dependencies.xmc4400]
version = "0.3.1"
features = ["rt"]

Dependencies