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

Input_SRV: migration to event_loop #3949

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

Input_SRV: migration to event_loop #3949

wants to merge 4 commits into from

Conversation

Skorpionm
Copy link
Member

What's new

  • Input_SRV: migration to event_loop

Verification

  • Test GUI navigation using physical buttons on Flipper

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 Oct 15, 2024

Compiled f7 firmware for commit fc75363f:

@Skorpionm Skorpionm marked this pull request as ready for review October 15, 2024 10:34
@hedger hedger added the Core+Services HAL, furi & core system services label Oct 16, 2024
}
int32_t input_srv(void* p) {
UNUSED(p);
InputSrv* instance = malloc(sizeof(InputSrv));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

InputSrv is small, it should be perfectly fine to put it on the stack so as not to eat away from the user memory space.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants