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 Multi Channel ADC #394

Merged
merged 2 commits into from
Sep 2, 2024
Merged

feat: add Multi Channel ADC #394

merged 2 commits into from
Sep 2, 2024

Conversation

fabiangottstein
Copy link
Contributor

This ADC implementation supports multiple channels with DMA transfer and software trigger. DMA transfer is one shot mode.

@fabiangottstein fabiangottstein requested a review from a team as a code owner August 30, 2024 13:34
Copy link
Contributor

github-actions bot commented Aug 30, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ ACTION actionlint 5 0 0.02s
✅ CPP clang-format 15 2 0 1.43s
✅ DOCKERFILE hadolint 1 0 0.1s
✅ JSON jsonlint 7 0 0.16s
✅ JSON prettier 7 2 0 1.9s
⚠️ MARKDOWN markdownlint 6 1 7 2.31s
⚠️ MARKDOWN markdown-link-check 6 2 63.38s
✅ MARKDOWN markdown-table-formatter 6 1 0 1.1s
✅ REPOSITORY checkov yes no 29.09s
✅ REPOSITORY git_diff yes no 0.7s
✅ REPOSITORY grype yes no 23.29s
✅ REPOSITORY ls-lint yes no 0.09s
✅ REPOSITORY secretlint yes no 57.55s
✅ REPOSITORY trivy yes no 6.61s
✅ REPOSITORY trivy-sbom yes no 0.79s
✅ REPOSITORY trufflehog yes no 12.17s
⚠️ SPELL lychee 30 2 72.39s
✅ YAML prettier 8 1 0 1.95s
✅ YAML v8r 8 0 6.43s
✅ YAML yamllint 8 0 0.25s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

@fabiangottstein
Copy link
Contributor Author

fabiangottstein commented Aug 30, 2024

Note

I did not test this with the STM32WBAxx family.

@richardapeters richardapeters changed the title feat: Add Multi Channel ADC feat: add Multi Channel ADC Sep 2, 2024
This ADC implementation supports multiple channels with DMA transfer and software trigger.
DMA transfer is one shot mode.
@fabiangottstein fabiangottstein merged commit 19f2f6b into main Sep 2, 2024
23 checks passed
@fabiangottstein fabiangottstein deleted the multichannel-adc branch September 2, 2024 14:30
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