[PR #486] [MERGED] Add derive-mmio #486

Closed
opened 2025-11-06 08:27:23 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/486
Author: @robamu
Created: 5/4/2025
Status: Merged
Merged: 5/12/2025
Merged by: @eldruin

Base: masterHead: add-derive-mmio


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

This is an amazing tool. I used it for:

  1. Creating a whole PAC/HAL: https://github.com/us-irs/zynq7000-rs/
  2. Creating drivers for FPGA softcores: https://egit.irs.uni-stuttgart.de/rust/axi-uartlite and https://egit.irs.uni-stuttgart.de/rust/axi-uart16550
  3. Writing a shared peripheral crate for 2 different CPU families: https://github.com/us-irs/vorago-shared-periphs which have a lot of identical peripherals.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rust-embedded/awesome-embedded-rust/pull/486 **Author:** [@robamu](https://github.com/robamu) **Created:** 5/4/2025 **Status:** ✅ Merged **Merged:** 5/12/2025 **Merged by:** [@eldruin](https://github.com/eldruin) **Base:** `master` ← **Head:** `add-derive-mmio` --- ### 📝 Commits (1) - [`7253579`](https://github.com/rust-embedded/awesome-embedded-rust/commit/7253579d78c9c45adafd716565323c4c4503938a) Add derive-mmio ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description This is an amazing tool. I used it for: 1. Creating a whole PAC/HAL: https://github.com/us-irs/zynq7000-rs/ 2. Creating drivers for FPGA softcores: https://egit.irs.uni-stuttgart.de/rust/axi-uartlite and https://egit.irs.uni-stuttgart.de/rust/axi-uart16550 3. Writing a shared peripheral crate for 2 different CPU families: https://github.com/us-irs/vorago-shared-periphs which have a lot of identical peripherals. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 08:27:23 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-embedded-rust#486