cpu/{sam0_common, stm32}: select netdev_legacy_api in KConfig#18466
Merged
MrKevinWeiss merged 3 commits intoRIOT-OS:masterfrom Aug 18, 2022
Merged
cpu/{sam0_common, stm32}: select netdev_legacy_api in KConfig#18466MrKevinWeiss merged 3 commits intoRIOT-OS:masterfrom
MrKevinWeiss merged 3 commits intoRIOT-OS:masterfrom
Conversation
MrKevinWeiss
approved these changes
Aug 17, 2022
Contributor
MrKevinWeiss
left a comment
There was a problem hiding this comment.
ACK, tested with
for test in tests/driver_sam0_eth tests/driver_stm32_eth/; do for board in same54-xpro nucleo-f767zi nucleo-f429zi nucleo-f207zg; do echo $board && /bin/bash -c "source .murdock; JOBS=4 compile ${test} ${board}:gnu"; done; done;
and it seems to fix the problem.
Contributor
|
Now that #18423 we can let automerge to the work and don't need to abuse the skip compile test label 😉 |
Contributor
|
Also, thank you for such a fast fix! |
CI now fails because of this :(
Contributor
Author
|
For some reason CI now fails when compiling |
Member
|
|
This was referenced Aug 18, 2022
Contributor
|
Thanks @maribu |
Contributor
|
That is one down. Thanks again reacting so fast! |
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 fixes the discrepancy between the
USEMODULEbased dependency resolution and the KConfig based dependency resolution.Testing procedure
CI should build again
Issues/PRs references
follow-up to #18426