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:
parent
306d9afa90
commit
5ba88753cc
1 changed files with 1 additions and 1 deletions
2
west.yml
2
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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue