mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 10:45:11 +03:00
10 lines
216 B
Makefile
10 lines
216 B
Makefile
BINARY := multistepper
|
|
# MCU code
|
|
MCU := F303xd
|
|
# change this linking script depending on particular MCU model,
|
|
LDSCRIPT := stm32f303xD.ld
|
|
DEFINES := -DUSB2_16
|
|
|
|
include ../makefile.f3
|
|
include ../../makefile.stm32
|