mmoskal / uf2-stm32f

UF2 bootloader for STM32F4
Other
110 stars 62 forks source link

Support STM32F3 devices #2

Closed yiancar closed 5 years ago

yiancar commented 5 years ago

I am trying to get UF2 on an stm32f303. Trying to compile px4iov3_bl which is based on an f3 devices gives a number or unused function errors in the usb.c file.

Is it inherently broken for that family of mcus or maybe I am missing something?:)

mmoskal commented 5 years ago

yeah, currently only F4 is supported here. PRs are welcome!