mirror of
https://github.com/danbee/unicorn
synced 2026-06-21 15:12:22 +00:00
10 lines
280 B
CMake
10 lines
280 B
CMake
# cmake file for Pimoroni Galactic Unicorn with Pico W
|
|
set(MICROPY_BOARD PICO_W)
|
|
|
|
set(MICROPY_PY_LWIP ON)
|
|
set(MICROPY_PY_NETWORK_CYW43 ON)
|
|
|
|
# Board specific version of the frozen manifest
|
|
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)
|
|
|
|
set(MICROPY_C_HEAP_SIZE 4096) |