micropython/ports/rp2/boards/RPI_PICO_W/mpconfigboard.cmake

19 wiersze
416 B
CMake

# cmake file for Raspberry Pi Pico W
set(PICO_BOARD "pico_w")
set(MICROPY_PY_LWIP ON)
set(MICROPY_PY_NETWORK_CYW43 ON)
# Bluetooth
set(MICROPY_PY_BLUETOOTH ON)
set(MICROPY_BLUETOOTH_BTSTACK ON)
set(MICROPY_PY_BLUETOOTH_CYW43 ON)
# Board specific version of the frozen manifest
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)
set(MICROPY_SOURCE_BOARD
${MICROPY_BOARD_DIR}/machine_pin_cyw43.c
)