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

Roll out Bus pause and resume to all IAP operations, across all applications #105

Open
dallmair opened this issue Jul 14, 2024 · 0 comments

Comments

@dallmair
Copy link
Member

In sblib 2.10, we implemented cooperative pause+resume, focused on the bootloader usage scenario as our BL does the most IAP, by far. Now that both pause and resume are reliable, we can and should roll this feature out to all applications and all IAP operations.

Today, there are a bunch of code paths that end up in IAP, and it's not clear whether it's sufficient to have IAP call into Bus to pause bus access as that might (!) cause deadlocks or timeouts. We need to analyze the call patterns and see, what the best approach to this is.

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

No branches or pull requests

1 participant