-
Notifications
You must be signed in to change notification settings - Fork 6.9k
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
Add minimal support for RZ/G3S SMARC (CM33) #82016
Conversation
Hello @binhnguyen2434, and thank you very much for your first pull request to the Zephyr project! |
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub 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.
drivers must correctly select PINCTRL
boards/renesas/rzg3s_smarc/rzg3s_smarc_r9a08g045s33gbg_cm33_defconfig
Outdated
Show resolved
Hide resolved
9c43ae7
to
bb485cf
Compare
bb485cf
to
7cb55f2
Compare
7cb55f2
to
52bae38
Compare
@tgorochowik please review. |
This is the initial commit to support pinctrl driver for Renesas RZ/G3S Signed-off-by: Quang Le <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]>
This is the initial commit to support UART driver for Renesas RZ/G3S. The driver only implements polling API for minimal support. Signed-off-by: Nhut Nguyen <[email protected]> Signed-off-by: Binh Nguyen <[email protected]>
This adds GPIO driver for Renesas RZ/G3S. Signed-off-by: Quang Le <[email protected]> Signed-off-by: Nhut Nguyen <[email protected]> Signed-off-by: Binh Nguyen <[email protected]>
Exclude Renesas RZ in cpp98 as Renesas HALs are not compatible with C++98. Signed-off-by: Binh Nguyen <[email protected]>
654f4fb
777caf7
to
654f4fb
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.
LGTM.
Please continue adding more support for other peripherals.
Hi @binhnguyen2434! 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! 🪁 |
Need: zephyrproject-rtos/hal_renesas#50
docs: https://builds.zephyrproject.io/zephyr/pr/82016/docs/boards/renesas/rzg3s_smarc/doc/index.html