-
Notifications
You must be signed in to change notification settings - Fork 12
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
Upstream/rx zephyr support pr1.1 #49
Conversation
197eb8c
to
6985493
Compare
force-push to:
|
1df0ef5
to
1312bcc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
License is changed for OSS compliance. Look good to me.
1312bcc
to
a40f3fc
Compare
drivers/rx/CMakeLists.txt
Outdated
# SPDX-License-Identifier: Apache-2.0 | ||
|
||
set(include_dirs | ||
rdp_cfg |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there is no rdp_cfg
in drivers/rx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have updated it, thank you.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed. LGMT!
This is initial commit to support Renesas RX with RX driver package (rdp) Signed-off-by: Quy Tran <[email protected]>
a40f3fc
to
f3dea73
Compare
Initial commit to support GPIO drivers on RX130 mcu with r_gpio_rx Renesas driver package (rdp) Signed-off-by: Quy Tran <[email protected]>
Initial commit to support PINCTRL driver on RSK-RX130-512kb board using r_mpc_rx with RDP Signed-off-by: Quy Tran <[email protected]>
Initial commit to support serial driver on RSK-RX130-512kb with r_sci_rx on RDP Signed-off-by: Quy Tran <[email protected]>
Update CMakelists file to add mcu_locks.c for SOC early intialization Signed-off-by: Keita Kashima <[email protected]>
- Add suppress warning in CMakeList for the missing braces - Add the suffix f to fix the double promotion warning Signed-off-by: Quy Tran <[email protected]>
f3dea73
to
2099ebe
Compare
It would be a good idea to attach the results of running scancode as evidence. |
@soburi : I attached the results of running scancode for this patch here, please take a look. Thank you |
Thank you for addressing. |
This PR is update for RX hal layer for Zephyr RX MCU porting. The support contains:
License of hal is now changed to BSD-3 Clause