You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
249: Add more usbd crates, fix existing entries r=andre-richter a=agalakhov
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`.
Co-authored-by: Alexey Galakhov <agalakhov@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ Implementations of [`embedded-hal`] for microcontroller families and systems run
241
241
### Microchip
242
242
243
243
-[`atsamd-hal`](https://crates.io/crates/atsamd-hal) - HAL for SAMD11, SAMD21, SAMD51 and SAME54 - 
244
-
-['avr-hal'](https://github.com/Rahix/avr-hal) - HAL for AVR microcontroller family and AVR-based boards
244
+
-[`avr-hal`](https://github.com/Rahix/avr-hal) - HAL for AVR microcontroller family and AVR-based boards
245
245
246
246
### Nordic
247
247
@@ -481,6 +481,8 @@ have achieved the "released" status (published on crates.io + documentation / sh
481
481
1.[VEML6075] - I2C - UVA and UVB light sensor - [Intro blog post][27] - 
482
482
1.[usbd-serial] - USB CDC-ACM class (serial) implementation - [github][37] - 
483
483
1.[usbd-hid] - USB HID class implementation - [github][38] - 
484
+
1.[usbd-hid-device] - USB HID class implementation without `unsafe` - [github][40] - 
485
+
1.[usbd-midi] - USB MIDI class implementation - [github][41] - 
484
486
1.[usbd-webusb] - USB webUSB class implementation - [github][39] - 
0 commit comments