uf2-stm32f icon indicating copy to clipboard operation
uf2-stm32f copied to clipboard

UF2 bootloader for STM32F4

Results 7 uf2-stm32f issues
Sort by recently updated
recently updated
newest added

Seems there's an issue in your libopencm3 fork that makes building on linux not work. ``` -SRCLIBDIR:= $(subst $(space),\$(space),$(realpath lib)) +SRCLIBDIR:= $(subst $(space),/$(space),$(realpath lib)) ``` I wanted to give context...

Does this implementation of UF2 support the MSC handoff? I didn't find an example showing how to properly do handoff in any implementation.

When I use stm32f411ce to install the simulator and run arcade uF2 firmware, the sound will be stuck when playing, and adjusting the volume will also be stuck. My definition...

I have try to make it run in PYBV10 board, I modify board,h from feather_f405, and build success, but it not work. [board.zip](https://github.com/mmoskal/uf2-stm32f/files/4378781/board.zip)

Getting build errors when trying to run make: C:/ProgramData/chocolatey/lib/make/tools/install/bin/make.exe checksubmodules make[1]: Entering directory 'C:/Users/aranis/Desktop/uf2/uf2-stm32f' (git submodule init) Submodule 'libopencm3' (https://github.com/mmoskal/libopencm3.git) registered for path 'libopencm3' Submodule 'uf2' (https://github.com/Microsoft/uf2) registered for path...