Home
last modified time | relevance | path

Searched refs:found (Results 1 – 12 of 12) sorted by relevance

/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
22 …G "PICO_TOOLCHAIN_PATH specified ($ENV{PICO_TOOLCHAIN_PATH}), but ${compiler_exe} not found there")
29 … message(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
/hal_rpi_pico-latest/src/common/pico_util/
Dpheap.c97 bool __unused found = false; in ph_remove_and_free_node() local
102 found = true; in ph_remove_and_free_node()
107 assert(found); in ph_remove_and_free_node()
/hal_rpi_pico-latest/docs/
Dweblinks_page.md3 The full documentation for the RP2040 and Raspberry Pi Pico board can be found at the following lin…
28 All the source code for the Raspberry Pi Pico SDK, examples and other libraries can be found on Git…
Dexamples.md20 as long as you retain the copyright notice. Full details on the licence can be found [here](https:/…
Dmainpage.md27 …ins a number of example code fragments. An index of these examples can be found [here](@ref exampl…
/hal_rpi_pico-latest/src/rp2_common/cmsis/
DCMakeLists.txt36 # 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…
/hal_rpi_pico-latest/tools/
DFindpicotool.cmake29 … "No installed picotool with version ${picotool_VERSION_REQUIRED} found - building from source\n"
DCMakeLists.txt98 message("No pioasm found")
126 "Incompatible picotool installation found: "
145 message("No picotool found")
/hal_rpi_pico-latest/src/rp2_common/hardware_irq/
Dirq.c632 bool __unused found = false; in irq_add_tail_to_free_list() local
638 found = true; in irq_add_tail_to_free_list()
642 assert(found); in irq_add_tail_to_free_list()
/hal_rpi_pico-latest/external/
Dpico_sdk_import.cmake74 message(FATAL_ERROR "Directory '${PICO_SDK_PATH}' not found")
/hal_rpi_pico-latest/
DCONTRIBUTING.md5 …ttps://github.com/raspberrypi/pico-sdk/pulls). If you find think you have found a bug in the SDK p…
DREADME.md18 Additional libraries/APIs that are not yet ready for inclusion in the SDK can be found in [pico-ext…