mirror of
https://github.com/eddyem/stm32samples.git
synced 2026-02-28 11:54:30 +03:00
Add MLXtest, 4.8ms for parsing image in standard range
This commit is contained in:
10
F3:F303/MLX90640test/Makefile
Normal file
10
F3:F303/MLX90640test/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user