nuttx/arch/xtensa
Abdelatif Guettouche d2bc011719 arch/xtensa/xtensa_cpupause.c: Allow a spin before taking the g_cpu_wait
spinlock.

If we repeatedly call up_cpu_pause and up_cpu_resume, there would be
cases where the next call to up_cpu_pause happens while the other CPU is
still responding to the previous resume request.  In this case the
DEBUGASSERT will trigger.  We should allow the first CPU to wait until the
other CPU has finished responding to the resume request.

Signed-off-by: Abdelatif Guettouche <abdelatif.guettouche@espressif.com>
2021-10-16 09:46:23 -07:00
..
include esp32s2/tie.h: Run the file though detab. 2021-10-14 07:39:54 -03:00
src arch/xtensa/xtensa_cpupause.c: Allow a spin before taking the g_cpu_wait 2021-10-16 09:46:23 -07:00
Kconfig xtensa/esp32s2: Enable support for "make bootloader" target 2021-09-27 18:21:53 -07:00