CommunityGD32Cores / ArduinoCore-GD32

Arduino core for GD32 devices, community developed, based on original GigaDevice's core
Other
86 stars 33 forks source link

Bjc/usb fixes #71

Closed bjc closed 2 years ago

bjc commented 2 years ago

This patch fixes a hang when the device is reset by the host mid-transmission. It's currently incomplete, as it only doesn't deal with a reset when receiving data.

However, this is being used for Keyboardio in this form, and I think it's probably better for it to go in now, even though it's incomplete, so that it doesn't get lost while a better fix is prepared.

maxgerhardt commented 2 years ago

Thanks!