Merge pull request #2110 from kwagyeman/kwabena/enable_isp_ops

board/OPENMV_RT1060: Enable ISP Ops.
This commit is contained in:
Ibrahim Abdelkader 2024-01-23 23:26:55 +02:00 committed by GitHub
commit 9fa9145e90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 \