Home
last modified time | relevance | path

Searched refs:error (Results 451 – 475 of 1189) sorted by relevance

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

/Zephyr-4.1.0/tests/kernel/smp_suspend/src/
Dmain.c12 #error "SMP test requires at least two CPUs!"
/Zephyr-4.1.0/tests/kernel/fpu_sharing/generic/src/
Dfloat_regs_riscv_gcc.h16 #error __FILE__ goes only with RISCV GCC
/Zephyr-4.1.0/scripts/west_commands/runners/
Dteensy.py63 self.logger.error(f"Failure {grepexc.returncode}")
/Zephyr-4.1.0/subsys/mgmt/ec_host_cmd/backends/
Dec_host_cmd_backend_simulator.c15 #error Simulator only valid on posix
/Zephyr-4.1.0/samples/bluetooth/hci_uart_async/
Dapp.overlay21 * functions. Removing the assignments will ensure a compilation error
/Zephyr-4.1.0/tests/arch/riscv/userspace/riscv_gp/src/
Dmain.c14 #error "CONFIG_RISCV_GP or CONFIG_RISCV_CURRENT_VIA_GP must be enabled for this test"
/Zephyr-4.1.0/boards/st/steval_stwinbx1/
Dboard.cmake9 # Even if flash and start work, dfu-util return error 74. It can be ignored.
/Zephyr-4.1.0/tests/crypto/crypto_hash/src/
Dmain.c17 #error "You need to enable one crypto device"
/Zephyr-4.1.0/drivers/ethernet/
Deth_dwmac_mmu.c33 #error "CONFIG_DCACHE_LINE_SIZE must be configured to a non-zero value"
/Zephyr-4.1.0/soc/nxp/kinetis/ke1xz/
Dsoc.c60 #error Invalid SCG SIRC clock frequency
79 #error Invalid SCG FIRC clock frequency
/Zephyr-4.1.0/samples/net/sockets/echo_async/src/
Dsocket_echo.c232 error: in main()
254 goto error; in main()
/Zephyr-4.1.0/samples/net/sockets/echo_async_select/src/
Dsocket_echo_select.c215 error:
237 goto error;
/Zephyr-4.1.0/tests/drivers/i2c/i2c_target_api/common/
Di2c_virtual.c103 goto error; in i2c_virtual_msg_write()
114 error: in i2c_virtual_msg_write()
/Zephyr-4.1.0/lib/libc/minimal/
DKconfig57 bool "String error table for strerror() and strerror_r()"
62 The string error table can add ~2kiB to ROM. As such, it is
/Zephyr-4.1.0/dts/arc/synopsys/
Darc_iot.dtsi201 interrupt-names = "error", "stop", "tx", "rx";
213 interrupt-names = "error", "stop", "tx", "rx";
225 interrupt-names = "error", "stop", "tx", "rx";
/Zephyr-4.1.0/tests/drivers/watchdog/wdt_error_cases/
DREADME.txt3 returns error code as described in the API documentation
8 Assertion Fail instead of error code.
10 both error code and assertion fail set test result as passed.
/Zephyr-4.1.0/drivers/flash/
Dflash_stm32.h38 #error Flash write block size not available
65 #error Flash is not supported in secure mode
260 #error RDP1 byte has to be different than RDP0 and RDP2 byte
Dflash_stm32f4x.c36 #error Write block size must be a power of 2, from 1 to 8
333 #error "Unknown flash layout"
390 #error "Unknown flash layout"
/Zephyr-4.1.0/scripts/build/
Duf2conv.py276 def error(msg): function
315 error("Family ID needs to be a number or one of: " + ", ".join(families.keys()))
321 error("Need input file")
358 error("No drive to deploy.")
/Zephyr-4.1.0/drivers/sensor/fcx_mldx5/
Dfcx_mldx5.c129 uint8_t error; in fcx_mldx5_frame_check_error() local
136 if (data_received[0] != 'E' || char2hex(data_received[1], &error) != 0 || in fcx_mldx5_frame_check_error()
137 error >= ARRAY_SIZE(fcx_mldx5_errors)) { in fcx_mldx5_frame_check_error()
141 LOG_ERR("Command '%s' received error '%s'", command_sent, fcx_mldx5_errors[error]); in fcx_mldx5_frame_check_error()
/Zephyr-4.1.0/drivers/spi/
Dspi_sedi.c262 int error; in spi_sedi_callback() local
265 error = -EIO; in spi_sedi_callback()
267 error = 0; in spi_sedi_callback()
273 spi_context_complete(&spi->ctx, dev, error); in spi_sedi_callback()
/Zephyr-4.1.0/subsys/ipc/ipc_service/lib/
Dicmsg.c179 if (dev_data->cb->error) { in callback_process()
180 dev_data->cb->error("Incorrect Tx configuration", in callback_process()
215 if (dev_data->cb->error) { in callback_process()
216 dev_data->cb->error("Incorrect Tx configuration", in callback_process()
/Zephyr-4.1.0/drivers/i2c/
Di2c_omap.c386 int error = 0; in i2c_omap_recover_bus() local
392 error = i2c_bitbang_recover_bus(&bitbang_omap); in i2c_omap_recover_bus()
393 if (error != 0) { in i2c_omap_recover_bus()
394 LOG_ERR("failed to recover bus (err %d)", error); in i2c_omap_recover_bus()
403 return error; in i2c_omap_recover_bus()
/Zephyr-4.1.0/samples/subsys/zbus/benchmark/src/
Dbenchmark.c18 #error "This sample cannot be built for other POSIX arch boards than native_sim"
/Zephyr-4.1.0/soc/nxp/kinetis/kv5x/
Dsoc.c39 #error "An oscillator mode must be defined"

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