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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
master← Head:master📝 Commits (3)
664419cAdd more USB class crates60f9f17Add proper crates.io links to all usbd crates906858eTrivial 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-deviceis another HID implementation that tries to be safe.usbd-midiis 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.