Searched refs:assertion (Results 1 – 25 of 35) sorted by relevance
12
/Zephyr-latest/doc/kernel/services/other/ |
D | fatal.rst | 31 Specifying an assertion level of 1 causes the compiler to issue warnings that 33 issued since assertion code is not normally present in a final product. 34 Specifying assertion level 2 suppresses these warnings. 39 The policy for what to do when encountering a failed assertion is controlled 42 the thread that failed the assertion was running in user mode, and a kernel 51 to provide context to the assertion. In addition, the kernel will print 53 file and line number where the assertion can be found. 115 The ``__ASSERT_NO_MSG()`` macro can be used to perform an assertion that 123 Zephyr provides two macros for performing build-time assertion checks. 148 include/toolchain/gcc.h:28:37: error: static assertion failed: "Invalid value of FOO"
|
/Zephyr-latest/tests/cmake/zephyr_get/ |
D | sysbuild.cmake | 22 set(failures "${failures}\n - ${image}: ${ASSERT_FAIL_COUNT} assertion(s) failed")
|
D | CMakeLists.txt | 42 message(${mode} "$CACHE{ASSERT_FAIL_COUNT} assertion(s) failed")
|
/Zephyr-latest/include/zephyr/linker/ |
D | kobject-text.ld | 29 location counter, and then detect the overflow with an assertion
|
/Zephyr-latest/tests/drivers/watchdog/wdt_error_cases/ |
D | README.txt | 10 both error code and assertion fail set test result as passed. 13 is used to catch assertion fail.
|
/Zephyr-latest/lib/libc/newlib/ |
D | Kconfig | 30 newlib heap. An assertion failure message will be displayed during
|
/Zephyr-latest/subsys/debug/ |
D | Kconfig | 251 This enables the __ASSERT() macro in the kernel code. If an assertion 266 This option specifies the assertion level used by the __ASSERT() 298 This boolean option disables Zephyr assertion testing even 308 the assertion that occurred. This includes printing the location, 316 in which the assertion occurred. Enabling this will save
|
/Zephyr-latest/doc/develop/test/ |
D | twister_statuses.rst | 35 ``TestCase``, also called Case, is a piece of code that aims to verify some assertion.
|
D | ztest.rst | 7 to be used during development. It provides basic assertion macros and a generic 484 These macros will instantly fail the test if the related assertion fails. 485 When an assertion fails, it will print the current file, line and function,
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.1.rst | 478 * :github:`20968` - [Coverity CID :206016] Side effect in assertion in tests/kernel/sched/metairq/s… 480 * :github:`20966` - [Coverity CID :206018] Side effect in assertion in tests/kernel/sched/metairq/s… 481 * :github:`20965` - [Coverity CID :206019] Side effect in assertion in tests/kernel/sched/metairq/s… 483 * :github:`20963` - [Coverity CID :206021] Side effect in assertion in tests/kernel/sched/metairq/s… 706 * :github:`19515` - Bluetooth: Controller: assertion failed 903 * :github:`12114` - assertion using nRF5 power clock with BLE and nRF5 temp sensor
|
D | release-notes-2.6.rst | 1144 * :github:`35476` - bluetooth: controller assertion when scanning with multiple active connections 1344 * :github:`34585` - mec15xxevb_assy6853: test_timeout_order in tests/kernel/common assertion failed 1564 * :github:`33727` - mec15xxevb_assy6853: multiple tests failed due to assertion failure at kernel/s… 1651 * :github:`33316` - [Coverity CID: 219724] Side effect in assertion in tests/kernel/queue/src/test_… 1652 * :github:`33315` - [Coverity CID: 219723] Side effect in assertion in tests/kernel/queue/src/test_… 1653 * :github:`33314` - [Coverity CID: 219726] Side effect in assertion in tests/kernel/lifo/lifo_usage… 1715 * :github:`33079` - [Coverity CID :219574] Side effect in assertion in tests/subsys/edac/ibecc/src/… 1751 * :github:`33042` - [Coverity CID :219644] Side effect in assertion in tests/subsys/edac/ibecc/src/… 1762 * :github:`33030` - [Coverity CID :219659] Side effect in assertion in tests/subsys/edac/ibecc/src/… 1809 * :github:`32936` - [Coverity CID :219509] Side effect in assertion in tests/net/socket/tcp/src/mai… [all …]
|
D | release-notes-2.7.rst | 670 * Fixed possible assertion in ``net nbr`` shell command. 707 * Fixed possible assertion failure in :c:func:`tcp_send_data`. 1124 …Fault with assertions enabled prevents detailed output because of ISR() assertion check in shell f… 1232 * :github:`38133` - [Coverity CID: 239564] Side effect in assertion in subsys/bluetooth/controller/… 1240 * :github:`38124` - [Coverity CID: 239583] Side effect in assertion in subsys/bluetooth/controller/… 1242 * :github:`38122` - [Coverity CID: 239585] Side effect in assertion in subsys/bluetooth/controller/… 1243 * :github:`38121` - [Coverity CID: 239586] Side effect in assertion in subsys/bluetooth/controller/… 1258 * :github:`38101` - bt_le_adv_update_data() assertion fail 1403 * :github:`37571` - Bluetooth: Extended advertising assertion 1694 * :github:`36078` - coredump.logging_backend: lpcxpresso55s28: test failure assertion fail
|
D | release-notes-2.4.rst | 999 * :github:`28173` - [Coverity CID :214210] Side effect in assertion in tests/arch/arm/arm_interrupt… 1082 * :github:`27838` - [Coverity CID :212961] Side effect in assertion in tests/kernel/threads/thread_… 1263 * :github:`26996` - [Coverity CID :211340] Side effect in assertion in tests/kernel/smp/src/main.c 1344 * :github:`26621` - System can't recover after assertion failed in kernel/mem_domain.c 1396 * :github:`26360` - [Coverity CID :211048] Side effect in assertion in tests/drivers/uart/uart_asyn… 1522 * :github:`25745` - [Coverity CID :210052] Side effect in assertion in tests/kernel/fpu_sharing/gen… 1523 * :github:`25744` - [Coverity CID :210045] Side effect in assertion in tests/kernel/fpu_sharing/gen… 1660 * :github:`23574` - [Coverity CID :208926] Side effect in assertion in tests/kernel/interrupt/src/n… 1688 * :github:`22980` - bluetooth: logging: Build assertion prevents immediate logging when using legac…
|
D | release-notes-1.12.rst | 224 * Fixed a potential assertion failure in the controller related to white list 729 * :github:`7804` - samples/sensor/apds9960 fails with assertion "Fatal fault in essential thread" o… 780 * :github:`8099` - tests/drivers/rtc/rtc_basic_api assertion failure on Arduino 101 / ARC 790 * :github:`8172` - Networking tests failing with an assertion on frdm_k64f
|
D | release-notes-1.13.rst | 344 * :github:`9597` - tests/subsys/fs/fat_fs_api assertion fail on arduino101 509 * :github:`8506` - tests/subsys/fs/fat_fs_api - test_fat_mount results into assertion failure on Ar… 576 * :github:`8173` - Driver tests failing with an assertion on frdm_k64f
|
D | release-notes-2.5.rst | 1050 * :github:`31676` - [Coverity CID :216791] Side effect in assertion in tests/lib/p4workq/src/main.c 1053 * :github:`31672` - [Coverity CID :216786] Side effect in assertion in tests/kernel/threads/thread_… 1054 * :github:`31671` - [Coverity CID :216785] Side effect in assertion in tests/lib/p4workq/src/main.c 1055 * :github:`31670` - [Coverity CID :216783] Side effect in assertion in tests/lib/p4workq/src/main.c 1435 * :github:`29721` - drivers/sensor/lsm6dsl: assertion/UB during interrupt handling 1569 * :github:`29101` - Bluetooth: assertion fail with basic repeated extended advertisement API 1596 * :github:`29019` - [Coverity CID :214871] Side effect in assertion in tests/kernel/sched/preempt/s…
|
D | release-notes-2.2.rst | 211 * Various improvements to the assertion mechanism 215 * Add an assertion if k_sleep() is called from an ISR 755 * :github:`22999` - pend() assertion can allow user threads to crash the kernel 958 * :github:`21674` - [Coverity CID :206392] Side effect in assertion in tests/kernel/timer/starve/sr…
|
D | release-notes-2.3.rst | 46 in an assertion failure, or division by zero, resulting in a denial 850 * :github:`25331` - test_timer_remaining() fails with assertion in timer_api test 1063 * :github:`24034` - [Coverity CID :209375] Side effect in assertion in tests/kernel/interrupt/src/p… 1134 * :github:`23582` - [Coverity CID :208918] Side effect in assertion in tests/arch/arm/arm_interrupt…
|
D | release-notes-3.1.rst | 1268 - :github:`46126` - pm_device causes assertion error in sched.c with lis2dh 1276 - :github:`46206` - it8xxx2_evb: tests/kernel/fatal/exception/ assertion failed -- "thread was not … 1394 * :github:`45458` - it8xxx2_evb: tests/drivers/pwm/pwm_api assertion fail 1475 * :github:`44887` - it8xxx2_evb: tests/kernel/sched/schedule_api/ assertion fail 1557 * :github:`44349` - Nordic BLE fails assertion when logging is enabled
|
D | release-notes-1.14.rst | 224 * :github:`19515` - Bluetooth: Controller: assertion failed 1194 … tests/subsys/settings/fcb/src/settings_test_save_unaligned.c fail with assertion failure on nrf52… 1365 * :github:`14247` - tests/net/ieee802154/crypto fails with assertion failure in subsys/net/ip/net_i… 1499 … tests/subsys/settings/fcb/src/settings_test_save_unaligned.c fail with assertion failure on nrf52… 1582 * :github:`13255` - tests/drivers/counter/counter_basic_api: Kernel panic and an assertion error wh… 1905 * :github:`11170` - kernel.profiling.call_stacks_analyze_idle: assertion fails on em_starterkit_em7…
|
D | release-notes-3.2.rst | 1696 - :github:`46126` - pm_device causes assertion error in sched.c with lis2dh 1740 - :github:`49148` - Asynchronous UART API triggers Zephyr assertion on STM32WB55 1764 - :github:`50084` - drivers: nrf_802154: nrf_802154_trx.c - assertion fault when enabling Segger Sy… 1838 * :github:`50520` - Bluetooth: bsim eatt_notif test fails with assertion in some environments 2411 * :github:`46206` - it8xxx2_evb: tests/kernel/fatal/exception/ assertion failed -- "thread was not …
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-upstream.rst | 181 Minimum interval between chip select deassertion and assertion.
|
/Zephyr-latest/subsys/bluetooth/common/ |
D | Kconfig | 315 k_panic() instead of k_oops() when an assertion is triggered.
|
/Zephyr-latest/doc/security/ |
D | vulnerabilities.rst | 528 An unchecked parameter in bluetooth data can result in an assertion 907 Truncated L2CAP K-frame causes assertion failure 910 to only one byte, causes assertion failure in previous releases of
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 173 assertation||assertion
|
12