From 6c9f446065653fcbc04ae8ca4a0dbe4b53471600 Mon Sep 17 00:00:00 2001 From: Tiago Medicci Serrano Date: Thu, 29 Feb 2024 13:54:11 -0300 Subject: [PATCH] esp32s3: Fix symbol collision between mbedTLS and the Wi-Fi driver This commit closes #11738. Actual fix is tracked in: https://github.com/espressif/esp-hal-3rdparty/pull/2 --- arch/xtensa/src/esp32s3/Make.defs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/xtensa/src/esp32s3/Make.defs b/arch/xtensa/src/esp32s3/Make.defs index 001a4afcb07fb..1785c6bc21df8 100644 --- a/arch/xtensa/src/esp32s3/Make.defs +++ b/arch/xtensa/src/esp32s3/Make.defs @@ -191,7 +191,7 @@ endif ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty ifndef ESP_HAL_3RDPARTY_VERSION - ESP_HAL_3RDPARTY_VERSION = 0fa7f63c639192f4047035e7201a5cec830bf9b2 + ESP_HAL_3RDPARTY_VERSION = 55b60d9ed1930f7a284fe0555a17db441cee9ab4 endif ifndef ESP_HAL_3RDPARTY_URL