Skip to content

west.yml: hal_espressif: reserve BLE IRQ in interrupt descriptor #92270

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

sylvioalves
Copy link
Collaborator

@sylvioalves sylvioalves commented Jun 26, 2025

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.

Depends on #92144

Fix #90336
Fix #85318

@github-actions github-actions bot added the size: XS A PR changing only a single line of code label Jun 26, 2025
Copy link

github-actions bot commented Jun 26, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
hal_espressif zephyrproject-rtos/hal_espressif@c8d2da1 zephyrproject-rtos/hal_espressif@3339ff2 (zephyr) zephyrproject-rtos/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@github-actions github-actions bot added manifest manifest-hal_espressif DNM (manifest) This PR should not be merged (controlled by action-manifest) labels Jun 26, 2025
@sylvioalves sylvioalves force-pushed the bugfix/intc_descriptor_hal branch 2 times, most recently from c08dd4a to 3ee931d Compare June 26, 2025 20:53
@github-actions github-actions bot removed the DNM (manifest) This PR should not be merged (controlled by action-manifest) label Jun 26, 2025
@sylvioalves sylvioalves force-pushed the bugfix/intc_descriptor_hal branch from 3ee931d to 1f84117 Compare June 26, 2025 20:58
@sylvioalves sylvioalves self-assigned this Jun 26, 2025
wmrsouza
wmrsouza previously approved these changes Jun 26, 2025
raffarost
raffarost previously approved these changes Jun 27, 2025
marekmatej
marekmatej previously approved these changes Jun 27, 2025
@sylvioalves sylvioalves added the bug The issue is a bug, or the PR is fixing a bug label Jun 27, 2025
@sylvioalves sylvioalves added this to the v4.2.0 milestone Jun 27, 2025
dkalowsk
dkalowsk previously approved these changes Jun 27, 2025
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]>
@sylvioalves sylvioalves dismissed stale reviews from dkalowsk, marekmatej, raffarost, and wmrsouza via 7b955ca June 27, 2025 23:54
@sylvioalves sylvioalves force-pushed the bugfix/intc_descriptor_hal branch from 1f84117 to 7b955ca Compare June 27, 2025 23:54
@sylvioalves
Copy link
Collaborator Author

Rebased.

@sylvioalves sylvioalves requested review from dkalowsk and wmrsouza June 27, 2025 23:54
@sylvioalves sylvioalves requested a review from raffarost June 27, 2025 23:54
Copy link

@dkalowsk
Copy link
Collaborator

@danieldegrasse FYI needing review for RC2

@danieldegrasse danieldegrasse merged commit d76e39e into zephyrproject-rtos:main Jun 30, 2025
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug The issue is a bug, or the PR is fixing a bug manifest manifest-hal_espressif size: XS A PR changing only a single line of code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ESP32 hangs when using I2C and Bluetooth with watchdog enabled ESP32 stuck in Interrupt Loop when both Ethernet (wired) and Bluetooth are used
6 participants