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

chore: Increase InterruptTable size for STM32H5 #511

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fabiangottstein
Copy link
Contributor

For support of all interrupts the interrupt table needs to be increased.

For STM32H5 that is:
IRQn_Type::COMP1_IRQn + 16 = 133 + 16 = 149.

For support of all interrupts the interrupt table needs to be increased.
For STM32H5 that is IRQn_Type::COMP1_IRQn + 16 = 133 + 16 = 149.
@fabiangottstein fabiangottstein requested a review from a team as a code owner February 21, 2025 14:13
Copy link
Contributor

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 6 0 0.04s
✅ CPP clang-format 14 3 0 0.49s
✅ DOCKERFILE hadolint 1 0 0.11s
✅ JSON jsonlint 7 0 0.15s
✅ JSON prettier 7 2 0 0.79s
⚠️ MARKDOWN markdownlint 6 1 10 1.3s
⚠️ MARKDOWN markdown-link-check 6 2 64.58s
✅ MARKDOWN markdown-table-formatter 6 1 0 0.32s
✅ REPOSITORY checkov yes no 24.07s
✅ REPOSITORY git_diff yes no 0.14s
✅ REPOSITORY grype yes no 9.65s
✅ REPOSITORY ls-lint yes no 0.06s
✅ REPOSITORY secretlint yes no 33.29s
✅ REPOSITORY trivy yes no 5.58s
✅ REPOSITORY trivy-sbom yes no 0.99s
✅ REPOSITORY trufflehog yes no 9.05s
⚠️ SPELL lychee 32 1 71.0s
✅ YAML prettier 9 1 0 0.79s
✅ YAML v8r 9 0 5.1s
✅ YAML yamllint 9 0 0.36s

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.

1 participant