-
Notifications
You must be signed in to change notification settings - Fork 9
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!: update DmaStm to support new dma peripherals in G0, G4 and WB devices #169
Merged
+7,819
−640
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… helloworld example
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
---|---|---|---|---|---|
✅ ACTION | actionlint | 5 | 0 | 0.06s | |
✅ CPP | clang-format | 15 | 2 | 0 | 1.14s |
✅ DOCKERFILE | hadolint | 1 | 0 | 0.19s | |
✅ JSON | eslint-plugin-jsonc | 8 | 0 | 0 | 4.05s |
✅ JSON | jsonlint | 8 | 0 | 0.28s | |
✅ JSON | prettier | 8 | 4 | 0 | 1.36s |
markdownlint | 6 | 1 | 4 | 2.02s | |
markdown-link-check | 6 | 2 | 54.25s | ||
✅ MARKDOWN | markdown-table-formatter | 6 | 1 | 0 | 1.17s |
✅ REPOSITORY | checkov | yes | no | 25.46s | |
✅ REPOSITORY | git_diff | yes | no | 1.07s | |
✅ REPOSITORY | grype | yes | no | 20.01s | |
✅ REPOSITORY | secretlint | yes | no | 42.72s | |
✅ REPOSITORY | trivy | yes | no | 6.28s | |
✅ REPOSITORY | trivy-sbom | yes | no | 4.43s | |
✅ REPOSITORY | trufflehog | yes | no | 11.24s | |
lychee | 30 | 2 | 87.08s | ||
✅ YAML | prettier | 7 | 1 | 0 | 1.68s |
✅ YAML | v8r | 7 | 0 | 6.17s | |
✅ YAML | yamllint | 7 | 0 | 0.32s |
See detailed report in MegaLinter reports
daantimmer
changed the title
Feature/refactor dmastm
refactor: rework DmaStm to support new dma peripherals in G0, G4 and WB devices
Jul 20, 2023
daantimmer
changed the title
refactor: rework DmaStm to support new dma peripherals in G0, G4 and WB devices
feat: update DmaStm to support new dma peripherals in G0, G4 and WB devices
Jul 20, 2023
- properly handles ReceiveTimeoutInterrupt when DMA has wrapped around back to the beginning - removed code duplication
… when activating the configuration
…ze for SpimasterStmDma periperhals
…d all interfaces/inheritance trees
# Conflicts: # hal_st/stm32fxxx/AnalogToDigitalPinStm.cpp
# Conflicts: # hal_st/stm32fxxx/DmaStm.hpp # hal_st/stm32fxxx/UartStmDma.hpp # hal_st/stm32fxxx/UartStmDuplexDma.hpp
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
richardapeters
approved these changes
Feb 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
hal::DmaStm
hal::TransmitDmaChannel
,hal::ReceiveDmaChannel
orhal::TransceiveDmaChannel
.hal::DmaStm::TransmitStream
,hal::DmaStm::ReceiveStream
orhal::DmaStm::TransceiveStream
hal::DmaStm
now properly supports asymetric transfer sizeshal::UartStm
/hal::UartStmDma
/hal::UartStmDuplexDma
:Config
Config
to allow for designated initializershwFlowControl
fromConfig
. This is now infered from which ctor is usedinfra::Optional
fromuartRts
anduartCts
members, they are now initialized to dummyPinStm instead if no flow control is requiredhal::SpiMasterStmDma
/hal::SpiSlaveStmDma
removedConfig