-
Notifications
You must be signed in to change notification settings - Fork 8.3k
drivers: i3c: Support I3C driver for STM32. #81190
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
drivers: i3c: Support I3C driver for STM32. #81190
Conversation
XenuIsWatching
left a 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.
i3c_shell.c also needs updated
zephyr/drivers/i3c/i3c_shell.c
Line 82 in c50777a
| DT_FOREACH_STATUS_OKAY(cdns_i3c, I3C_CTRL_FN) |
and
zephyr/drivers/i3c/i3c_shell.c
Line 96 in c50777a
| DT_FOREACH_STATUS_OKAY(cdns_i3c, I3C_CTRL_LIST_ENTRY) |
|
@ExaltZephyr You should put your legal name in |
5d0e7f0 to
9ddd65f
Compare
JarmouniA
left a 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.
Merge commit should be dropped.
JarmouniA
left a 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.
The title of each commit should reflect the path of where changes are introduced, see the main branch for examples.
Still not fixed. Without this your PR cannot be merged. |
02f4d4a to
13a048d
Compare
0f370bd to
e6978f9
Compare
|
About Sign-off ( |
36c05bf to
f43a4b6
Compare
97d1fb1 to
f32da0b
Compare
365c7f1 to
54e190b
Compare
XenuIsWatching
left a 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.
LGTM now... but it looks like there is an unrelated CI failure, you may need to rebase back on top of main
54e190b to
ca94845
Compare
|
Thanks @XenuIsWatching and @ExaltZephyr for the thorough review process!
Need to wait #82363 to be merged. |
127a3c7 to
82fc0b6
Compare
XenuIsWatching
left a 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.
see comment
|
Please rebase to fix twister CI issues (fixed by #82497) |
31941ea to
d52b5ba
Compare
This commit adds the main DTS configurations required to enable I3C support on STM32. Signed-off-by: Mohammad Badawi <[email protected]> Signed-off-by: Sara Touqan <[email protected]>
This commit introduces support for the I3C driver on STM32, enabling functionality APIs for I3C controllers. Signed-off-by: Mohammad Badawi <[email protected]> Signed-off-by: Sara Touqan <[email protected]>
This commit introduces support for I3C shell on STM32. Signed-off-by: Mohammad Badawi <[email protected]> Signed-off-by: Sara Touqan <[email protected]>
This commit enables I3C support for STM32 nucleo_h563zi boards. Signed-off-by: Mohammad Badawi <[email protected]> Signed-off-by: Sara Touqan <[email protected]>
d52b5ba to
9e104d8
Compare
|
The scancode job has been stuck since yesterday. |
Should be back now. GitHub glitch, it would seem. |
|
Hi @ExaltZephyr! To celebrate this milestone and showcase your contribution, we'd love to award you the Zephyr Technical Contributor badge. If you're interested, please claim your badge by filling out this form: Claim Your Zephyr Badge. Thank you for your valuable input, and we look forward to seeing more of your contributions in the future! 🪁 |
This PR introduces support for the I3C driver on STM32, enabling functionality APIs for I3C controllers.