6 lines
74 B
Makefile
6 lines
74 B
Makefile
|
# MCU name
|
||
|
MCU = STM32F401
|
||
|
|
||
|
# Bootloader selection
|
||
|
BOOTLOADER = stm32-dfu
|