Skip to content

Commit c08dd4a

Browse files
committed
west.yml: hal_espressif: reserve BLE IRQ in interrupt descriptor
Ensure that the BLE interrupt remains marked as reserved in the interrupt table descriptor when it’s in use. This prevents accidental reassignment of the BLE IRQ in downstream configurations. Signed-off-by: Sylvio Alves <[email protected]>
1 parent bb20f35 commit c08dd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ manifest:
169169
groups:
170170
- hal
171171
- name: hal_espressif
172-
revision: e13c7a1f6ffbdd988d3e2c5377cf13b25c88ca50
172+
revision: pull/460/head
173173
path: modules/hal/espressif
174174
west-commands: west/west-commands.yml
175175
groups:

0 commit comments

Comments
 (0)