tests/lwmac: cleaned up used modules and Makefile#8022
Merged
miri64 merged 1 commit intoRIOT-OS:masterfrom Nov 27, 2017
Merged
Conversation
Member
|
Technically this is under the GNRC merge embargo, but it doesn't cause a conflict with #7925 (yet). Since this test uses the initialization abstraction of GNRC quite well I don't expect it to be the case anytime soon, but let's be safe and merge it not yet. |
Contributor
|
Thanks for cleaning up the mess I introduced! |
Contributor
Author
|
no problem :-) |
Contributor
Author
|
@miri64 how about you just put a change request to this PR so it is not merged by accident?! |
miri64
approved these changes
Nov 27, 2017
Member
miri64
left a comment
There was a problem hiding this comment.
ACK. Let's Murdock give a final run before merging this
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.
The test application was to large parts a 'dont-ask' copy from the
defaultexample. This PR removes some of the left-overs and unrealted modules:ltc4150,SAUL, etc. The RTC does not need to be initialized, this is done by auto-init (or soon by periph_init..). Also there is no need for differentiating platforms with and without radio, as the test is only whitelisted for a single board...