Lines Matching refs:set

4 # The picotool functions all set the specified target properties,
5 # and therefore if the property should be set for multiple targets
6 # then it can be set manually with `set_property` or other CMake
7 # functions to set properties for a given scope.
79set(pioasm_VERSION_REQUIRED "${PICO_SDK_VERSION_MAJOR}.${PICO_SDK_VERSION_MINOR}.${PICO_SDK_VERSIO…
81 set(pioasm_INSTALL_DIR ${CMAKE_BINARY_DIR}/pioasm-install)
83 set(pioasm_DIR ${pioasm_INSTALL_DIR}/pioasm)
89 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PICO_SDK_PATH}/tools)
96 set(pioasm_FOUND 1 PARENT_SCOPE)
104 set(picotool_VERSION_REQUIRED 2.1.0)
108 set(PICOTOOL_FETCH_FROM_GIT_PATH $ENV{PICOTOOL_FETCH_FROM_GIT_PATH})
115 set(picotool_INSTALL_DIR ${FETCHCONTENT_BASE_DIR})
120 set(picotool_DIR ${picotool_INSTALL_DIR}/picotool)
129 "Update your installation, or set PICOTOOL_FORCE_FETCH_FROM_GIT "
137 set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PICO_SDK_PATH}/tools)
143 set(picotool_FOUND 1 PARENT_SCOPE)
163 set(OUTPUT_FORMAT "${pico_generate_pio_header_OUTPUT_FORMAT}")
165 set(OUTPUT_FORMAT "${PICO_DEFAULT_PIOASM_OUTPUT_FORMAT}")
167 set(OUTPUT_FORMAT "c-sdk")
174 set(HEADER_DIR "${CMAKE_CURRENT_BINARY_DIR}")
177 set(HEADER "${HEADER_DIR}/${PIO_NAME}.h")
180 set(HEADER_GEN_TARGET "${TARGET}_${HEADER_GEN_TARGET}_pio_h")
185 set(VERSION_STRING "${PICO_PIO_VERSION}")
187 set(VERSION_STRING "0")
230 # get and set, to inherit list
244 # to PICOTOOL_EXTRA_PROCESS_ARGS if setting the rollback version, or set as compile
248 set(oneValueArgs MAJOR MINOR ROLLBACK)
249 set(multiValueArgs ROWS)
251 # get and set, to inherit list
283 # set major version
306 # and PICOTOOL_OTP_FILE to ${TARGET}.otp.json (if not already set). To
308 # set for a given scope, and then the SIGFILE argument is optional.
322 message(FATAL_ERROR "Signature file not set for ${TARGET}")
372 message(FATAL_ERROR "Signature file not set for ${TARGET}")
384 # all required properties have been set
392 set(output_path "${output_path}/")
394 set(output_path "")
399 set(uf2_package_args "-o;${${TARGET}_uf2_package_addr}")
405 set(extra_uf2_args "--abs-block")
411 set(extra_uf2_args "")
419 set(picotool_family ${PICOTOOL_DEFAULT_FAMILY})
421 set(picotool_family ${PICO_PLATFORM})
439 # all required properties have been set
459 set(otp_file "")
519 set(${ARGV1} TRUE PARENT_SCOPE)