This is an automated email from the ASF dual-hosted git repository.

xiaoxiang 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 8bef8ee9d5 xtensa/esp32s3: Fix crash issue that occurs when deleting a 
semaphore in WPA3
8bef8ee9d5 is described below

commit 8bef8ee9d5f398cc2b0924d8abc7f728f4c26c81
Author: [email protected] <[email protected]>
AuthorDate: Wed Jan 24 18:00:43 2024 +0800

    xtensa/esp32s3: Fix crash issue that occurs when deleting a semaphore in 
WPA3
    
    Signed-off-by: [email protected] <[email protected]>
---
 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 d6563457cc..001a4afcb0 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 = 72cebefc6238637ae0a0ec6641fa4e2a0faa4901
+       ESP_HAL_3RDPARTY_VERSION = 0fa7f63c639192f4047035e7201a5cec830bf9b2
 endif
 
 ifndef ESP_HAL_3RDPARTY_URL

Reply via email to