From 8965ed04d3e6723a32d75d3b1e60936caaf6c0bd Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Thu, 6 Feb 2025 09:24:36 -0300 Subject: [PATCH 1/2] soc: esp32c2: add ECO4 revision entry Allows using proper rom functions when ECO4 module is used. Signed-off-by: Sylvio Alves --- soc/espressif/esp32c2/Kconfig | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/soc/espressif/esp32c2/Kconfig b/soc/espressif/esp32c2/Kconfig index a0e6c98e31ac..1e7f41e8b745 100644 --- a/soc/espressif/esp32c2/Kconfig +++ b/soc/espressif/esp32c2/Kconfig @@ -15,6 +15,11 @@ config SOC_SERIES_ESP32C2 if SOC_SERIES_ESP32C2 +config SOC_ESP32C2_REV_2_0 + bool "SOC is revision v2.0 (ECO4)" + help + ESP32-C2 revision v2.0 has updated ROM functions. + config MAC_BB_PD bool "Power down MAC and baseband of Wi-Fi and Bluetooth when PHY is disabled" depends on SOC_SERIES_ESP32C2 && TICKLESS_KERNEL From 3c230fc63ae0ab40952261ebcc8fa033f870c615 Mon Sep 17 00:00:00 2001 From: Sylvio Alves Date: Tue, 4 Feb 2025 14:45:44 -0300 Subject: [PATCH 2/2] west.yml: update hal_espressif with latest sync Bring latest hal-sync updates including bugfixes and RF libraries changes. Signed-off-by: Sylvio Alves --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index f286b5780a77..6c8c10719fab 100644 --- a/west.yml +++ b/west.yml @@ -162,7 +162,7 @@ manifest: groups: - hal - name: hal_espressif - revision: 07526d59121822a7d85de6c1a4adcf47b906d232 + revision: fbbe8f22f34cadc43b69f9eb3fca10e301874e36 path: modules/hal/espressif west-commands: west/west-commands.yml groups: