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

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

commit c80e69e5e5ec0c69924e91042301af52a3fa382d
Author: Eren Terzioglu <eren.terzio...@espressif.com>
AuthorDate: Mon Feb 17 09:39:19 2025 +0100

    esp32[c3|c6|h2]: Update common layer
    Update common layer to prevent build errors
    
    Signed-off-by: Eren Terzioglu <eren.terzio...@espressif.com>
---
 arch/risc-v/src/common/espressif/Make.defs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/risc-v/src/common/espressif/Make.defs 
b/arch/risc-v/src/common/espressif/Make.defs
index a5d0ddf76a..d62602887b 100644
--- a/arch/risc-v/src/common/espressif/Make.defs
+++ b/arch/risc-v/src/common/espressif/Make.defs
@@ -163,7 +163,7 @@ endif
 
 ESP_HAL_3RDPARTY_REPO   = esp-hal-3rdparty
 ifndef ESP_HAL_3RDPARTY_VERSION
-       ESP_HAL_3RDPARTY_VERSION = 87ccbf88b6fd490dae1993524e70f51bb2ea181d
+       ESP_HAL_3RDPARTY_VERSION = e23f3131b564068a5033b765017a494c9553ce65
 endif
 
 ifndef ESP_HAL_3RDPARTY_URL

Reply via email to