pkg/nimble: bump version and remove obsolete patch#13112
Merged
haukepetersen merged 1 commit intoRIOT-OS:masterfrom Jan 15, 2020
Merged
pkg/nimble: bump version and remove obsolete patch#13112haukepetersen merged 1 commit intoRIOT-OS:masterfrom
haukepetersen merged 1 commit intoRIOT-OS:masterfrom
Conversation
ghost
approved these changes
Jan 15, 2020
ghost
left a comment
There was a problem hiding this comment.
ACK
Version bump is alright. Fixing this in nimble instead of using a patch is reasonable and seems like the proper way to go here.
Contributor
Author
|
All green -> go @SemjonKerner thanks for the quick review! |
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
#9530 added an ugly patch to NimBLE, which causes trouble when working with a local NimBLE source tree... To get rid of it, I patched NimBLE upstream (apache/mynewt-nimble#729).
This PR makes the NimBLE package use the latest master, which contains that fix, so no need for patching anymore.
Testing procedure
Simply verify that e.g.
examples/nimble_gattandtests/nimble_l2capare still in order.Issues/PRs references
#9530.