-
Notifications
You must be signed in to change notification settings - Fork 84
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(CMSIS,PeriphDrivers): Sync latest MAX32657 changes #1160
Conversation
* @brief Private SDR/I2C request structure. | ||
* @brief Private SDR request structure. | ||
* | ||
* SDR/I2C read and write to an I3C target. | ||
* SDR read and write to an I3C target. |
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.
Not critical but SDR/I2C ...
is the correct comment.
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.
Feel free to push a new commit to fix it.
2226980
to
89fa895
Compare
This commit content comes from feat/ME30 branch. CMSIS register, includes, peripheral source files copied from feat/ME30 branch to here to these files being merged into main. These files requires to push MAX32657 to the upstream. Co-authored-by: Jake-Carter <Jake.Carter@analog.com> Co-authored-by: sihyung-maxim <Sihyung.Woo@analog.com> Co-authored-by: EricB-ADI <eric.busch@analogdevices.com> Co-authored-by: Bobby <Bobby.Counts@analog.com> Co-authored-by: Anıl Kara <anil.kara@analog.com> Co-authored-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com> Co-authored-by: Sadik Ozer <sadik.ozer@analog.com>
Signed-off-by: Sadik Ozer <sadik.ozer@analog.com>
mxc_i3c_req_t is used for both SDR and I2C mode transfers. Reflect this in structure description. Signed-off-by: Tahsin Mutlugun <Tahsin.Mutlugun@analog.com>
61d4192
to
8929f7d
Compare
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 commit content comes from feat/ME30 branch.
CMSIS register, includes files and peripheral source files copied from feat/ME30 branch to here to merge them into main.
These files requires to push MAX32657 development to the upstream.
Checklist Before Requesting Review