/Zephyr-4.1.0/tests/kernel/smp_suspend/src/ |
D | main.c | 12 #error "SMP test requires at least two CPUs!"
|
/Zephyr-4.1.0/tests/kernel/fpu_sharing/generic/src/ |
D | float_regs_riscv_gcc.h | 16 #error __FILE__ goes only with RISCV GCC
|
/Zephyr-4.1.0/scripts/west_commands/runners/ |
D | teensy.py | 63 self.logger.error(f"Failure {grepexc.returncode}")
|
/Zephyr-4.1.0/subsys/mgmt/ec_host_cmd/backends/ |
D | ec_host_cmd_backend_simulator.c | 15 #error Simulator only valid on posix
|
/Zephyr-4.1.0/samples/bluetooth/hci_uart_async/ |
D | app.overlay | 21 * functions. Removing the assignments will ensure a compilation error
|
/Zephyr-4.1.0/tests/arch/riscv/userspace/riscv_gp/src/ |
D | main.c | 14 #error "CONFIG_RISCV_GP or CONFIG_RISCV_CURRENT_VIA_GP must be enabled for this test"
|
/Zephyr-4.1.0/boards/st/steval_stwinbx1/ |
D | board.cmake | 9 # Even if flash and start work, dfu-util return error 74. It can be ignored.
|
/Zephyr-4.1.0/tests/crypto/crypto_hash/src/ |
D | main.c | 17 #error "You need to enable one crypto device"
|
/Zephyr-4.1.0/drivers/ethernet/ |
D | eth_dwmac_mmu.c | 33 #error "CONFIG_DCACHE_LINE_SIZE must be configured to a non-zero value"
|
/Zephyr-4.1.0/soc/nxp/kinetis/ke1xz/ |
D | soc.c | 60 #error Invalid SCG SIRC clock frequency 79 #error Invalid SCG FIRC clock frequency
|
/Zephyr-4.1.0/samples/net/sockets/echo_async/src/ |
D | socket_echo.c | 232 error: in main() 254 goto error; in main()
|
/Zephyr-4.1.0/samples/net/sockets/echo_async_select/src/ |
D | socket_echo_select.c | 215 error: 237 goto error;
|
/Zephyr-4.1.0/tests/drivers/i2c/i2c_target_api/common/ |
D | i2c_virtual.c | 103 goto error; in i2c_virtual_msg_write() 114 error: in i2c_virtual_msg_write()
|
/Zephyr-4.1.0/lib/libc/minimal/ |
D | Kconfig | 57 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/ |
D | arc_iot.dtsi | 201 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/ |
D | README.txt | 3 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/ |
D | flash_stm32.h | 38 #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
|
D | flash_stm32f4x.c | 36 #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/ |
D | uf2conv.py | 276 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/ |
D | fcx_mldx5.c | 129 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/ |
D | spi_sedi.c | 262 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/ |
D | icmsg.c | 179 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/ |
D | i2c_omap.c | 386 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/ |
D | benchmark.c | 18 #error "This sample cannot be built for other POSIX arch boards than native_sim"
|
/Zephyr-4.1.0/soc/nxp/kinetis/kv5x/ |
D | soc.c | 39 #error "An oscillator mode must be defined"
|