Skip to content
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

fix(Boards): Add GPIO2_IRQ_Handler for MAX78000 FTHR_RevA #1221

Merged
merged 1 commit into from
Oct 9, 2024

Conversation

kilicomercan
Copy link
Contributor

Pull Request Template

Description

One of the customers reported that they can't use P2.3 pin on MAX78000 FTHR even they enable interrupt and configure callback function. Interrupt is not triggered, and callback function is not called.

I figured out that GPIO2_IRQ_Handler was not defined even as a weak function in board.c file. I thought it might be better to have a weak definition for GPIO2 interrupts as well. So, users can also override this function in their application if needed.

@github-actions github-actions bot added the MAX78000 Related to the MAX78000 (AI85) label Oct 9, 2024
@Jake-Carter Jake-Carter merged commit 285f4db into analogdevicesinc:main Oct 9, 2024
11 checks passed
sihyung-maxim pushed a commit to analogdevicesinc/hal_adi that referenced this pull request Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX78000 Related to the MAX78000 (AI85)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants