Home
last modified time | relevance | path

Searched refs:corrupted (Results 1 – 24 of 24) sorted by relevance

/Zephyr-latest/arch/xtensa/core/
Dxtensa_backtrace.c145 bool corrupted = !(xtensa_stack_ptr_is_sane(stk_frame.sp) && in xtensa_backtrace_print() local
151 while (depth-- > 0 && stk_frame.next_pc != 0 && !corrupted) { in xtensa_backtrace_print()
154 corrupted = true; in xtensa_backtrace_print()
162 if (corrupted) { in xtensa_backtrace_print()
/Zephyr-latest/doc/kernel/services/other/
Datomic.rst49 incremented atomically, there is no risk that it will become corrupted
Dfatal.rst215 buffer has been corrupted. It does not require hardware support, but provides
227 function stack frame has been corrupted. See the compiler documentation for
/Zephyr-latest/doc/services/storage/disk/
Daccess.rst49 corrupted if power is lost or if the card is removed without unmounting
/Zephyr-latest/doc/services/llext/
Dload.rst83 in the main application is corrupted after returning from it.
/Zephyr-latest/samples/shields/x_nucleo_iks02a1/microphone/
DREADME.rst107 get corrupted.
/Zephyr-latest/boards/nxp/mimxrt1040_evk/doc/
Dindex.rst297 that the boot header in QSPI is invalid or corrupted. The boot header is
/Zephyr-latest/boards/nxp/mimxrt1064_evk/doc/
Dindex.rst409 that the boot header in QSPI flash is invalid or corrupted. The boot header is
/Zephyr-latest/boards/nxp/mimxrt1050_evk/doc/
Dindex.rst411 that the boot header in HyperFlash is invalid or corrupted. The boot header is
/Zephyr-latest/boards/nxp/mimxrt1060_evk/doc/
Dindex.rst425 that the boot header in QSPI flash is invalid or corrupted. The boot header is
/Zephyr-latest/doc/hardware/porting/
Darch.rst583 occurs, leaving important global data structures in a corrupted state.
603 not been corrupted. Any stack overflow in supervisor mode should be treated as
/Zephyr-latest/doc/releases/
Drelease-notes-1.11.rst286 * :github:`4513` - parsetab.py is getting corrupted when multiple instance of sanitycheck is execut…
Drelease-notes-3.0.rst927 * :github:`42205` - drivers: i2s_sam_ssc: data received via I2S bus are partially corrupted
1066 * :github:`41074` - can_mcan_send sends corrupted CAN frames with a byte-by-byte memcpy implementat…
Drelease-notes-1.13.rst414 * :github:`9028` - STM32 SPI/I2S: LSB bit corrupted for the received data
Drelease-notes-1.14.rst1654 * :github:`12810` - Up Squared serial console character output corrupted
1809 * :github:`11916` - ISR table (_sw_isr_table) generation is fragile and can result in corrupted bin…
2081 * :github:`10204` - net: ipv6: corrupted UDP header after forwarding over 6lo iface
Drelease-notes-2.5.rst1258 * :github:`30517` - Interrupt nesting is broken on ARMv7-R / LR_svc corrupted.
1478 * :github:`29590` - ARM: FPU: using Unshared FP Services mode can still result in corrupted floatin…
Drelease-notes-3.4.rst378 corrupted under certain conditions.
Drelease-notes-2.2.rst1037 * :github:`21162` - Sanitycheck corrupted test case names in test-report.xml files
Drelease-notes-2.3.rst1421 * :github:`11916` - ISR table (_sw_isr_table) generation is fragile and can result in corrupted bin…
Drelease-notes-2.4.rst1150 * :github:`27522` - shell: Output can get corrupted when printing from thread before command comple…
Drelease-notes-3.1.rst1402 … Bluetooth: Controller: Periodic advertising scheduling is broken, TIFS/TMAFS maintenance corrupted
Drelease-notes-3.2.rst2285 * :github:`47061` - pipes: Usage between task and ISR results in corrupted pipe state
/Zephyr-latest/doc/services/logging/
Dindex.rst365 also result in corrupted output because logging data is interleaved with printk
/Zephyr-latest/doc/develop/test/
Dtwister.rst1348 of other tests (e.g. putting the physical board in a corrupted state).