8 lines
113 B
Makefile
8 lines
113 B
Makefile
|
# Overrides for the Blackpill version
|
||
|
|
||
|
# MCU name
|
||
|
MCU = STM32F411
|
||
|
|
||
|
# Bootloader selection
|
||
|
BOOTLOADER = stm32-dfu
|