Searched refs:fail (Results 101 – 125 of 191) sorted by relevance
12345678
/Zephyr-latest/tests/subsys/zbus/unittests/src/ |
D | main.c | 305 int fail = 10; in ZTEST() local 308 int err = zbus_chan_pub(&msg_sub_fail_chan, &fail, K_MSEC(200)); in ZTEST()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_context.c | 2493 goto fail; in context_sendto() 2524 goto fail; in context_sendto() 2542 goto fail; in context_sendto() 2553 goto fail; in context_sendto() 2562 goto fail; in context_sendto() 2592 goto fail; in context_sendto() 2605 goto fail; in context_sendto() 2609 fail: in context_sendto()
|
/Zephyr-latest/subsys/bluetooth/host/classic/ |
D | rfcomm.c | 1712 goto fail; in bt_rfcomm_dlc_connect() 1721 goto fail; in bt_rfcomm_dlc_connect() 1729 goto fail; in bt_rfcomm_dlc_connect() 1734 fail: in bt_rfcomm_dlc_connect()
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.5.rst | 190 :c:func:`arch_mem_map` may no longer fail. 958 * :github:`32181` - samples: tests: Tests from samples/boards/nrf/nrfx fail 959 * :github:`32179` - samples: tests: Tests from samples/subsys/usb/audio fail 993 * :github:`32005` - stm32: async uart tests fail 1257 * :github:`30526` - tests: drivers: timer: Tests from drivers.timer.nrf_rtc_timer.basic fail on all… 1355 * :github:`30094` - tests: kernel: fpu_sharing: Tests in tests/kernel/fpu_sharing fail on nrf platf… 1356 * :github:`30075` - dfu: mcuboot: fail to build with CONFIG_BOOTLOADER_MCUBOOT=n and CONFIG_IMG_MAN… 1372 * :github:`29992` - dma tests fail with stm32wb55 and stm32l476 nucleo boards 1381 * :github:`29960` - Checkpatch compliance errors do not fail CI 1390 * :github:`29936` - XCC Build isr_tables.c fail [all …]
|
D | release-notes-3.2.rst | 1715 - :github:`48094` - pre-commit scripts fail when there is a space in zephyr_base 1903 * :github:`50065` - tests: tests/subsys/shell/shell test case fail in daily test on many platforms 1914 * :github:`49982` - SD: f_sync will always fail using the sdhc_spi driver 1918 * :github:`49953` - stm32 gpio_basic_api test fail with CONFIG_ZTEST_NEW_API 1941 * :github:`49786` - nsim_em: tests: fail to run tests/kernel/timer/timer_behavior 1996 * :github:`49462` - tests: tests/kernel/fatal/exception/ test case fail 2100 * :github:`48722` - flash_map: pointer dereferencing causes build to fail 2152 * :github:`48282` - BT_H4 overriding BT_SPI=y causing build to fail - HCI Host only build SPI bus 2216 * :github:`47714` - test: tests/lib/sprintf/ build fail 2226 * :github:`47683` - TCP Connected Change the window size to 1/3/ff fail [all …]
|
D | release-notes-2.7.rst | 1042 …- samples/subsys/mgmt/osdp/peripheral_device & samples/subsys/mgmt/osdp/control_panel fail to build 1060 * :github:`38970` - LWM2M Client Sample with DTLS enabled fail to connect 1082 * :github:`38804` - tests\kernel\threads\thread_stack test fail with ARC 1164 * :github:`38427` - mimxrt1050_evk and mimxrt1020_evk boards fail to boot some sample applications 1172 * :github:`38401` - Builds fail due to a proxy error by launchpadlibrarian 1198 * :github:`38258` - newlib: first malloc call may fail on Xtensa depending on image size 1208 * :github:`38214` - xtensa builds fail in CI due to running out of ram to link 1214 * :github:`38186` - i.MX RT10xx boards fail to initialize when Ethernet is enabled 1258 * :github:`38101` - bt_le_adv_update_data() assertion fail 1269 * :github:`38044` - tests: newlib: Scenarios from tests/lib/newlib/thread_safety fail on nrf9160dk_… [all …]
|
D | release-notes-1.14.rst | 153 * :github:`16779` - [Zephyr v1.14] ARM: fix the start address of MPU guard in stack-fail checking (… 185 * :github:`17595` - two userspace tests fail if stack canaries are enabled in board configuration 213 * :github:`18580` - Bluetooth: Security fail on initial pairing 242 * :github:`23153` - Binding AF_PACKET socket second time will fail with multiple network interfaces 353 * :github:`16779` - [Zephyr v1.14] ARM: fix the start address of MPU guard in stack-fail checking (… 384 * :github:`17595` - two userspace tests fail if stack canaries are enabled in board configuration 421 * :github:`18580` - Bluetooth: Security fail on initial pairing 1139 * :github:`15236` - add external spi-nor flash will build fail 1172 * :github:`15145` - USB HF clock stop fail 1181 * :github:`15100` - Bluetooth: GATT (un)subscribe can silently fail [all …]
|
D | release-notes-1.8.rst | 284 * ``ZEP-1968`` - "make mrproper" removes top-level dts/ dir, makes ARM builds fail afterwards 320 * ``ZEP-2132`` - Build samples/bluetooth/hci_uart fail
|
/Zephyr-latest/kernel/ |
D | mmu.c | 941 goto fail; in k_mem_map_phys_bare() 948 goto fail; in k_mem_map_phys_bare() 966 fail: in k_mem_map_phys_bare()
|
D | Kconfig.smp | 113 may fail strangely. Some assertions exist to catch these
|
/Zephyr-latest/subsys/mgmt/mcumgr/smp/ |
D | Kconfig | 27 in case when encoding starts to fail.
|
/Zephyr-latest/doc/services/portability/posix/conformance/ |
D | index.rst | 27 However, we may add implementations that simply fail with ENOSYS as long as the functional
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/ |
D | README.rst | 109 has been called - otherwise, it will fail.
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rd_client.c | 515 goto fail; in do_registration_reply_cb() 526 goto fail; in do_registration_reply_cb() 547 fail: in do_registration_reply_cb()
|
/Zephyr-latest/doc/kernel/services/threads/ |
D | workqueue.rst | 263 item will silently fail to be submitted. 435 /* NB: Submit will fail if the work item is being cancelled. */ 447 causing the application to fail. Where the idiom above is required a 451 Note that submitting from the work handler can fail if the work item had been 473 * Submitting a work item (:c:func:`k_work_submit_to_queue`) can fail if the
|
/Zephyr-latest/doc/develop/west/ |
D | without-west.rst | 85 those targets will fail. You can of course still flash and debug using
|
/Zephyr-latest/cmake/flash/ |
D | CMakeLists.txt | 187 # This script will print an error message and fail if <target> has added
|
/Zephyr-latest/arch/x86/zefi/ |
D | README.txt | 39 work fine and then fail inexplicably at runtime with a garbage
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_cli.rst | 99 parameters that allows all Target nodes to participate in the transfer. Any Target nodes that fail
|
D | dfu_srv.rst | 47 The result of the transfer check is a pass/fail status return and the expected
|
/Zephyr-latest/arch/posix/ |
D | CMakeLists.txt | 47 # some gcc versions fail to build without -fPIC
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | net_pkt.rst | 186 fail. Length is not interpreted as an upper limit, it is instead the 228 point, it will fail because there is nothing to read at the cursor
|
D | coap.rst | 209 …Verdict statistics: 0 none (0.00 %), 10 pass (100.00 %), 0 inconc (0.00 %), 0 fail (0.00 %), 0 err…
|
/Zephyr-latest/doc/hardware/porting/ |
D | shields.rst | 218 the presence of such a flag would cause the map lookup to fail,
|
/Zephyr-latest/subsys/net/lib/config/ |
D | Kconfig | 71 received within this limit, then the net_config_init() call will fail
|
12345678