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

Migrate to FreeRTOS for UI and camera control. #126

Merged
merged 1 commit into from
Sep 10, 2024
Merged

Conversation

gkoh
Copy link
Owner

@gkoh gkoh commented Sep 10, 2024

Still using the Arduino framework, however we now use the underlying FreeRTOS for better control over tasks.

Initially, split the UI and control to separate tasks, furthermore, use a queue to manage camera control.
This almost allows the UI to operate without constraints on camera traffic.

Still using the Arduino framework, however we now use the underlying
FreeRTOS for better control over tasks.

Initially, split the UI and control to separate tasks, furthermore, use
a queue to manage camera control.
This almost allows the UI to operate without constraints on camera traffic.
@gkoh gkoh merged commit 8afb0e1 into master Sep 10, 2024
5 checks passed
@gkoh gkoh deleted the migrate-freertos branch September 10, 2024 04:34
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