ieee802154: Expose configurations to Kconfig#13315
Merged
leandrolanzieri merged 3 commits intoRIOT-OS:masterfrom Apr 8, 2020
Merged
ieee802154: Expose configurations to Kconfig#13315leandrolanzieri merged 3 commits intoRIOT-OS:masterfrom
leandrolanzieri merged 3 commits intoRIOT-OS:masterfrom
Conversation
71 tasks
jia200x
commented
Feb 7, 2020
| @@ -0,0 +1,7 @@ | |||
| # Copyright (c) 2019 HAW Hamburg | |||
Member
Author
There was a problem hiding this comment.
Oops, I forgot to update the year
Contributor
leandrolanzieri
left a comment
There was a problem hiding this comment.
Changes look good. I tested this on the samr21-xpro and configurations are applied correctly. Just to minor comments (plus the year fix in the copyright :)
benpicco
reviewed
Feb 19, 2020
benpicco
reviewed
Feb 19, 2020
Member
|
@jia200x @leandrolanzieri can you fix this? |
Member
Author
|
I pushed a fixup with the requested changes. |
Contributor
|
Changes look good. Please squash. When you rebase please make a grep to check that all macro names are updated, it seems that you will have to apply changes to the recently added |
9331c67 to
21ffd44
Compare
Member
Author
|
done! updated the |
21ffd44 to
fe8f83f
Compare
leandrolanzieri
approved these changes
Apr 8, 2020
Contributor
leandrolanzieri
left a comment
There was a problem hiding this comment.
Changes look good. ACK!
If Kconfig is used for configuring default parameters of radios, this logic has to be disabled in order to avoid collisions of config macros
fe8f83f to
77325b4
Compare
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 exposes IEEE802.15.4 configurations to Kconfig
Testing procedure
defaultand a IEEE802.15.4 radio (e.g at86rf233 on samr21-xpro).ifconfigto check these settings)Issues/PRs references
Part of #12888