-
Notifications
You must be signed in to change notification settings - Fork 247
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
Add support for other clock sources in timer driver #174
Comments
After discussion with @bjoernQ it seems it's not that straightforward. In ESP-IDF the user can set the For now, let's turn this issue into a discussion of how we want to deal with this in the future. |
ABP has served us well and I'm not aware of any current issues with TIMG being driven from it, therefore I'm going to close this for now. |
Currently, we are using only
apb_clock
in General-purpose timers implementation. The #77 added other options for the clock source.The text was updated successfully, but these errors were encountered: