Home
last modified time | relevance | path

Searched refs:error (Results 751 – 775 of 1189) sorted by relevance

1...<<31323334353637383940>>...48

/Zephyr-latest/drivers/wifi/simplelink/
Dsimplelink.c55 status = (conn->error ? -EIO : 0); in simplelink_wifi_cb()
/Zephyr-latest/samples/tfm_integration/tfm_secure_partition/
DREADME.rst59 No valid secret for key, received expected error code
/Zephyr-latest/subsys/ipc/ipc_service/backends/
Dipc_icmsg_me_initiator.c70 .error = NULL,
/Zephyr-latest/drivers/flash/
DKconfig.simulator45 …If selected, writing to a non-erased program unit will succeed, otherwise, it will return an error.
Dflash_gd32_v3.c55 #error "Unknown FMC layout for GD32F4xx series."
/Zephyr-latest/subsys/mgmt/mcumgr/grp/shell_mgmt/
DKconfig51 error codes.
/Zephyr-latest/doc/connectivity/networking/api/
Dzperf.rst17 an error message like this is printed and the server reported statistics
/Zephyr-latest/arch/nios2/
DKconfig84 error out.
/Zephyr-latest/doc/_static/css/
Dgcs.css62 .gs-no-results-result .gs-snippet, .gs-error-result .gs-snippet {
/Zephyr-latest/lib/libc/common/source/stdlib/
Dmalloc.c55 # error CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE must be power of two on this target
/Zephyr-latest/drivers/entropy/
DKconfig.stm3263 error is reported.
/Zephyr-latest/tests/boards/native_sim/cpu_wait/src/
Dmain.c62 #error "This test will not work with this system tick period"
/Zephyr-latest/samples/boards/st/power_mgmt/suspend_to_ram/src/
Dmain.c31 #error "No suitable devicetree overlay specified"
/Zephyr-latest/drivers/wifi/esp_at/
Desp.c1606 goto error; in esp_init()
1622 goto error; in esp_init()
1627 goto error; in esp_init()
1635 goto error; in esp_init()
1642 goto error; in esp_init()
1661 error: in esp_init()
/Zephyr-latest/drivers/serial/
Duart_cc13xx_cc26xx.c83 int error = (flags & UART_RXERROR_FRAMING ? UART_ERROR_FRAMING : 0) | in uart_cc13xx_cc26xx_err_check() local
90 return error; in uart_cc13xx_cc26xx_err_check()
/Zephyr-latest/scripts/ci/
Dpylintrc61 # message "types" (~= severities) like F(atal), E(error),... are listed
84 syntax-error,
Dcheck_compliance.py147 def error(self, text, msg=None, type_="error"): member in ComplianceTest
291 self.error(f"Invalid line in vendor-prefixes.txt:\"{line}\".")
292 self.error("Did you forget the tab character?")
424 self.error(ex.output.decode("utf-8"))
488 self.error(ex.output.decode("utf-8"))
591 self.error(kconfig_path + " not found")
2023 logging.error(f"Test {case.name} failed: \n{errmsg}")
/Zephyr-latest/drivers/spi/
Dspi_silabs_usart.c29 #error "Individual pin location support is required"
78 #error "Undefined number of USARTs."
/Zephyr-latest/boards/nordic/nrf54l15dk/doc/
Dindex.rst117 When programming the device, you might get an error similar to the following message::
122 This error occurs when readback protection is enabled.
/Zephyr-latest/samples/drivers/counter/maxim_ds3231/
DREADME.rst101 error between local and RTC time measured in parts-per-million::
110 faster than civil time on this device. This amount of error is expected
/Zephyr-latest/doc/releases/
Drelease-notes-1.13.rst47 * arm: Print NXP MPU error information in BusFault dump
451 * :github:`8871` - drivers: can: Compiling error due to stm23Cube update
472 * :github:`8705` - Out of the box error in samples/subsys/nvs with nRF52-PCA10040
502 * :github:`8584` - ToolchainCapabilityDatabase.cmake:93 error in PR #8579
503 * :github:`8576` - there have a error in doc
505 * :github:`8563` - Compilation warning/error on stm32l4: "__weak" redefined
529 * :github:`8388` - Assigning to promptless symbols should have a better error message
535 * :github:`8367` - fs: nvs: auto restore FS on writing while power down error.
547 * :github:`8322` - LwM2M: Occasional registration updates fail with 4.4 error
597 * :github:`7758` - sanitycheck error with --coverage
[all …]
Drelease-notes-2.3.rst39 * CVE-2020-10062: Packet length decoding error in MQTT
605 * Fixed LWM2M socket error handling, and pending and reply handling during start
736 * :github:`25920` - Compilation error when CONFIG_BOOTLOADER_MCUBOOT=y specified
740 * :github:`25893` - Application syscalls in usermode gives bus fault with stacking error
801 * :github:`25614` - fix longstanding error in pthread_attr_t definition
807 * :github:`25568` - nrf: clock_control: Fatal error during initialization
813 * :github:`25519` - wrong debug function cause kinds of building error
845 …hub:`25348` - test:mimxrt10xx_evk:tests/kernel/mem_protect/stackprot: get unexpected Stacking error
852 * :github:`25312` - samples:mimxrt1010_evk:samples/net/openthread/ncp: build error
875 * :github:`25200` - Build error in Sample App for OpenThread NCP
[all …]
/Zephyr-latest/dts/arm/st/h5/
Dstm32h5.dtsi445 interrupt-names = "event", "error";
457 interrupt-names = "event", "error";
465 interrupt-names = "event", "error";
478 interrupt-names = "event", "error";
/Zephyr-latest/scripts/
Dzephyr_module.py796 error = 'Unmet or cyclic dependencies in modules:\n'
798 error += f'{module.project} depends on: {module.depends}\n'
799 sys.exit(error)
/Zephyr-latest/scripts/tests/twister/
Dtest_runner.py28 from twisterlib.error import BuildError
194 ec.error = 2
234 assert ec.error == 2
2113 error = 1,
2548 results_mock().error = 1
2581 assert results_mock().error == 0
2634 error = 0,
2652 tr.results.error += value * (-1 if decrement else 1)
2667 assert tr.results.error == 1
2687 error = 0

1...<<31323334353637383940>>...48