Skip to content
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

Move clock enabling to the HAL #144

Closed
bjoernQ opened this issue Mar 10, 2023 · 0 comments · Fixed by #153
Closed

Move clock enabling to the HAL #144

bjoernQ opened this issue Mar 10, 2023 · 0 comments · Fixed by #153
Assignees

Comments

@bjoernQ
Copy link
Contributor

bjoernQ commented Mar 10, 2023

Currently there is quite a lot of code just dealing with the clocks (basically what periph_module_reset(...), wifi_module_enable, wifi_module_disable, esp_wifi_bt_power_domain_on(), esp_wifi_bt_power_domain_off() do)

We can move that code the esp-hal and use it from there (since we deal with those things for other peripherals already there it makes sense to do that)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant