-
Notifications
You must be signed in to change notification settings - Fork 100
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,Examples,PeriphDrivers): Sync latest ME30 changes #1075
Conversation
This commit enable MAX32657 zephyr support. Signed-off-by: Sadik Ozer <[email protected]>
Signed-off-by: Sadik Ozer <[email protected]>
Co-authored-by: lorne-maxim <[email protected]>
…675 (#1001) Co-authored-by: lorne-maxim <[email protected]> Co-authored-by: Sihyung Woo <[email protected]>
These files are exact copy of MAX32655 Files will be updated in next sections, added here to demonstrate delta clearly on next steps Signed-off-by: Sadik Ozer <[email protected]>
These files are exact copy of MAX32655 Files will be updated in next sections, added here to demonstrate delta clearly on next steps Signed-off-by: Sadik Ozer <[email protected]>
feat(PeriphDrivers): Add max32657 basic files
Remove application flash section restriction from flash driver Some section of flash can be used for storage purpose Signed-off-by: Sadik Ozer <[email protected]>
As per of final register map, some field shall be removed from osc_ctrl register |
Signed-off-by: Sadik Ozer <[email protected]>
Could it be rebased onto main then merged if possible. |
…phyr side Signed-off-by: Sadik Ozer <[email protected]>
Remove unneeded include file Signed-off-by: Sadik Ozer <[email protected]>
#1132) Signed-off-by: Tahsin Mutlugun <[email protected]>
To peripheral driver and CMSIS files being merged, I copied them from this branch and fixed conflicts issues, created a new PR that just focus on peripheral drivers and CMSIS files. here: #1160 |
@ozersa @sihyung-maxim @ttmut merged main
into feat/ME30
. I still think my review comments should be addressed, but it's been a month and the changes are pretty significant. Let's merge this in now so it doesn't diverge further from main
@analogdevicesinc/msdk - all maintainers working on MAX32657 be advised I will delete |
Please see hot fixes for build issues on zephyr side. |
Description
It has been awhile since the last time the
feat/ME30
branch was synced up tomain
(May). Most people should be aware that thefeat/ME30
contains the latest files, and the ME30 files inmain
have been out of date.Some highlights:
Checklist Before Requesting Review