boards/common/doc.md
@defgroup boards_common Common Board Groups @ingroup boards @brief Common definitions and implementations for board groups
Several boards share many definitions and implementations, these are collectively stored into a common module per board group.
Download the bootloader binary matching you boards from
https://github.com/rogerclarkmelbourne/STM32duino-bootloader
e.g., for the STM32 bluepill use generic_boot20_pc13.bin.
Flash the bootloader using ST-Link, for instructions see:
The following steps are tested with the STM32 bluepill board:
dfu-util -l to list available, it should list (at least) 3 device with
USB device ID 1eaf:0003. If not check Boot1 pin settingPROGRAMMER=dfu-util BOARD=bluepill make flash