nuttx/boards/xtensa/esp32s3
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
..
common arch/xtensa: add support for brushed DC motor control 2024-07-27 12:08:51 +08:00
esp32s3-box Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
esp32s3-devkit esp32s3/i2s: Fix faulty initialization when SMP is enabled 2024-07-30 01:44:57 +08:00
esp32s3-eye boards/esp32s3: Increse the default stack size for usbnsh 2024-07-17 15:08:17 +08:00
esp32s3-lcd-ev Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
esp32s3-meadow boards/esp32s3: Increse the default stack size for usbnsh 2024-07-17 15:08:17 +08:00