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