6 lines
75 B
Makefile
6 lines
75 B
Makefile
|
# MCU name
|
||
|
MCU = STM32F103
|
||
|
|
||
|
# Bootloader selection
|
||
|
BOOTLOADER = stm32duino
|