mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
boards/MPS: Enable CRC module.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
This commit is contained in:
parent
7e59c080df
commit
b997cc2b69
@ -8,6 +8,7 @@ OMV_BOARD_CFLAGS= -DQEMU_SOC_MPS2 \
|
||||
-DCPU_FREQ_HZ=25000000
|
||||
MICROPY_PY_CSI = 1
|
||||
MICROPY_PY_CSI_NG = 1
|
||||
MICROPY_PY_CRC = 1
|
||||
MICROPY_PY_FIR = 0
|
||||
MICROPY_PY_ULAB = 1
|
||||
MICROPY_PY_WINC1500 = 0
|
||||
|
||||
@ -9,6 +9,7 @@ OMV_BOARD_CFLAGS= -mcmse \
|
||||
-DCPU_FREQ_HZ=32000000
|
||||
MICROPY_PY_CSI = 1
|
||||
MICROPY_PY_CSI_NG = 1
|
||||
MICROPY_PY_CRC = 1
|
||||
MICROPY_PY_FIR = 0
|
||||
MICROPY_PY_ULAB = 1
|
||||
MICROPY_PY_WINC1500 = 0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user