From 0cec2bd66261dd1e401d1637f6ddb0566cc69a41 Mon Sep 17 00:00:00 2001 From: Tiago Medicci Serrano Date: Tue, 15 Apr 2025 10:12:17 -0300 Subject: [PATCH] arch/risc-v/espressif: Bump common source version This commit bumps common source version for RISC-V-based Espressif SoCs on NuttX. Specifically, this solves an issue regarding SPI flash frequency selection on ESP32-C6. Signed-off-by: Tiago Medicci Serrano --- 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 d4778c76a7..eb2c6cb724 100644 --- a/arch/risc-v/src/common/espressif/Make.defs +++ b/arch/risc-v/src/common/espressif/Make.defs @@ -166,7 +166,7 @@ endif ESP_HAL_3RDPARTY_REPO = esp-hal-3rdparty ifndef ESP_HAL_3RDPARTY_VERSION - ESP_HAL_3RDPARTY_VERSION = e23f3131b564068a5033b765017a494c9553ce65 + ESP_HAL_3RDPARTY_VERSION = 0b15e1a642d7005ad11c3c0394c784959f478f5f endif ifndef ESP_HAL_3RDPARTY_URL