Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xmc-rs/xmc4400
XMC4400 Peripheral interface library generated from an SVD
https://github.com/xmc-rs/xmc4400
arm cortex-m infineon rust-lang svd2rust xmc
Last synced: about 2 months ago
JSON representation
XMC4400 Peripheral interface library generated from an SVD
- Host: GitHub
- URL: https://github.com/xmc-rs/xmc4400
- Owner: xmc-rs
- License: mit
- Created: 2017-10-17T02:32:28.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T15:46:57.000Z (about 2 months ago)
- Last Synced: 2024-10-23T21:08:51.357Z (about 2 months ago)
- Topics: arm, cortex-m, infineon, rust-lang, svd2rust, xmc
- Language: Rust
- Size: 7.39 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-embedded-rust - `xmc4400` - [![crates.io](https://img.shields.io/crates/v/xmc4400.svg)](https://crates.io/crates/xmc4400) (Peripheral Access Crates / XMC)
- rust-embedded - `xmc4400` - [![crates.io](https://img.shields.io/crates/v/xmc4400.svg)](https://crates.io/crates/xmc4400) (Peripheral Access Crates / XMC)
README
# xmc4400
> THIS IS A WORK IN PROGRESS AND MUCH IS UNTESTED
[![crates.io](https://img.shields.io/crates/v/xmc4400.svg)](https://crates.io/crates/xmc4400)
[![rust](https://github.com/xmc-rs/xmc4400/workflows/Rust/badge.svg)](https://github.com/xmc-rs/xmc4400/workflows/Rust/badge.svg)This is a 'peripheral access crate' for interfacing to the XMC4400 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
```