You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the callback timers support a fixed timer type of uint32_t which fixes the resolution. I think it would be useful to add a template parameter to allow for configurable timer size.
I was thinking about adding something like timer_size along the lines of what is supported for etl::queue with memory_model which could default to uin32_t, thus not breaking any backwards compatibility. Would that be something of interest or is there any limiting factor I am missing?
The text was updated successfully, but these errors were encountered:
@jwellbelove I am dealing with the change locally so it would be possible for me to clean up and and prepare a PR following the style of memory_model if it would help
Currently the callback timers support a fixed timer type of
uint32_t
which fixes the resolution. I think it would be useful to add a template parameter to allow for configurable timer size.I was thinking about adding something like
timer_size
along the lines of what is supported foretl::queue
withmemory_model
which could default touin32_t
, thus not breaking any backwards compatibility. Would that be something of interest or is there any limiting factor I am missing?The text was updated successfully, but these errors were encountered: