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

[BH-1873] Update FreeRTOS ticks before re-enabling interrupts #4729

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

Conversation

Lefucjusz
Copy link
Member

Fix of the issue that when leaving WFI mode
interrupts were being enabled before catching
up FreeRTOS ticks, what resulted in IRQ
handlers working on out-of-date system tick
counter.

Your checklist for this pull request

Make sure that this PR:

  • Complies with our guidelines for contributions
  • Has unit tests if possible
  • Has documentation updated
  • Has changelog entry added

@Lefucjusz Lefucjusz force-pushed the fix_false_light_click_trigger branch 4 times, most recently from 7e1d80b to f5e84ea Compare February 5, 2024 19:50
Fix of the issue that when leaving WFI mode
interrupts were being enabled before catching
up FreeRTOS ticks, what resulted in IRQ
handlers working on out-of-date system tick
counter.
@Lefucjusz Lefucjusz force-pushed the fix_false_light_click_trigger branch from f5e84ea to 7e6e69e Compare February 6, 2024 10:39
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.

None yet

4 participants