-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drivers/cc2420: apply unified driver params scheme #8701
Conversation
97ce6b4
to
eb81eae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK, this just changes a macro name (and makes the macro configurable) and removes the usage of an undefined macro => can be trusted to be merged with just compile tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are still some CC2420_PARAMS_BOARD
in the code, so this needs proper testing.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No more CC2420_PARAMS_BOARD
in master => can be merged now.
All green there, merging |
Contribution description
This PR updates the params definitions scheme of this device driver
Issues/PRs references
Initially done in #7937 and related to #7519