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

Refactor TaskQueueProducer #764

Merged
merged 6 commits into from
Oct 8, 2024
Merged

Refactor TaskQueueProducer #764

merged 6 commits into from
Oct 8, 2024

Conversation

mairas
Copy link
Collaborator

@mairas mairas commented Oct 7, 2024

TaskQueueProducer now uses std::queue internally instead of FreeRTOS task queues. The latter broke spectacularly when using them with C++ classes.

@mairas mairas force-pushed the task_queue_producer branch from 3ffc29c to c11a10f Compare October 7, 2024 19:46
@mairas mairas force-pushed the rename_output branch 2 times, most recently from 5676b4e to 9a982e9 Compare October 8, 2024 09:13
Base automatically changed from rename_output to main October 8, 2024 09:19
@mairas mairas force-pushed the task_queue_producer branch from c11a10f to d5d9228 Compare October 8, 2024 09:23
@mairas mairas merged commit df306c4 into main Oct 8, 2024
13 checks passed
@mairas mairas deleted the task_queue_producer branch October 8, 2024 09:32
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