Skip to content

zephyrCommon: Fixed a bug in the interrupt handler acquisition#132

Closed
soburi wants to merge 2 commits intozephyrproject-rtos:nextfrom
soburi:correct_int_handler
Closed

zephyrCommon: Fixed a bug in the interrupt handler acquisition#132
soburi wants to merge 2 commits intozephyrproject-rtos:nextfrom
soburi:correct_int_handler

Conversation

@soburi
Copy link
Copy Markdown
Member

@soburi soburi commented Aug 23, 2025

Fixed an issue where the reference location for the interrupt handler was a bit mask instead of an index value.

Fixed an issue where the reference location for the interrupt
handler was a bit mask instead of an index value.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
@soburi soburi force-pushed the correct_int_handler branch from 3bdd0b5 to e007c15 Compare September 7, 2025 21:46
@soburi soburi requested a review from DhruvaG2000 September 10, 2025 07:25
Copy link
Copy Markdown
Member

@Ayush1325 Ayush1325 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Not sure why it was a bitmask in the first place.

@soburi
Copy link
Copy Markdown
Member Author

soburi commented Sep 23, 2025

@DhruvaG2000

Please check this out too. This is a very important fix.

Copy link
Copy Markdown
Contributor

@pillo79 pillo79 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely LGTM as well! Thanks for spotting this! 🚀

@DhruvaG2000
Copy link
Copy Markdown
Member

applied manually to -next, thanks.

@soburi soburi deleted the correct_int_handler branch September 24, 2025 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants