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 default interrupt handlers for the touchscreen #795

Merged
merged 3 commits into from
Nov 8, 2023

Conversation

Jacob-Scheiffler
Copy link
Contributor

A customer discovered that the MAX32570_Demo examples were hanging after the touchscreen was pressed. After doing a little digging I discovered it was stuck in an undefined GPIO IRQ handler that had previously been defined in the pb.c files. This PR adds a default touchscreen IRQ handler for each board which has a touchscreen controller.

@github-actions github-actions bot added MAX32570 Related to the MAX32570 (ME13) MAX32655 Related to the MAX32655 (ME17) MAX78000 Related to the MAX78000 (AI85) labels Nov 6, 2023
@Jacob-Scheiffler Jacob-Scheiffler merged commit a24a7be into main Nov 8, 2023
11 checks passed
@Jacob-Scheiffler Jacob-Scheiffler deleted the fix/msdk-1247 branch November 8, 2023 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
MAX32570 Related to the MAX32570 (ME13) MAX32655 Related to the MAX32655 (ME17) MAX78000 Related to the MAX78000 (AI85)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants