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

Open
wants to merge 44 commits into
base: dev
Choose a base branch
from
Open

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 fb3448aa:

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
@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
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