Add MLXtest, 4.8ms for parsing image in standard range

This commit is contained in:
Edward Emelianov
2025-09-11 20:13:53 +03:00
parent 8be4f0975e
commit 93e0b16f79
40 changed files with 3128 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
BINARY := mlxtest
# 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