Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add initial Arm Virtual Hardware (AVH) workflow with end to end test #30250

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

sandeepmistry
Copy link
Contributor

@sandeepmistry sandeepmistry commented Nov 6, 2023

This pull request adds a new Arm Virtual Hardware (AVH) based GitHub Action flow that performs an end-to-end test of the chip-tool and lighting-app binaries using two virtual Raspberry Pi 4 boards. It is an updated version of #25686 which uses the new csa.app.avh.arm.com AVH instance and isolated AVH projects per test run.

The workflow consists of two parts:

  1. Cross-compiling the chip-tool and lighting-app binaries for Arm

  2. The end-to-end test which
    a) Creates a new AVH project with an isolated virtual Wi-Fi and BLE network using the AVH API
    b) Starts up two virtual Raspberry Pi 4 instances using the AVH API
    c) Configuration of the two virtual Raspberry Pi 4 instances: one as a lighting device and one as a controller
    d) Commissioning of the lighting device using BLE with Wi-Fi credentials
    e) Testing the light on and off command
    f) Deletes the two virtual Raspberry Pi 4 instances
    g) Deletes the AVH project

The GitHub Action settings for the repo with need to have the AVH_API_TOKEN environment variable set which I can provide a value for.

cc/ @sondhiArm

Copy link

github-actions bot commented Nov 6, 2023

PR #30250: Size comparison from 6b60c62 to 5283105

Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 6b60c62 5283105 change % change
bl602 lighting-app bl602 (read/write) 1406086 1406086 0 0.0
.bss 84504 84504 0 0.0
.data 9360 9360 0 0.0
.text 1075204 1075204 0 0.0
bl602+mfd (read/write) 1420542 1420542 0 0.0
.bss 84672 84672 0 0.0
.data 9336 9336 0 0.0
.text 1090556 1090556 0 0.0
bl602+rpc (read/write) 1453106 1453106 0 0.0
.bss 92536 92536 0 0.0
.data 9736 9736 0 0.0
.text 1106692 1106692 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1172239 1172239 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 11197 11197 0 0.0
.bss_psram 79360 79360 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1548539 1548539 0 0.0
.debug_aranges 136408 136408 0 0.0
.debug_frame 499716 499716 0 0.0
.debug_info 41536518 41536518 0 0.0
.debug_line 5335893 5335893 0 0.0
.debug_loc 3615221 3615221 0 0.0
.debug_ranges 442056 442056 0 0.0
.debug_str 4062098 4062098 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 152 152 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106100 106100 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 590192 590192 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
945706 945706 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1183371 1183371 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 11373 11373 0 0.0
.bss_psram 79344 79344 0 0.0
.comment 48 48 0 0.0
.data 3528 3528 0 0.0
.debug_abbrev 1550227 1550227 0 0.0
.debug_aranges 137576 137576 0 0.0
.debug_frame 505148 505148 0 0.0
.debug_info 41576800 41576800 0 0.0
.debug_line 5376245 5376245 0 0.0
.debug_loc 3653372 3653372 0 0.0
.debug_ranges 444296 444296 0 0.0
.debug_str 4067631 4067631 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 152 152 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105040 105040 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 593952 593952 0 0.0
.symtab 175936 175936 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
957770 957770 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1271803 1271803 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 19677 19677 0 0.0
.bss_psram 79344 79344 0 0.0
.comment 48 48 0 0.0
.data 4104 4104 0 0.0
.debug_abbrev 1724201 1724201 0 0.0
.debug_aranges 144672 144672 0 0.0
.debug_frame 527584 527584 0 0.0
.debug_info 46454219 46454219 0 0.0
.debug_line 5754375 5754375 0 0.0
.debug_loc 3818684 3818684 0 0.0
.debug_ranges 469280 469280 0 0.0
.debug_str 4488056 4488056 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 168 168 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121000 121000 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 653572 653572 0 0.0
.symtab 192992 192992 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
1020772 1020772 0 0.0
bl706-eth (read/write) 991349 991349 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 23772 23772 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3120 3120 0 0.0
.debug_abbrev 1071893 1071893 0 0.0
.debug_aranges 111976 111976 0 0.0
.debug_frame 413828 413828 0 0.0
.debug_info 22575576 22575576 0 0.0
.debug_line 4148576 4148576 0 0.0
.debug_loc 3085528 3085528 0 0.0
.debug_ranges 365120 365120 0 0.0
.debug_str 3639765 3639765 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99188 99188 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 457967 457967 0 0.0
.symtab 133408 133408 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 0 0 0 0.0
738346 738346 0 0.0
bl706-wifi (read/write) 1226162 1226162 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 10657 10657 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3552 3552 0 0.0
.debug_abbrev 1187630 1187630 0 0.0
.debug_aranges 119640 119640 0 0.0
.debug_frame 619876 619876 0 0.0
.debug_info 23963065 23963065 0 0.0
.debug_line 4573476 4573476 0 0.0
.debug_loc 3272644 3272644 0 0.0
.debug_ranges 392976 392976 0 0.0
.debug_str 3741215 3741215 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120048 120048 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 507072 507072 0 0.0
.symtab 152704 152704 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 0 0 0 0.0
962432 962432 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1141968 1141968 0 0.0
.boot2 400 400 0 0.0
.bss 16408 16408 0 0.0
.bss_psram 71120 71120 0 0.0
.comment 48 48 0 0.0
.data 4912 4912 0 0.0
.debug_abbrev 1552578 1552578 0 0.0
.debug_aranges 131088 131088 0 0.0
.debug_frame 480188 480188 0 0.0
.debug_info 41555653 41555653 0 0.0
.debug_line 5264568 5264568 0 0.0
.debug_loc 3554896 3554896 0 0.0
.debug_ranges 448544 448544 0 0.0
.debug_str 4077366 4077366 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 152 152 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100104 100104 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 591224 591224 0 0.0
.symtab 174464 174464 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
938792 938792 0 0.0
bl702l+mfd (read/write) 1153932 1153932 0 0.0
.boot2 400 400 0 0.0
.bss 16584 16584 0 0.0
.bss_psram 71104 71104 0 0.0
.comment 48 48 0 0.0
.data 4888 4888 0 0.0
.debug_abbrev 1554281 1554281 0 0.0
.debug_aranges 132256 132256 0 0.0
.debug_frame 485616 485616 0 0.0
.debug_info 41597978 41597978 0 0.0
.debug_line 5304797 5304797 0 0.0
.debug_loc 3593047 3593047 0 0.0
.debug_ranges 450784 450784 0 0.0
.debug_str 4082889 4082889 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 152 152 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99044 99044 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 595052 595052 0 0.0
.symtab 176256 176256 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
951168 951168 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 736355 736355 0 0.0
(read/write) 166524 166524 0 0.0
.bss 88940 88940 0 0.0
.data 3420 3420 0 0.0
.rodata 84575 84575 0 0.0
.text 651392 651392 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757963 757963 0 0.0
(read/write) 176808 176808 0 0.0
.bss 99188 99188 0 0.0
.data 3440 3440 0 0.0
.rodata 80143 80143 0 0.0
.text 677428 677428 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 745251 745251 0 0.0
(read/write) 171264 171264 0 0.0
.bss 93644 93644 0 0.0
.data 3440 3440 0 0.0
.rodata 106199 106199 0 0.0
.text 638660 638660 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696051 696051 0 0.0
(read/write) 165616 165616 0 0.0
.bss 87808 87808 0 0.0
.data 3408 3408 0 0.0
.rodata 80351 80351 0 0.0
.text 615312 615312 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681739 681739 0 0.0
(read/write) 165756 165756 0 0.0
.bss 87952 87952 0 0.0
.data 3404 3404 0 0.0
.rodata 76191 76191 0 0.0
.text 605160 605160 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 562714 562714 0 0.0
(read/write) 206492 206492 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 199956 199956 0 0.0
.comment 206 206 0 0.0
.data 1412 1412 0 0.0
.debug_abbrev 903410 903410 0 0.0
.debug_aranges 104608 104608 0 0.0
.debug_frame 352312 352312 0 0.0
.debug_info 19542004 19542004 0 0.0
.debug_line 2597777 2597777 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1584708 1584708 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108063 108063 0 0.0
.debug_str 3402835 3402835 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 83690 83690 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 468375 468375 0 0.0
.symtab 279488 279488 0 0.0
.text 476900 476900 0 0.0
lock CC3235SF_LAUNCHXL (read only) 618906 618906 0 0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 944070 944070 0 0.0
.debug_aranges 109072 109072 0 0.0
.debug_frame 367592 367592 0 0.0
.debug_info 20723422 20723422 0 0.0
.debug_line 2668149 2668149 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1640399 1640399 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112600 112600 0 0.0
.debug_str 3467006 3467006 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106274 106274 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 517611 517611 0 0.0
.symtab 299104 299104 0 0.0
.text 0 0 0 0.0
510512 510512 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 553711 553711 0 0.0
.app_xip_area 444841 444841 0 0.0
.bss 63840 63840 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 539783 539783 0 0.0
.app_xip_area 426113 426113 0 0.0
.bss 68608 68608 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 575479 575479 0 0.0
.app_xip_area 467937 467937 0 0.0
.bss 62584 62584 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 551479 551479 0 0.0
.app_xip_area 440857 440857 0 0.0
.bss 65568 65568 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1007216 1007216 0 0.0
.bss 171920 171920 0 0.0
.data 2692 2692 0 0.0
.text 832584 832584 0 0.0
BRD4187C (read/write) 1093472 1093472 0 0.0
.bss 195564 195564 0 0.0
.data 3300 3300 0 0.0
.text 894588 894588 0 0.0
lock-app BRD4161A+wf200 (read/write) 1104288 1104288 0 0.0
.bss 186640 186640 0 0.0
.data 2708 2708 0 0.0
.text 914916 914916 0 0.0
window-app BRD4187C (read/write) 1129596 1129596 0 0.0
.bss 167972 167972 0 0.0
.data 3172 3172 0 0.0
.text 958432 958432 0 0.0
esp32 all-clusters-app c3devkit (read only) 1133158 1133158 0 0.0
(read/write) 1670476 1670476 0 0.0
.dram0.bss 71904 71904 0 0.0
.dram0.data 13020 13020 0 0.0
.flash.rodata 241688 241688 0 0.0
.flash.text 1133158 1133158 0 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1177819 1177819 0 0.0
(read/write) 520476 520476 0 0.0
.dram0.bss 78552 78552 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 273524 273524 0 0.0
.flash.text 1172435 1172435 0 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 590372 590372 0 0.0
(read/write) 87596 87596 0 0.0
.bss 70840 70840 0 0.0
.data 2132 2132 0 0.0
.text 589836 589836 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 685452 685452 0 0.0
.bss 67040 67040 0 0.0
.data 2716 2716 0 0.0
.text 572216 572216 0 0.0
light k32w0+release (read only) 590084 590084 0 0.0
(read/write) 87272 87272 0 0.0
.bss 70528 70528 0 0.0
.data 2120 2120 0 0.0
.text 589548 589548 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 777472 777472 0 0.0
.bss 76716 76716 0 0.0
.data 1928 1928 0 0.0
.text 655368 655368 0 0.0
lock k32w0+release (read only) 561852 561852 0 0.0
(read/write) 85100 85100 0 0.0
.bss 68416 68416 0 0.0
.data 2060 2060 0 0.0
.text 561316 561316 0 0.0
linux air-purifier-app debug (read only) 2468077 2468077 0 0.0
(read/write) 126280 126280 0 0.0
.bss 46656 46656 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72168 72168 0 0.0
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 176936 176936 0 0.0
.text 2117317 2117317 0 0.0
all-clusters-app debug (read only) 5292233 5292233 0 0.0
(read/write) 418872 418872 0 0.0
.bss 128976 128976 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 278816 278816 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 299868 299868 0 0.0
.text 4612243 4612243 0 0.0
all-clusters-minimal-app debug (read only) 4883521 4883521 0 0.0
(read/write) 233048 233048 0 0.0
.bss 126704 126704 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95440 95440 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 269869 269869 0 0.0
.text 4382531 4382531 0 0.0
bridge-app debug (read only) 4364857 4364857 0 0.0
(read/write) 215128 215128 0 0.0
.bss 118904 118904 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84768 84768 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 217845 217845 0 0.0
.text 3929379 3929379 0 0.0
chip-tool debug (read only) 10335697 10335697 0 0.0
(read/write) 447968 447968 0 0.0
.bss 93752 93752 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 341992 341992 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 390857 390857 0 0.0
.text 9340499 9340499 0 0.0
chip-tool-ipv6only arm64 (read only) 10214528 10214528 0 0.0
(read/write) 514312 514312 0 0.0
.bss 103112 103112 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 379504 379504 0 0.0
.dynamic 512 512 0 0.0
.got 18584 18584 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 317224 317224 0 0.0
.text 9119912 9119912 0 0.0
lighting-app debug+rpc+ui (read only) 5224161 5224161 0 0.0
(read/write) 223136 223136 0 0.0
.bss 118208 118208 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92976 92976 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336212 336212 0 0.0
.text 4644723 4644723 0 0.0
lock-app debug (read only) 4464393 4464393 0 0.0
(read/write) 203304 203304 0 0.0
.bss 113472 113472 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79432 79432 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247157 247157 0 0.0
.text 4007635 4007635 0 0.0
ota-provider-app debug (read only) 4123353 4123353 0 0.0
(read/write) 192192 192192 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68784 68784 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199861 199861 0 0.0
.text 3732643 3732643 0 0.0
ota-requestor-app debug (read only) 4209625 4209625 0 0.0
(read/write) 196440 196440 0 0.0
.bss 114592 114592 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 71744 71744 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203605 203605 0 0.0
.text 3810867 3810867 0 0.0
shell debug (read only) 2757201 2757201 0 0.0
(read/write) 149152 149152 0 0.0
.bss 59624 59624 0 0.0
.data 816 816 0 0.0
.data.rel.ro 82912 82912 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 180800 180800 0 0.0
.text 2405714 2405714 0 0.0
thermostat-no-ble arm64 (read only) 4361360 4361360 0 0.0
(read/write) 244000 244000 0 0.0
.bss 122184 122184 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 101616 101616 0 0.0
.dynamic 512 512 0 0.0
.got 11904 11904 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161356 161356 0 0.0
.text 3861240 3861240 0 0.0
tv-app debug (read only) 5293433 5293433 0 0.0
(read/write) 352112 352112 0 0.0
.bss 243232 243232 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96480 96480 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 271965 271965 0 0.0
.text 4777363 4777363 0 0.0
tv-casting-app debug (read only) 8274097 8274097 0 0.0
(read/write) 315256 315256 0 0.0
.bss 155936 155936 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 150000 150000 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 339080 339080 0 0.0
.text 7527811 7527811 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523240 2523240 0 0.0
.bss 219056 219056 0 0.0
.data 5136 5136 0 0.0
.text 1485924 1485924 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1057856 1057856 0 0.0
bss 128393 128393 0 0.0
rodata 104344 104344 0 0.0
text 777424 777424 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1184592 1184592 0 0.0
bss 120595 120595 0 0.0
rodata 138536 138536 0 0.0
text 775108 775108 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1038684 1038684 0 0.0
bss 128632 128632 0 0.0
rodata 99292 99292 0 0.0
text 763188 763188 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837544 837544 0 0.0
(read/write) 1736356 1736356 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193292 193292 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2504 2504 0 0.0
.debug_abbrev 1327521 1327521 0 0.0
.debug_aranges 141424 141424 0 0.0
.debug_frame 468720 468720 0 0.0
.debug_info 30428179 30428179 0 0.0
.debug_line 3906708 3906708 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2253540 2253540 0 0.0
.debug_rnglists 152332 152332 0 0.0
.debug_str 4133307 4133307 0 0.0
.heap 837544 837544 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 799122 799122 0 0.0
.symtab 494736 494736 0 0.0
.text 0 0 0 0.0
1532172 1532172 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839344 839344 0 0.0
(read/write) 1694932 1694932 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191516 191516 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2480 2480 0 0.0
.debug_abbrev 1267731 1267731 0 0.0
.debug_aranges 137640 137640 0 0.0
.debug_frame 462108 462108 0 0.0
.debug_info 28690163 28690163 0 0.0
.debug_line 3811777 3811777 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2197956 2197956 0 0.0
.debug_rnglists 148147 148147 0 0.0
.debug_str 4026044 4026044 0 0.0
.heap 839344 839344 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 743477 743477 0 0.0
.symtab 475792 475792 0 0.0
.text 1492548 1492548 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1621108 1621108 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185076 185076 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2368 2368 0 0.0
.debug_abbrev 1109416 1109416 0 0.0
.debug_aranges 127712 127712 0 0.0
.debug_frame 425032 425032 0 0.0
.debug_info 23783154 23783154 0 0.0
.debug_line 3386093 3386093 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2034440 2034440 0 0.0
.debug_rnglists 137693 137693 0 0.0
.debug_str 3832866 3832866 0 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 656646 656646 0 0.0
.symtab 437296 437296 0 0.0
.text 1425276 1425276 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818632 818632 0 0.0
(read/write) 1653860 1653860 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212324 212324 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2384 2384 0 0.0
.debug_abbrev 1102262 1102262 0 0.0
.debug_aranges 126392 126392 0 0.0
.debug_frame 420268 420268 0 0.0
.debug_info 23588847 23588847 0 0.0
.debug_line 3338317 3338317 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2011100 2011100 0 0.0
.debug_rnglists 135704 135704 0 0.0
.debug_str 3795003 3795003 0 0.0
.heap 818632 818632 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 630113 630113 0 0.0
.symtab 428832 428832 0 0.0
.text 1430764 1430764 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177436 1177436 0 0.0
.bss 100664 100664 0 0.0
.data 744 744 0 0.0
.text 624280 624280 0 0.0
lock-app qpg6105+debug (read/write) 1137848 1137848 0 0.0
.bss 95408 95408 0 0.0
.data 776 776 0 0.0
.text 584692 584692 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 856532 856532 0 0.0
bss 78076 78076 0 0.0
text 604210 604210 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1077932 1077932 0 0.0
bss 112704 112704 0 0.0
text 757756 757756 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1076656 1076656 0 0.0
bss 122532 122532 0 0.0
text 744272 744272 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 931604 931604 0 0.0
bss 106948 106948 0 0.0
text 641312 641312 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 859808 859808 0 0.0
bss 78192 78192 0 0.0
text 607308 607308 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 962168 962168 0 0.0
bss 88256 88256 0 0.0
text 683810 683810 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1087652 1087652 0 0.0
bss 112456 112456 0 0.0
text 761982 761982 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 918228 918228 0 0.0
bss 78884 78884 0 0.0
text 638136 638136 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944948 944948 0 0.0
bss 105048 105048 0 0.0
text 657106 657106 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 863644 863644 0 0.0
bss 78300 78300 0 0.0
text 611482 611482 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 804512 804512 0 0.0
bss 66320 66320 0 0.0
text 578518 578518 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 820208 820208 0 0.0
bss 66724 66724 0 0.0
text 589130 589130 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 708596 708596 0 0.0
bss 86496 86496 0 0.0
text 461736 461736 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 862412 862412 0 0.0
bss 78276 78276 0 0.0
text 610844 610844 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 847448 847448 0 0.0
bss 78004 78004 0 0.0
text 598016 598016 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825584 825584 0 0.0
bss 66608 66608 0 0.0
text 593874 593874 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 823052 823052 0 0.0
bss 66960 66960 0 0.0
text 590922 590922 0 0.0

