pkg: gecko_sdk: update version#8873
Merged
basilfx merged 2 commits intoRIOT-OS:masterfrom Apr 4, 2018
Merged
Conversation
cd03313 to
a8e57ff
Compare
kYc0o
approved these changes
Apr 4, 2018
Contributor
kYc0o
left a comment
There was a problem hiding this comment.
ACK. I trust your tests, and my local tests succeeded too.
Contributor
|
Should we merge this before the referenced PRs? |
Member
Author
|
Yes, I'll update the other PRs tonight (they should fail during build now). |
basilfx
added a commit
to basilfx/RIOT
that referenced
this pull request
Apr 4, 2018
basilfx
added a commit
to basilfx/RIOT
that referenced
this pull request
Apr 4, 2018
basilfx
added a commit
to basilfx/RIOT
that referenced
this pull request
Apr 4, 2018
basilfx
added a commit
to basilfx/RIOT
that referenced
this pull request
Apr 4, 2018
basilfx
added a commit
to basilfx/RIOT
that referenced
this pull request
May 25, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Contribution description
This PR updates
gecko-sdkto vendor version 2.2 (which includes emlib 5.4.0, changelog). Most notable are the changes towards being MISRAC 2012 compatible and GCC 7.x fixes.Unfortunately, this package updates requires updated EFM32 vendor headers. which is 99% of this PR. Yes, most changes are version numbers, but they have renamed a few crucial defines. I therefore suggest to focus on a8e57ff only.
I cannot split this PR since the vendor headers need the updated
gecko-sdk, and vice versa.Tested
examples/defaulton the stk3600, sltb001a and slstk3401a and they all work.Issues/PRs references
#8832, #8824 and #8802 need their vendor headers updated as well.