start coding for multi-sensor variant: gather data of all sensors and process image[N] only by request

This commit is contained in:
Edward Emelianov
2025-09-22 23:17:39 +03:00
parent c29508df6c
commit 2465cd9bd4
34 changed files with 3980 additions and 0 deletions

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