-
Notifications
You must be signed in to change notification settings - Fork 91
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(Other): Add MAX78000 to Zephyr folder #1313
feat(Other): Add MAX78000 to Zephyr folder #1313
Conversation
531392b
to
c28cd8e
Compare
/clang-format-run |
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.
Just saw the MAX32680 in these files. The ME20 (MAX32680) is not supported by the company anymore. It's been neglected from the MSDK since its announcement sometime last year. It might be a good idea to remove MAX32680 references.
I had not heard about that. We already upstreamed it to Zephyr so it will have to be deprecated as well if we are to proceed with removing MAX32680 support. |
Hi @sihyung-maxim, I am waiting for this PR to release zephyr. Could you review it? |
Can be removed, but shall be handled by a different PR/task, please send an email on this purpose to start an action. |
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.
Forgot this is a new calendar year. Need to update the copyrights too. Will approve and merge once the copyrights are updated.
Copyright (C) 2023-2025 Analog Devices, Inc.
Sounds good. I'll talk to Lorne so we can fully deprecate from the MSDK side. |
This commit adds MAX78000 SoC into the zephyr build system Signed-off-by: Yasin Ustuner <[email protected]>
This commit adds i2c related clock definitions for MAX78000 SoC Signed-off-by: Yasin Ustuner <[email protected]>
e909f00
to
cd98e31
Compare
Hi @sihyung-maxim , I updated the copyrights. |
/clang-format-run |
Add MAX78000 SoC into the zephyr build system
Signed-off-by: Yasin Ustuner [email protected]
Description
Checklist Before Requesting Review