-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Adding CAN function to GR-MANGO #13898
Conversation
@RyoheiHagimoto, thank you for your changes. |
@@ -0,0 +1,2758 @@ | |||
/*********************************************************************************************************************** | |||
* DISCLAIMER | |||
* This software is supplied by Renesas Electronics Corporation and is only intended for use with Renesas products. No |
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.
What license is this, is this permissive? I recall seeing this in older files and our license scanning returned warnings about these files.
Would it be possible to use permissive license for these new files (there will be a new ticket to fix already merged files).
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.
Our license check in Travis reporteed only missing SPDX
File: r_can_rz_config.h reason: Missing SPDX license identifier
File: r_can_rz_if.h reason: Missing SPDX license identifier
File: r_can_rz.c reason: Missing SPDX license identifier
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.
Thank you. I added Apache-2.0 license to the pointed files.
CI started |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
I cannot see Details of unsuccessful-CI could you let me know how to see the log of the build, or how to create the same project on my PC? |
I cannot find FAIL folder in Logs and Artifacts. |
I restarted CI to get the latest results. If they fail, lets review together and find why is it failing. |
Jenkins CI Test : ❌ FAILEDBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
@0xc0170 -san Could you let me know how to check the result of jenkins-ci/mbed-os-ci_dynamic-memory-usage? |
CI started |
@RyoheiHagimoto Internal CI error, I restarted tests , they should pass now |
Jenkins CI Test : ❌ FAILEDBuild Number: 3 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
@0xc0170 -san, |
CI restarted |
Jenkins CI Test : ❌ FAILEDBuild Number: 4 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
@0xc0170 -san, |
Yes, unfortunately again networking error. I'll start restarting all jobs once I get confirmation this is fixed in CI. |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 5 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
dynamic-memory-usage can be ignored as it is not valid anymore. I'll merge this now |
I set this to patch (target update) |
Summary of changes
Adding CAN function to GR-MANGO board.
Updated I/O register definition files
Impact of changes
Updated RZ/A2M I/O register definition files.
This is not affect to Mbed APIs.
Migration actions required
Documentation
Added CAN APIs to GR-MANGO board.
Pull request type
Test results
The result of Greentea is follows.
greentea_grmango_20201111.zip
Reviewers