mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 02:35:23 +03:00
9 lines
203 B
Makefile
9 lines
203 B
Makefile
BINARY := steppers
|
|
# MCU code
|
|
MCU := F072xB
|
|
# change this linking script depending on particular MCU model,
|
|
LDSCRIPT := stm32f072B.ld
|
|
|
|
include ../makefile.f0
|
|
include ../../makefile.stm32
|