mirror of
https://github.com/openmv/openmv.git
synced 2025-09-26 23:09:13 +08:00
boards: Enable CRC module for AE3 and N6.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
parent
1b5da3ebfe
commit
00ba887043
@ -20,6 +20,7 @@ MICROPY_PY_TOF = 1
|
|||||||
MICROPY_PY_ULAB = 1
|
MICROPY_PY_ULAB = 1
|
||||||
MICROPY_PY_DISPLAY = 1
|
MICROPY_PY_DISPLAY = 1
|
||||||
MICROPY_PY_IMU = 1
|
MICROPY_PY_IMU = 1
|
||||||
|
MICROPY_PY_CRC = 1
|
||||||
MICROPY_PY_AUDIO = 1
|
MICROPY_PY_AUDIO = 1
|
||||||
MICROPY_PY_ML = 1
|
MICROPY_PY_ML = 1
|
||||||
MICROPY_PY_ML_TFLM = 1
|
MICROPY_PY_ML_TFLM = 1
|
||||||
|
@ -30,6 +30,7 @@ MICROPY_PY_CSI = 1
|
|||||||
MICROPY_PY_CSI_NG = 1
|
MICROPY_PY_CSI_NG = 1
|
||||||
MICROPY_PY_FIR = 1
|
MICROPY_PY_FIR = 1
|
||||||
MICROPY_PY_IMU = 1
|
MICROPY_PY_IMU = 1
|
||||||
|
MICROPY_PY_CRC = 1
|
||||||
MICROPY_PY_ULAB = 1
|
MICROPY_PY_ULAB = 1
|
||||||
MICROPY_PY_DISPLAY = 1
|
MICROPY_PY_DISPLAY = 1
|
||||||
MICROPY_PY_TV = 1
|
MICROPY_PY_TV = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user