-
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
[SILABS] Multi-chip OTA work #32349
[SILABS] Multi-chip OTA work #32349
Conversation
e29888d
to
1336150
Compare
PR #32349: Size comparison from 6d8613d to 1336150 Full report (3 builds for cc32xx, stm32)
|
1336150
to
45d5c3a
Compare
PR #32349: Size comparison from 6d8613d to 45d5c3a Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
PR #32349: Size comparison from 6d8613d to 5a12e7d Increases above 0.2%:
Increases (65 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, nrfconnect, qpg, stm32, telink)
Decreases (2 builds for k32w, linux)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
c1e2898
to
c57350f
Compare
PR #32349: Size comparison from 0590258 to c57350f Full report (19 builds for cc13x4_26x4, cc32xx, k32w, mbed, nrfconnect, qpg, stm32)
|
c57350f
to
1b29c71
Compare
PR #32349: Size comparison from 0590258 to 7af3768 Full report (9 builds for cc32xx, mbed, nrfconnect, qpg, stm32)
|
7af3768
to
e4cc43a
Compare
PR #32349: Size comparison from 0b4caea to 1c0dccf Full report (9 builds for cc32xx, mbed, nrfconnect, qpg, stm32)
|
1c0dccf
to
86d654c
Compare
PR #32349: Size comparison from 5c59934 to 86d654c Increases above 0.2%:
Increases (4 builds for efr32)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
86d654c
to
bd328b9
Compare
e4b22db
to
69363eb
Compare
PR #32349: Size comparison from 7bf764a to 69363eb Increases above 0.2%:
Increases (4 builds for efr32)
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, stm32, telink)
|
…-chip#32349) Merge in WMN_TOOLS/matter from cherry-multi-ota to RC_2.3.0-1.3-alpha.3 Squashed commit of the following: commit eb656c1934989cc2e0f5a4c40da1eefadabcfbe1 Author: Michael Rupp <[email protected]> Date: Mon Mar 11 10:30:07 2024 -0400 [SILABS] Multi-chip OTA work (project-chip#32349) * Inital multi OTA work WIP * fix wifi build * cleanup and code review comments * Restyled by clang-format * Restyled by gn * Restyled by gn * code review comments * Restyled by clang-format --------- Co-authored-by: Restyled.io <[email protected]>
* Inital multi OTA work WIP * fix wifi build * cleanup and code review comments * Restyled by clang-format * Restyled by gn * Restyled by gn * code review comments * Restyled by clang-format --------- Co-authored-by: Restyled.io <[email protected]>
…-chip#32349) Merge in WMN_TOOLS/matter from cherry-multi-ota to RC_2.3.0-1.3-alpha.3 Squashed commit of the following: commit eb656c1934989cc2e0f5a4c40da1eefadabcfbe1 Author: Michael Rupp <[email protected]> Date: Mon Mar 11 10:30:07 2024 -0400 [SILABS] Multi-chip OTA work (project-chip#32349) * Inital multi OTA work WIP * fix wifi build * cleanup and code review comments * Restyled by clang-format * Restyled by gn * Restyled by gn * code review comments * Restyled by clang-format --------- Co-authored-by: Restyled.io <[email protected]>
Silabs multi-chip ota feature:
Functionality to support arbitrary image downloads in a single OTA file. This can use pre-defined TLVs or custom TLVs.
ota_image_tool.py script updated to create custom OTA file with TLVs embedded.