[PR #249] [MERGED] Add more usbd crates, fix existing entries #262

Closed
opened 2025-11-06 08:22:31 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/249
Author: @agalakhov
Created: 2/7/2020
Status: Merged
Merged: 2/7/2020
Merged by: @bors[bot]

Base: masterHead: master


📝 Commits (3)

  • 664419c Add more USB class crates
  • 60f9f17 Add proper crates.io links to all usbd crates
  • 906858e Trivial formatting fix for avr-hal

📊 Changes

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

View changed files

📝 README.md (+10 -1)

📄 Description

Add usbd-hid-device and usbd-midi. usbd-hid-device is another HID implementation that tries to be safe. usbd-midi is simple MIDI class driver that allows the microcontroller to send MIDI events to the PC thus implementing custom MIDI controllers.

Add crates.io links to all usbd crates.

Fix trivial typo in avr-hid.


🔄 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/249 **Author:** [@agalakhov](https://github.com/agalakhov) **Created:** 2/7/2020 **Status:** ✅ Merged **Merged:** 2/7/2020 **Merged by:** [@bors[bot]](https://github.com/apps/bors) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (3) - [`664419c`](https://github.com/rust-embedded/awesome-embedded-rust/commit/664419cc190aa49bc254a39a617add7dc5ef75b0) Add more USB class crates - [`60f9f17`](https://github.com/rust-embedded/awesome-embedded-rust/commit/60f9f178916edcd6588022860a0dd0bd3c401777) Add proper crates.io links to all usbd crates - [`906858e`](https://github.com/rust-embedded/awesome-embedded-rust/commit/906858e347b366d5e05e8b7a6f51ccf284f457ec) Trivial formatting fix for avr-hal ### 📊 Changes **1 file changed** (+10 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+10 -1) </details> ### 📄 Description Add usbd-hid-device and usbd-midi. `usbd-hid-device` is another HID implementation that tries to be safe. `usbd-midi` is simple MIDI class driver that allows the microcontroller to send MIDI events to the PC thus implementing custom MIDI controllers. Add crates.io links to all usbd crates. Fix trivial typo in `avr-hid`. --- <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:22:31 -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#262