mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 20:59:02 +00:00
Summary: - I noticed that DEBUGASSERT sometimes happens in nxsem_wait() when testing Wi-Fi with esp32-devkitc:wsifi_smp - The call stack was not from an interrupt handler and actually g_current_regs[] were correct, even though asserted with (up_interrupt_handler() == false) - Finally, I found that we need to call rsync after we set a new value to the PS register which is described in the Xtensa document. - This commit fixes this issue Impact: - All xtensa architectures Testing: - Tested with esp32-devkitc:wifi_smp and esp32-devkitc:wifi Signed-off-by: Masayuki Ishikawa <Masayuki.Ishikawa@jp.sony.com> |
||
|---|---|---|
| .. | ||
| esp32 | ||
| esp32s2 | ||
| lx6 | ||
| lx7 | ||
| xtensa | ||
| .gitignore | ||
| arch.h | ||
| elf.h | ||
| inttypes.h | ||
| irq.h | ||
| limits.h | ||
| loadstore.h | ||
| simcall.h | ||
| spinlock.h | ||
| syscall.h | ||
| tls.h | ||
| types.h | ||