stm32_mw_usb_device icon indicating copy to clipboard operation
stm32_mw_usb_device copied to clipboard

Provides the USB Device library part of the STM32Cube MCU Component "middleware" for all STM32xx series.

Results 12 stm32_mw_usb_device issues
Sort by recently updated
recently updated
newest added

Right now there is one report descriptor size for all CustomHID interfaces, defined with `USBD_CUSTOM_HID_REPORT_DESC_SIZE`. To adress this, the structure `USBD_CUSTOM_HID_ItfTypeDef` should contain a field with the actual report descriptor...

enhancement
mw
usb
internal bug tracker

Right now if you have more than 1 CustomHID interface, all interfaces have report descriptors of the same size. Support different sizes by adding an entry to USBD_CUSTOM_HID_ItfTypeDef. The default...

enhancement
mw
usb
internal bug tracker