nuttx/boards/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
..
esp32 arch/xtensa: add support for brushed DC motor control 2024-07-27 12:08:51 +08:00
esp32s2 esp32[s2|s3]: Add temperature sensor support 2024-07-27 14:12:44 -03:00
esp32s3 esp32s3/i2s: Fix faulty initialization when SMP is enabled 2024-07-30 01:44:57 +08:00