usb64 icon indicating copy to clipboard operation
usb64 copied to clipboard

WIP: Support for STM32 boards.

Open networkfusion opened this issue 3 years ago • 1 comments

Linked to https://github.com/Ryzee119/usb64/pull/47

TinyUsb Issues https://github.com/hathach/tinyusb/issues/1624

https://github.com/hathach/tinyusb/issues/1604

Theres also some buffer overflows that can happen on the STM32 host driver as it always DMAs a full packet size and tusb uses smaller buffers in a few places.

networkfusion avatar Sep 20 '22 21:09 networkfusion

One of many issues fixed: https://github.com/hathach/tinyusb/pull/1603 reference: https://discord.com/channels/205520502922543113/768169699564453910/1021891352084099072

networkfusion avatar Sep 20 '22 21:09 networkfusion