#svd2rust #cortex-m

no-std xmc4300

XMC peripheral library for XMC4300 generated from SVD

10 releases (6 breaking)

new 0.10.0 Apr 25, 2024
0.9.0 Mar 1, 2024
0.8.0 Dec 26, 2023
0.7.0 Nov 25, 2023
0.1.1 Oct 20, 2019

#1762 in Embedded development

Download history 35/week @ 2024-01-09 110/week @ 2024-01-30 196/week @ 2024-02-06 1/week @ 2024-02-20 362/week @ 2024-02-27 26/week @ 2024-03-05 13/week @ 2024-03-12 17/week @ 2024-04-02 60/week @ 2024-04-09 43/week @ 2024-04-16

120 downloads per month
Used in xmc4-hal

MIT license

8MB
238K SLoC

xmc4300

THIS IS A WORK IN PROGRESS AND MUCH IS UNTESTED

crates.io rust

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

The inclusion of EtherCAT has been removed from src/lib.rs. This is due to an issue either with the SVD file or the generation of the code using svd2rust. There is no support at this time until a fix can be made. This has not been tested on hardware to ensure that nothing else has been impacted.

Dependencies