-
Notifications
You must be signed in to change notification settings - Fork 3k
Add GR_MANGO as a new target #13375
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
Add GR_MANGO as a new target #13375
Conversation
@RyoheiHagimoto, thank you for your changes. |
Please review astyle failures |
Could you re-review this request?
|
Pull request has been modified.
Modified features/netsocket/emac_drivers/TARGET_RENESAS_EMAC/TARGET_RZ_A1XXX files to follow astyle. |
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
Rebased the repository. |
@RyoheiHagimoto Can you fix? |
@RyoheiHagimoto can you rebase to clean the history on your branch? |
f665d57
to
c16d890
Compare
Added argument-check to avoid accessing NULL pointer. The second argument 'interface_name' of this function can be NULL. And the argument 'interface_name' is used for the argument of strcmp() without checked. For example, LWIP::add_dns_server() calls dns_getserver(index - 1, NULL).
CI started |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Please review the build failures, they are related |
@0xc0170 I have quickly checked the log file. The target name for --mcu option should be
|
"core": "Cortex-A9", | ||
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"], | ||
"extra_labels": ["RENESAS", "RZ_A2XX"], | ||
"device_has": [ |
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.
the issue is here, the target should not be a public (it's MCU_).
@toyowata +1, I've found the issue in the targets,json, I left a comment above |
@0xc0170 thanks for your comment.
Do you mean the inherited target
|
Yes that is correct |
Pull request has been modified.
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.
@RyoheiHagimoto thank you for the change.
@0xc0170 can you please start CI?
CI restarted |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
Summary of changes
Adding GR-MANGO as a new target.
Impact of changes
none
Migration actions required
none
Documentation
none.
GR_MANGO is added to the targets.
Added NULL-check to dns_get_interface_server() function in lwip_dns.c.
Pull request type
Test results
greentea_grmango_20200729.zip
UDP test was failed because of network environment.
rtos-tests-tests-mbedmicro-rtos-mbed-basic was ERROR because of issue #13359.
Reviewers