-
-
Notifications
You must be signed in to change notification settings - Fork 771
Component: Move ADC components to new _static macro #3231
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
Conversation
17e0a37
to
80d8c98
Compare
80d8c98
to
851a26c
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.
Actually, after some testing, the first commit in this PR causes the compiler to optimize out almost the entire kernel binary of any Tock board that uses the new AdcDedicatedComponent
, so this should not be merged until we fix that.
e27e098
744ed25
to
e27e098
Compare
rebased on top of #3290 |
09b823b
to
7e82437
Compare
7e82437
to
0ddee22
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.
bors r+
Pull Request Overview
This pull request updates the ADC components to use the _static component macro convention and static_buf!().
Testing Strategy
travis
TODO or Help Wanted
Need temperature PR to go through first.
Documentation Updated
/docs
, or no updates are required.Formatting
make prepush
.