mirror of
https://github.com/apache/nuttx.git
synced 2026-05-14 11:28:22 +08:00
d226170292
reason: Since assert may synchronously wait to stop another CPU, potentially leading to a deadlock, we replace enter_critical_section with a small spinlock to avoid such a situation. Signed-off-by: hujun5 <hujun5@xiaomi.com>