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

feat: extend gpio interrupt interface to enable immediate interrupt handlers #416

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

daantimmer
Copy link
Contributor

@daantimmer daantimmer commented Oct 2, 2024

This change allows the user of the InterruptEnable function to choose betweeen a dispatched or immediate handling of the pin interrupt.

Notable changes:

Removed a double dispatch. The pin change was handled using a DispatchInterruptHandler. And in the ExitInterrupt, which was handled on the EventDispatch, the actual action would be dispatched, again.

@daantimmer daantimmer requested a review from a team as a code owner October 2, 2024 09:16
Copy link
Contributor

github-actions bot commented Oct 2, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.01s
✅ CPP clang-format 15 2 0 1.48s
✅ DOCKERFILE hadolint 1 0 0.08s
✅ JSON jsonlint 7 0 0.12s
✅ JSON prettier 7 2 0 1.89s
⚠️ MARKDOWN markdownlint 6 1 7 2.26s
⚠️ MARKDOWN markdown-link-check 6 2 57.95s
✅ MARKDOWN markdown-table-formatter 6 1 0 1.15s
✅ REPOSITORY checkov yes no 29.96s
✅ REPOSITORY git_diff yes no 0.71s
✅ REPOSITORY grype yes no 23.08s
✅ REPOSITORY ls-lint yes no 0.06s
✅ REPOSITORY secretlint yes no 59.37s
✅ REPOSITORY trivy yes no 6.28s
✅ REPOSITORY trivy-sbom yes no 0.83s
✅ REPOSITORY trufflehog yes no 12.62s
⚠️ SPELL lychee 30 2 71.51s
✅ YAML prettier 8 1 0 1.88s
✅ YAML v8r 8 0 5.96s
✅ YAML yamllint 8 0 0.24s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

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.

2 participants