esp32: unify i2s configuration
config: add ENABLE_PRINTF_HEXDUMP
config: sort defines alphabetically
esp32: reduce log output for tlv
esp32: make btstack_init c++ safe
esp32: reduce log output for tlv. remove printf
esp32: provide esp-idf/component/btstack/btstack_port_esp32.c and only minimal app_main in template/main/main.c
esp32: add missing freertos queue.h include
esp32: fix pan_lwip_http_server example build using Makefile
esp32: update component cmake file
esp32: copy micro-ecc into esp-idf, try to use our copy for cmake
esp32: add CMakeLists for btstack component
port/esp32: add ESP32-LyraT V4.3 Board Support
esp32: handle esp-idf change from CONFIG_CONSOLE_UART_NUM to CONFIG_ESP_CONSOLE_UART_NUM
port: configure desktop ports (libusb,posix,windows) for mesh
esp32: add mesh support
esp32: add lwip/dhcp-server and enable pan_lwip_http_server.c
esp32: fix BTSTACK_FILE__
esp32: provide HCI prebuffer (e.g. needed for BNEP)
freertos: HAVE_FREERTOS_INCLUDE_PREFIX if FreeRTOS headers are in 'freertos' folder, update esp32 config to use it
esp32: configure SCO over HCI after power up
esp32: mark micro-ecc includes as private to avoid compile errors in other components
esp32: use micro-ecc copy from BTstack as the one from esp-idf was confied to the bootloader component
esp32: erase nvs flash is newer nvs version found
esp32: add stop_stream function
12345