esp32: enable L2CAP ERTM for avrcp_browsing_client
esp32: update readme and chipset documentation
esp32: make btstack_config depend on esp-idf sdkconfig and target mcu
esp32: map audio i2s to gpios 8,9,10,45 on esp32-s3 as on ESP32-S3-Korvo-2 V3.0 board
esp32: map audio i2s to gpios 2,8,9,10 on esp32-c3
esp32: use #defines for I2S audio gpios
esp32: support LE-only versions
esp32: register vhci callback after enabling controller
esp32: fix build
port: avoid HCI_EVENT_IS_COMMAND_COMPLETE macro
Merge pull request #392 from ricardoquesada/cmakefileesp32: update CMakeLists.txt file to use new idf_component_register
esp32: only process one tx/rx done event per timer handler
esp32: support mic gain on LyraT v4.3 board
esp32: use PLL_CLK clock source for I2S
esp32: use double-buffer for audio
esp32: audio use I2S config from LyraT v4.3 board
esp32: validate audio samplerate on stream start
esp32: support mono audio output
esp32: support mono audio input
esp32: add audio source
esp32: setup i2s config and pins based on sink/source state
esp32: update sdkconfig for esp-idf v4.3, disable Bluedroid host stack
esp32: handle MIC_GAIN_MIN and MIC_GAIN_MAX in es8388_set_mic_gain, set gain for both channels
esp32: generalize i2s queue handling
esp32: extract btstack_audio_esp32_init for sink and source
12345678910