We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce02fe commit 3bdb274Copy full SHA for 3bdb274
micropython/board/PICO_W_ENVIRO/mpconfigboard.cmake
@@ -3,6 +3,3 @@ set(MICROPY_BOARD PICO_W)
3
4
set(MICROPY_PY_LWIP ON)
5
set(MICROPY_PY_NETWORK_CYW43 ON)
6
-
7
-# Board specific version of the frozen manifest
8
-set(MICROPY_FROZEN_MANIFEST ${CMAKE_SOURCE_DIR}/boards/PICO_W_ENVIRO/manifest.py)
micropython/board/PICO_W_INKY/mpconfigboard.cmake
-set(MICROPY_FROZEN_MANIFEST ${CMAKE_SOURCE_DIR}/boards/PICO_W_INKY/manifest.py)
0 commit comments