uf2-stm32f
uf2-stm32f copied to clipboard
Doesn't build on linux
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 for where it's used, in this repo. I can submit a PR with the change if required.