Searched refs:assert (Results 76 – 100 of 107) sorted by relevance
12345
/Zephyr-latest/modules/openthread/ |
D | CMakeLists.txt | 41 kconfig_to_ot_option(CONFIG_ASSERT OT_ASSERT "Enable assert function OT_ASSERT()")
|
/Zephyr-latest/doc/connectivity/bluetooth/api/ |
D | hci.txt | 1080 The event may represent Hard Fault, Bluetooth Controller assert or some other 1100 | 0x02 | Controller assert data | 1178 | | name where an assert happened | 1185 | 0xXXXXXXXX | Line number where assert happened |
|
/Zephyr-latest/drivers/clock_control/ |
D | clock_control_litex.c | 234 int assert = (1 << (drp[reg].size * BITS_PER_BYTE)) - 1; in litex_clk_assert_reg() local 236 litex_clk_set_reg(reg, assert); in litex_clk_assert_reg()
|
/Zephyr-latest/modules/nrf_wifi/os/ |
D | shim.c | 1079 .assert = zep_shim_assert,
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 172 asser||assert 185 asssert||assert
|
/Zephyr-latest/boards/qemu/x86/ |
D | qemu_x86_tiny.ld | 187 LIB_ZEPHYR_OBJECT_FILE_IN_SECT(lsect, assert) \
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.8.rst | 212 * ``ZEP-843`` - Unified assert/unrecoverable error infrastructure
|
D | release-notes-2.1.rst | 708 * :github:`19490` - Bluetooth: split: 'e' assert during disconnect 752 * :github:`19198` - Bluetooth: LL split assert on connect 782 * :github:`18999` - assignment in assert in test of arm\_thread\_arch causes build failures
|
D | release-notes-1.14.rst | 1483 * :github:`13778` - mimxrt1060_evk tests/kernel/pending meets assert 1697 * :github:`12494` - Logging with CONFIG_LOG_IMMEDIATE=y from ISR leads to assert 1768 * :github:`12192` - include: __assert: enabling assert causes build errors 1841 * :github:`11674` - Wrong assert condition @@zephyr/kernel/sched.c:345 2135 * :github:`9901` - Default nrfx PWM interrupt prio results in assert 2190 * :github:`8796` - Bluetooth: controller: assert on conn update in slave role under max. throughput… 2243 * :github:`6276` - assert when running sys_kernel on disco_l475_iot1 (with asserts enabled)
|
D | migration-guide-3.5.rst | 177 * ``CONFIG_SSD1306_SH1106_COMPATIBLE`` was used to assert that the device is
|
D | release-notes-3.3.rst | 2697 - :github:`52887` - Bluetooth: LL assert with chained adv packets 2799 - :github:`54542` - Bluetooth pending tx packets assert on disable 3017 * :github:`53756` - esp32 - Wrong value for the default cpu freq -> crash on assert 3019 * :github:`53744` - ztest: assert() functions does not always retuns 3036 * :github:`53617` - unicast_audio_client and unicast_audio_server example assert 3311 …ub:`51815` - Bluetooth: bt_disable in loop with babblesim gatt test causes Zephyr link layer assert 3348 * :github:`51600` - Bluetooth assert on flash erase using mcumgr 3694 * :github:`41765` - assert.h should not include non libc headers
|
D | release-notes-3.6.rst | 865 assert instead of the function itself. 1098 controls whether the :c:func:`assert` function displays verbose information, including the file
|
D | release-notes-2.0.rst | 517 * :github:`18819` - Bluetooth: LL split assert upon disconnection 574 * :github:`18584` - BT LL assert on LL/CON/ADV/BV-04-C 1084 * :github:`16225` - tests/kernel/msgq/msgq_api twr_ke18f fails with assert
|
D | release-notes-1.10.rst | 463 * :github:`4683` - net: tcp tcp_retry_expired cause assert
|
D | release-notes-3.1.rst | 1206 - :github:`43928` - pm: going to PM_STATE_SOFT_OFF in pm_policy_next_state causes assert in some ca… 1302 * :github:`46023` - drivers: reset: Use of reserved identifier ``assert`` 1938 * :github:`38279` - Bluetooth: Controller: assert LL_ASSERT(!radio_is_ready()) in lll_conn.c
|
D | release-notes-2.7.rst | 701 * Fixed a possible assert after enabling CAN sockets. 1190 * :github:`38279` - Bluetooth: Controller: assert LL_ASSERT(!radio_is_ready()) in lll_conn.c 1413 * :github:`37519` - friend.c:unseg_app_sdu_decrypt causes assert: net_buf_simple_tailfroom(buf) >= …
|
D | release-notes-3.2.rst | 1316 * :dtcompatible:`zephyr,bt-hci-spi`: new ``reset-assert-duration-ms`` property. 1938 * :github:`49792` - test-ci: adc-dma : frdm-k64f: dma dest addess assert 2518 * :github:`43928` - pm: going to PM_STATE_SOFT_OFF in pm_policy_next_state causes assert in some ca…
|
D | release-notes-1.13.rst | 675 * :github:`3995` - net tcp retry triggers assert in kernel/sem.c:145
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 315 assert(), yes
|
/Zephyr-latest/tests/cmake/zephyr_get/ |
D | CMakeLists.txt | 26 # Run tests and count assert failures. An error report will be shown
|
/Zephyr-latest/boards/espressif/esp32_ethernet_kit/doc/ |
D | index.rst | 242 down with a resistor. ESP32 should assert RESET_N high with GPIO5 to enable
|
/Zephyr-latest/doc/security/ |
D | sensor-threat.rst | 253 client to present a certificate, and assert its knowledge of
|
/Zephyr-latest/doc/develop/test/ |
D | ztest.rst | 383 interaction with an object occurred, and if required, to assert the order of
|
/Zephyr-latest/drivers/wifi/nrf_wifi/ |
D | Kconfig.nrfwifi | 683 Minimum time the host should de-assert WAKEUP_NOW and let RPU enter
|
/Zephyr-latest/doc/kernel/usermode/ |
D | syscalls.rst | 282 * :c:macro:`K_SYSCALL_OBJ()` Checks a memory address to assert that it is
|
12345