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

Draft
wants to merge 11 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

quytranpzz and others added 2 commits May 28, 2025 09:48
Update commit ID for hal_renesas to add support Renesas RX261

Signed-off-by: Quy Tran <quy.tran.pz@renesas.com>
Adding ARCH_EXCEPT for RX architect by using unconditional
trap interrupt no 3.

Signed-off-by: Duy Nguyen <duy.nguyen.xa@renesas.com>
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@9d68ee7 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

# 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

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

Hau Ho and others added 9 commits May 30, 2025 11:37
…tool.

Add support for scripts to flash using the RFP tool.

Signed-off-by: Hau Ho <hau.ho.xc@bp.renesas.com>
Add macro to update fixed vectors to configure Hoco frequency
via the register OFS1.

Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
This commit to initial support for RX261 SOC.

Signed-off-by: Hau Ho <hau.ho.xc@bp.renesas.com>
Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
This commit to initial support dts SoC layer on RX261

Signed-off-by: Hau Ho <hau.ho.xc@bp.renesas.com>
Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
Add support clock control for RX261

Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
Update gpio driver and pinctrl driver for support RX261

Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
This commit to update sci uart for support RX261

Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
Initial support for board FPB-RX261

Signed-off-by: Phi Tran <phi.tran.jg@bp.renesas.com>
Intial support for EK-RX261 board

Signed-off-by: Hau Ho <hau.ho.xc@bp.renesas.com>
@quytranpzz quytranpzz force-pushed the renesas_support_soc_rx261 branch from d1dcc74 to 39bf6a1 Compare May 30, 2025 06:55
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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