Replies: 1 comment 1 reply
|
I just noticed that USB-HID is also not yet implemented. That should also be mentioned in the notes column. The green heart is surely not appropriate. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The current implementation (v3.0.0) for STM32C5 does not support USB-CDC. You should mention that in the notes column on https://github.com/stm32duino/Arduino_Core_STM32#generic-stm32c5-boards with big red marker. Because USB-CDC is the core component of Arduino which everybody expects to work out of the box.
Generic STM32C5 boards
STM32C552RE
Related line of code:
https://github.com/stm32duino/Arduino_Core_STM32/blob/main/libraries/USBDevice/inc/usbd_conf.h#L33
All reactions