@yunhanw-google
Copy link
Contributor

it seems test is still failing, is this caused by permission in github setting?
ERROR: test_commissioning_and_control (test_lighting_app.TestLightingApp)

Traceback (most recent call last):
File "/home/runner/work/connectedhomeip/connectedhomeip/scripts/tests/avh/test_lighting_app.py", line 49, in setUp
self.avh_client = AvhClient(
File "/home/runner/work/connectedhomeip/connectedhomeip/scripts/tests/avh/helpers/avh_client.py", line 30, in init
avh_api_config.access_token = self.avh_api.v1_auth_login(
File "/home/runner/.local/lib/python3.10/site-packages/avh_api/api/arm_api.py", line 5586, in v1_auth_login
return self.v1_auth_login_endpoint.call_with_http_info(**kwargs)
File "/home/runner/.local/lib/python3.10/site-packages/avh_api/api_client.py", line 875, in call_with_http_info
return self.api_client.call_api(
File "/home/runner/.local/lib/python3.10/site-packages/avh_api/api_client.py", line 416, in call_api
return self.__call_api(resource_path, method,
File "/home/runner/.local/lib/python3.10/site-packages/avh_api/api_client.py", line 205, in __call_api
raise e
File "/home/runner/.local/lib/python3.10/site-packages/avh_api/api_client.py", line 198, in __call_api
response_data = self.request(
File "/home/runner/.local/lib/python3.10/site-packages/avh_api/api_client.py", line 462, in request
return self.rest_client.POST(url,
File "/home/runner/.local/lib/python3.10/site-packages/avh_api/rest.py", line 268, in POST
return self.request("POST", url,
File "/home/runner/.local/lib/python3.10/site-packages/avh_api/rest.py", line 225, in request
raise ServiceException(http_resp=r)
avh_api.exceptions.ServiceException: Status Code: 500
Reason: Internal Server Error
HTTP response headers: HTTPHeaderDict({'Date': 'Mon, 06 Nov 2023 18:40:50 GMT', 'Content-Type': 'application/json; charset=utf-8', 'Content-Length': '191', 'Connection': 'keep-alive', 'strict-transport-security': 'max-age=63072000; includeSubDomains', 'Content-Security-Policy': "frame-ancestors 'self'", 'Access-Control-Allow-Origin': '*', 'server': 'nginx/1.18.0 (Ubuntu)', 'x-powered-by': 'Express', 'etag': 'W/"bf-GEKGnEg+V+kZ6ejZHjuFh5xwwhs"'})
HTTP response body: {"error":"Maximum transaction retry attempts exceeded (19 of 20): Error: WHERE parameter "username" has invalid "undefined" value","errorID":"MaxRetryTransactionError","originalError":{}}

@sandeepmistry
Copy link
Contributor Author

@yunhanw-google I believe this is because the AVH_API_TOKEN GitHub secret is not set in this repo.

requirements.txt Outdated Show resolved Hide resolved
.github/workflows/avh.yml Outdated Show resolved Hide resolved
Copy link

github-actions bot commented Nov 7, 2023

PR #30250: Size comparison from 5c4a9c8 to 685b444

Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 5c4a9c8 685b444 change % change
bl602 lighting-app bl602 (read/write) 1407382 1407382 0 0.0
.bss 84504 84504 0 0.0
.data 9376 9376 0 0.0
.text 1076472 1076472 0 0.0
bl602+mfd (read/write) 1421822 1421822 0 0.0
.bss 84672 84672 0 0.0
.data 9344 9344 0 0.0
.text 1091824 1091824 0 0.0
bl602+rpc (read/write) 1454402 1454402 0 0.0
.bss 92536 92536 0 0.0
.data 9744 9744 0 0.0
.text 1107960 1107960 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1173547 1173547 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 11197 11197 0 0.0
.bss_psram 79360 79360 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1552736 1552736 0 0.0
.debug_aranges 136688 136688 0 0.0
.debug_frame 501120 501120 0 0.0
.debug_info 41590794 41590794 0 0.0
.debug_line 5349674 5349674 0 0.0
.debug_loc 3623770 3623770 0 0.0
.debug_ranges 442560 442560 0 0.0
.debug_str 4066760 4066760 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 152 152 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106116 106116 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 591312 591312 0 0.0
.symtab 174416 174416 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
946966 946966 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1184671 1184671 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 11373 11373 0 0.0
.bss_psram 79344 79344 0 0.0
.comment 48 48 0 0.0
.data 3536 3536 0 0.0
.debug_abbrev 1554424 1554424 0 0.0
.debug_aranges 137856 137856 0 0.0
.debug_frame 506552 506552 0 0.0
.debug_info 4163105 4163105 0 0.0
.debug_line 5390026 5390026 0 0.0
.debug_loc 3661921 3661921 0 0.0
.debug_ranges 444800 444800 0 0.0
.debug_str 4072293 4072293 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 152 152 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105056 105056 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 595072 595072 0 0.0
.symtab 176176 176176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
959030 959030 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1273103 1273103 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 19677 19677 0 0.0
.bss_psram 79344 79344 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1728398 1728398 0 0.0
.debug_aranges 144952 144952 0 0.0
.debug_frame 528988 528988 0 0.0
.debug_info 46508475 46508475 0 0.0
.debug_line 5768156 5768156 0 0.0
.debug_loc 3827233 3827233 0 0.0
.debug_ranges 469784 469784 0 0.0
.debug_str 4492718 4492718 0 0.0
.hbn 584 584 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 168 168 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121016 121016 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 654692 654692 0 0.0
.symtab 193232 193232 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3478 3478 0 0.0
.text 0 0 0 0.0
1022032 1022032 0 0.0
bl706-eth (read/write) 992649 992649 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 23772 23772 0 0.0
.bss_psram 97975 97975 0 0.0
.comment 48 48 0 0.0
.data 3128 3128 0 0.0
.debug_abbrev 1075652 1075652 0 0.0
.debug_aranges 112256 112256 0 0.0
.debug_frame 415232 415232 0 0.0
.debug_info 2262749 2262749 0 0.0
.debug_line 4162170 4162170 0 0.0
.debug_loc 3094106 3094106 0 0.0
.debug_ranges 365624 365624 0 0.0
.debug_str 3644433 3644433 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99204 99204 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 459087 459087 0 0.0
.symtab 133648 133648 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3458 3458 0 0.0
.text 0 0 0 0.0
739606 739606 0 0.0
bl706-wifi (read/write) 1227606 1227606 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 400 400 0 0.0
.bss 10657 10657 0 0.0
.bss_psram 98727 98727 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1191757 1191757 0 0.0
.debug_aranges 119920 119920 0 0.0
.debug_frame 621664 621664 0 0.0
.debug_info 24017365 24017365 0 0.0
.debug_line 4587422 4587422 0 0.0
.debug_loc 3281207 3281207 0 0.0
.debug_ranges 393480 393480 0 0.0
.debug_str 3745883 3745883 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120064 120064 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 508192 508192 0 0.0
.symtab 152944 152944 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3994 3994 0 0.0
.text 0 0 0 0.0
963828 963828 0 0.0
bl702l lighting-app bl702l (read/write) 1143772 1143772 0 0.0
.boot2 400 400 0 0.0
.bss 16408 16408 0 0.0
.bss_psram 71120 71120 0 0.0
.comment 48 48 0 0.0
.data 4920 4920 0 0.0
.debug_abbrev 1556775 1556775 0 0.0
.debug_aranges 131368 131368 0 0.0
.debug_frame 481592 481592 0 0.0
.debug_info 41609929 41609929 0 0.0
.debug_line 5278360 5278360 0 0.0
.debug_loc 3563488 3563488 0 0.0
.debug_ranges 449048 449048 0 0.0
.debug_str 4082029 4082029 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 152 152 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100120 100120 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 592344 592344 0 0.0
.symtab 174704 174704 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
940060 940060 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1154720 1154720 0 0.0
.boot2 400 400 0 0.0
.bss 16584 16584 0 0.0
.bss_psram 71104 71104 0 0.0
.comment 48 48 0 0.0
.data 4904 4904 0 0.0
.debug_abbrev 1558478 1558478 0 0.0
.debug_aranges 132536 132536 0 0.0
.debug_frame 487020 487020 0 0.0
.debug_info 41652235 41652235 0 0.0
.debug_line 5318589 5318589 0 0.0
.debug_loc 3601639 3601639 0 0.0
.debug_ranges 451288 451288 0 0.0
.debug_str 4087552 4087552 0 0.0
.hbn 3220 3220 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 152 152 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99060 99060 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 596172 596172 0 0.0
.symtab 176496 176496 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 512 512 0 0.0
.text 0 0 0 0.0
952436 952436 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 737219 737219 0 0.0
(read/write) 166528 166528 0 0.0
.bss 88940 88940 0 0.0
.data 3424 3424 0 0.0
.rodata 84599 84599 0 0.0
.text 652232 652232 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758859 758859 0 0.0
(read/write) 176820 176820 0 0.0
.bss 99188 99188 0 0.0
.data 3444 3444 0 0.0
.rodata 80175 80175 0 0.0
.text 678292 678292 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746147 746147 0 0.0
(read/write) 171276 171276 0 0.0
.bss 93644 93644 0 0.0
.data 3444 3444 0 0.0
.rodata 106231 106231 0 0.0
.text 639524 639524 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696899 696899 0 0.0
(read/write) 165628 165628 0 0.0
.bss 87808 87808 0 0.0
.data 3412 3412 0 0.0
.rodata 80359 80359 0 0.0
.text 616152 616152 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 682587 682587 0 0.0
(read/write) 165760 165760 0 0.0
.bss 87952 87952 0 0.0
.data 3408 3408 0 0.0
.rodata 76199 76199 0 0.0
.text 606000 606000 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 563962 563962 0 0.0
(read/write) 206496 206496 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 199956 199956 0 0.0
.comment 206 206 0 0.0
.data 1416 1416 0 0.0
.debug_abbrev 907084 907084 0 0.0
.debug_aranges 104888 104888 0 0.0
.debug_frame 353392 353392 0 0.0
.debug_info 19596648 19596648 0 0.0
.debug_line 2611244 2611244 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1588925 1588925 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108376 108376 0 0.0
.debug_str 3407562 3407562 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 83690 83690 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 469437 469437 0 0.0
.symtab 279968 279968 0 0.0
.text 478148 478148 0 0.0
lock CC3235SF_LAUNCHXL (read only) 620226 620226 0 0.0
(read/write) 206900 206900 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1444 1444 0 0.0
.debug_abbrev 947772 947772 0 0.0
.debug_aranges 109360 109360 0 0.0
.debug_frame 368716 368716 0 0.0
.debug_info 20778731 20778731 0 0.0
.debug_line 2681741 2681741 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1645046 1645046 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112919 112919 0 0.0
.debug_str 3471838 3471838 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106306 106306 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 518830 518830 0 0.0
.symtab 299664 299664 0 0.0
.text 0 0 0 0.0
511800 511800 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 554575 554575 0 0.0
.app_xip_area 445705 445705 0 0.0
.bss 63840 63840 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 540671 540671 0 0.0
.app_xip_area 427001 427001 0 0.0
.bss 68608 68608 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 576351 576351 0 0.0
.app_xip_area 468809 468809 0 0.0
.bss 62584 62584 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 552391 552391 0 0.0
.app_xip_area 441761 441761 0 0.0
.bss 65568 65568 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1008516 1008516 0 0.0
.bss 171920 171920 0 0.0
.data 2696 2696 0 0.0
.text 833880 833880 0 0.0
BRD4187C (read/write) 1094340 1094340 0 0.0
.bss 195564 195564 0 0.0
.data 3304 3304 0 0.0
.text 895452 895452 0 0.0
lock-app BRD4161A+wf200 (read/write) 1105176 1105176 0 0.0
.bss 186640 186640 0 0.0
.data 2712 2712 0 0.0
.text 915804 915804 0 0.0
window-app BRD4187C (read/write) 1130888 1130888 0 0.0
.bss 167972 167972 0 0.0
.data 3176 3176 0 0.0
.text 959720 959720 0 0.0
esp32 all-clusters-app c3devkit (read only) 1134466 1134466 0 0.0
(read/write) 1670476 1670476 0 0.0
.dram0.bss 71904 71904 0 0.0
.dram0.data 13020 13020 0 0.0
.flash.rodata 241688 241688 0 0.0
.flash.text 1134466 1134466 0 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1178991 1178991 0 0.0
(read/write) 520492 520492 0 0.0
.dram0.bss 78560 78560 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 273532 273532 0 0.0
.flash.text 1173607 1173607 0 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 591244 591244 0 0.0
(read/write) 87600 87600 0 0.0
.bss 70840 70840 0 0.0
.data 2136 2136 0 0.0
.text 590708 590708 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 686320 686320 0 0.0
.bss 67040 67040 0 0.0
.data 2720 2720 0 0.0
.text 573080 573080 0 0.0
light k32w0+release (read only) 590932 590932 0 0.0
(read/write) 87276 87276 0 0.0
.bss 70528 70528 0 0.0
.data 2124 2124 0 0.0
.text 590396 590396 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 778324 778324 0 0.0
.bss 76716 76716 0 0.0
.data 1932 1932 0 0.0
.text 656216 656216 0 0.0
lock k32w0+release (read only) 562708 562708 0 0.0
(read/write) 85104 85104 0 0.0
.bss 68416 68416 0 0.0
.data 2064 2064 0 0.0
.text 562172 562172 0 0.0
linux air-purifier-app debug (read only) 2475861 2475861 0 0.0
(read/write) 126280 126280 0 0.0
.bss 46656 46656 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72168 72168 0 0.0
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 177128 177128 0 0.0
.text 2124933 2124933 0 0.0
all-clusters-app debug (read only) 5300545 5300545 0 0.0
(read/write) 418904 418904 0 0.0
.bss 128976 128976 0 0.0
.data 3888 3888 0 0.0
.data.rel.ro 278816 278816 0 0.0
.dynamic 624 624 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 1216 1216 0 0.0
.rodata 300060 300060 0 0.0
.text 4620387 4620387 0 0.0
all-clusters-minimal-app debug (read only) 4891321 4891321 0 0.0
(read/write) 233080 233080 0 0.0
.bss 126704 126704 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 95440 95440 0 0.0
.dynamic 624 624 0 0.0
.got 5320 5320 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270061 270061 0 0.0
.text 4390163 4390163 0 0.0
bridge-app debug (read only) 4372729 4372729 0 0.0
(read/write) 215128 215128 0 0.0
.bss 118904 118904 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84768 84768 0 0.0
.dynamic 624 624 0 0.0
.got 5288 5288 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 218101 218101 0 0.0
.text 3936995 3936995 0 0.0
chip-tool debug (read only) 10339249 10339249 0 0.0
(read/write) 447968 447968 0 0.0
.bss 93752 93752 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 341992 341992 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 390889 390889 0 0.0
.text 9344019 9344019 0 0.0
chip-tool-ipv6only arm64 (read only) 10217560 10217560 0 0.0
(read/write) 511304 511304 0 0.0
.bss 103112 103112 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 379544 379544 0 0.0
.dynamic 512 512 0 0.0
.got 18608 18608 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 317232 317232 0 0.0
.text 9122808 9122808 0 0.0
lighting-app debug+rpc+ui (read only) 5234385 5234385 0 0.0
(read/write) 223136 223136 0 0.0
.bss 118208 118208 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92976 92976 0 0.0
.dynamic 672 672 0 0.0
.got 5904 5904 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336820 336820 0 0.0
.text 4654339 4654339 0 0.0
lock-app debug (read only) 4472425 4472425 0 0.0
(read/write) 203304 203304 0 0.0
.bss 113472 113472 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79432 79432 0 0.0
.dynamic 624 624 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 247381 247381 0 0.0
.text 4015443 4015443 0 0.0
ota-provider-app debug (read only) 4131193 4131193 0 0.0
(read/write) 192192 192192 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68784 68784 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200085 200085 0 0.0
.text 3740259 3740259 0 0.0
ota-requestor-app debug (read only) 4217513 4217513 0 0.0
(read/write) 196440 196440 0 0.0
.bss 114592 114592 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 71744 71744 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203861 203861 0 0.0
.text 3818499 3818499 0 0.0
shell debug (read only) 2765529 2765529 0 0.0
(read/write) 149152 149152 0 0.0
.bss 59624 59624 0 0.0
.data 816 816 0 0.0
.data.rel.ro 82912 82912 0 0.0
.dynamic 592 592 0 0.0
.got 4088 4088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 180992 180992 0 0.0
.text 2413874 2413874 0 0.0
thermostat-no-ble arm64 (read only) 4369240 4369240 0 0.0
(read/write) 244312 244312 0 0.0
.bss 122184 122184 0 0.0
.data 2800 2800 0 0.0
.data.rel.ro 101776 101776 0 0.0
.dynamic 512 512 0 0.0
.got 11928 11928 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161428 161428 0 0.0
.text 3868808 3868808 0 0.0
tv-app debug (read only) 5297193 5297193 0 0.0
(read/write) 352112 352112 0 0.0
.bss 243232 243232 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96480 96480 0 0.0
.dynamic 624 624 0 0.0
.got 5584 5584 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 272029 272029 0 0.0
.text 4781059 4781059 0 0.0
tv-casting-app debug (read only) 8277809 8277809 0 0.0
(read/write) 315256 315256 0 0.0
.bss 155936 155936 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 150000 150000 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 339112 339112 0 0.0
.text 7531491 7531491 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2525296 2525296 0 0.0
.bss 219064 219064 0 0.0
.data 5136 5136 0 0.0
.text 1487980 1487980 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1058876 1058876 0 0.0
bss 128397 128397 0 0.0
rodata 104356 104356 0 0.0
text 778436 778436 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1185632 1185632 0 0.0
bss 120599 120599 0 0.0
rodata 138552 138552 0 0.0
text 776120 776120 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1039580 1039580 0 0.0
bss 128636 128636 0 0.0
rodata 99300 99300 0 0.0
text 764056 764056 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837544 837544 0 0.0
(read/write) 1737820 1737820 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193292 193292 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2504 2504 0 0.0
.debug_abbrev 1331548 1331548 0 0.0
.debug_aranges 141712 141712 0 0.0
.debug_frame 469844 469844 0 0.0
.debug_info 30485011 30485011 0 0.0
.debug_line 3920781 3920781 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2258196 2258196 0 0.0
.debug_rnglists 152651 152651 0 0.0
.debug_str 4138155 4138155 0 0.0
.heap 837544 837544 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 800381 800381 0 0.0
.symtab 495360 495360 0 0.0
.text 0 0 0 0.0
1533636 1533636 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839344 839344 0 0.0
(read/write) 1696188 1696188 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191516 191516 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2480 2480 0 0.0
.debug_abbrev 1271730 1271730 0 0.0
.debug_aranges 137920 137920 0 0.0
.debug_frame 463188 463188 0 0.0
.debug_info 28746426 28746426 0 0.0
.debug_line 3825733 3825733 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2202183 2202183 0 0.0
.debug_rnglists 148460 148460 0 0.0
.debug_str 4030787 4030787 0 0.0
.heap 839344 839344 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 744540 744540 0 0.0
.symtab 476272 476272 0 0.0
.text 1493804 1493804 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1622388 1622388 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185076 185076 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2368 2368 0 0.0
.debug_abbrev 1113415 1113415 0 0.0
.debug_aranges 127992 127992 0 0.0
.debug_frame 426112 426112 0 0.0
.debug_info 23840065 23840065 0 0.0
.debug_line 3399917 3399917 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2038668 2038668 0 0.0
.debug_rnglists 138006 138006 0 0.0
.debug_str 3837597 3837597 0 0.0
.heap 845896 845896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 657709 657709 0 0.0
.symtab 437776 437776 0 0.0
.text 1426556 1426556 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818632 818632 0 0.0
(read/write) 1655188 1655188 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212324 212324 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2384 2384 0 0.0
.debug_abbrev 1106289 1106289 0 0.0
.debug_aranges 126680 126680 0 0.0
.debug_frame 421392 421392 0 0.0
.debug_info 23646488 23646488 0 0.0
.debug_line 3352302 3352302 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2015757 2015757 0 0.0
.debug_rnglists 136023 136023 0 0.0
.debug_str 3799843 3799843 0 0.0
.heap 818632 818632 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 631333 631333 0 0.0
.symtab 429392 429392 0 0.0
.text 1432092 1432092 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178288 1178288 0 0.0
.bss 100664 100664 0 0.0
.data 748 748 0 0.0
.text 625128 625128 0 0.0
lock-app qpg6105+debug (read/write) 1139044 1139044 0 0.0
.bss 95408 95408 0 0.0
.data 780 780 0 0.0
.text 585884 585884 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 858952 858952 0 0.0
bss 78076 78076 0 0.0
text 606560 606560 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1079232 1079232 0 0.0
bss 112704 112704 0 0.0
text 759044 759044 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1077764 1077764 0 0.0
bss 122532 122532 0 0.0
text 745382 745382 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932752 932752 0 0.0
bss 106948 106948 0 0.0
text 642422 642422 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 862252 862252 0 0.0
bss 78192 78192 0 0.0
text 609658 609658 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 963688 963688 0 0.0
bss 88256 88256 0 0.0
text 685302 685302 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1088780 1088780 0 0.0
bss 112456 112456 0 0.0
text 763092 763092 0 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 919756 919756 0 0.0
bss 78884 78884 0 0.0
text 639628 639628 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 946088 946088 0 0.0
bss 105056 105056 0 0.0
text 658216 658216 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 866064 866064 0 0.0
bss 78300 78300 0 0.0
text 613830 613830 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 806932 806932 0 0.0
bss 66320 66320 0 0.0
text 580866 580866 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 822632 822632 0 0.0
bss 66724 66724 0 0.0
text 591480 591480 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 708596 708596 0 0.0
bss 86496 86496 0 0.0
text 461736 461736 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 864004 864004 0 0.0
bss 78276 78276 0 0.0
text 612414 612414 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 849892 849892 0 0.0
bss 78004 78004 0 0.0
text 600366 600366 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 828024 828024 0 0.0
bss 66608 66608 0 0.0
text 596222 596222 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825484 825484 0 0.0
bss 66960 66960 0 0.0
text 593272 593272 0 0.0

@sandeepmistry
Copy link
Contributor Author

@andy31415 thank you for taking the time to review and your valuable feedback. I've pushed some commits to incorporate your feedback.

There's one open item on #30250 (comment) about the cancel in progress. Let me know if you have ideas on how to move forward with it.

@andy31415
Copy link
Contributor

@sandeepmistry restyler says some changes are needed. I believe this is why we do not have reviewers set yet.

Copy link

github-actions bot commented Nov 17, 2023

PR #30250: Size comparison from 53c1608 to 3c60648

Full report (56 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section 53c1608 3c60648 change % change
bl602 lighting-app bl602 (read/write) 1409518 1409518 0 0.0
.bss 84616 84616 0 0.0
.data 9376 9376 0 0.0
.rodata 156520 156520 0 0.0
.text 1078352 1078352 0 0.0
bl602+mfd (read/write) 1423958 1423958 0 0.0
.bss 84784 84784 0 0.0
.data 9344 9344 0 0.0
.rodata 155480 155480 0 0.0
.text 1093704 1093704 0 0.0
bl602+rpc (read/write) 1457046 1457046 0 0.0
.bss 92648 92648 0 0.0
.data 9744 9744 0 0.0
.rodata 164144 164144 0 0.0
.text 1109840 1109840 0 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1175663 1175663 0 0.0
.bss 11197 11197 0 0.0
.data 3560 3560 0 0.0
.rodata 106268 106268 0 0.0
.text 948820 948820 0 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1186531 1186531 0 0.0
.bss 11373 11373 0 0.0
.data 3536 3536 0 0.0
.rodata 105208 105208 0 0.0
.text 960628 960628 0 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1275475 1275475 0 0.0
.bss 19677 19677 0 0.0
.data 4112 4112 0 0.0
.rodata 121676 121676 0 0.0
.text 1023630 1023630 0 0.0
bl706-eth (read/write) 994525 994525 0 0.0
.bss 23772 23772 0 0.0
.data 3128 3128 0 0.0
.rodata 99336 99336 0 0.0
.text 741240 741240 0 0.0
bl706-wifi (read/write) 1230190 1230190 0 0.0
.bss 10657 10657 0 0.0
.data 3568 3568 0 0.0
.rodata 120208 120208 0 0.0
.text 966154 966154 0 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1145380 1145380 0 0.0
.bss 16408 16408 0 0.0
.data 4920 4920 0 0.0
.rodata 100272 100272 0 0.0
.text 941914 941914 0 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1156840 1156840 0 0.0
.bss 16584 16584 0 0.0
.data 4904 4904 0 0.0
.rodata 99212 99212 0 0.0
.text 954290 954290 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 739691 739691 0 0.0
(read/write) 166688 166688 0 0.0
.bss 89100 89100 0 0.0
.data 3424 3424 0 0.0
.rodata 84671 84671 0 0.0
.text 654628 654628 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757267 757267 0 0.0
(read/write) 176860 176860 0 0.0
.bss 99228 99228 0 0.0
.data 3444 3444 0 0.0
.rodata 79783 79783 0 0.0
.text 677092 677092 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744003 744003 0 0.0
(read/write) 171316 171316 0 0.0
.bss 93684 93684 0 0.0
.data 3444 3444 0 0.0
.rodata 105519 105519 0 0.0
.text 638092 638092 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 698051 698051 0 0.0
(read/write) 165724 165724 0 0.0
.bss 87904 87904 0 0.0
.data 3412 3412 0 0.0
.rodata 80447 80447 0 0.0
.text 617212 617212 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 683699 683699 0 0.0
(read/write) 165864 165864 0 0.0
.bss 88056 88056 0 0.0
.data 3408 3408 0 0.0
.rodata 76279 76279 0 0.0
.text 607028 607028 0 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 564802 564802 0 0.0
(read/write) 206600 206600 0 0.0
.bss 200060 200060 0 0.0
.data 1416 1416 0 0.0
.rodata 83698 83698 0 0.0
.text 478984 478984 0 0.0
lock CC3235SF_LAUNCHXL (read only) 617066 617066 0 0.0
(read/write) 206940 206940 0 0.0
.bss 200376 200376 0 0.0
.data 1444 1444 0 0.0
.rodata 105506 105506 0 0.0
.text 509436 509436 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 557367 557367 0 0.0
.app_xip_area 448273 448273 0 0.0
.bss 64008 64008 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 539543 539543 0 0.0
.app_xip_area 425769 425769 0 0.0
.bss 68656 68656 0 0.0
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 577455 577455 0 0.0
.app_xip_area 469745 469745 0 0.0
.bss 62696 62696 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 553719 553719 0 0.0
.app_xip_area 442921 442921 0 0.0
.bss 65680 65680 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1011660 1011660 0 0.0
.bss 172080 172080 0 0.0
.data 2696 2696 0 0.0
.text 836864 836864 0 0.0
BRD4187C (read/write) 1097500 1097500 0 0.0
.bss 195708 195708 0 0.0
.data 3304 3304 0 0.0
.text 898468 898468 0 0.0
lock-app BRD4161A+wf200 (read/write) 1103816 1103816 0 0.0
.bss 186680 186680 0 0.0
.data 2708 2708 0 0.0
.text 914404 914404 0 0.0
window-app BRD4187C (read/write) 1132400 1132400 0 0.0
.bss 168060 168060 0 0.0
.data 3176 3176 0 0.0
.text 961144 961144 0 0.0
esp32 all-clusters-app c3devkit (read only) 1132688 1132688 0 0.0
(read/write) 1670316 1670316 0 0.0
.dram0.bss 72048 72048 0 0.0
.dram0.data 12996 12996 0 0.0
.flash.rodata 241400 241400 0 0.0
.flash.text 1132688 1132688 0 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1177651 1177651 0 0.0
(read/write) 520328 520328 0 0.0
.dram0.bss 78696 78696 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 273248 273248 0 0.0
.flash.text 1172267 1172267 0 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 592260 592260 0 0.0
(read/write) 87704 87704 0 0.0
.bss 70944 70944 0 0.0
.data 2136 2136 0 0.0
.text 591724 591724 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 687408 687408 0 0.0
.bss 67144 67144 0 0.0
.data 2720 2720 0 0.0
.text 574064 574064 0 0.0
light k32w0+release (read only) 591980 591980 0 0.0
(read/write) 87380 87380 0 0.0
.bss 70632 70632 0 0.0
.data 2124 2124 0 0.0
.text 591444 591444 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 779436 779436 0 0.0
.bss 76820 76820 0 0.0
.data 1932 1932 0 0.0
.text 657224 657224 0 0.0
lock k32w0+release (read only) 563828 563828 0 0.0
(read/write) 85200 85200 0 0.0
.bss 68512 68512 0 0.0
.data 2064 2064 0 0.0
.text 563292 563292 0 0.0
linux air-purifier-app debug (read only) 2504029 2504029 0 0.0
(read/write) 126800 126800 0 0.0
.bss 46912 46912 0 0.0
.data 1472 1472 0 0.0
.data.rel.ro 72408 72408 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 177288 177288 0 0.0
.text 2152245 2152245 0 0.0
all-clusters-app debug (read only) 5324985 5324985 0 0.0
(read/write) 429408 429408 0 0.0
.bss 130000 130000 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 288304 288304 0 0.0
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1224 1224 0 0.0
.rodata 302268 302268 0 0.0
.text 4634643 4634643 0 0.0
all-clusters-minimal-app debug (read only) 4927969 4927969 0 0.0
(read/write) 234344 234344 0 0.0
.bss 127792 127792 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 95616 95616 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 270605 270605 0 0.0
.text 4425587 4425587 0 0.0
bridge-app debug (read only) 4400865 4400865 0 0.0
(read/write) 215648 215648 0 0.0
.bss 119192 119192 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84992 84992 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 218293 218293 0 0.0
.text 3964547 3964547 0 0.0
chip-tool debug (read only) 10720905 10720905 0 0.0
(read/write) 464424 464424 0 0.0
.bss 94008 94008 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 358184 358184 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 400233 400233 0 0.0
.text 9692851 9692851 0 0.0
chip-tool-ipv6only arm64 (read only) 10573536 10573536 0 0.0
(read/write) 528264 528264 0 0.0
.bss 103320 103320 0 0.0
.data 4296 4296 0 0.0
.data.rel.ro 396040 396040 0 0.0
.dynamic 512 512 0 0.0
.got 18928 18928 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 324632 324632 0 0.0
.text 9446664 9446664 0 0.0
lighting-app debug+rpc+ui (read only) 5273633 5273633 0 0.0
(read/write) 224496 224496 0 0.0
.bss 119296 119296 0 0.0
.data 4384 4384 0 0.0
.data.rel.ro 93248 93248 0 0.0
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 968 968 0 0.0
.rodata 338196 338196 0 0.0
.text 4691555 4691555 0 0.0
lock-app debug (read only) 4486137 4486137 0 0.0
(read/write) 203264 203264 0 0.0
.bss 113600 113600 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79272 79272 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 246293 246293 0 0.0
.text 4030307 4030307 0 0.0
ota-provider-app debug (read only) 4150137 4150137 0 0.0
(read/write) 192416 192416 0 0.0
.bss 113600 113600 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68976 68976 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200597 200597 0 0.0
.text 3758211 3758211 0 0.0
ota-requestor-app debug (read only) 4236473 4236473 0 0.0
(read/write) 196664 196664 0 0.0
.bss 114624 114624 0 0.0
.data 4192 4192 0 0.0
.data.rel.ro 71952 71952 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 204405 204405 0 0.0
.text 3836435 3836435 0 0.0
shell debug (read only) 2766897 2766897 0 0.0
(read/write) 149704 149704 0 0.0
.bss 60648 60648 0 0.0
.data 784 784 0 0.0
.data.rel.ro 82464 82464 0 0.0
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 180608 180608 0 0.0
.text 2415602 2415602 0 0.0
thermostat-no-ble arm64 (read only) 4387296 4387296 0 0.0
(read/write) 246824 246824 0 0.0
.bss 122232 122232 0 0.0
.data 2800 2800 0 0.0
.data.rel.ro 102072 102072 0 0.0
.dynamic 512 512 0 0.0
.got 11936 11936 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161724 161724 0 0.0
.text 3885992 3885992 0 0.0
tv-app debug (read only) 5270017 5270017 0 0.0
(read/write) 345176 345176 0 0.0
.bss 242400 242400 0 0.0
.data 4992 4992 0 0.0
.data.rel.ro 90480 90480 0 0.0
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 267069 267069 0 0.0
.text 4767923 4767923 0 0.0
tv-casting-app debug (read only) 8662729 8662729 0 0.0
(read/write) 321888 321888 0 0.0
.bss 156224 156224 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 156352 156352 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 346280 346280 0 0.0
.text 7893683 7893683 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522536 2522536 0 0.0
.bss 219112 219112 0 0.0
.data 5136 5136 0 0.0
.text 1485220 1485220 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1057032 1057032 0 0.0
bss 128543 128543 0 0.0
rodata 104120 104120 0 0.0
text 776720 776720 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1183728 1183728 0 0.0
bss 120745 120745 0 0.0
rodata 138296 138296 0 0.0
text 774352 774352 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1042296 1042296 0 0.0
bss 128822 128822 0 0.0
rodata 99376 99376 0 0.0
text 766452 766452 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837248 837248 0 0.0
(read/write) 1735732 1735732 0 0.0
.bss 193612 193612 0 0.0
.data 2480 2480 0 0.0
.text 1531252 1531252 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 838976 838976 0 0.0
(read/write) 1699572 1699572 0 0.0
.bss 191884 191884 0 0.0
.data 2480 2480 0 0.0
.text 1496820 1496820 0 0.0
light cy8ckit_062s2_43012 (read only) 845656 845656 0 0.0
(read/write) 1625692 1625692 0 0.0
.bss 185316 185316 0 0.0
.data 2368 2368 0 0.0
.text 1429620 1429620 0 0.0
lock cy8ckit_062s2_43012 (read only) 818584 818584 0 0.0
(read/write) 1652700 1652700 0 0.0
.bss 212372 212372 0 0.0
.data 2384 2384 0 0.0
.text 1429556 1429556 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1113848 1113848 0 0.0
.bss 100768 100768 0 0.0
.data 748 748 0 0.0
.text 626224 626224 0 0.0
lock-app qpg6105+debug (read/write) 1074948 1074948 0 0.0
.bss 95544 95544 0 0.0
.data 780 780 0 0.0
.text 587324 587324 0 0.0

Copy link

github-actions bot commented Nov 17, 2023

PR #30250: Size comparison from 53c1608 to 710e19a

Increases above 0.2%:

platform target config section 53c1608 710e19a change % change
bl602 lighting-app bl602 .bss 84616 85048 432 0.5
bl602+mfd .bss 84784 85216 432 0.5
bl602+rpc .bss 92648 93080 432 0.5
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 .bss 89100 89492 392 0.4
lock-ftd LP_EM_CC1354P10_6 .bss 99228 99620 392 0.4
lock-mtd LP_EM_CC1354P10_6 .bss 93684 94076 392 0.4
pump-app LP_EM_CC1354P10_6 .bss 87904 88296 392 0.4
pump-controller-app LP_EM_CC1354P10_6 .bss 88056 88448 392 0.4
cc32xx air-purifier CC3235SF_LAUNCHXL (read/write) 206600 207520 920 0.4
.bss 200060 200980 920 0.5
lock CC3235SF_LAUNCHXL (read/write) 206940 207860 920 0.4
.bss 200376 201296 920 0.5
cyw30739 light cyw930739m2evb_01 .bss 64008 64544 536 0.8
lock cyw930739m2evb_01 .bss 68656 69192 536 0.8
ota-requestor cyw930739m2evb_01 .bss 62696 63232 536 0.9
switch cyw930739m2evb_01 .bss 65680 66232 552 0.8
esp32 all-clusters-app c3devkit .dram0.bss 72048 72432 384 0.5
m5stack .dram0.bss 78696 79080 384 0.5
k32w contact k32w0+release (read/write) 87704 88096 392 0.4
.bss 70944 71336 392 0.6
k32w1+release .bss 67144 67536 392 0.6
light k32w0+release (read/write) 87380 87772 392 0.4
.bss 70632 71024 392 0.6
k32w1+release .bss 76820 77212 392 0.5
lock k32w0+release (read/write) 85200 85592 392 0.5
.bss 68512 68904 392 0.6
linux chip-tool-ipv6only arm64 (read/write) 528264 531936 3672 0.7
mbed lock-app-release cy8cproto_062_4343w .bss 219112 220032 920 0.4
nrfconnect all-clusters-app nrf52840dk_nrf52840 bss 128543 128931 388 0.3
nrf7002dk_nrf5340_cpuapp bss 120745 121133 388 0.3
all-clusters-minimal-app nrf52840dk_nrf52840 bss 128822 129210 388 0.3
psoc6 all-clusters cy8ckit_062s2_43012 .bss 193612 194532 920 0.5
all-clusters-minimal cy8ckit_062s2_43012 .bss 191884 192804 920 0.5
light cy8ckit_062s2_43012 .bss 185316 186236 920 0.5
lock cy8ckit_062s2_43012 .bss 212372 213292 920 0.4
qpg lighting-app qpg6105+debug .bss 100768 101160 392 0.4
lock-app qpg6105+debug .bss 95544 95936 392 0.4
telink air-quality-sensor-app tlsr9528a_retention bss 53312 53700 388 0.7
all-clusters-app tlsr9518adk80d bss 99588 99976 388 0.4
all-clusters-minimal-app tlsr9528a bss 109272 109660 388 0.4
bridge-app tlsr9518adk80d bss 93792 94180 388 0.4
contact-sensor-app tlsr9528a_retention bss 53364 53752 388 0.7
light-switch-app-ota-shell-factory-data tlsr9528a bss 77164 77572 408 0.5
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d bss 99356 99744 388 0.4
lock-app-dfu tlsr9528a bss 95436 95824 388 0.4
ota-requestor-app tlsr9518adk80d bss 91900 92288 388 0.4
pump-app tlsr9528a bss 67200 67588 388 0.6
pump-controller-app tlsr9518adk80d bss 55444 55832 388 0.7
resource-monitoring-app tlsr9518adk80d bss 55848 56236 388 0.7
shell tlsr9518adk80d bss 73232 73620 388 0.5
smoke_co_alarm-app tlsr9528a_retention bss 53456 53844 388 0.7
temperature-measurement-app-mars-ota tlsr9518adk80d bss 58912 59300 388 0.7
thermostat tlsr9518adk80d bss 55732 56120 388 0.7
window-covering tlsr9518adk80d bss 56084 56472 388 0.7
Increases (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 53c1608 710e19a change % change
bl602 lighting-app bl602 (read/write) 1409518 1410022 504 0.0
.bss 84616 85048 432 0.5
.text 1078352 1078422 70 0.0
bl602+mfd (read/write) 1423958 1424462 504 0.0
.bss 84784 85216 432 0.5
.text 1093704 1093774 70 0.0
bl602+rpc (read/write) 1457046 1457806 760 0.1
.bss 92648 93080 432 0.5
.text 1109840 1110166 326 0.0
bl702 lighting-app bl702 (read/write) 1175663 1176175 512 0.0
.text 948820 948898 78 0.0
bl702+mfd (read/write) 1186531 1187043 512 0.0
.text 960628 960706 78 0.0
bl702+rpc (read/write) 1275475 1276239 764 0.1
.text 1023630 1023964 334 0.0
bl706-eth (read/write) 994525 995037 512 0.1
.text 741240 741320 80 0.0
bl706-wifi (read/write) 1230190 1230818 628 0.1
.text 966154 966350 196 0.0
bl702l lighting-app bl702l (read/write) 1145380 1145892 512 0.0
.text 941914 941996 82 0.0
bl702l+mfd (read/write) 1156840 1157352 512 0.0
.text 954290 954372 82 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 739691 739859 168 0.0
(read/write) 166688 167080 392 0.2
.bss 89100 89492 392 0.4
.text 654628 654800 172 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757267 757451 184 0.0
(read/write) 176860 177252 392 0.2
.bss 99228 99620 392 0.4
.text 677092 677276 184 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744003 744163 160 0.0
(read/write) 171316 171708 392 0.2
.bss 93684 94076 392 0.4
.text 638092 638256 164 0.0
pump-app LP_EM_CC1354P10_6 (read only) 698051 698219 168 0.0
(read/write) 165724 166116 392 0.2
.bss 87904 88296 392 0.4
.text 617212 617384 172 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 683699 683859 160 0.0
(read/write) 165864 166256 392 0.2
.bss 88056 88448 392 0.4
.text 607028 607192 164 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 564802 564930 128 0.0
(read/write) 206600 207520 920 0.4
.bss 200060 200980 920 0.5
.text 478984 479108 124 0.0
lock CC3235SF_LAUNCHXL (read only) 617066 617186 120 0.0
(read/write) 206940 207860 920 0.4
.bss 200376 201296 920 0.5
.text 509436 509560 124 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 557367 558087 720 0.1
.app_xip_area 448273 448457 184 0.0
.bss 64008 64544 536 0.8
lock cyw930739m2evb_01 (read/write) 539543 540263 720 0.1
.app_xip_area 425769 425953 184 0.0
.bss 68656 69192 536 0.8
ota-requestor cyw930739m2evb_01 (read/write) 577455 578175 720 0.1
.app_xip_area 469745 469929 184 0.0
.bss 62696 63232 536 0.9
switch cyw930739m2evb_01 (read/write) 553719 554495 776 0.1
.app_xip_area 442921 443145 224 0.1
.bss 65680 66232 552 0.8
efr32 lighting-app BRD4161A+rs9116 (read/write) 1011660 1012236 576 0.1
.bss 172080 172464 384 0.2
.text 836864 837056 192 0.0
BRD4187C (read/write) 1097500 1098068 568 0.1
.bss 195708 196092 384 0.2
.text 898468 898652 184 0.0
lock-app BRD4161A+wf200 (read/write) 1103816 1104520 704 0.1
.bss 186680 187064 384 0.2
.text 914404 914724 320 0.0
window-app BRD4187C (read/write) 1132400 1132928 528 0.0
.bss 168060 168444 384 0.2
.text 961144 961288 144 0.0
esp32 all-clusters-app c3devkit (read only) 1132688 1132984 296 0.0
(read/write) 1670316 1670700 384 0.0
.dram0.bss 72048 72432 384 0.5
.flash.text 1132688 1132984 296 0.0
m5stack (read only) 1177651 1177783 132 0.0
(read/write) 520328 520712 384 0.1
.dram0.bss 78696 79080 384 0.5
.flash.text 1172267 1172399 132 0.0
k32w contact k32w0+release (read only) 592260 592404 144 0.0
(read/write) 87704 88096 392 0.4
.bss 70944 71336 392 0.6
.text 591724 591868 144 0.0
k32w1+release (read/write) 687408 687960 552 0.1
.bss 67144 67536 392 0.6
.text 574064 574224 160 0.0
light k32w0+release (read only) 591980 592124 144 0.0
(read/write) 87380 87772 392 0.4
.bss 70632 71024 392 0.6
.text 591444 591588 144 0.0
k32w1+release (read/write) 779436 779988 552 0.1
.bss 76820 77212 392 0.5
.text 657224 657384 160 0.0
lock k32w0+release (read only) 563828 563972 144 0.0
(read/write) 85200 85592 392 0.5
.bss 68512 68904 392 0.6
.text 563292 563436 144 0.0
linux air-purifier-app debug (read only) 2504029 2504317 288 0.0
(read/write) 126800 126832 32 0.0
.bss 46912 46944 32 0.1
.text 2152245 2152533 288 0.0
all-clusters-app debug (read only) 5324985 5325273 288 0.0
(read/write) 429408 429440 32 0.0
.bss 130000 130032 32 0.0
.text 4634643 4634931 288 0.0
all-clusters-minimal-app debug (read only) 4927969 4928241 272 0.0
(read/write) 234344 234376 32 0.0
.bss 127792 127824 32 0.0
.text 4425587 4425859 272 0.0
bridge-app debug (read only) 4400865 4401153 288 0.0
(read/write) 215648 215680 32 0.0
.bss 119192 119224 32 0.0
.text 3964547 3964835 288 0.0
chip-tool debug (read only) 10720905 10721289 384 0.0
(read/write) 464424 464488 64 0.0
.bss 94008 94072 64 0.1
.rodata 400233 400265 32 0.0
.text 9692851 9693203 352 0.0
chip-tool-ipv6only arm64 (read only) 10573536 10573976 440 0.0
(read/write) 528264 531936 3672 0.7
.bss 103320 103352 32 0.0
.got 18928 18936 8 0.0
.rodata 324632 324656 24 0.0
.text 9446664 9447048 384 0.0
lighting-app debug+rpc+ui (read only) 5273633 5273921 288 0.0
(read/write) 224496 224528 32 0.0
.bss 119296 119328 32 0.0
.text 4691555 4691843 288 0.0
lock-app debug (read only) 4486137 4486409 272 0.0
(read/write) 203264 203296 32 0.0
.bss 113600 113632 32 0.0
.text 4030307 4030579 272 0.0
ota-provider-app debug (read only) 4150137 4150425 288 0.0
(read/write) 192416 192448 32 0.0
.bss 113600 113632 32 0.0
.text 3758211 3758499 288 0.0
ota-requestor-app debug (read only) 4236473 4236761 288 0.0
(read/write) 196664 196696 32 0.0
.bss 114624 114656 32 0.0
.text 3836435 3836723 288 0.0
shell debug (read only) 2766897 2767185 288 0.0
(read/write) 149704 149736 32 0.0
.bss 60648 60680 32 0.1
.text 2415602 2415890 288 0.0
thermostat-no-ble arm64 (read only) 4387296 4387632 336 0.0
.bss 122232 122248 16 0.0
.got 11936 11944 8 0.1
.text 3885992 3886312 320 0.0
tv-app debug (read only) 5270017 5270305 288 0.0
(read/write) 345176 345208 32 0.0
.bss 242400 242432 32 0.0
.text 4767923 4768211 288 0.0
tv-casting-app debug (read only) 8662729 8663065 336 0.0
(read/write) 321888 321952 64 0.0
.bss 156224 156288 64 0.0
.text 7893683 7894019 336 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2522536 2522728 192 0.0
.bss 219112 220032 920 0.4
.text 1485220 1485412 192 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1057032 1057624 592 0.1
bss 128543 128931 388 0.3
text 776720 776936 216 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1183728 1184336 608 0.1
bss 120745 121133 388 0.3
text 774352 774576 224 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1042296 1042904 608 0.1
bss 128822 129210 388 0.3
text 766452 766668 216 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1735732 1736780 1048 0.1
.bss 193612 194532 920 0.5
.text 1531252 1531380 128 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1699572 1700620 1048 0.1
.bss 191884 192804 920 0.5
.text 1496820 1496948 128 0.0
light cy8ckit_062s2_43012 (read/write) 1625692 1626724 1032 0.1
.bss 185316 186236 920 0.5
.text 1429620 1429732 112 0.0
lock cy8ckit_062s2_43012 (read/write) 1652700 1653748 1048 0.1
.bss 212372 213292 920 0.4
.text 1429556 1429684 128 0.0
qpg lighting-app qpg6105+debug (read/write) 1113848 1113992 144 0.0
.bss 100768 101160 392 0.4
.text 626224 626368 144 0.0
lock-app qpg6105+debug (read/write) 1074948 1075132 184 0.0
.bss 95544 95936 392 0.4
.text 587324 587508 184 0.0
telink air-quality-sensor-app tlsr9528a_retention (read/write) 816294 817018 724 0.1
bss 53312 53700 388 0.7
text 610364 610704 340 0.1
all-clusters-app tlsr9518adk80d (read/write) 1074360 1075092 732 0.1
bss 99588 99976 388 0.4
text 757624 757966 342 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1079192 1079924 732 0.1
bss 109272 109660 388 0.4
text 749260 749602 342 0.0
bridge-app tlsr9518adk80d (read/write) 931480 932212 732 0.1
bss 93792 94180 388 0.4
text 644196 644538 342 0.1
contact-sensor-app tlsr9528a_retention (read/write) 816406 817130 724 0.1
bss 53364 53752 388 0.7
text 610568 610908 340 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 970352 971160 808 0.1
bss 77164 77572 408 0.5
text 688378 688780 402 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1089092 1089824 732 0.1
bss 99356 99744 388 0.4
text 766384 766726 342 0.0
lock-app-dfu tlsr9528a (read/write) 957204 957936 732 0.1
bss 95436 95824 388 0.4
text 642564 642906 342 0.1
ota-requestor-app tlsr9518adk80d (read/write) 944688 945420 732 0.1
bss 91900 92288 388 0.4
text 659864 660206 342 0.1
pump-app tlsr9528a (read/write) 872776 873508 732 0.1
bss 67200 67588 388 0.6
text 616988 617330 342 0.1
pump-controller-app tlsr9518adk80d (read/write) 813476 814200 724 0.1
bss 55444 55832 388 0.7
text 583942 584284 342 0.1
resource-monitoring-app tlsr9518adk80d (read/write) 829152 829884 732 0.1
bss 55848 56236 388 0.7
text 594538 594880 342 0.1
shell tlsr9518adk80d (read/write) 705712 706192 480 0.1
bss 73232 73620 388 0.5
text 462250 462342 92 0.0
smoke_co_alarm-app tlsr9528a_retention (read/write) 818134 818858 724 0.1
bss 53456 53844 388 0.7
text 613292 613632 340 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read/write) 870165 870889 724 0.1
bss 58912 59300 388 0.7
text 625282 625624 342 0.1
thermostat tlsr9518adk80d (read/write) 837504 838236 732 0.1
bss 55732 56120 388 0.7
text 602096 602438 342 0.1
window-covering tlsr9518adk80d (read/write) 832012 832736 724 0.1
bss 56084 56472 388 0.7
text 596330 596672 342 0.1
Decreases (5 builds for linux, psoc6)
platform target config section 53c1608 710e19a change % change
linux thermostat-no-ble arm64 (read/write) 246824 246528 -296 -0.1
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837248 836328 -920 -0.1
all-clusters-minimal cy8ckit_062s2_43012 (read only) 838976 838056 -920 -0.1
light cy8ckit_062s2_43012 (read only) 845656 844736 -920 -0.1
lock cy8ckit_062s2_43012 (read only) 818584 817664 -920 -0.1
Full report (73 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 53c1608 710e19a change % change
bl602 lighting-app bl602 (read/write) 1409518 1410022 504 0.0
.bss 84616 85048 432 0.5
.data 9376 9376 0 0.0
.rodata 156520 156520 0 0.0
.text 1078352 1078422 70 0.0
bl602+mfd (read/write) 1423958 1424462 504 0.0
.bss 84784 85216 432 0.5
.data 9344 9344 0 0.0
.rodata 155480 155480 0 0.0
.text 1093704 1093774 70 0.0
bl602+rpc (read/write) 1457046 1457806 760 0.1
.bss 92648 93080 432 0.5
.data 9744 9744 0 0.0
.rodata 164144 164144 0 0.0
.text 1109840 1110166 326 0.0
bl702 lighting-app bl702 (read only) 3478 3478 0 0.0
(read/write) 1175663 1176175 512 0.0
.bss 11197 11197 0 0.0
.data 3560 3560 0 0.0
.rodata 106268 106268 0 0.0
.text 948820 948898 78 0.0
bl702+mfd (read only) 3478 3478 0 0.0
(read/write) 1186531 1187043 512 0.0
.bss 11373 11373 0 0.0
.data 3536 3536 0 0.0
.rodata 105208 105208 0 0.0
.text 960628 960706 78 0.0
bl702+rpc (read only) 3478 3478 0 0.0
(read/write) 1275475 1276239 764 0.1
.bss 19677 19677 0 0.0
.data 4112 4112 0 0.0
.rodata 121676 121676 0 0.0
.text 1023630 1023964 334 0.0
bl706-eth (read/write) 994525 995037 512 0.1
.bss 23772 23772 0 0.0
.data 3128 3128 0 0.0
.rodata 99336 99336 0 0.0
.text 741240 741320 80 0.0
bl706-wifi (read/write) 1230190 1230818 628 0.1
.bss 10657 10657 0 0.0
.data 3568 3568 0 0.0
.rodata 120208 120208 0 0.0
.text 966154 966350 196 0.0
bl702l lighting-app bl702l (read only) 512 512 0 0.0
(read/write) 1145380 1145892 512 0.0
.bss 16408 16408 0 0.0
.data 4920 4920 0 0.0
.rodata 100272 100272 0 0.0
.text 941914 941996 82 0.0
bl702l+mfd (read only) 512 512 0 0.0
(read/write) 1156840 1157352 512 0.0
.bss 16584 16584 0 0.0
.data 4904 4904 0 0.0
.rodata 99212 99212 0 0.0
.text 954290 954372 82 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 739691 739859 168 0.0
(read/write) 166688 167080 392 0.2
.bss 89100 89492 392 0.4
.data 3424 3424 0 0.0
.rodata 84671 84671 0 0.0
.text 654628 654800 172 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 757267 757451 184 0.0
(read/write) 176860 177252 392 0.2
.bss 99228 99620 392 0.4
.data 3444 3444 0 0.0
.rodata 79783 79783 0 0.0
.text 677092 677276 184 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 744003 744163 160 0.0
(read/write) 171316 171708 392 0.2
.bss 93684 94076 392 0.4
.data 3444 3444 0 0.0
.rodata 105519 105519 0 0.0
.text 638092 638256 164 0.0
pump-app LP_EM_CC1354P10_6 (read only) 698051 698219 168 0.0
(read/write) 165724 166116 392 0.2
.bss 87904 88296 392 0.4
.data 3412 3412 0 0.0
.rodata 80447 80447 0 0.0
.text 617212 617384 172 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 683699 683859 160 0.0
(read/write) 165864 166256 392 0.2
.bss 88056 88448 392 0.4
.data 3408 3408 0 0.0
.rodata 76279 76279 0 0.0
.text 607028 607192 164 0.0
cc32xx air-purifier CC3235SF_LAUNCHXL (read only) 564802 564930 128 0.0
(read/write) 206600 207520 920 0.4
.bss 200060 200980 920 0.5
.data 1416 1416 0 0.0
.rodata 83698 83698 0 0.0
.text 478984 479108 124 0.0
lock CC3235SF_LAUNCHXL (read only) 617066 617186 120 0.0
(read/write) 206940 207860 920 0.4
.bss 200376 201296 920 0.5
.data 1444 1444 0 0.0
.rodata 105506 105506 0 0.0
.text 509436 509560 124 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 557367 558087 720 0.1
.app_xip_area 448273 448457 184 0.0
.bss 64008 64544 536 0.8
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 539543 540263 720 0.1
.app_xip_area 425769 425953 184 0.0
.bss 68656 69192 536 0.8
.data 696 696 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 577455 578175 720 0.1
.app_xip_area 469745 469929 184 0.0
.bss 62696 63232 536 0.9
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 553719 554495 776 0.1
.app_xip_area 442921 443145 224 0.1
.bss 65680 66232 552 0.8
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1011660 1012236 576 0.1
.bss 172080 172464 384 0.2
.data 2696 2696 0 0.0
.text 836864 837056 192 0.0
BRD4187C (read/write) 1097500 1098068 568 0.1
.bss 195708 196092 384 0.2
.data 3304 3304 0 0.0
.text 898468 898652 184 0.0
lock-app BRD4161A+wf200 (read/write) 1103816 1104520 704 0.1
.bss 186680 187064 384 0.2
.data 2708 2708 0 0.0
.text 914404 914724 320 0.0
window-app BRD4187C (read/write) 1132400 1132928 528 0.0
.bss 168060 168444 384 0.2
.data 3176 3176 0 0.0
.text 961144 961288 144 0.0
esp32 all-clusters-app c3devkit (read only) 1132688 1132984 296 0.0
(read/write) 1670316 1670700 384 0.0
.dram0.bss 72048 72432 384 0.5
.dram0.data 12996 12996 0 0.0
.flash.rodata 241400 241400 0 0.0
.flash.text 1132688 1132984 296 0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1177651 1177783 132 0.0
(read/write) 520328 520712 384 0.1
.dram0.bss 78696 79080 384 0.5
.dram0.data 34020 34020 0 0.0
.flash.rodata 273248 273248 0 0.0
.flash.text 1172267 1172399 132 0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 592260 592404 144 0.0
(read/write) 87704 88096 392 0.4
.bss 70944 71336 392 0.6
.data 2136 2136 0 0.0
.text 591724 591868 144 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 687408 687960 552 0.1
.bss 67144 67536 392 0.6
.data 2720 2720 0 0.0
.text 574064 574224 160 0.0
light k32w0+release (read only) 591980 592124 144 0.0
(read/write) 87380 87772 392 0.4
.bss 70632 71024 392 0.6
.data 2124 2124 0 0.0
.text 591444 591588 144 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 779436 779988 552 0.1
.bss 76820 77212 392 0.5
.data 1932 1932 0 0.0
.text 657224 657384 160 0.0
lock k32w0+release (read only) 563828 563972 144 0.0
(read/write) 85200 85592 392 0.5
.bss 68512 68904 392 0.6
.data 2064 2064 0 0.0
.text 563292 563436 144 0.0
linux air-purifier-app debug (read only) 2504029 2504317 288 0.0
(read/write) 126800 126832 32 0.0
.bss 46912 46944 32 0.1
.data 1472 1472 0 0.0
.data.rel.ro 72408 72408 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 177288 177288 0 0.0
.text 2152245 2152533 288 0.0
all-clusters-app debug (read only) 5324985 5325273 288 0.0
(read/write) 429408 429440 32 0.0
.bss 130000 130032 32 0.0
.data 3856 3856 0 0.0
.data.rel.ro 288304 288304 0 0.0
.dynamic 624 624 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 1224 1224 0 0.0
.rodata 302268 302268 0 0.0
.text 4634643 4634931 288 0.0
all-clusters-minimal-app debug (read only) 4927969 4928241 272 0.0
(read/write) 234344 234376 32 0.0
.bss 127792 127824 32 0.0
.data 3792 3792 0 0.0
.data.rel.ro 95616 95616 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 270605 270605 0 0.0
.text 4425587 4425859 272 0.0
bridge-app debug (read only) 4400865 4401153 288 0.0
(read/write) 215648 215680 32 0.0
.bss 119192 119224 32 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84992 84992 0 0.0
.dynamic 624 624 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 218293 218293 0 0.0
.text 3964547 3964835 288 0.0
chip-tool debug (read only) 10720905 10721289 384 0.0
(read/write) 464424 464488 64 0.0
.bss 94008 94072 64 0.1
.data 4994 4994 0 0.0
.data.rel.ro 358184 358184 0 0.0
.dynamic 624 624 0 0.0
.got 5784 5784 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 400233 400265 32 0.0
.text 9692851 9693203 352 0.0
chip-tool-ipv6only arm64 (read only) 10573536 10573976 440 0.0
(read/write) 528264 531936 3672 0.7
.bss 103320 103352 32 0.0
.data 4296 4296 0 0.0
.data.rel.ro 396040 396040 0 0.0
.dynamic 512 512 0 0.0
.got 18928 18936 8 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 324632 324656 24 0.0
.text 9446664 9447048 384 0.0
lighting-app debug+rpc+ui (read only) 5273633 5273921 288 0.0
(read/write) 224496 224528 32 0.0
.bss 119296 119328 32 0.0
.data 4384 4384 0 0.0
.data.rel.ro 93248 93248 0 0.0
.dynamic 672 672 0 0.0
.got 5896 5896 0 0.0
.init 27 27 0 0.0
.init_array 968 968 0 0.0
.rodata 338196 338196 0 0.0
.text 4691555 4691843 288 0.0
lock-app debug (read only) 4486137 4486409 272 0.0
(read/write) 203264 203296 32 0.0
.bss 113600 113632 32 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79272 79272 0 0.0
.dynamic 624 624 0 0.0
.got 5232 5232 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 246293 246293 0 0.0
.text 4030307 4030579 272 0.0
ota-provider-app debug (read only) 4150137 4150425 288 0.0
(read/write) 192416 192448 32 0.0
.bss 113600 113632 32 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68976 68976 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200597 200597 0 0.0
.text 3758211 3758499 288 0.0
ota-requestor-app debug (read only) 4236473 4236761 288 0.0
(read/write) 196664 196696 32 0.0
.bss 114624 114656 32 0.0
.data 4192 4192 0 0.0
.data.rel.ro 71952 71952 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 204405 204405 0 0.0
.text 3836435 3836723 288 0.0
shell debug (read only) 2766897 2767185 288 0.0
(read/write) 149704 149736 32 0.0
.bss 60648 60680 32 0.1
.data 784 784 0 0.0
.data.rel.ro 82464 82464 0 0.0
.dynamic 592 592 0 0.0
.got 4104 4104 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 180608 180608 0 0.0
.text 2415602 2415890 288 0.0
thermostat-no-ble arm64 (read only) 4387296 4387632 336 0.0
(read/write) 246824 246528 -296 -0.1
.bss 122232 122248 16 0.0
.data 2800 2800 0 0.0
.data.rel.ro 102072 102072 0 0.0
.dynamic 512 512 0 0.0
.got 11936 11944 8 0.1
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161724 161724 0 0.0
.text 3885992 3886312 320 0.0
tv-app debug (read only) 5270017 5270305 288 0.0
(read/write) 345176 345208 32 0.0
.bss 242400 242432 32 0.0
.data 4992 4992 0 0.0
.data.rel.ro 90480 90480 0 0.0
.dynamic 624 624 0 0.0
.got 5520 5520 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 267069 267069 0 0.0
.text 4767923 4768211 288 0.0
tv-casting-app debug (read only) 8662729 8663065 336 0.0
(read/write) 321888 321952 64 0.0
.bss 156224 156288 64 0.0
.data 2464 2464 0 0.0
.data.rel.ro 156352 156352 0 0.0
.dynamic 624 624 0 0.0
.got 5064 5064 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 346280 346280 0 0.0
.text 7893683 7894019 336 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522536 2522728 192 0.0
.bss 219112 220032 920 0.4
.data 5136 5136 0 0.0
.text 1485220 1485412 192 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1057032 1057624 592 0.1
bss 128543 128931 388 0.3
rodata 104120 104120 0 0.0
text 776720 776936 216 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1183728 1184336 608 0.1
bss 120745 121133 388 0.3
rodata 138296 138296 0 0.0
text 774352 774576 224 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1042296 1042904 608 0.1
bss 128822 129210 388 0.3
rodata 99376 99376 0 0.0
text 766452 766668 216 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837248 836328 -920 -0.1
(read/write) 1735732 1736780 1048 0.1
.bss 193612 194532 920 0.5
.data 2480 2480 0 0.0
.text 1531252 1531380 128 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 838976 838056 -920 -0.1
(read/write) 1699572 1700620 1048 0.1
.bss 191884 192804 920 0.5
.data 2480 2480 0 0.0
.text 1496820 1496948 128 0.0
light cy8ckit_062s2_43012 (read only) 845656 844736 -920 -0.1
(read/write) 1625692 1626724 1032 0.1
.bss 185316 186236 920 0.5
.data 2368 2368 0 0.0
.text 1429620 1429732 112 0.0
lock cy8ckit_062s2_43012 (read only) 818584 817664 -920 -0.1
(read/write) 1652700 1653748 1048 0.1
.bss 212372 213292 920 0.4
.data 2384 2384 0 0.0
.text 1429556 1429684 128 0.0
qpg lighting-app qpg6105+debug (read/write) 1113848 1113992 144 0.0
.bss 100768 101160 392 0.4
.data 748 748 0 0.0
.text 626224 626368 144 0.0
lock-app qpg6105+debug (read/write) 1074948 1075132 184 0.0
.bss 95544 95936 392 0.4
.data 780 780 0 0.0
.text 587324 587508 184 0.0
telink air-quality-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 816294 817018 724 0.1
bss 53312 53700 388 0.7
text 610364 610704 340 0.1
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1074360 1075092 732 0.1
bss 99588 99976 388 0.4
text 757624 757966 342 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1079192 1079924 732 0.1
bss 109272 109660 388 0.4
text 749260 749602 342 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 931480 932212 732 0.1
bss 93792 94180 388 0.4
text 644196 644538 342 0.1
contact-sensor-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 816406 817130 724 0.1
bss 53364 53752 388 0.7
text 610568 610908 340 0.1
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 970352 971160 808 0.1
bss 77164 77572 408 0.5
text 688378 688780 402 0.1
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1089092 1089824 732 0.1
bss 99356 99744 388 0.4
text 766384 766726 342 0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 957204 957936 732 0.1
bss 95436 95824 388 0.4
text 642564 642906 342 0.1
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944688 945420 732 0.1
bss 91900 92288 388 0.4
text 659864 660206 342 0.1
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 872776 873508 732 0.1
bss 67200 67588 388 0.6
text 616988 617330 342 0.1
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 813476 814200 724 0.1
bss 55444 55832 388 0.7
text 583942 584284 342 0.1
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 829152 829884 732 0.1
bss 55848 56236 388 0.7
text 594538 594880 342 0.1
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 705712 706192 480 0.1
bss 73232 73620 388 0.5
text 462250 462342 92 0.0
smoke_co_alarm-app tlsr9528a_retention (read only) 51774 51774 0 0.0
(read/write) 818134 818858 724 0.1
bss 53456 53844 388 0.7
text 613292 613632 340 0.1
temperature-measurement-app-mars-ota tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 870165 870889 724 0.1
bss 58912 59300 388 0.7
text 625282 625624 342 0.1
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 837504 838236 732 0.1
bss 55732 56120 388 0.7
text 602096 602438 342 0.1
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 832012 832736 724 0.1
bss 56084 56472 388 0.7
text 596330 596672 342 0.1

Copy link

stale bot commented Mar 13, 2024

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

@stale stale bot added the stale Stale issue or PR label Mar 13, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants