Skip to content

boards: renesas: Add support Renesas ek_ra4c1 board #94074

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 12 commits into
base: main
Choose a base branch
from

Conversation

khoa-nguyen-18
Copy link
Contributor

@khoa-nguyen-18 khoa-nguyen-18 commented Aug 4, 2025

Update hal_renesas which support for RA4C1 MCU

Signed-off-by: Khoa Nguyen <[email protected]>
Add support for Renesas r7fa4c1bd3cfp soc

Signed-off-by: Khoa Nguyen <[email protected]>
Add support for Renesas ek_ra4c1 board

Signed-off-by: Khoa Nguyen <[email protected]>
Add support test app adc_accuracy_test and adc_api for ek_ra4c1

Signed-off-by: Khoa Nguyen <[email protected]>
Add support test app i2c_api for ek_ra4c1 board

Signed-off-by: Khoa Nguyen <[email protected]>
Add support test app pwm_loopback for ek_ra4c1 board

Signed-off-by: Khoa Nguyen <[email protected]>
Add support test app spi_loopback for ek_ra4c1 board

Signed-off-by: Khoa Nguyen <[email protected]>
Add support test app ``uart_async_api`` for Renesas ek_ra4c1 board

Signed-off-by: Khoa Nguyen <[email protected]>
Add support test app ``renesas/elc`` for Renesas ek_ra4c1 board

Signed-off-by: Khoa Nguyen <[email protected]>
Add support test app ``counter_basic_api`` for Renesas ek_ra4c1

Signed-off-by: Khoa Nguyen <[email protected]>
Add support sample app ``alarm`` for Renesas ek_ra4c1 board

Signed-off-by: Khoa Nguyen <[email protected]>
Add support sample app ``renesas/elc`` for Renesas ek_ra4c1 board

Signed-off-by: Khoa Nguyen <[email protected]>
@zephyrbot zephyrbot added area: UART Universal Asynchronous Receiver-Transmitter platform: Renesas RA Renesas Electronics Corporation, RA area: PWM Pulse Width Modulation area: ADC Analog-to-Digital Converter (ADC) area: Counter area: Clock Control area: Samples Samples area: SPI SPI bus area: I2C labels Aug 4, 2025
Copy link

github-actions bot commented Aug 4, 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@1ac809b (main) zephyrproject-rtos/hal_renesas#124 zephyrproject-rtos/hal_renesas#124/files

DNM label due to: 1 project with PR revision

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

@github-actions github-actions bot added the DNM (manifest) This PR should not be merged (controlled by action-manifest) label Aug 4, 2025
Copy link
Contributor

@nordicjm nordicjm left a comment

Choose a reason for hiding this comment

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

board/soc files OK

Programming and Debugging
*************************

Applications for the ``ek_ra4c1`` board target configuration can be
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
Applications for the ``ek_ra4c1`` board target configuration can be
Applications for the ``ek_ra4c1`` board can be

or did this get removed, can't remember @kartben

Copy link
Contributor

Choose a reason for hiding this comment

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

Please try to add pyocd runner support for this board. Thank you!

Comment on lines +18 to +21
psels = <RA_PSEL(RA_PSEL_SPI, 1, 10)>,
<RA_PSEL(RA_PSEL_SPI, 1, 9)>,
<RA_PSEL(RA_PSEL_SPI, 1, 11)>,
<RA_PSEL(RA_PSEL_SPI, 1, 12)>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Tab indentation should be consistent throughout this file. Please check other items in this file.

Suggested change
psels = <RA_PSEL(RA_PSEL_SPI, 1, 10)>,
<RA_PSEL(RA_PSEL_SPI, 1, 9)>,
<RA_PSEL(RA_PSEL_SPI, 1, 11)>,
<RA_PSEL(RA_PSEL_SPI, 1, 12)>;
psels = <RA_PSEL(RA_PSEL_SPI, 1, 10)>,
<RA_PSEL(RA_PSEL_SPI, 1, 9)>,
<RA_PSEL(RA_PSEL_SPI, 1, 11)>,
<RA_PSEL(RA_PSEL_SPI, 1, 12)>;

Comment on lines +11 to +15
clocks:
required: true
mul:
required: true
type: array
Copy link
Contributor

Choose a reason for hiding this comment

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

I see that most bindings have a blank line between two adjacent properties

Suggested change
clocks:
required: true
mul:
required: true
type: array
clocks:
required: true
mul:
required: true
type: array

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ADC Analog-to-Digital Converter (ADC) area: Clock Control area: Counter area: I2C area: PWM Pulse Width Modulation area: Samples Samples area: SPI SPI bus area: UART Universal Asynchronous Receiver-Transmitter DNM (manifest) This PR should not be merged (controlled by action-manifest) manifest manifest-hal_renesas platform: Renesas RA Renesas Electronics Corporation, RA
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants