-
Notifications
You must be signed in to change notification settings - Fork 3k
Add support for EFM32GG11 #7079
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
Conversation
786279e
to
1696069
Compare
Travis doxygen failure is related to the docs , please review. |
6908a18
to
da991ad
Compare
@0xc0170 fixed :) |
@@ -0,0 +1,25 @@ | |||
#ifndef SL_EMAC_CONFIG_H |
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 missing here
@@ -0,0 +1,22 @@ | |||
#ifndef SL_ETH_HW_H |
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.
missing license here
Hope we can get it in for 5.10. Let me try again to get the things moving. |
da991ad
to
8439754
Compare
@0xc0170 Licenses are now correctly applied |
Man is this a feature-filled target. @ARMmbed/mbed-os-hal @ARMmbed/mbed-os-ipcore @ARMmbed/mbed-os-tls |
/morph build |
Build : FAILUREBuild number : 2398 |
Please review the latest test results - fails to find |
Failing seems to happen with USI_WM_BN_BM_22-target, which is meant to be base target for MTB_USI_WM_BN_BM_22 and MTB_ADV_WISE_1530. |
f393cd2
to
7aeacfa
Compare
Well, that was an unfortunate surprise. I guess having the PR open for this long does make it prone to master being a very moving target. Rebased to master and fixed. Should be passing now. @cmonr |
7aeacfa
to
da377c6
Compare
/morph build |
Build : SUCCESSBuild number : 2576 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2219 |
Test : FAILUREBuild number : 2329 |
Test errors not related, we will investigate |
/morph test |
Test : FAILUREBuild number : 2337 |
Full rebuild needed /morph build |
Build : SUCCESSBuild number : 2596 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2240 |
Test : SUCCESSBuild number : 2349 |
Damn it. Because this was closed and re-opened, the PR lost the release tag, and we brought it in without one, meaning it missed the 5.9.3 release... At least now it'll be in 5.9.4. |
Add support for EFM32GG11
@stevew817 do you also plan to add support for CAN? |
Description
Adding in support for EFM32GG11 - STK3701 (https://www.silabs.com/products/development-tools/mcu/32-bit/efm32-giant-gecko-gg11-starter-kit) as a target, now that the EMAC changes have made their way to master.
What's supported with this PR
Missing board features
Test results
Test results
Pull request type