stm32-rs / stm32-usbd-examples

stm32-usbd examples for different microcontrollers
48 stars 19 forks source link

Update examples to stm32-usbd v0.5 #12

Open jxors opened 4 years ago

jxors commented 4 years ago

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.