nuttx/arch/xtensa
Tiago Medicci Serrano c91599d34c esp32s3/i2s: Fix faulty initialization when SMP is enabled
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.
2024-07-30 01:44:57 +08:00
..
include esp32s3: add simple boot support 2024-04-17 19:43:05 +08:00
src esp32s3/i2s: Fix faulty initialization when SMP is enabled 2024-07-30 01:44:57 +08:00
Kconfig nuttx kconfig: rename a few recently-added options 2024-05-21 01:11:44 +08:00