From 5ba88753cc547c7a8a2c701317e169660f049844 Mon Sep 17 00:00:00 2001 From: Raffael Rostagno Date: Wed, 4 Jun 2025 15:17:51 -0300 Subject: [PATCH] wifi: esp32s3: Fix IRQ allocation Update HAL to fix wifi IRQ allocation for ESP32-S3. HAL code depends on ESP_WIFI_TASK_CORE_ID symbol to properly build the reserved IRQs table. If define is not present, IRQ 0 (wifi) is not reserved, causing interrupt allocation problems. Signed-off-by: Raffael Rostagno --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index bac78a0b462..ba840341307 100644 --- a/west.yml +++ b/west.yml @@ -169,7 +169,7 @@ manifest: groups: - hal - name: hal_espressif - revision: f57f1b1e6e2178a2afe4ec37ffb5fb1eb021e354 + revision: 82c93ea7f5e90f7e028dc59bfa351d774eb66f37 path: modules/hal/espressif west-commands: west/west-commands.yml groups: