esp32: fix warning for changes in esp-idf 5.3
esp32: enable audio driver by default on esp32, esp32c3 and esp32c6
esp32: use synchronous VHCI API with newer ESP32 variants (esp32,-c3, s3 use asynchronous API)
port/esp32: update audio documentation
port/esp32: add default i2s config for target esp32
port/esp32: don't compile audio driver if not selected in config, plus a clear error indication for this case
esp32: allow to compile BTstack without CONFIG_ESP_CONSOLE_UARTFixes #571
esp32: fix build warninig in es8388 driver
esp32/btstack_audio_esp32_v4: tolerate empty i2s read after I2S_EVENT_RX_DONE
port: skip '*demo_util*' in create example scripts
esp32: fix audio driver for config without MCLK or APLL
btstack_port_esp32: remove data source in favor of execute on main thread api
esp32: fix build
esp32: update readme
esp32: call btstack_stdio_init from application templates
btstack_stdio_esp32: warn on stdin setup without prior call to btstack_stdio_init
btstack_stdio_esp32: refactoring, use execute on main thread
Revert "btstack_stdin_esp32: fix build for v4"This reverts commit a306ff4c5adfeb746bb5efcbaf8e7a6c93eccab6.
btstack_stdin_esp32: fix build for v4
btstack_stdin_esp32: add uart output/input buffering
esp32: enable HAVE_BTSTACK_AUDIO_EFFECTIVE_SAMPLERATE
btstack_audio_esp32_v5: allow the playback handler to catch up in case of unintended delays, control power amplifier
esp32: support new audio driver in esp-idf v5
esp32: allow to disable default audio i2s driver via component config
12345678910