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

Fix for SMP Reassembly + Pipelining not sending chunks in order #115

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

dinesharjani
Copy link
Contributor

Before this change, Data chunks for each Sequence Header could be interleaved between them, because the writes were made in parallel. The theory is that CB Peripheral was buffering the writes per thread and that's how, until now, McuMgr DFU has been working. But this should alleviate issues.

Before this change, Data chunks for each Sequence Header could be interleaved between them, because the writes were made in parallel. The theory is that CB Peripheral was buffering the writes per thread and that's how, until now, McuMgr DFU has been working. But this should alleviate issues.
@dinesharjani dinesharjani added bug Something isn't working enhancement New feature or request labels Jul 3, 2023
@dinesharjani dinesharjani self-assigned this Jul 3, 2023
@dinesharjani dinesharjani merged commit 16a1155 into master Jul 3, 2023
@dinesharjani dinesharjani deleted the fix-for-parallelized-smp-writes branch July 3, 2023 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant