nuttx/boards/xtensa/esp32s3/esp32s3-devkit
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
..
configs esp32s3/i2s: Fix faulty initialization when SMP is enabled 2024-07-30 01:44:57 +08:00
include driver/net/lan9250: Add LAN9250 driver(SPI and QSPI mode) 2023-12-07 19:53:05 -08:00
scripts esp32s3: add simple boot support 2024-04-17 19:43:05 +08:00
src esp32[s2|s3]: Add temperature sensor support 2024-07-27 14:12:44 -03:00
Kconfig board: esp32c3, esp32 and esp32s3 corrected PM block 2024-05-27 23:24:31 +08:00