Files
stm32samples/F3:F303/MLX90640-allsky/Makefile
2026-05-06 23:30:36 +03:00

13 lines
285 B
Makefile

BINARY := allsky
# MCU code
MCU := F303xb
# change this linking script depending on particular MCU model,
LDSCRIPT := stm32f303xB.ld
DEFINES := -DUSB1_16
LDLIBS := -lm
include ../makefile.f3
include ../../makefile.stm32
$(OBJDIR)/commproto.o: commproto.cpp $(VERSION_FILE)