Skip to content

boards: renesas: rx: Add support for RX261 boards #90708

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

Conversation

quytranpzz
Copy link
Contributor

  • Add SOC support for Renesas RX261 MCU
  • Add support for EK-RX261 and FPB-RX261 boards
  • Add scripts to support flash using RFP (Renesas flash programmer)
  • Update serial driver, using a common sci struct which already defined in HAL

Copy link

github-actions bot commented May 28, 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@0769fe1 zephyrproject-rtos/hal_renesas#104 zephyrproject-rtos/hal_renesas#104/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 manifest manifest-hal_renesas DNM (manifest) This PR should not be merged (controlled by action-manifest) labels May 28, 2025
# Enable GPIO
CONFIG_GPIO=y

# Enable uart driver
Copy link
Collaborator

Choose a reason for hiding this comment

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

*UART

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

# Enable GPIO
CONFIG_GPIO=y

# Enable uart driver
Copy link
Collaborator

Choose a reason for hiding this comment

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

*UART

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated

pinctrl-0 = <&sci6_default>;
pinctrl-names = "default";
status = "okay";
uart6: uart {
Copy link
Collaborator

Choose a reason for hiding this comment

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

newline on line 94

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Added new line, thanks

@quytranpzz quytranpzz force-pushed the renesas_support_soc_rx261 branch from d1dcc74 to 39bf6a1 Compare May 30, 2025 06:55
@quytranpzz quytranpzz force-pushed the renesas_support_soc_rx261 branch 2 times, most recently from f338d67 to 4e5ffda Compare June 23, 2025 02:51
@quytranpzz quytranpzz marked this pull request as ready for review June 23, 2025 02:51
Update commit ID for hal_renesas to add support Renesas RX261

Signed-off-by: Quy Tran <[email protected]>
@quytranpzz quytranpzz force-pushed the renesas_support_soc_rx261 branch 2 times, most recently from 4c9ee68 to 6d06b65 Compare July 2, 2025 16:18
Hau Ho and others added 3 commits July 3, 2025 10:11
…tool.

Add support for scripts to flash using the RFP tool.

Signed-off-by: Hau Ho <[email protected]>
Add macro to update fixed vectors to configure Hoco frequency
via the register OFS1.

Signed-off-by: Phi Tran <[email protected]>
This commit to initial support for RX261 SOC.

Signed-off-by: Hau Ho <[email protected]>
Signed-off-by: Phi Tran <[email protected]>
Hau Ho and others added 6 commits July 3, 2025 10:11
This commit to initial support dts SoC layer on RX261

Signed-off-by: Hau Ho <[email protected]>
Signed-off-by: Phi Tran <[email protected]>
Add support clock control for RX261

Signed-off-by: Phi Tran <[email protected]>
Update gpio driver and pinctrl driver for support RX261

Signed-off-by: Phi Tran <[email protected]>
This commit to update sci uart for support RX261

Signed-off-by: Phi Tran <[email protected]>
Initial support for board FPB-RX261

Signed-off-by: Phi Tran <[email protected]>
Initial support for EK-RX261 board using RX261 SOC

Singed-off-by: Quy Tran <[email protected]>
Signed-off-by: Hau Ho <[email protected]>
@quytranpzz quytranpzz force-pushed the renesas_support_soc_rx261 branch from 6d06b65 to 7fd0a10 Compare July 3, 2025 03:22
Copy link

sonarqubecloud bot commented Jul 3, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Architectures area: Clock Control area: Pinctrl area: RX area: UART Universal Asynchronous Receiver-Transmitter area: West West utility DNM (manifest) This PR should not be merged (controlled by action-manifest) manifest manifest-hal_renesas
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants