makefiles/app_dirs.inc.mk: target to list supported applications/boards#11590
Merged
cladmi merged 2 commits intoRIOT-OS:masterfrom May 27, 2019
Merged
Conversation
Slow implementation to list all supported boards. It is adapted from what `.murdock` does without the `toolchain` handling.
fjmolinas
approved these changes
May 27, 2019
Contributor
There was a problem hiding this comment.
Tested locally by comparing the output while removing all blacklisted board in examples/gnrc_networking and verifying the output files where correctly different.
diff:
1525,1526d1524
< examples/gnrc_border_router pic32-clicker
< examples/gnrc_border_router pic32-wifire
1532d1529
< examples/gnrc_border_router ruuvitag
1561d1557
< examples/gnrc_border_router thingy52
It is indeed slow though :) but ACK
1 task
Contributor
Author
|
CI is green. Let's go ! |
Contributor
Author
|
Thank you for the 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
Slow implementation to list all supported boards.
It is adapted from what
.murdockdoes without thetoolchainhandling.Testing procedure
Run
make info-applications-supported-boardsfrom theRIOTroot.The output of
.murdockincludes the toolchain but it is not supposed to replace it for the moment.Issues/PRs references
Split out of #11492 and will be used to review changes done through #9913