mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 20:20:14 +01:00
7 lines
240 B
CMake
7 lines
240 B
CMake
# cmake file for Arduino Nano RP2040 Connect.
|
|
set(MICROPY_PY_BLUETOOTH 1)
|
|
set(MICROPY_BLUETOOTH_NIMBLE 1)
|
|
set(MICROPY_PY_NETWORK_NINAW10 1)
|
|
set(MICROPY_HW_ENABLE_DOUBLE_TAP 1)
|
|
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)
|