Edward Emelianov f3c3bf451b start
2025-09-19 23:30:21 +03:00

11 lines
233 B
Makefile

BINARY := mlx90640
# 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