mirror of
https://github.com/apache/nuttx.git
synced 2026-09-12 05:30:20 +00:00
The buffer initialization function (`i2s_buf_initialize`) calls `i2s_buf_free`, which performs buffer initialization within a critical section (`spin_lock_irqsave`). If this function is called under the same critical section (same spinlock), initialization will hang. |
||
|---|---|---|
| .. | ||
| esp32 | ||
| esp32s2 | ||
| esp32s3 | ||