| Crates.io | stm32-usbd |
| lib.rs | stm32-usbd |
| version | 0.8.0 |
| created_at | 2019-06-05 13:38:35.526276+00 |
| updated_at | 2025-07-27 10:55:07.22444+00 |
| description | 'usb-device' implementation for STM32 microcontrollers |
| homepage | |
| repository | https://github.com/stm32-rs/stm32-usbd |
| max_upload_size | |
| id | 139144 |
| size | 165,655 |
stm32-usbdusb-device implementation for STM32 microcontrollers.
This project is a successor to the great work started by @mvirkkunen.
STM32F042xxSTM32F048xxSTM32F072xxSTM32F078xxSTM32F103xxSTM32F303xCSTM32L0x2xxSTM32L4x2xxThis 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.
Example applications may be found in the individual device HALs: