-
Notifications
You must be signed in to change notification settings - Fork 250
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
Radio clock refactor #3100
Radio clock refactor #3100
Conversation
How on Earth did this turn into +800 -1200 lines 😶 |
I wanted to merge |
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.
LGTM, I would like a bit of testing around the phy clock change, just so we don't break esp-wifi with it
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.
I did some testing and everything seems to work (also the changes are mostly "mechanical")
This PR removes a trait in favour of a driver struct, so that the RADIO_CLK peripheral no longer implements logic. The functionality was moved from
system
to theclock
module and its ll submodules.