-
Notifications
You must be signed in to change notification settings - Fork 89
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(Examples): Add generic I2C RX/TX DMA vector flexibility to I2C examples for all parts #693
Merged
Merged
Changes from 27 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
ee9de3b
feat(Examples): Add I2C DMA to I2C examples for MAX32670 and MAX32675
sihyung-maxim f68aeea
style(Examples): Fix linter
sihyung-maxim 3569d84
fix(Examples): Revert back to I2C1, not I2C2
sihyung-maxim ba0e820
Revert back to previous I2C values
sihyung-maxim 164d2fb
feat(PeriphDrivers): Decouple DMA initialization in I2C DMA transaction
sihyung-maxim 8bab86b
Merge branch 'feat/me15_i2c_dma' of github.com:Analog-Devices-MSDK/ms…
sihyung-maxim 5cfd2d2
clang-format bot reformatting.
sihyung-maxim c7feaa8
feat(PeriphDrivers): Add New DMA functions to all parts
sihyung-maxim 0f3848e
Merge branch 'feat/me15_i2c_dma' of github.com:Analog-Devices-MSDK/ms…
sihyung-maxim bff6c29
feat(PeriphDrivers): Add New DMA functions to all parts
sihyung-maxim 8896e68
feat(PeriphDrivers): Add I2C shutdown to all parts
sihyung-maxim 70c6399
fix(PeriphDrivers): Update I2C RevB FIFODMA functions
sihyung-maxim 1be3039
clang-format bot reformatting.
sihyung-maxim 3bde325
fix(PeriphDrivers): Add dma_regs.h to i2c.h
sihyung-maxim 9d8503c
fix(Examples): Update all I2C examples to be consistent with each other
sihyung-maxim 93d1d59
clang-format bot reformatting.
sihyung-maxim 4fcd65a
fix(Examples): Fix build errors and printf formatting
sihyung-maxim 9cbeff2
fix(Examples): Fix README printf formatting
sihyung-maxim afc421c
fix(PeriphDrivers): Fix I2C build warnings
sihyung-maxim 157c926
fix(PeriphDrivers): Remove extra code
sihyung-maxim 06d839f
feat(PeriphDrivers): Add selectable I2C DMA TX or RX function
sihyung-maxim acdd73f
fix(Examples): Fix build errors with new I2C DMA function
sihyung-maxim 7951ca7
fix(PeriphDrivers): Fix build errors
sihyung-maxim 6d67432
clang-format bot reformatting.
sihyung-maxim ce64aa7
Merge branch 'main' into feat/me15_i2c_dma
sihyung-maxim b7ad5f7
fix(PeriphDrivers): Fix typecast error
sihyung-maxim 633dd66
fix(PeriphDrivers): Fix build errors
sihyung-maxim e64954f
Use == false instead of != true
sihyung-maxim 872c4d1
fix(Examples,PeriphDrivers): PR review
sihyung-maxim 209fb59
fix(PeriphDrivers): Remove excess local variables
sihyung-maxim ec78ae6
Merge branch 'main' into feat/me15_i2c_dma
sihyung-maxim 9d134e2
Resolve merge conflicts
Jake-Carter File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is redundant since Stxdata is already initialized in main. Ditto for other I2C examples.