board/OPENMV_RT1060: Enable ISP Ops.

This commit is contained in:
Kwabena W. Agyeman 2024-01-23 12:31:03 -08:00
parent 07425df462
commit 29076f597e
2 changed files with 4 additions and 0 deletions

View File

@ -28,6 +28,9 @@
// Enable midpoint pooling
#define IMLIB_ENABLE_MIDPOINT_POOLING
// Enable ISP ops
#define IMLIB_ENABLE_ISP_OPS
// Enable binary ops
#define IMLIB_ENABLE_BINARY_OPS

View File

@ -187,6 +187,7 @@ FIRM_OBJ += $(addprefix $(BUILD)/$(OMV_DIR)/imlib/, \
imlib.o \
integral.o \
integral_mw.o \
isp.o \
jpegd.o \
jpege.o \
lodepng.o \