nuttx/arch/arm
Abdelatif Guettouche 7549de49b4 arch/*_cpupause: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-17 21:10:23 +09:00
..
include arch: Omni Hoverboards: update licenses to Apache 2021-09-28 04:37:38 -07:00
src arch/*_cpupause:Allow a spin before taking the g_cpu_wait spinlock. 2021-10-17 21:10:23 +09:00
Kconfig arch/arm: Add ARCH_CORTEXM55 Kconfig for cortex-m55 2021-09-12 09:09:42 -03:00