Home
last modified time | relevance | path

Searched refs:message (Results 1 – 25 of 34) sorted by relevance

12

/hal_rpi_pico-latest/cmake/
Dpico_utils.cmake3 message("${param}")
8 message(FATAL_ERROR "Expect at most 2 arguments")
10 message("${param}" "${ARGV1}")
15 message(FATAL_ERROR "${MSG}")
Dpico_pre_load_toolchain.cmake10 message(STATUS "Defaulting build type to '${default_build_type}' since not specified.")
49message("Accepting PICO_COMPILER value '${ORIG_PICO_COMPILER}' for compatibility, but using '${PIC…
58 # todo improve message
59 message(FATAL_ERROR "Toolchain file \"${PICO_COMPILER}.cmake\" does not exist, please\
62 message("Configuring toolchain based on PICO_COMPILER '${PICO_COMPILER}'")
67message(FATAL_ERROR "CMAKE_TOOLCHAIN_FILE was previously defined to ${PICO_PREVIOUS_CMAKE_TOOLCHAI…
Dpico_pre_load_platform.cmake6 message("Initializing PICO_BOARD from environment ('${PICO_BOARD}')")
12 message("Initializing PICO_PLATFORM from environment ('${PICO_PLATFORM}')")
53 message("Target board (PICO_BOARD) is '${PICO_BOARD}'.")
60 message("Using PICO_BOARD_CMAKE_DIRS from environment ('${PICO_BOARD_CMAKE_DIRS}')")
67 message("Using CMake board configuration from ${PICO_BOARD_CMAKE_FILE}")
87message("Auto-converting non-specific PICO_PLATFORM='rp2350' to '${PICO_DEFAULT_RP2350_PLATFORM}'")
109 message("Pico Platform (PICO_PLATFORM) is '${PICO_PLATFORM}'.")
111message(FATAL_ERROR "PICO_PLATFORM is specified to be '${PICO_SAVED_PLATFORM}', but PICO_BOARD='${…
120message(FATAL_ERROR "PICO_PLATFORM has been modified from '${PICO_SAVED_PLATFORM}' to '${PICO_PLAT…
139 message(FATAL_ERROR "${PICO_CMAKE_PRELOAD_PLATFORM_FILE} does not exist. \
Dgeneric_board.cmake7 message("Using PICO_BOARD_HEADER_DIRS from environment ('${PICO_BOARD_HEADER_DIRS}')")
15 message("Using board configuration from ${PICO_BOARD_HEADER_FILE}")
40 message(FATAL_ERROR ${msg})
/hal_rpi_pico-latest/src/rp2_common/cmsis/
DCMakeLists.txt7 # message("Using specified PICO_CMSIS_PATH for CMSIS ('${PICO_CMSIS_PATH}')")
10 # message("Using PICO_CMSIS_PATH from environment for CMSIS ('${PICO_CMSIS_PATH}')")
16 # message("Using specified PICO_CMSIS_VENDOR for CMSIS ('${PICO_CMSIS_VENDOR}')")
19 # message("Using PICO_CMSIS_VENDOR from environment for CMSIS ('${PICO_CMSIS_VENDOR}')")
27 # message("Using specified PICO_CMSIS_DEVICE for CMSIS ('${PICO_CMSIS_DEVICE}')")
30 # message("Using PICO_CMSIS_DEVICE from environment for CMSIS ('${PICO_CMSIS_DEVICE}')")
36 # message("CMSIS Core found for path ${PICO_CMSIS_PATH}, vendor ${PICO_CMSIS_VENDOR}, device ${P…
41 # message(WARNING "CMSIS core not found in ${PICO_CMSIS_PATH} for vendor ${PICO_CMSIS_VENDOR}, d…
44 # message(WARNING "Non-standard vendor ${PICO_CMSIS_VENDOR} amd device ${PICO_CMSIS_DEVICE} spec…
/hal_rpi_pico-latest/external/
Dpico_sdk_import.cmake8 message("Using PICO_SDK_PATH from environment ('${PICO_SDK_PATH}')")
13 message("Using PICO_SDK_FETCH_FROM_GIT from environment ('${PICO_SDK_FETCH_FROM_GIT}')")
18message("Using PICO_SDK_FETCH_FROM_GIT_PATH from environment ('${PICO_SDK_FETCH_FROM_GIT_PATH}')")
23 message("Using PICO_SDK_FETCH_FROM_GIT_TAG from environment ('${PICO_SDK_FETCH_FROM_GIT_TAG}')")
28 message("Using master as default value for PICO_SDK_FETCH_FROM_GIT_TAG")
60 message("Downloading Raspberry Pi Pico SDK")
66 message(FATAL_ERROR
74 message(FATAL_ERROR "Directory '${PICO_SDK_PATH}' not found")
79message(FATAL_ERROR "Directory '${PICO_SDK_PATH}' does not appear to contain the Raspberry Pi Pico…
/hal_rpi_pico-latest/src/common/hardware_claim/
Dclaim.c21 void hw_claim_or_assert(uint8_t *bits, uint bit_index, const char *message) { in hw_claim_or_assert() argument
24 panic(message, bit_index); in hw_claim_or_assert()
31 …_unused_from_range(uint8_t *bits, bool required, uint bit_lsb, uint bit_msb, const char *message) { in hw_claim_unused_from_range() argument
44 panic(message); in hw_claim_unused_from_range()
/hal_rpi_pico-latest/docs/
DCMakeLists.txt9 message("Using PICO_EXAMPLES_PATH from environment ('${PICO_EXAMPLES_PATH}')")
14 message(FATAL_ERROR "Doxygen is needed to build the documentation.")
22 message("Documentation example code will come from ${PICO_EXAMPLES_PATH}")
24message(WARNING "Documentation example code configured to come from ${PICO_EXAMPLES_PATH}, but tha…
39message("Documentation example code will come from git repo ${GIT_REPOSITORY}, branch ${GIT_TAG}")
/hal_rpi_pico-latest/src/common/hardware_claim/include/hardware/
Dclaim.h47 void hw_claim_or_assert(uint8_t *bits, uint bit_index, const char *message);
59 …m_unused_from_range(uint8_t *bits, bool required, uint bit_lsb, uint bit_msb, const char *message);
/hal_rpi_pico-latest/cmake/preload/toolchains/util/
Dfind_compiler.cmake8 # If not found, issue a fatal message and stop processing. PICO_TOOLCHAIN_PATH can be provided from
22message(WARNING "PICO_TOOLCHAIN_PATH specified ($ENV{PICO_TOOLCHAIN_PATH}), but ${compiler_exe} no…
29message(FATAL_ERROR "Compiler '${compiler_exes}' not found, you can specify search path with\
35 # If not found, issue a fatal message and stop processing. PICO_TOOLCHAIN_PATH can be provided from
Dpico_arm_gcc_common.cmake13 message("Initializing PICO_GCC_TRIPLE from environment ('${PICO_GCC_TRIPLE}')")
15 message("Defaulting PICO_GCC_TRIPLE to '${PICO_DEFAULT_GCC_TRIPLE}'")
18 message(FATAL_ERROR "PICO_DEFAULT_GCC_TRIPLE is not defined")
Dpico_arm_clang_common.cmake60 message("Setting default C library to picolibc as LLVM appears to be using it")
73 message("Setting default C library to llvm_libc as LLVM appears to be using it")
92 message(FATAL_ERROR "Could not find an llvm runtime for '${PICO_CLANG_RUNTIME}'")
/hal_rpi_pico-latest/src/rp2_common/tinyusb/
DCMakeLists.txt3 message("Using PICO_TINYUSB_PATH from environment ('${PICO_TINYUSB_PATH}')")
10 message(WARNING "TinyUSB submodule has not been initialized; USB support will be unavailable
14 message(WARNING "PICO_TINYUSB_PATH specified but content not present.")
18message("TinyUSB available at ${PICO_TINYUSB_PATH}/${TINYUSB_TEST_PATH}; enabling build support fo…
/hal_rpi_pico-latest/
Dpico_sdk_init.cmake24 message(${MESSAGE})
26 message(DEBUG ${MESSAGE})
43 message("PICO_SDK_PATH is ${CMAKE_CURRENT_LIST_DIR}")
46message(WARNING "pico_sdk_init() should be called after the project is created (and languages adde…
DCMakeLists.txt24 message("Build type is ${CMAKE_BUILD_TYPE}")
27message("Using fully de-optimized debug build (set PICO_DEOPTIMIZED_DEBUG=0 to optimize)")
29message("Using regular optimized debug build (set PICO_DEOPTIMIZED_DEBUG=1 to de-optimize)")
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
DCMakeLists.txt3 message("Using PICO_CYW43_DRIVER_PATH from environment ('${PICO_CYW43_DRIVER_PATH}')")
11message(WARNING "cyw43-driver submodule has not been initialized; Pico W wireless support will be …
15 message(WARNING "PICO_CYW43_DRIVER_PATH specified but content not present.")
19 message("cyw43-driver available at ${PICO_CYW43_DRIVER_PATH}")
115 message("Pico W Bluetooth build support available.")
147message(FATAL_ERROR "wrong number of components in ip address 4 != ${IP_ADDRESS_COMPONENT_COUNT}")
152message(FATAL_ERROR "ip address component too big ${IP_COMPONENT} > 255")
/hal_rpi_pico-latest/tools/
DFindpicotool.cmake14message("Using PICOTOOL_FETCH_FROM_GIT_PATH from environment ('${PICOTOOL_FETCH_FROM_GIT_PATH}')")
28 message(WARNING
45 message("Downloading Picotool")
DCMakeLists.txt98 message("No pioasm found")
109message("Using PICOTOOL_FETCH_FROM_GIT_PATH from environment ('${PICOTOOL_FETCH_FROM_GIT_PATH}')")
125 message(FATAL_ERROR
134 message("Forcing fetch of picotool from git")
145 message("No picotool found")
152message(FATAL_ERROR "All picotool post-processing functions for \"${TARGET}\" must come before pic…
178 #message("Will generate ${HEADER}")
322 message(FATAL_ERROR "Signature file not set for ${TARGET}")
372 message(FATAL_ERROR "Signature file not set for ${TARGET}")
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
DCMakeLists.txt6message("Using PICO_DEFAULT_BOOT_STAGE2_FILE from environment ('${PICO_DEFAULT_BOOT_STAGE2_FILE}')…
16 message("Using PICO_DEFAULT_BOOT_STAGE2 from environment ('${PICO_DEFAULT_BOOT_STAGE2}')")
26message(FATAL_ERROR "Specified boot stage 2 source '${PICO_DEFAULT_BOOT_STAGE2_FILE}' does not exi…
94 message(FATAL_ERROR "boot stage 2 implementation must be set on executable not library")
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
DCMakeLists.txt6message("Using PICO_DEFAULT_BOOT_STAGE2_FILE from environment ('${PICO_DEFAULT_BOOT_STAGE2_FILE}')…
16 message("Using PICO_DEFAULT_BOOT_STAGE2 from environment ('${PICO_DEFAULT_BOOT_STAGE2}')")
26message(FATAL_ERROR "Specified boot stage 2 source '${PICO_DEFAULT_BOOT_STAGE2_FILE}' does not exi…
94 message(FATAL_ERROR "boot stage 2 implementation must be set on executable not library")
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/
DCMakeLists.txt21message(WARNING "lwIP is not available; Full Pico W wireless support will be unavailable")
23 message("Pico W Wi-Fi build support available.")
/hal_rpi_pico-latest/src/
DCMakeLists.txt16 message(FATAL_ERROR "${PICO_PLATFORM_CMAKE_FILE} does not exist. \
42 message("Not including ${subdir} because ${replace_flag} defined.")
50 message(FATAL_ERROR "expected a target, scope and at least one dependency")
53 message(FATAL_ERROR "${TARGET} does not have headers")
59 message(FATAL_ERROR "should not use headers with pico_mirrored_target_link_libraries")
101 message(FATAL_ERROR "Unknown parameter ${ARGV1}")
/hal_rpi_pico-latest/src/rp2_common/pico_mbedtls/
DCMakeLists.txt3 message("Using PICO_MBEDTLS_PATH from environment ('${PICO_MBEDTLS_PATH}')")
10 message(WARNING "PICO_MBEDTLS_PATH specified but content not present.")
14 message("mbedtls available at ${PICO_MBEDTLS_PATH}")
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/cybt_shared_bus/
DCMakeLists.txt16 message("Warning: CYW43_USE_HEX_BTFW is true")
/hal_rpi_pico-latest/src/rp2_common/pico_int64_ops/
DCMakeLists.txt37 message(FATAL_ERROR "int64_ops implementation must be set on executable not library")

12