This is an automated email from the ASF dual-hosted git repository. pkarashchenko pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push: new b03c9cf5f8 esp32s3: Fix symbol collision between mbedTLS and the Wi-Fi driver b03c9cf5f8 is described below commit b03c9cf5f8e6a0f15498e79c91d3557ec3c3fe72 Author: Tiago Medicci Serrano <tiago.medi...@espressif.com> AuthorDate: Thu Feb 29 13:54:11 2024 -0300 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 001a4afcb0..1785c6bc21 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