Skip to content
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

Upstream/rx zephyr support pr1.1 #49

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

Conversation

duynguyenxa
Copy link
Member

@duynguyenxa duynguyenxa commented Nov 18, 2024

This PR is update for RX hal layer for Zephyr RX MCU porting. The support contains:

  • Basic support for Clock Initialization.
  • Hal layer driver support for GPIO, SCI UART

License of hal is as below:
The software:

  • Can be used for any users.
  • Can be re-distributed by any users. (excluding r_emwin_rx)
  • Can be integrated with specified open source code.
    • Amazon FreeRTOS has been now allowed, Renesas would accept other open source.
  • Use condition is basically MIT License, and details are shown in PDF file in FIT Modules directory.
  • Are generated by SmartConfigurator as well, the generated code (each FIT Modules and Code Generator parts) license is same as previous link.

quytranpzz and others added 9 commits September 25, 2024 07:47
This is initial commit to support Renesas RX with RX driver
package (rdp)

Signed-off-by: Quy Tran <[email protected]>
Initial commit for GPIO driver support on board using RX130 MCUs

Signed-off-by: Phi Tran <[email protected]>
Initial commit for PINCTRL driver support on board using RX130 MCUs

Signed-off-by: Phi Tran <[email protected]>
Initial commit for SCI driver support on board using RX130 MCUs

Signed-off-by: Sang Tran <[email protected]>
This update is to update marco of PLL multiple to adapt the change

Signed-off-by: Tran Van Quy <[email protected]>
Update BSP configurations for Renesas RX

Signed-off-by: Tran Van Quy <[email protected]>
…atus variables

Update CMakelists file to add mcu_locks.c for SOC early intialization

Signed-off-by: Keita Kashima <[email protected]>
Add LICENSE file for Renesas RX HAL

Signed-off-by: Tran Van Quy <[email protected]>
Update CMakeLists file for RX HAL to remove duplicate dirs

Signed-off-by: Tran Van Quy <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants