USBDevice icon indicating copy to clipboard operation
USBDevice copied to clipboard

Highly flexible Composite USB Device Library

Results 8 USBDevice issues
Sort by recently updated
recently updated
newest added

I'm having issues with getting a USB HID device with an OUT endpoint to work. My goal here is to use the USB HID protocol to provide a generic communication...

For the sake of completeness, add possibility for the interfaces to reject the received data at the control data stage, and stall the control endpoint when rejected.

enhancement

Hello, Could you please help me how to configure an MSC device properly? I hope you may have something which may be used as example configuration showing basic requirements of...

question

bug 1 - buffer overflow in USBD_CtrlReceiveData path ``` Device/usbd_ctrl.c ``` code ``` USBD_ReturnType USBD_CtrlReceiveData(USBD_HandleType *dev, void *data) { USBD_ReturnType retval = USBD_E_ERROR; /* Sanity check */ if (dev->EP.OUT[0].State ==...

bug

No timeline for adding this, just bookmarking things. https://wicg.github.io/webusb/ https://hackaday.com/tag/webusb/ https://web.dev/usb/ https://medium.com/@gerybbg/webusb-by-example-b4358e6a133c https://github.com/larsgk/web-nrf52-dongle/tree/master/dongle_firmware/src

enhancement

Is audio class support planned?

enhancement

Dear Benedek, I am connecting my STM32F407VET6 microcontroller to a PC running Debian Linux. On the controller, I have a relatively huge ring buffer where I put data for sending...

I got all my CDC issues fixed, so now I am moving on to the HID portion of my code. I have the hid device defined (it is a simple...

bug