https://github.com/xmc-rs/xmc4100
XMC4100 Peripheral interface library generated from svd2rust
https://github.com/xmc-rs/xmc4100
cortex-m infineon rust-lang svd2rust xmc
Last synced: 4 months ago
JSON representation
XMC4100 Peripheral interface library generated from svd2rust
- Host: GitHub
- URL: https://github.com/xmc-rs/xmc4100
- Owner: xmc-rs
- License: mit
- Created: 2017-09-24T04:41:36.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-12-01T12:14:00.000Z (8 months ago)
- Last Synced: 2025-03-18T05:34:37.840Z (4 months ago)
- Topics: cortex-m, infineon, rust-lang, svd2rust, xmc
- Language: Rust
- Homepage:
- Size: 6.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-embedded-rust - `xmc4100` - [](https://crates.io/crates/xmc4100) (Peripheral Access Crates / XMC)
- rust-embedded - `xmc4100` - [](https://crates.io/crates/xmc4100) (Peripheral Access Crates / XMC)
README
# XMC4100
> THIS IS A WORK IN PROGRESS AND MUCH IS UNTESTED
[](https://crates.io/crates/xmc4100)
[](https://github.com/xmc-rs/xmc4100/workflows/Rust/badge.svg)This is a 'peripheral access crate' for interfacing to the XMC4100 series of microcontrollers for embedded support in Rust that is generated using [svd2rust](https://docs.rs/svd2rust) and an SVD file provided by Infineon.
All API's and usage (besides what registers exist) are defined by [svd2rust](https://docs.rs/svd2rust)
## Generate Crate from SVD
```bash
# Necessary 3rd-party tools
cargo install svd2rust
cargo install form
rustup component add rustfmtsvd.sh # Generates code from crate and formats to rustfmt
```