stm32-usbd-examples
stm32-usbd-examples copied to clipboard
Update examples to stm32-usbd v0.5
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 stm32f042k6 example to use stm32f0xx-hal
v0.17 and stm32-usbd
v0.5. I only updated this example since I only have a stm32f042k6
device to test changes on. If you want I can also try to update the other examples, but I won't be able to test those on real devices.