-
Notifications
You must be signed in to change notification settings - Fork 226
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 ETM tasks and events for timers #1274
Comments
Such a contribution would be very welcome! We currently have support for SYSTIMER events and GPIO tasks and events. Looking into those implementations should give you hints on how to implement the tasks and events for the general-purpose timers |
I've got a first draft that compiles for esp32-c6. There are some rough edges that I would be happy to receive feedback about. I went with adding a const parameter to I'm not entirely happy with that as it arguably introduces some breaking changes in other parts of the codebase, so I'm open to any suggestions, as I couldn't see any other alternative with my knowledge of rust. I also added the example |
I'd be happy to contribute implementing ETM tasks and events for timers. I've got a personal project going on an esp32-c6 dev kit for which I'd like to experiment with timers ETM.
As far as my seach has gone, I couldn't find such implementation in the HAL yet.
The text was updated successfully, but these errors were encountered: