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

raiden00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit ea8744631aee897c78a23729ed8438e57b62bd43
Author: Eren Terzioglu <eren.terzio...@espressif.com>
AuthorDate: Fri Apr 11 18:13:37 2025 +0200

    arch/xtensa: Update common layer version for esp32s3
    
    Update common layer version for esp32s3 to fix warnings when building
    
    Signed-off-by: Eren Terzioglu <eren.terzio...@espressif.com>
---
 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 b8dc85b316..d03afe9047 100644
--- a/arch/xtensa/src/esp32s3/Make.defs
+++ b/arch/xtensa/src/esp32s3/Make.defs
@@ -217,7 +217,7 @@ endif
 
 ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty
 ifndef ESP_HAL_3RDPARTY_VERSION
-       ESP_HAL_3RDPARTY_VERSION = 0b15e1a642d7005ad11c3c0394c784959f478f5f
+       ESP_HAL_3RDPARTY_VERSION = 65d20bfeed8dc22ff6eb096cea4486f925b92f1e
 endif
 
 ifndef ESP_HAL_3RDPARTY_URL

Reply via email to