nuttx/boards/xtensa/esp32s3/esp32s3-devkit/configs
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
..
adc Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
audio esp32s3/i2s: Fix faulty initialization when SMP is enabled 2024-07-30 01:44:57 +08:00
ble Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
blewifi net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00
buttons Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
capture arch/xtensa: add support for capture driver on ESP32 and ESP32|S3| 2024-06-27 18:14:59 +08:00
coremark Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
cxx Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
eth_lan9250 net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00
gpio Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
i2c Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
knsh Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
ksta_softap net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00
mcuboot_nsh Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
motor arch/xtensa: add support for brushed DC motor control 2024-07-27 12:08:51 +08:00
nsh Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
nxlooper Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
oneshot Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
pm Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
psram_octal Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
psram_quad Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
psram_usrheap Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
pwm Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
qemu_debug refresh esp32s3-devkit:qemu_debug 2024-07-10 23:38:17 +08:00
random Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
rmt Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
rtc Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
smp Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
sotest Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
spi Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
spiflash Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
sta_softap net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00
stack Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
tickless Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
timer Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
toywasm net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00
twai Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
usb_device boards/esp32s3: Increse the default stack size for usbnsh 2024-07-17 15:08:17 +08:00
usbnsh boards/esp32s3: Increse the default stack size for usbnsh 2024-07-17 15:08:17 +08:00
watchdog Changed ESP32S3 Chip names based on their configuration and added ESP32S3_CUSTOM chip module 2024-06-21 17:55:42 +08:00
wifi net: Enable ICMP by default if IPv4 is enabled 2024-07-09 17:08:27 +08:00