mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 15:12:59 +00:00
This commit fixes a deadlock in `esp32s3-devkit:sta_softap` defconfig: `spin_lock_irqsave` was being used to enter a critical section that calls `nxsem_post`. In this case, it's recommended to use `[enter|leave]_critical_section` to avoid deadlocks when a context switch may happen, for instance. |
||
|---|---|---|
| .. | ||
| include | ||
| src | ||
| Kconfig | ||