stm32-usbd-examples
stm32-usbd-examples copied to clipboard
stm32-usbd examples for different microcontrollers
Hope this is helpful. I tested the updated example on my custom STM32F303CC-based board, and verified that it enumerates and echoes back uppercase characters when attached to a Linux host.
The README for https://github.com/mvirkkunen/usb-device points to https://github.com/stm32-rs/stm32-usbd - which in turn points here for examples, but these examples are outdated vs. the examples in the individual hal crates e.g. https://github.com/stm32-rs/stm32f1xx-hal/blob/master/examples/usb_serial_rtic.rs...
I ended up needing `stm32-usbd` and found that these examples are out of date with current versions of both the HAL libraries as well as `stm32-usbd`. This PR updates the...
Signed-off-by: Daniel Egger