Home
last modified time | relevance | path

Searched refs:specified (Results 1 – 15 of 15) sorted by relevance

/hal_rpi_pico-latest/tools/pioasm/
Doutput_format.h24 bool specified; member
26 simple_optional() : default_value(), specified(false) {} in simple_optional()
28 simple_optional(const T &value) : value(value), specified(true) {} in simple_optional()
32 specified = true;
37 const T &get() const { return specified ? value : default_value; } in get()
39 bool is_specified() const { return specified; } in is_specified()
/hal_rpi_pico-latest/cmake/
Dgeneric_board.cmake4 …ER_DIRS, List of directories to look for <PICO_BOARD>.h in. This may be specified the user environ…
35 set(msg "Unable to find definition of board '${PICO_BOARD}' (specified by PICO_BOARD):\n")
37 …string(CONCAT msg ${msg} " Looked for ${PICO_BOARD}.h in ${DIRS} (additional paths specified by …
39 … ${msg} " Looked for ${PICO_BOARD}.cmake in ${DIRS} (additional paths specified by PICO_BOARD_CM…
Dpico_pre_load_platform.cmake3 # PICO_CMAKE_CONFIG: PICO_BOARD, Board name being built for. This may be specified in the user envi…
9 …uild for e.g. rp2040/rp2350/rp2350-arm-s/rp2350-riscv/host. This may be specified in the user envi…
16 # If PICO_PLATFORM is specified but not PICO_BOARD, we'll make a stab at defaulting
44 … pico_message("Defaulting platform (PICO_PLATFORM) to '${PICO_PLATFORM}' since not specified.")
51 pico_message("Defaulting target board (PICO_BOARD) to '${PICO_BOARD}' since not specified.")
57 …IRS, List of directories to look for <PICO_BOARD>.cmake in. This may be specified in the user envi…
75 …AULT_RP2350_PLATFORM, Default actual platform to build for if rp2350 is specified for PICO_PLATFOR…
96 pico_message("Defaulting platform (PICO_PLATFORM) to '${PICO_PLATFORM}' since not specified.")
105 # the PICO_PLATFORM specified based on the board is compatible based on the one we were
111 …message(FATAL_ERROR "PICO_PLATFORM is specified to be '${PICO_SAVED_PLATFORM}', but PICO_BOARD='${…
Dpico_pre_load_toolchain.cmake4 # Set a default build type if none was specified
10 message(STATUS "Defaulting build type to '${default_build_type}' since not specified.")
23 …o_message("Defaulting compiler (PICO_COMPILER) to '${PICO_DEFAULT_COMPILER}' since not specified.")
29 # If PICO_COMPILER is specified, set toolchain file to ${PICO_COMPILER}.cmake.
/hal_rpi_pico-latest/src/rp2_common/cmsis/
DCMakeLists.txt7 # message("Using specified PICO_CMSIS_PATH for CMSIS ('${PICO_CMSIS_PATH}')")
16 # message("Using specified PICO_CMSIS_VENDOR for CMSIS ('${PICO_CMSIS_VENDOR}')")
27 # message("Using specified PICO_CMSIS_DEVICE for CMSIS ('${PICO_CMSIS_DEVICE}')")
44 …on-standard vendor ${PICO_CMSIS_VENDOR} amd device ${PICO_CMSIS_DEVICE} specified, but PICO_CMSIS_…
/hal_rpi_pico-latest/src/rp2_common/hardware_clocks/include/hardware/
Dclocks.h210 #error PLL_SYS_VCO_FREQ_HZ, PLL_SYS_POSTDIV1 and PLL_SYS_POSTDIV2 must all be specified when using …
246 #error PLL_USB_VCO_FREQ_HZ, PLL_USB_POSTDIV1 and PLL_USB_POSTDIV2 must all be specified when using …
/hal_rpi_pico-latest/cmake/preload/toolchains/util/
Dfind_compiler.cmake22 …message(WARNING "PICO_TOOLCHAIN_PATH specified ($ENV{PICO_TOOLCHAIN_PATH}), but ${compiler_exe} no…
Dpico_arm_gcc_common.cmake6 …- usually only one -- to try when searching for a compiler. This may be specified the user environ…
/hal_rpi_pico-latest/src/rp2_common/tinyusb/
DCMakeLists.txt14 message(WARNING "PICO_TINYUSB_PATH specified but content not present.")
/hal_rpi_pico-latest/external/
Dpico_sdk_import.cmake67 …"SDK location was not specified. Please set PICO_SDK_PATH or set PICO_SDK_FETCH_FROM_GIT to on to …
/hal_rpi_pico-latest/src/rp2_common/pico_mbedtls/
DCMakeLists.txt10 message(WARNING "PICO_MBEDTLS_PATH specified but content not present.")
/hal_rpi_pico-latest/tools/
DCMakeLists.txt4 # The picotool functions all set the specified target properties,
305 # PICOTOOL_SIGN_OUTPUT to true, PICOTOOL_SIGFILE to SIGFILE (if specified),
344 # Create the specified partition table from JSON, and embed it in the
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
DCMakeLists.txt15 message(WARNING "PICO_CYW43_DRIVER_PATH specified but content not present.")
/hal_rpi_pico-latest/src/rp2_common/pico_lwip/
DCMakeLists.txt14 message(WARNING "PICO_LWIP_PATH specified but content not present.")
/hal_rpi_pico-latest/src/rp2_common/pico_btstack/
DCMakeLists.txt14 message(WARNING "PICO_BTSTACK_PATH specified but content not present.")