mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
boards: Add set(MICROPY_PY_FIR 1) for rp2 boards
This commit is contained in:
parent
59e36120d9
commit
f8051469dc
@ -1,4 +1,5 @@
|
||||
set(MICROPY_PY_CSI 1)
|
||||
set(MICROPY_PY_FIR 1)
|
||||
set(MICROPY_PY_ULAB 1)
|
||||
set(MICROPY_PY_NINAW10 1)
|
||||
set(MICROPY_PY_WINC1500 0)
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
set(MICROPY_PY_CSI 1)
|
||||
set(MICROPY_PY_FIR 1)
|
||||
set(MICROPY_PY_ULAB 1)
|
||||
set(MICROPY_PY_NINAW10 0)
|
||||
set(MICROPY_PY_WINC1500 0)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user