-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Remove synchronous calls that can block from TV code #32010
Conversation
PR #32010: Size comparison from 3fe8ec6 to d8b362d Increases above 0.2%:
Increases (1 build for linux)
Decreases (1 build for linux)
Full report (6 builds for linux, mbed, nrfconnect)
|
PR #32010: Size comparison from e5a3250 to 0953072 Increases above 0.2%:
Increases (3 builds for linux)
Decreases (2 builds for linux)
Full report (57 builds for bl602, bl702, bl702l, cc32xx, cyw30739, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
PR #32010: Size comparison from 22bb737 to 975168b Full report (19 builds for cc13x4_26x4, cc32xx, cyw30739, mbed, nrfconnect, psoc6)
|
Co-authored-by: Restyled.io <commits@restyled.io>
PR #32010: Size comparison from ea29531 to 1efecf7 Full report (6 builds for cc32xx, nrfconnect, stm32)
|
PR #32010: Size comparison from ea29531 to 69da199 Full report (11 builds for cyw30739, nrfconnect, psoc6)
|
PR #32010: Size comparison from 0f9542b to df967ae Increases above 0.2%:
Increases (2 builds for linux)
Decreases (3 builds for efr32, linux)
Full report (33 builds for cc13x4_26x4, cc32xx, efr32, esp32, k32w, linux, mbed, nrfconnect)
|
PR #32010: Size comparison from aa9f8e5 to 9468c2b Increases above 0.2%:
Increases (2 builds for linux)
Decreases (1 build for linux)
Full report (16 builds for linux, mbed, nrfconnect)
|
A number of commands and message processing paths can involve blocking tasks, including:
These need to be migrated to async calls with callbacks