-
Notifications
You must be signed in to change notification settings - Fork 7k
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
manifest: add cmsis_6 #82022
manifest: add cmsis_6 #82022
Conversation
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 added project Note: This message is automatically posted and updated by the Manifest GitHub Action. |
FYI @ithinuel @microbuilder @povergoing Let me know if anyone wants to be added/removed as collaborator/maintainer. |
e32f24b
to
207a338
Compare
6e7b368
to
502c888
Compare
Thank you @tomi-font for creating this! |
Sure. How about I give you the maintainer hat as well? |
502c888
to
a525720
Compare
MAINTAINERS.yml
Outdated
collaborators: | ||
- tomi-font | ||
- wearyzen | ||
- henrikbrixandersen |
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.
Please remove me from here.
Add the CMSIS v6 repo as a module. Signed-off-by: Tomi Fontanilles <[email protected]>
a525720
to
76fa6d6
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.
Please explain why we should have both CMSIS (v5) and CMSIS_6 in the manifest.
Unless a good explanation is given, then I think the cmsis 5 entry should be removed from the manifest.
Ref:
Lines 118 to 122 in 6d87bd6
- name: cmsis | |
revision: 4b96cbb174678dcd3ca86e11e1f24bc5f8726da0 | |
path: modules/hal/cmsis | |
groups: | |
- hal |
@@ -126,6 +126,10 @@ manifest: | |||
- name: cmsis-nn | |||
revision: ea987c1ca661be723de83bd159aed815d6cbd430 | |||
path: modules/lib/cmsis-nn | |||
- name: cmsis_6 |
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.
do we really want to have both CMSIS 5 and CMSIS 6 in the manifest ?
and if yes, why ?
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.
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.
Thanks, that piece of info had been nice to have in the PR description.
you can still add it, so that others easily find it and not have to scroll through all comments 😉
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.
Yeah true. I had already linked the issue from this PR but it's not that visible without the text in the PR description.
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.
lgtm.
It would be nice to know if there is any timeline to getting everything to work with cmsis v6, so that cmsis v5 can be removed from the manifest, as I find it messy to have to different cmsis versions pointed to by the manifest.
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.
Far from ideal; but, not everything can be ideal.
Add the CMSIS v6 repo as a module.
Fixes #77220.