Skip to content

Add support ADC driver for Renesas RZ/A3UL, T2M, N2L, V2L #92763

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

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

tiennguyenzg
Copy link
Contributor

@tiennguyenzg tiennguyenzg commented Jul 7, 2025

Support for ADC driver for Renesas RZ/A3UL, T2M, N2L, V2L:

  • Update adc_renesas_rz.c to using common source code for Renesas RZ devices
  • Add device tree for Renesas RZ/A3UL, T2M, N2L, V2L
  • Fix ADC register size for Renesas RZ/G3S
  • Samples: support adc_dt and adc_sequence samples
  • Test: support adc_api test

hal_renesas: zephyrproject-rtos/hal_renesas#116

Copy link

github-actions bot commented Jul 7, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
hal_renesas zephyrproject-rtos/hal_renesas@ad1ae61 zephyrproject-rtos/hal_renesas@c6fc0d0 zephyrproject-rtos/[email protected]

All manifest checks OK

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@github-actions github-actions bot added manifest manifest-hal_renesas DNM (manifest) This PR should not be merged (controlled by action-manifest) labels Jul 7, 2025
Copy link

sonarqubecloud bot commented Jul 7, 2025

Copy link
Contributor

@nhutnguyenkc nhutnguyenkc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution.
Please help me remove a blank line in overlay files. Look good otherwise.

* SPDX-License-Identifier: Apache-2.0
*/


Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please help me check and fix other files

Suggested change

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your reviewing, I fixed this and other files.

@tiennguyenzg tiennguyenzg added this to the v4.3.0 milestone Aug 14, 2025
Phuc Pham added 7 commits August 14, 2025 15:12
Update commit id for hal_renesas

Signed-off-by: Phuc Pham <[email protected]>
Signed-off-by: Tien Nguyen <[email protected]>
Add ADC driver support for Renesas RZ/A3UL, T2M, N2L, V2L

Signed-off-by: Phuc Pham <[email protected]>
Signed-off-by: Tien Nguyen <[email protected]>
Change the adc node's compatible of RZ/G3S to renesas,rz-adc-c
Fix ADC node register size for Renesas RZ/G3S

Signed-off-by: Phuc Pham <[email protected]>
Signed-off-by: Tien Nguyen <[email protected]>
Add ADC nodes to Renesas RZ/A3UL, T2M, N2L, V2L

Signed-off-by: Phuc Pham <[email protected]>
Signed-off-by: Tien Nguyen <[email protected]>
Add ADC support for board Renesas RZ/A3UL-SMARC,
RZ/T2M-RSK, RZ/N2L-RSK, RZ/V2L-SMARC

Signed-off-by: Phuc Pham <[email protected]>
Signed-off-by: Tien Nguyen <[email protected]>
Add ADC test support for Renesas RZ/A3UL-SMARC,
RZ/T2M-RSK, RZ/N2L-RSK, RZ/V2L-SMARC

Signed-off-by: Phuc Pham <[email protected]>
Signed-off-by: Tien Nguyen <[email protected]>
… V2L

Add ADC sample support for Renesas RZ/A3UL-SMARC,
RZ/T2M-RSK, RZ/N2L-RSK, RZ/V2L-SMARC

Signed-off-by: Phuc Pham <[email protected]>
Signed-off-by: Tien Nguyen <[email protected]>
@github-actions github-actions bot removed the DNM (manifest) This PR should not be merged (controlled by action-manifest) label Aug 14, 2025
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants