13 releases (7 breaking)
| 0.8.0 | Jul 27, 2025 |
|---|---|
| 0.7.0 | Jul 2, 2024 |
| 0.6.0 | Mar 12, 2021 |
| 0.5.1 | Feb 6, 2020 |
| 0.3.0 | Jul 10, 2019 |
#161 in Hardware support
5,096 downloads per month
Used in 31 crates
(13 directly)
155KB
4.5K
SLoC
stm32-usbd
usb-device implementation for STM32 microcontrollers.
This project is a successor to the great work started by @mvirkkunen.
Supported microcontrollers
STM32F042xxSTM32F048xxSTM32F072xxSTM32F078xxSTM32F103xxSTM32F303xCSTM32L0x2xxSTM32L4x2xx- And others...
Usage
This driver is intended for use through a device hal library.
Such hal library should implement UsbPeripheral for the corresponding USB peripheral object.
This trait declares all the peripheral properties that may vary from one device family to the other.
Examples
Example applications may be found in the individual device HALs:
Dependencies
~2.5MB
~41K SLoC