boards: Add set(MICROPY_PY_FIR 1) for rp2 boards

This commit is contained in:
Sighthesia 2025-06-11 09:06:38 +08:00 committed by GitHub
parent 59e36120d9
commit f8051469dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -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)

View File

@ -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)