Lines Matching full:build
1 # PICO_BOARD is the root of config as it can define PICO_PLATFORM and other build vars
3 …cified in the user environment, type=string, default=pico or pico2, group=build, docref=cmake-plat…
9 …build for e.g. rp2040/rp2350/rp2350-arm-s/rp2350-riscv/host. This may be specified in the user env…
57 …ok for <PICO_BOARD>.cmake in. This may be specified in the user environment, type=list, group=build
75 …platform to build for if rp2350 is specified for PICO_PLATFORM e.g. rp2350-arm-s/rp2350-riscv, typ…
112 …O_PLATFORM}' which is incompatible. You need to delete the CMake cache or build directory and reco…
113 The best practice is to use separate build directories for different platforms.")
121 You need to delete the CMake cache or build directory and reconfigure to proceed.\
122 The best practice is to use separate build directories for different platforms.")
124 set(PICO_PLATFORM ${PICO_PLATFORM} CACHE STRING "PICO Build platform (e.g. rp2040, rp2350, rp2350-r…
125 set(PICO_PREVIOUS_PLATFORM ${PICO_PLATFORM} CACHE STRING "Saved PICO Build platform (e.g. rp2040, r…
127 …LATFORM_FILE, Custom CMake file to use to set up the platform environment, type=string, group=build