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

drivers/common/opentimers: add ISR timers #541

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

fjmolinas
Copy link
Contributor

Adds a configurable ammount of ISR timers. Usefull to do small
processing insider ISR context, or to perform time critical
operation insider ISR context before offloading to the scheduler.

I found this useful when wanting to get the timestamp of an ISR, etc. By default the amount of ISR_TIMERS is 0, so no extra memory is allocated.

Adds a configurable ammount of ISR timers. Usefull to do small
processing insider ISR context, or to perform time critical
operation insider ISR context before offloading to the scheduler.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant