Crate stm32_usbd2

source ·
Expand description

USB peripheral driver for STM32 microcontrollers.

This also serves as the reference implementation and example repository for the usb-device crate for now.

Re-exports§

Modules§

  • USB peripheral driver.

Traits§

  • A trait for device-specific USB peripherals. Implement this to add support for a new hardware platform. Peripherals that have this trait must have the same register block as STM32 USBFS peripherals.