This commit is contained in:
Edward Emelianov
2025-09-19 23:30:21 +03:00
parent 080be6a1ec
commit f3c3bf451b
28 changed files with 2938 additions and 0 deletions

10
F3:F303/MLX90640/Makefile Normal file
View File

@@ -0,0 +1,10 @@
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