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

[FL-3846] Event Loop Timers #3721

Merged
merged 52 commits into from
Jul 2, 2024
Merged

[FL-3846] Event Loop Timers #3721

merged 52 commits into from
Jul 2, 2024

Conversation

gsurkov
Copy link
Member

@gsurkov gsurkov commented Jun 18, 2024

What's new

  • Add software timer functionality to FuriEventLoop
  • Add a test blinky application
  • Refactor the Dolphin application

Verification

  1. Connect 6 LEDs to pins 2-7 on Flipper (use series resistors of course)
  2. Flash the firmware first and then run the test application: ./fbt launch APPSRC=event_loop_blink_test
  3. Observe the blinkenlights! Each button on the Flipper can stop or start a particular LED. Press and hold Back to exit.
  4. Speed up the Dolphin: compile with --extra-define=DOLPHIN_DEBUG, observe the messages in the log.

Checklist (For Reviewer)

  • PR has description of feature/bug or link to Confluence/Jira task
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

Copy link

github-actions bot commented Jun 18, 2024

Compiled f7 firmware for commit f324d878:

Copy link

github-actions bot commented Jun 18, 2024

PVS-Studio report for commit 98238827:

@gsurkov gsurkov marked this pull request as ready for review June 19, 2024 17:04
skotopes and others added 3 commits June 20, 2024 18:20
@hedger hedger added New Feature Contains an IMPLEMENTATION of a new feature Core+Services HAL, furi & core system services labels Jun 20, 2024
targets/f18/api_symbols.csv Show resolved Hide resolved
targets/f7/api_symbols.csv Show resolved Hide resolved
furi/core/event_loop.c Show resolved Hide resolved
furi/core/event_loop.c Show resolved Hide resolved
@skotopes skotopes merged commit 139660d into dev Jul 2, 2024
11 checks passed
@skotopes skotopes deleted the gsurkov/3846_event_loop_timers branch July 2, 2024 12:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core+Services HAL, furi & core system services New Feature Contains an IMPLEMENTATION of a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants