Home
last modified time | relevance | path

Searched refs:error (Results 251 – 275 of 1189) sorted by relevance

1...<<11121314151617181920>>...48

/Zephyr-latest/soc/wch/ch32v/qingke_v2a/
Dvector.S10 #error "VECTOR_TABLE_SIZE must be defined"
/Zephyr-latest/soc/wch/ch32v/qingke_v4c/
Dvector.S10 #error "VECTOR_TABLE_SIZE must be defined"
/Zephyr-latest/soc/st/stm32/stm32u5x/
Dsoc.c60 #error "Unsupported power configuration" in soc_early_init_hook()
/Zephyr-latest/arch/arm/core/cortex_a_r/
Dsemihost.c12 #error Unsupported ISA
/Zephyr-latest/include/zephyr/sys/
Dbarrier_builtin.h11 #error Please include <zephyr/sys/barrier.h>
/Zephyr-latest/modules/cmsis/
Dcmsis_core_a_r.h63 #error "Unknown device"
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Dswi.h35 #error "CTRL architecture not defined"
/Zephyr-latest/soc/atmel/sam0/same53/
Dsoc.h28 #error Library does not support the specified device.
/Zephyr-latest/drivers/spi/
Dspi_dw.c50 static void completed(const struct device *dev, int error) in completed() argument
55 if (error) { in completed()
83 error ? "with" : "without"); in completed()
85 spi_context_complete(&spi->ctx, dev, error); in completed()
300 goto error; in spi_dw_compute_ndf()
309 error: in spi_dw_compute_ndf()
501 int error; in spi_dw_isr() local
509 error = -EIO; in spi_dw_isr()
513 error = 0; in spi_dw_isr()
525 completed(dev, error); in spi_dw_isr()
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_rpmsg_static_vrings.c578 goto error; in open()
586 goto error; in open()
591 goto error; in open()
604 goto error; in open()
612 goto error; in open()
618 error: in open()
644 goto error; in close()
649 goto error; in close()
654 goto error; in close()
663 error: in close()
/Zephyr-latest/scripts/build/
Dgen_isr_tables.py32 def error(text): member in gen_isr_log
177 self.__log.error("Unsupported irq level: {}".format(lvl))
185 self.__log.error("Unsupported irq level: {}".format(lvl))
189 self.__log.error("IRQ {} not present in parent offsets ({}). ".
257 log.error("Could not find symbol table")
272 log.error("Cannot find the intlist section!")
/Zephyr-latest/scripts/pylib/pytest-twister-harness/src/twister_harness/device/
Dhardware_adapter.py104 logger.error(msg)
121 logger.error(msg)
125 logger.error(msg)
138 logger.error(msg)
281 logger.error(msg)
288 logger.error(msg)
/Zephyr-latest/subsys/net/lib/tftp/
Dtftp_client.c124 evt.param.error.msg = client->tftp_buf + TFTP_HEADER_SIZE; in send_data()
125 evt.param.error.code = block_no; in send_data()
285 evt.param.error.msg = client->tftp_buf + TFTP_HEADER_SIZE; in tftp_get()
286 evt.param.error.code = block_no; in tftp_get()
408 evt.param.error.msg = client->tftp_buf + TFTP_HEADER_SIZE; in tftp_put()
409 evt.param.error.code = block_no; in tftp_put()
/Zephyr-latest/include/zephyr/arch/arm/cortex_m/
Darm_mpu_mem_cfg.h47 #error "Unsupported flash size configuration"
90 #error "Unsupported sram size configuration"
/Zephyr-latest/include/zephyr/toolchain/
Dcommon.h11 #error Please do not include toolchain-specific headers directly, use <zephyr/toolchain.h> instead
101 #error Architecture unsupported
Darmclang.h11 #error Please do not include toolchain-specific headers directly, use <zephyr/toolchain.h> instead
/Zephyr-latest/include/zephyr/linker/
Dkobject-text.ld8 * The linker will error out complaining that the location pointer
27 second argument below, but to give the user a good error message
/Zephyr-latest/samples/basic/threads/src/
Dmain.c24 #error "Unsupported board: led0 devicetree alias is not defined"
28 #error "Unsupported board: led1 devicetree alias is not defined"
/Zephyr-latest/soc/atmel/sam0/same51/
Dsoc.h29 #error Library does not support the specified device.
/Zephyr-latest/arch/riscv/
DCMakeLists.txt5 zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/arch/riscv/error.h)
/Zephyr-latest/tests/kernel/timer/starve/
DKconfig9 int "The number of seconds to run without error before pass"
/Zephyr-latest/samples/basic/blinky/
DREADME.rst44 are printed on the console. If a runtime error occurs, the sample exits without
50 You will see a build error at the source code line defining the ``struct
54 On GCC-based toolchains, the error looks like this:
58 error: '__device_dts_ord_DT_N_ALIAS_led_P_gpios_IDX_0_PH_ORD' undeclared here (not in a function)
/Zephyr-latest/include/zephyr/arch/arm/
Derror.h68 #error Unknown ARM architecture
/Zephyr-latest/tests/kernel/sched/metairq/src/
Dmain.c21 #error Meta-IRQ test requires single-CPU operation
25 #error Need one metairq priority
29 #error Need two cooperative priorities
/Zephyr-latest/samples/userspace/hello_world_user/src/
Dmain.c12 #error This sample requires CONFIG_USERSPACE.

1...<<11121314151617181920>>...48