-
Notifications
You must be signed in to change notification settings - Fork 7.6k
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
danieldegrasse
merged 1 commit into
zephyrproject-rtos:main
from
sylvioalves:bugfix/intc_descriptor_hal
Jun 30, 2025
Merged
west.yml: hal_espressif: reserve BLE IRQ in interrupt descriptor #92270
danieldegrasse
merged 1 commit into
zephyrproject-rtos:main
from
sylvioalves:bugfix/intc_descriptor_hal
Jun 30, 2025
+1
−1
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
c08dd4a
to
3ee931d
Compare
3ee931d
to
1f84117
Compare
wmrsouza
previously approved these changes
Jun 26, 2025
raffarost
previously approved these changes
Jun 27, 2025
marekmatej
previously approved these changes
Jun 27, 2025
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]>
7b955ca
1f84117
to
7b955ca
Compare
Rebased. |
|
dkalowsk
approved these changes
Jun 28, 2025
@danieldegrasse FYI needing review for RC2 |
wmrsouza
approved these changes
Jun 28, 2025
raffarost
approved these changes
Jun 30, 2025
marekmatej
approved these changes
Jun 30, 2025
danieldegrasse
approved these changes
Jun 30, 2025
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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