kopia lustrzana https://github.com/pimoroni/pimoroni-pico
9 wiersze
224 B
CMake
9 wiersze
224 B
CMake
![]() |
# cmake file for Raspberry Pi Pico
|
||
|
set(PICO_BOARD "pico")
|
||
|
|
||
|
set(MICROPY_PY_LWIP ON)
|
||
|
|
||
|
# Board specific version of the frozen manifest
|
||
|
set(MICROPY_FROZEN_MANIFEST ${MICROPY_BOARD_DIR}/manifest.py)
|
||
|
|
||
|
set(MICROPY_C_HEAP_SIZE 4096)
|