You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The examples repo is effectively unmaintained due to the amount of copy-pasta across all the examples. If you want to test a blink andyour toolchain, I recommend https://github.com/libopencm3/libopencm3-miniblink/ instead.
Currently, I see a few problems with
make flash
for STM32F4VL:flossjtag
has been moved in openocd toftdi/flossjtag
, so it can not be found currently. This affects 6Makefile
sftdi/flossjtag
, the STM32F1VL-Discovery can not be flashed. Switching tostlink
interface worked.I can make appropriate pull requests, but I can not test whether other boards work with
ftdi/flossjtag
.For posterity, here's the link to
flossjtag.cfg
andstm32/f1/Makefile.include
:https://github.com/openocd-org/openocd/blob/master/tcl/interface/ftdi/flossjtag.cfg
https://github.com/libopencm3/libopencm3-examples/blob/master/examples/stm32/f1/Makefile.include#L31
And here is the list of all references to
flossjtag
:The text was updated successfully, but these errors were encountered: