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 <raffael.rostagno@espressif.com>
This commit is contained in:
Raffael Rostagno 2025-06-04 15:17:51 -03:00 committed by Dan Kalowsky
commit 5ba88753cc

View file

@ -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: