/Zephyr-latest/soc/wch/ch32v/qingke_v2a/ |
D | vector.S | 10 #error "VECTOR_TABLE_SIZE must be defined"
|
/Zephyr-latest/soc/wch/ch32v/qingke_v4c/ |
D | vector.S | 10 #error "VECTOR_TABLE_SIZE must be defined"
|
/Zephyr-latest/soc/st/stm32/stm32u5x/ |
D | soc.c | 60 #error "Unsupported power configuration" in soc_early_init_hook()
|
/Zephyr-latest/arch/arm/core/cortex_a_r/ |
D | semihost.c | 12 #error Unsupported ISA
|
/Zephyr-latest/include/zephyr/sys/ |
D | barrier_builtin.h | 11 #error Please include <zephyr/sys/barrier.h>
|
/Zephyr-latest/modules/cmsis/ |
D | cmsis_core_a_r.h | 63 #error "Unknown device"
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/ |
D | swi.h | 35 #error "CTRL architecture not defined"
|
/Zephyr-latest/soc/atmel/sam0/same53/ |
D | soc.h | 28 #error Library does not support the specified device.
|
/Zephyr-latest/drivers/spi/ |
D | spi_dw.c | 50 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/ |
D | ipc_rpmsg_static_vrings.c | 578 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/ |
D | gen_isr_tables.py | 32 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/ |
D | hardware_adapter.py | 104 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/ |
D | tftp_client.c | 124 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/ |
D | arm_mpu_mem_cfg.h | 47 #error "Unsupported flash size configuration" 90 #error "Unsupported sram size configuration"
|
/Zephyr-latest/include/zephyr/toolchain/ |
D | common.h | 11 #error Please do not include toolchain-specific headers directly, use <zephyr/toolchain.h> instead 101 #error Architecture unsupported
|
D | armclang.h | 11 #error Please do not include toolchain-specific headers directly, use <zephyr/toolchain.h> instead
|
/Zephyr-latest/include/zephyr/linker/ |
D | kobject-text.ld | 8 * 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/ |
D | main.c | 24 #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/ |
D | soc.h | 29 #error Library does not support the specified device.
|
/Zephyr-latest/arch/riscv/ |
D | CMakeLists.txt | 5 zephyr_syscall_header(${ZEPHYR_BASE}/include/zephyr/arch/riscv/error.h)
|
/Zephyr-latest/tests/kernel/timer/starve/ |
D | Kconfig | 9 int "The number of seconds to run without error before pass"
|
/Zephyr-latest/samples/basic/blinky/ |
D | README.rst | 44 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/ |
D | error.h | 68 #error Unknown ARM architecture
|
/Zephyr-latest/tests/kernel/sched/metairq/src/ |
D | main.c | 21 #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/ |
D | main.c | 12 #error This sample requires CONFIG_USERSPACE.
|