Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 76) sorted by relevance

1234

/hal_rpi_pico-latest/src/rp2350/boot_stage2/include/boot_stage2/
Dconfig.h25 #error multiple boot stage 2 options chosen
34 #error multiple boot stage 2 options chosen
43 #error multiple boot stage 2 options chosen
52 #error multiple boot stage 2 options chosen
60 #error multiple boot stage 2 options chosen
73 #error "IS25LP080 boot2 is broken (FIXME)"
78 #error "W25X10CL boot2 is broken (FIXME)"
81 #error "AT25SF128A boot2 is broken (FIXME)"
88 #error no boot stage 2 is defined by PICO_BOOT_STAGE2_CHOOSE_ macro
/hal_rpi_pico-latest/src/rp2040/boot_stage2/include/boot_stage2/
Dconfig.h25 #error multiple boot stage 2 options chosen
34 #error multiple boot stage 2 options chosen
43 #error multiple boot stage 2 options chosen
52 #error multiple boot stage 2 options chosen
60 #error multiple boot stage 2 options chosen
85 #error no boot stage 2 is defined by PICO_BOOT_STAGE2_CHOOSE_ macro
/hal_rpi_pico-latest/tools/
Dcompare_build_systems.py214 _LOG.error(" Bazel and CMAKE definitions do not match:")
215 _LOG.error(f" [CMAKE] {bazel_option}")
216 _LOG.error(f" [BAZEL] {cmake_option}")
255 … _LOG.error(" External pins for %s do not match:", maybe_match.group("dependency"))
256 _LOG.error(" [CMAKE] %s", current_submodule_pin)
257 _LOG.error(" [BAZEL] %s", maybe_match.group("commit"))
270 _LOG.error(" Failed to find Bazel Pico SDK version string")
282 _LOG.error(" Failed to find CMake Pico SDK version string")
293 …_LOG.error(" Declared CMake SDK version is %s and Bazel is %s", cmake_version_string, bazel_ver…
338 _LOG.error("One or more blocking failures detected")
Dcheck_source_files_in_bazel_build.py73 _LOG.error("Command invocation failed with return code %d!", process.returncode)
74 _LOG.error(
78 _LOG.error(
123 _LOG.error("No bazel directories to check.")
200 _LOG.error("Missing files found.")
Dbazel_common.py77 _LOG.error("Command invocation failed with return code %d!", proc.returncode)
78 _LOG.error(
86 _LOG.error(
/hal_rpi_pico-latest/src/rp2_common/hardware_xosc/
Dxosc.c19 #error XOSC_HZ must be in the range 1,000,000-50,000,000 i.e. 1-50MHz XOSC frequency
26 #error PICO_XOSC_STARTUP_DELAY_MULTIPLIER is too large: XOSC STARTUP.DELAY must be < 8192
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_arch/
Dcyw43_arch_threadsafe_background.c22 #error PICO_CYW43_ARCH_THREADSAFE_BACKGROUND requires lwIP NO_SYS=1
26 #error MEM_LIBC_MALLOC is incompatible with PICO_CYW43_ARCH_THREADSAFE_BACKGROUND
/hal_rpi_pico-latest/src/rp2_common/pico_async_context/include/pico/
Dasync_context_freertos.h40 #error configNUMBER_OF_CORES is the new name for configNUM_CORES
43 #error configNUMBER_OF_CORES is the new name for configNUM_CORES, however it looks like you may nee…
/hal_rpi_pico-latest/src/rp2350/boot_stage2/
Dboot2_generic_03h.S37 #error "CLKDIV greater than maximum"
46 #error "RX delay greater than maximum"
Dcompile_time_choice.S15 #error PICO_BUILD_BOOT_STAGE2_NAME should not be defined for compile_time_choice builds
/hal_rpi_pico-latest/src/rp2_common/cmsis/stub/CMSIS/Core/Include/
Dcore_cm0plus.h76 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
81 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
86 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
91 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
96 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
101 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
106 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
111 #error "Compiler generates FPU instructions for a device without an FPU (check __FPU_PRESENT)"
/hal_rpi_pico-latest/src/rp2_common/hardware_sync_spin_lock/include/hardware/sync/
Dspin_lock.h152 #error no SW_SPIN_TRY_LOCK available for PICO_USE_SW_SPIN_LOCK on this platform
193 #error no SW_SPIN_TRY_LOCK available for PICO_USE_SW_SPIN_LOCK on this platform
213 #error no SW_SPIN_TRY_LOCK available for PICO_USE_SW_SPIN_LOCK on this platform
/hal_rpi_pico-latest/tools/pioasm/
Dparser.yy17 %define parse.error verbose
177 …)) { std::stringstream msg; msg << "program " << $2 << " already exists"; error(@$, msg.str()); ab…
184 …| error { if (pioasm.error_count > 6) { std::cerr << "\ntoo …
211 …| LANG_OPT error { error(@$, "expected format is .lang_opt language option_name…
220 …| MOV_STATUS { error(@0, "expected 'txfifo < N', 'rxfifo < N' or 'irq set N…
272 …s value REL { pioasm.check_version(1, @$, "irq prev"); error(@5, "'rel' is not …
273 …s value REL { pioasm.check_version(1, @$, "irq next"); error(@5, "'rel' is not …
302 …| IRQ PREV comma value REL { pioasm.check_version(1, @$, "irq prev"); error(@5, "'rel' is not supp…
303 …| IRQ NEXT comma value REL { pioasm.check_version(1, @$, "irq next"); error(@5, "'rel' is not supp…
309 …| %empty { error(@0, pioasm.version_string(1, "expected irq, gpio, pin or jmp_pin…
[all …]
/hal_rpi_pico-latest/src/rp2040/boot_stage2/
Dcompile_time_choice.S15 #error PICO_BUILD_BOOT_STAGE2_NAME should not be defined for compile_time_choice builds
/hal_rpi_pico-latest/src/rp2350/hardware_structs/include/hardware/structs/
Dm33_eppb.h27 #error "Arm header included in a RISC-V build with PICO_FORBID_ARM_HEADERS_ON_RISCV=1"
Dsystick.h27 #error "Arm header included in a RISC-V build with PICO_FORBID_ARM_HEADERS_ON_RISCV=1"
Dsau.h27 #error "Arm header included in a RISC-V build with PICO_FORBID_ARM_HEADERS_ON_RISCV=1"
/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 …
406 #error unsupported number of fractional bits in clock_gpio_init()
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_usb/
Dstdio_usb_descriptors.c157 #error USBD_DESC_STR_MAX too high (max is 127). in tud_descriptor_string_cb()
159 #error USBD_DESC_STR_MAX too low (min is 17). in tud_descriptor_string_cb()
/hal_rpi_pico-latest/src/rp2_common/pico_platform_compiler/include/pico/platform/
Dcompiler.h70 #error Unsupported toolchain
205 #error Unsupported toolchain
/hal_rpi_pico-latest/src/rp2_common/pico_cyw43_driver/
Dbtstack_hci_transport_cyw43.c16 #error HCI_OUTGOING_PRE_BUFFER_SIZE not defined or smaller than 4. Please update btstack_config.h
21 #error HCI_ACL_CHUNK_SIZE_ALIGNMENT not defined or not a multiply of 4. Please update btstack_confi…
/hal_rpi_pico-latest/test/pico_float_test/llvm/
Dcall_apsr.h20 #error big endian support not implemented
/hal_rpi_pico-latest/src/rp2_common/pico_stdio_rtt/SEGGER/RTT/
DSEGGER_RTT.h244 #error "Don't know how to place inline assembly for DMB"
256 … #error "SEGGER_RTT_UNCACHED_OFF must be defined when setting SEGGER_RTT_CPU_CACHE_LINE_SIZE != 0"
263 #error "RTT_USE_ASM is not available if SEGGER_RTT_CPU_CACHE_LINE_SIZE != 0"
/hal_rpi_pico-latest/src/boards/include/boards/
Damethyst_fpga.h20 #error "Invalid PICO_PLATFORM for amethyst_fpga.h: must be rp2350 or rp2350-riscv"
/hal_rpi_pico-latest/src/rp2_common/pico_runtime_init/
Druntime_init_stack_guard.c36 #error "Check PMP configuration for new platform" in runtime_init_per_core_install_stack_guard()

1234