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: add support for STM32G474VxT #372

Merged
merged 3 commits into from
Aug 7, 2024

Conversation

daantimmer
Copy link
Contributor

@daantimmer daantimmer commented Aug 7, 2024

note: no QUADSPI and FMC support, yet

  • QUADSPI IRQ is generated as QUADSPI1_IRQn, but it seems ST has dropped the 1 for these (new?) peripherals and the correct IRQn now is QUADSPI_IRQn.
  • The FMC peripherals are different in terms of supported devices compared to already supported ST chips. This new peripheral doesn't support SDRAM. Thus the used/generated typedef is wrong. This needs to be looked in to.

note: no QUADSPI and FMC support, yet
@daantimmer daantimmer requested a review from a team as a code owner August 7, 2024 11:46
Copy link
Contributor

github-actions bot commented Aug 7, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.06s
✅ CPP clang-format 15 2 0 1.3s
✅ DOCKERFILE hadolint 1 0 0.28s
✅ JSON jsonlint 7 0 0.36s
✅ JSON prettier 7 2 0 1.71s
⚠️ MARKDOWN markdownlint 6 1 7 2.1s
⚠️ MARKDOWN markdown-link-check 6 2 37.28s
✅ MARKDOWN markdown-table-formatter 6 1 0 1.2s
✅ REPOSITORY checkov yes no 27.66s
✅ REPOSITORY git_diff yes no 1.72s
✅ REPOSITORY grype yes no 21.73s
✅ REPOSITORY ls-lint yes no 0.18s
✅ REPOSITORY secretlint yes no 47.61s
✅ REPOSITORY trivy yes no 5.12s
✅ REPOSITORY trivy-sbom yes no 0.68s
✅ REPOSITORY trufflehog yes no 10.2s
⚠️ SPELL lychee 30 3 87.52s
✅ YAML prettier 8 2 0 1.72s
✅ YAML v8r 8 0 6.66s
✅ YAML yamllint 8 0 0.81s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

daantimmer and others added 2 commits August 7, 2024 14:00
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@daantimmer daantimmer merged commit fe9ee42 into main Aug 7, 2024
23 checks passed
@daantimmer daantimmer deleted the feature/add-stm32g474vxt-support branch August 7, 2024 13:47
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