Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

[Silabs] Fixed LCD animations for window-app #29675

Merged

Conversation

arun-silabs
Copy link
Contributor

Issue : LCD animations are not working for window-app.

Fix : The variable 'mState.isWiFiProvisioned' is not being modified after commissioning, so the LCD 'paint' API was not being called. Replaced the variable with respective API call to get the commissioning status.

After factory reset, QR code is also being displayed on LCD.

Notes : For LCD to work on thread applications, the variable 'mState.isThreadProvisioned' must be set to 1 after commissioning. We were unable to verify this as we do not have the thread setup.

@CLAassistant
Copy link

CLAassistant commented Oct 10, 2023

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link

github-actions bot commented Oct 10, 2023

PR #29675: Size comparison from 555eed5 to e6b445a

Increases (1 build for efr32)
platform target config section 555eed5 e6b445a change % change
efr32 window-app BRD4187C (read/write) 1123996 1125764 1768 0.2
.bss 168472 168600 128 0.1
.text 952364 954004 1640 0.2
Decreases (2 builds for bl702, telink)
platform target config section 555eed5 e6b445a change % change
bl702 lighting-app bl702+rpc .text 1034792 1034790 -2 -0.0
telink temperature-measurement-app tlsr9528a text 612318 612314 -4 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 555eed5 e6b445a change % change
bl602 lighting-app bl602 (read/write) 1389690 1389690 0 0.0
.bss 88176 88176 0 0.0
.data 9368 9368 0 0.0
.text 1066314 1066314 0 0.0
bl602+mfd (read/write) 1403594 1403594 0 0.0
.bss 88344 88344 0 0.0
.data 9344 9344 0 0.0
.text 1081118 1081118 0 0.0
bl602+rpc (read/write) 1436950 1436950 0 0.0
.bss 96200 96200 0 0.0
.data 9744 9744 0 0.0
.text 1098046 1098046 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1193439 1193439 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1548067 1548067 0 0.0
.debug_aranges 138432 138432 0 0.0
.debug_frame 506592 506592 0 0.0
.debug_info 41939858 41939858 0 0.0
.debug_line 5369327 5369327 0 0.0
.debug_loc 3633508 3633508 0 0.0
.debug_ranges 433616 433616 0 0.0
.debug_str 4052333 4052333 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106380 106380 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 596892 596892 0 0.0
.symtab 177280 177280 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
960802 960802 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1204015 1204015 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1550140 1550140 0 0.0
.debug_aranges 139600 139600 0 0.0
.debug_frame 511664 511664 0 0.0
.debug_info 41980476 41980476 0 0.0
.debug_line 5408714 5408714 0 0.0
.debug_loc 3671939 3671939 0 0.0
.debug_ranges 435616 435616 0 0.0
.debug_str 4057864 4057864 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105320 105320 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600652 600652 0 0.0
.symtab 179040 179040 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
972318 972318 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1292119 1292119 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1728961 1728961 0 0.0
.debug_aranges 147152 147152 0 0.0
.debug_frame 535940 535940 0 0.0
.debug_info 47090534 47090534 0 0.0
.debug_line 5787576 5787576 0 0.0
.debug_loc 3840601 3840601 0 0.0
.debug_ranges 461168 461168 0 0.0
.debug_str 4480918 4480918 0 0.0
.hbn 544 544 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 121520 121520 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 661905 661905 0 0.0
.symtab 196672 196672 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1034792 1034790 -2 -0.0
bl706-eth (read/write) 1042335 1042335 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1083882 1083882 0 0.0
.debug_aranges 115440 115440 0 0.0
.debug_frame 425992 425992 0 0.0
.debug_info 22692245 22692245 0 0.0
.debug_line 4301962 4301962 0 0.0
.debug_loc 3142508 3142508 0 0.0
.debug_ranges 369424 369424 0 0.0
.debug_str 3631687 3631687 0 0.0
.hbn 184 184 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 96080 96080 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465187 465187 0 0.0
.symtab 139968 139968 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
786626 786626 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1207442 1207442 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98455 98455 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1176934 1176934 0 0.0
.debug_aranges 119616 119616 0 0.0
.debug_frame 618544 618544 0 0.0
.debug_info 23862319 23862319 0 0.0
.debug_line 4546167 4546167 0 0.0
.debug_loc 3242490 3242490 0 0.0
.debug_ranges 379312 379312 0 0.0
.debug_str 3703978 3703978 0 0.0
.hbn 468 468 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 109208 109208 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505914 505914 0 0.0
.symtab 152832 152832 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
955140 955140 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1156584 1156584 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1542355 1542355 0 0.0
.debug_aranges 133296 133296 0 0.0
.debug_frame 487232 487232 0 0.0
.debug_info 41397855 41397855 0 0.0
.debug_line 5272462 5272462 0 0.0
.debug_loc 3577751 3577751 0 0.0
.debug_ranges 440152 440152 0 0.0
.debug_str 4076921 4076921 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100360 100360 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 598518 598518 0 0.0
.symtab 176720 176720 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
943620 943620 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1167204 1167204 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1544443 1544443 0 0.0
.debug_aranges 134464 134464 0 0.0
.debug_frame 492300 492300 0 0.0
.debug_info 41440516 41440516 0 0.0
.debug_line 5311726 5311726 0 0.0
.debug_loc 3616182 3616182 0 0.0
.debug_ranges 442152 442152 0 0.0
.debug_str 4082442 4082442 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99300 99300 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 602346 602346 0 0.0
.symtab 178512 178512 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
955146 955146 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734595 734595 0 0.0
(read/write) 166444 166444 0 0.0
.bss 88860 88860 0 0.0
.data 3420 3420 0 0.0
.rodata 84399 84399 0 0.0
.text 649804 649804 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756091 756091 0 0.0
(read/write) 176700 176700 0 0.0
.bss 99084 99084 0 0.0
.data 3436 3436 0 0.0
.rodata 80087 80087 0 0.0
.text 675616 675616 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743627 743627 0 0.0
(read/write) 171172 171172 0 0.0
.bss 93556 93556 0 0.0
.data 3436 3436 0 0.0
.rodata 106111 106111 0 0.0
.text 637128 637128 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694651 694651 0 0.0
(read/write) 165536 165536 0 0.0
.bss 87728 87728 0 0.0
.data 3408 3408 0 0.0
.rodata 80271 80271 0 0.0
.text 613988 613988 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680339 680339 0 0.0
(read/write) 165676 165676 0 0.0
.bss 87872 87872 0 0.0
.data 3404 3404 0 0.0
.rodata 76111 76111 0 0.0
.text 603836 603836 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617386 617386 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 200344 200344 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 936264 936264 0 0.0
.debug_aranges 108856 108856 0 0.0
.debug_frame 366968 366968 0 0.0
.debug_info 20635673 20635673 0 0.0
.debug_line 2659592 2659592 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1634528 1634528 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112053 112053 0 0.0
.debug_str 3429354 3429354 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106282 106282 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515384 515384 0 0.0
.symtab 298272 298272 0 0.0
.text 508984 508984 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551583 551583 0 0.0
.app_xip_area 442785 442785 0 0.0
.bss 63768 63768 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) 537735 537735 0 0.0
.app_xip_area 424145 424145 0 0.0
.bss 68536 68536 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573671 573671 0 0.0
.app_xip_area 466201 466201 0 0.0
.bss 62512 62512 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) 549503 549503 0 0.0
.app_xip_area 438937 438937 0 0.0
.bss 65512 65512 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006396 1006396 0 0.0
.bss 171940 171940 0 0.0
.data 2684 2684 0 0.0
.text 831748 831748 0 0.0
BRD4187C (read/write) 1088792 1088792 0 0.0
.bss 196064 196064 0 0.0
.data 3268 3268 0 0.0
.text 889440 889440 0 0.0
lock-app BRD4161A+wf200 (read/write) 1103648 1103648 0 0.0
.bss 186628 186628 0 0.0
.data 2696 2696 0 0.0
.text 914304 914304 0 0.0
window-app BRD4187C (read/write) 1123996 1125764 1768 0.2
.bss 168472 168600 128 0.1
.data 3140 3140 0 0.0
.text 952364 954004 1640 0.2
esp32 all-clusters-app c3devkit (read only) 1162116 1162116 0 0.0
(read/write) 1701860 1701860 0 0.0
.dram0.bss 77640 77640 0 0.0
.dram0.data 13060 13060 0 0.0
.flash.rodata 268432 268432 0 0.0
.flash.text 1162116 1162116 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1205051 1205051 0 0.0
(read/write) 551794 551794 0 0.0
.dram0.bss 84288 84288 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299868 299868 0 0.0
.flash.text 1199667 1199667 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 588508 588508 0 0.0
(read/write) 87512 87512 0 0.0
.bss 70760 70760 0 0.0
.data 2128 2128 0 0.0
.text 587972 587972 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683728 683728 0 0.0
.bss 66976 66976 0 0.0
.data 2716 2716 0 0.0
.text 570560 570560 0 0.0
light k32w0+release (read only) 588236 588236 0 0.0
(read/write) 87188 87188 0 0.0
.bss 70448 70448 0 0.0
.data 2116 2116 0 0.0
.text 587700 587700 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775436 775436 0 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 653424 653424 0 0.0
lock k32w0+release (read only) 559972 559972 0 0.0
(read/write) 85016 85016 0 0.0
.bss 68336 68336 0 0.0
.data 2056 2056 0 0.0
.text 559436 559436 0 0.0
linux all-clusters-app debug (read only) 5494161 5494161 0 0.0
(read/write) 420552 420552 0 0.0
.bss 130480 130480 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 278848 278848 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 335436 335436 0 0.0
.text 4777907 4777907 0 0.0
all-clusters-minimal-app debug (read only) 4873993 4873993 0 0.0
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270333 270333 0 0.0
.text 4372547 4372547 0 0.0
bridge-app debug (read only) 2753001 2753001 0 0.0
(read/write) 133168 133168 0 0.0
.bss 51736 51736 0 0.0
.data 3680 3680 0 0.0
.data.rel.ro 71648 71648 0 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 213280 213280 0 0.0
.text 2361955 2361955 0 0.0
chip-tool debug (read only) 10208297 10208297 0 0.0
(read/write) 443032 443032 0 0.0
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337104 337104 0 0.0
.dynamic 624 624 0 0.0
.got 5808 5808 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 386153 386153 0 0.0
.text 9225123 9225123 0 0.0
chip-tool-ipv6only arm64 (read only) 10078124 10078124 0 0.0
(read/write) 504792 504792 0 0.0
.bss 103032 103032 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 373648 373648 0 0.0
.dynamic 512 512 0 0.0
.got 18368 18368 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 314872 314872 0 0.0
.text 8997720 8997720 0 0.0
lighting-app debug+rpc+ui (read only) 5213105 5213105 0 0.0
(read/write) 222856 222856 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92704 92704 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 336212 336212 0 0.0
.text 4634003 4634003 0 0.0
lock-app debug (read only) 4450529 4450529 0 0.0
(read/write) 203128 203128 0 0.0
.bss 113424 113424 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246813 246813 0 0.0
.text 3994099 3994099 0 0.0
ota-provider-app debug (read only) 4116529 4116529 0 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 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 200029 200029 0 0.0
.text 3725939 3725939 0 0.0
ota-requestor-app debug (read only) 4201961 4201961 0 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 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 203293 203293 0 0.0
.text 3803779 3803779 0 0.0
shell debug (read only) 2899985 2899985 0 0.0
(read/write) 153248 153248 0 0.0
.bss 61000 61000 0 0.0
.data 784 784 0 0.0
.data.rel.ro 85544 85544 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211168 211168 0 0.0
.text 2515378 2515378 0 0.0
thermostat-no-ble arm64 (read only) 4345532 4345532 0 0.0
(read/write) 241832 241832 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11896 11896 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 161036 161036 0 0.0
.text 3849944 3849944 0 0.0
tv-app debug (read only) 5276993 5276993 0 0.0
(read/write) 350696 350696 0 0.0
.bss 241888 241888 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5608 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 271117 271117 0 0.0
.text 4761795 4761795 0 0.0
tv-casting-app debug (read only) 8138897 8138897 0 0.0
(read/write) 312872 312872 0 0.0
.bss 155904 155904 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 147696 147696 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 336152 336152 0 0.0
.text 7401251 7401251 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521784 2521784 0 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1484468 1484468 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1227680 1227680 0 0.0
bss 154518 154518 0 0.0
rodata 142644 142644 0 0.0
text 851476 851476 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1347300 1347300 0 0.0
bss 140528 140528 0 0.0
rodata 136880 136880 0 0.0
text 779204 779204 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160016 1160016 0 0.0
bss 153948 153948 0 0.0
rodata 113668 113668 0 0.0
text 813468 813468 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837512 0 0.0
(read/write) 1778292 1778292 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193300 193300 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 2528 2528 0 0.0
.debug_abbrev 1379706 1379706 0 0.0
.debug_aranges 145560 145560 0 0.0
.debug_frame 482752 482752 0 0.0
.debug_info 32220546 32220546 0 0.0
.debug_line 4041238 4041238 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2317356 2317356 0 0.0
.debug_rnglists 155953 155953 0 0.0
.debug_str 4183198 4183198 0 0.0
.heap 837512 837512 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 844209 844209 0 0.0
.symtab 513744 513744 0 0.0
.text 1574076 1574076 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840168 840168 0 0.0
(read/write) 1680788 1680788 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 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 2464 2464 0 0.0
.debug_abbrev 1260701 1260701 0 0.0
.debug_aranges 137360 137360 0 0.0
.debug_frame 461180 461180 0 0.0
.debug_info 28560922 28560922 0 0.0
.debug_line 3800389 3800389 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2190731 2190731 0 0.0
.debug_rnglists 147520 147520 0 0.0
.debug_str 3984838 3984838 0 0.0
.heap 840168 840168 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 741025 741025 0 0.0
.symtab 474560 474560 0 0.0
.text 1479228 1479228 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846496 0 0.0
(read/write) 1607196 1607196 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 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 2352 2352 0 0.0
.debug_abbrev 1101673 1101673 0 0.0
.debug_aranges 127424 127424 0 0.0
.debug_frame 424112 424112 0 0.0
.debug_info 23682112 23682112 0 0.0
.debug_line 3375171 3375171 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2027456 2027456 0 0.0
.debug_rnglists 137072 137072 0 0.0
.debug_str 3791920 3791920 0 0.0
.heap 846496 846496 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 654117 654117 0 0.0
.symtab 436016 436016 0 0.0
.text 1411964 1411964 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819232 819232 0 0.0
(read/write) 1640204 1640204 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 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 1093864 1093864 0 0.0
.debug_aranges 126056 126056 0 0.0
.debug_frame 419136 419136 0 0.0
.debug_info 23485379 23485379 0 0.0
.debug_line 3325753 3325753 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2002942 2002942 0 0.0
.debug_rnglists 135013 135013 0 0.0
.debug_str 3753910 3753910 0 0.0
.heap 819232 819232 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 627661 627661 0 0.0
.symtab 427600 427600 0 0.0
.text 1417708 1417708 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1175576 1175576 0 0.0
.bss 100616 100616 0 0.0
.data 740 740 0 0.0
.text 622416 622416 0 0.0
lock-app qpg6105+debug (read/write) 1132368 1132368 0 0.0
.bss 95320 95320 0 0.0
.data 744 744 0 0.0
.text 579212 579212 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 874080 874080 0 0.0
bss 78044 78044 0 0.0
text 618464 618464 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1147948 1147948 0 0.0
bss 113224 113224 0 0.0
text 799462 799462 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1092972 1092972 0 0.0
bss 122244 122244 0 0.0
text 757918 757918 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 948596 948596 0 0.0
bss 106888 106888 0 0.0
text 655304 655304 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 877444 877444 0 0.0
bss 78124 78124 0 0.0
text 621578 621578 0 0.0
light-switch-app-rpc-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 923460 923460 0 0.0
bss 83072 83072 0 0.0
text 659666 659666 0 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 999216 999216 0 0.0
bss 109148 109148 0 0.0
text 702458 702458 0 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 933368 933368 0 0.0
bss 78816 78816 0 0.0
text 650726 650726 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 962228 962228 0 0.0
bss 104988 104988 0 0.0
text 671358 671358 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 881324 881324 0 0.0
bss 78228 78228 0 0.0
text 625798 625798 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 822248 822248 0 0.0
bss 66240 66240 0 0.0
text 592900 592900 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 837836 837836 0 0.0
bss 66656 66656 0 0.0
text 603400 603400 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 716056 716056 0 0.0
bss 86424 86424 0 0.0
text 469696 469696 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 879300 879300 0 0.0
bss 78208 78208 0 0.0
text 624370 624370 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 865116 865116 0 0.0
bss 77928 77928 0 0.0
text 612318 612314 -4 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 843352 843352 0 0.0
bss 66540 66540 0 0.0
text 608272 608272 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 840600 840600 0 0.0
bss 66892 66892 0 0.0
text 605108 605108 0 0.0

@github-actions
Copy link

github-actions bot commented Oct 12, 2023

PR #29675: Size comparison from ffd1571 to 3c1d13b

Increases (1 build for efr32)
platform target config section ffd1571 3c1d13b change % change
efr32 window-app BRD4187C (read/write) 1124056 1125824 1768 0.2
.bss 168456 168584 128 0.1
.text 952436 954076 1640 0.2
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section ffd1571 3c1d13b change % change
bl602 lighting-app bl602 (read/write) 1388326 1388326 0 0.0
.bss 88168 88168 0 0.0
.data 9368 9368 0 0.0
.text 1064898 1064898 0 0.0
bl602+mfd (read/write) 1401974 1401974 0 0.0
.bss 88336 88336 0 0.0
.data 9344 9344 0 0.0
.text 1079444 1079444 0 0.0
bl602+rpc (read/write) 1435594 1435594 0 0.0
.bss 96200 96200 0 0.0
.data 9744 9744 0 0.0
.text 1096630 1096630 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1192475 1192475 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1546450 1546450 0 0.0
.debug_aranges 138576 138576 0 0.0
.debug_frame 507276 507276 0 0.0
.debug_info 41948690 41948690 0 0.0
.debug_line 5366011 5366011 0 0.0
.debug_loc 3646581 3646581 0 0.0
.debug_ranges 444632 444632 0 0.0
.debug_str 4066076 4066076 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106408 106408 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597181 597181 0 0.0
.symtab 177456 177456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
959808 959808 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1203035 1203035 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1548545 1548545 0 0.0
.debug_aranges 139744 139744 0 0.0
.debug_frame 512348 512348 0 0.0
.debug_info 41989106 41989106 0 0.0
.debug_line 5405367 5405367 0 0.0
.debug_loc 3684998 3684998 0 0.0
.debug_ranges 446704 446704 0 0.0
.debug_str 4071607 4071607 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105348 105348 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600941 600941 0 0.0
.symtab 179216 179216 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
971322 971322 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1291147 1291147 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1727411 1727411 0 0.0
.debug_aranges 147296 147296 0 0.0
.debug_frame 536632 536632 0 0.0
.debug_info 47109578 47109578 0 0.0
.debug_line 5783915 5783915 0 0.0
.debug_loc 3853786 3853786 0 0.0
.debug_ranges 472280 472280 0 0.0
.debug_str 4494661 4494661 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121548 121548 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662145 662145 0 0.0
.symtab 196832 196832 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1033786 1033786 0 0.0
bl706-eth (read/write) 1040707 1040707 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1081860 1081860 0 0.0
.debug_aranges 115496 115496 0 0.0
.debug_frame 426408 426408 0 0.0
.debug_info 22584249 22584249 0 0.0
.debug_line 4296814 4296814 0 0.0
.debug_loc 3155306 3155306 0 0.0
.debug_ranges 381064 381064 0 0.0
.debug_str 3643880 3643880 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 96140 96140 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465153 465153 0 0.0
.symtab 140016 140016 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
784936 784936 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1205938 1205938 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98439 98439 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1174701 1174701 0 0.0
.debug_aranges 119672 119672 0 0.0
.debug_frame 619068 619068 0 0.0
.debug_info 23753186 23753186 0 0.0
.debug_line 4541356 4541356 0 0.0
.debug_loc 3255220 3255220 0 0.0
.debug_ranges 391120 391120 0 0.0
.debug_str 3716171 3716171 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 109268 109268 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505880 505880 0 0.0
.symtab 152880 152880 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
953588 953588 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1155404 1155404 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1540717 1540717 0 0.0
.debug_aranges 133440 133440 0 0.0
.debug_frame 487916 487916 0 0.0
.debug_info 41405741 41405741 0 0.0
.debug_line 5268990 5268990 0 0.0
.debug_loc 3590644 3590644 0 0.0
.debug_ranges 451192 451192 0 0.0
.debug_str 4090665 4090665 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100388 100388 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 598807 598807 0 0.0
.symtab 176896 176896 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942408 942408 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1166260 1166260 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77168 77168 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1542827 1542827 0 0.0
.debug_aranges 134608 134608 0 0.0
.debug_frame 492984 492984 0 0.0
.debug_info 41448200 41448200 0 0.0
.debug_line 5308223 5308223 0 0.0
.debug_loc 3629061 3629061 0 0.0
.debug_ranges 453264 453264 0 0.0
.debug_str 4096186 4096186 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99328 99328 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 602635 602635 0 0.0
.symtab 178688 178688 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
954188 954188 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734843 734843 0 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84287 84287 0 0.0
.text 650168 650168 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756395 756395 0 0.0
(read/write) 176696 176696 0 0.0
.bss 99076 99076 0 0.0
.data 3440 3440 0 0.0
.rodata 79863 79863 0 0.0
.text 676140 676140 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743899 743899 0 0.0
(read/write) 171176 171176 0 0.0
.bss 93556 93556 0 0.0
.data 3440 3440 0 0.0
.rodata 105951 105951 0 0.0
.text 637556 637556 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694651 694651 0 0.0
(read/write) 165536 165536 0 0.0
.bss 87728 87728 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80111 0 0.0
.text 614152 614152 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680323 680323 0 0.0
(read/write) 165676 165676 0 0.0
.bss 87872 87872 0 0.0
.data 3404 3404 0 0.0
.rodata 75943 75943 0 0.0
.text 603992 603992 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617522 617522 0 0.0
(read/write) 206888 206888 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200328 200328 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 936372 936372 0 0.0
.debug_aranges 109056 109056 0 0.0
.debug_frame 367528 367528 0 0.0
.debug_info 20551504 20551504 0 0.0
.debug_line 2657804 2657804 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1636901 1636901 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112317 112317 0 0.0
.debug_str 3442086 3442086 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515741 515741 0 0.0
.symtab 298512 298512 0 0.0
.text 509236 509236 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 552015 552015 0 0.0
.app_xip_area 443217 443217 0 0.0
.bss 63768 63768 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) 538223 538223 0 0.0
.app_xip_area 424625 424625 0 0.0
.bss 68536 68536 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) 573639 573639 0 0.0
.app_xip_area 466169 466169 0 0.0
.bss 62512 62512 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) 549967 549967 0 0.0
.app_xip_area 439409 439409 0 0.0
.bss 65504 65504 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) 1007108 1007108 0 0.0
.bss 171940 171940 0 0.0
.data 2688 2688 0 0.0
.text 832460 832460 0 0.0
BRD4187C (read/write) 1088996 1088996 0 0.0
.bss 196056 196056 0 0.0
.data 3272 3272 0 0.0
.text 889648 889648 0 0.0
lock-app BRD4161A+wf200 (read/write) 1103920 1103920 0 0.0
.bss 186620 186620 0 0.0
.data 2704 2704 0 0.0
.text 914576 914576 0 0.0
window-app BRD4187C (read/write) 1124056 1125824 1768 0.2
.bss 168456 168584 128 0.1
.data 3144 3144 0 0.0
.text 952436 954076 1640 0.2
esp32 all-clusters-app c3devkit (read only) 1162960 1162960 0 0.0
(read/write) 1701916 1701916 0 0.0
.dram0.bss 77560 77560 0 0.0
.dram0.data 13068 13068 0 0.0
.flash.rodata 268568 268568 0 0.0
.flash.text 1162960 1162960 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1205903 1205903 0 0.0
(read/write) 551850 551850 0 0.0
.dram0.bss 84216 84216 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299996 299996 0 0.0
.flash.text 1200519 1200519 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 588700 588700 0 0.0
(read/write) 87500 87500 0 0.0
.bss 70744 70744 0 0.0
.data 2132 2132 0 0.0
.text 588164 588164 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683932 683932 0 0.0
.bss 66960 66960 0 0.0
.data 2716 2716 0 0.0
.text 570776 570776 0 0.0
light k32w0+release (read only) 588428 588428 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70440 70440 0 0.0
.data 2120 2120 0 0.0
.text 587892 587892 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775776 775776 0 0.0
.bss 76620 76620 0 0.0
.data 1928 1928 0 0.0
.text 653768 653768 0 0.0
lock k32w0+release (read only) 560164 560164 0 0.0
(read/write) 85020 85020 0 0.0
.bss 68336 68336 0 0.0
.data 2060 2060 0 0.0
.text 559628 559628 0 0.0
linux all-clusters-app debug (read only) 5497697 5497697 0 0.0
(read/write) 420616 420616 0 0.0
.bss 130384 130384 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 279008 279008 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 335404 335404 0 0.0
.text 4781331 4781331 0 0.0
all-clusters-minimal-app debug (read only) 4874873 4874873 0 0.0
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270109 270109 0 0.0
.text 4373651 4373651 0 0.0
bridge-app debug (read only) 4356577 4356577 0 0.0
(read/write) 214960 214960 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 218013 218013 0 0.0
.text 3920931 3920931 0 0.0
chip-tool debug (read only) 10230273 10230273 0 0.0
(read/write) 443544 443544 0 0.0
.bss 93720 93720 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337584 337584 0 0.0
.dynamic 624 624 0 0.0
.got 5808 5808 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 385961 385961 0 0.0
.text 9246259 9246259 0 0.0
chip-tool-ipv6only arm64 (read only) 10102540 10102540 0 0.0
(read/write) 505336 505336 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374144 374144 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314760 314760 0 0.0
.text 9021096 9021096 0 0.0
lighting-app debug+rpc+ui (read only) 5214625 5214625 0 0.0
(read/write) 222984 222984 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 336180 336180 0 0.0
.text 4635219 4635219 0 0.0
lock-app debug (read only) 4451185 4451185 0 0.0
(read/write) 203096 203096 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246557 246557 0 0.0
.text 3995011 3995011 0 0.0
ota-provider-app debug (read only) 4116129 4116129 0 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 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 199741 199741 0 0.0
.text 3725827 3725827 0 0.0
ota-requestor-app debug (read only) 4201561 4201561 0 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 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 203005 203005 0 0.0
.text 3803667 3803667 0 0.0
shell debug (read only) 2903225 2903225 0 0.0
(read/write) 153216 153216 0 0.0
.bss 60904 60904 0 0.0
.data 816 816 0 0.0
.data.rel.ro 85576 85576 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211072 211072 0 0.0
.text 2518690 2518690 0 0.0
thermostat-no-ble arm64 (read only) 4345284 4345284 0 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160820 160820 0 0.0
.text 3849848 3849848 0 0.0
tv-app debug (read only) 5276577 5276577 0 0.0
(read/write) 350664 350664 0 0.0
.bss 241856 241856 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5608 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270797 270797 0 0.0
.text 4761699 4761699 0 0.0
tv-casting-app debug (read only) 8160769 8160769 0 0.0
(read/write) 313224 313224 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148080 148080 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 335896 335896 0 0.0
.text 7422467 7422467 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522104 2522104 0 0.0
.bss 219056 219056 0 0.0
.data 5136 5136 0 0.0
.text 1484788 1484788 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1228456 1228456 0 0.0
bss 154444 154444 0 0.0
rodata 142772 142772 0 0.0
text 852240 852240 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1348036 1348036 0 0.0
bss 140454 140454 0 0.0
rodata 136948 136948 0 0.0
text 779940 779940 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160316 1160316 0 0.0
bss 153938 153938 0 0.0
rodata 113728 113728 0 0.0
text 813712 813712 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837576 837576 0 0.0
(read/write) 1779068 1779068 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193228 193228 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 2536 2536 0 0.0
.debug_abbrev 1379014 1379014 0 0.0
.debug_aranges 145760 145760 0 0.0
.debug_frame 483308 483308 0 0.0
.debug_info 32119510 32119510 0 0.0
.debug_line 4039284 4039284 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2319937 2319937 0 0.0
.debug_rnglists 156259 156259 0 0.0
.debug_str 4195969 4195969 0 0.0
.heap 837576 837576 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 844681 844681 0 0.0
.symtab 514048 514048 0 0.0
.text 1574916 1574916 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840160 840160 0 0.0
(read/write) 1680996 1680996 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 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 2472 2472 0 0.0
.debug_abbrev 1259448 1259448 0 0.0
.debug_aranges 137504 137504 0 0.0
.debug_frame 461528 461528 0 0.0
.debug_info 28461087 28461087 0 0.0
.debug_line 3797354 3797354 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2192072 2192072 0 0.0
.debug_rnglists 147720 147720 0 0.0
.debug_str 3997115 3997115 0 0.0
.heap 840160 840160 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 741294 741294 0 0.0
.symtab 474752 474752 0 0.0
.text 1479428 1479428 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846496 0 0.0
(read/write) 1607404 1607404 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184484 184484 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 2360 2360 0 0.0
.debug_abbrev 1100823 1100823 0 0.0
.debug_aranges 127568 127568 0 0.0
.debug_frame 424460 424460 0 0.0
.debug_info 23591498 23591498 0 0.0
.debug_line 3372667 3372667 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2028796 2028796 0 0.0
.debug_rnglists 137272 137272 0 0.0
.debug_str 3804173 3804173 0 0.0
.heap 846496 846496 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 654386 654386 0 0.0
.symtab 436208 436208 0 0.0
.text 1412172 1412172 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819232 819232 0 0.0
(read/write) 1640300 1640300 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211732 211732 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 2376 2376 0 0.0
.debug_abbrev 1093841 1093841 0 0.0
.debug_aranges 126256 126256 0 0.0
.debug_frame 419696 419696 0 0.0
.debug_info 23401505 23401505 0 0.0
.debug_line 3325030 3325030 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2005264 2005264 0 0.0
.debug_rnglists 135277 135277 0 0.0
.debug_str 3766665 3766665 0 0.0
.heap 819232 819232 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 628018 628018 0 0.0
.symtab 427824 427824 0 0.0
.text 1417804 1417804 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176028 1176028 0 0.0
.bss 100600 100600 0 0.0
.data 744 744 0 0.0
.text 622872 622872 0 0.0
lock-app qpg6105+debug (read/write) 1132692 1132692 0 0.0
.bss 95312 95312 0 0.0
.data 748 748 0 0.0
.text 579532 579532 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 852048 852048 0 0.0
bss 77996 77996 0 0.0
text 603774 603774 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1127412 1127412 0 0.0
bss 113148 113148 0 0.0
text 785802 785802 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1072020 1072020 0 0.0
bss 122236 122236 0 0.0
text 743884 743884 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 927344 927344 0 0.0
bss 106876 106876 0 0.0
text 640962 640962 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 855408 855408 0 0.0
bss 78120 78120 0 0.0
text 606840 606840 0 0.0
light-switch-app-rpc-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 901448 901448 0 0.0
bss 83068 83068 0 0.0
text 644906 644906 0 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 978244 978244 0 0.0
bss 109136 109136 0 0.0
text 688398 688398 0 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 911692 911692 0 0.0
bss 78812 78812 0 0.0
text 636350 636350 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 940736 940736 0 0.0
bss 104976 104976 0 0.0
text 656782 656782 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 859284 859284 0 0.0
bss 78228 78228 0 0.0
text 611046 611046 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 800144 800144 0 0.0
bss 66248 66248 0 0.0
text 578082 578082 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 815808 815808 0 0.0
bss 66652 66652 0 0.0
text 588662 588662 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 704848 704848 0 0.0
bss 86424 86424 0 0.0
text 461976 461976 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 857800 857800 0 0.0
bss 78204 78204 0 0.0
text 610164 610164 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 843088 843088 0 0.0
bss 77932 77932 0 0.0
text 597580 597580 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 821196 821196 0 0.0
bss 66536 66536 0 0.0
text 593406 593406 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 818652 818652 0 0.0
bss 66888 66888 0 0.0
text 590454 590454 0 0.0

Copy link
Contributor

@jepenven-silabs jepenven-silabs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Requesting changes to prevent accidental merge..

examples/window-app/silabs/src/WindowManager.cpp Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Oct 13, 2023

PR #29675: Size comparison from ffd1571 to 3aae240

Increases (37 builds for bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, k32w, linux, psoc6)
platform target config section ffd1571 3aae240 change % change
bl702 lighting-app bl702 .debug_frame 507276 507280 4 0.0
.debug_loc 3646581 3646603 22 0.0
bl702+mfd .debug_frame 512348 512352 4 0.0
.debug_loc 3684998 3685020 22 0.0
bl702+rpc .debug_frame 536632 536636 4 0.0
.debug_loc 3853786 3853808 22 0.0
bl706-eth .debug_frame 426408 426412 4 0.0
.debug_loc 3155306 3155328 22 0.0
bl706-wifi .debug_frame 619068 619072 4 0.0
.debug_loc 3255220 3255242 22 0.0
bl702l lighting-app bl702l .debug_frame 487916 487920 4 0.0
.debug_loc 3590644 3590666 22 0.0
bl702l+mfd .debug_frame 492984 492988 4 0.0
.debug_loc 3629061 3629083 22 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read/write) 166436 166444 8 0.0
.bss 88852 88860 8 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756395 756403 8 0.0
(read/write) 176696 176704 8 0.0
.bss 99076 99084 8 0.0
.text 676140 676148 8 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743899 743907 8 0.0
(read/write) 171176 171184 8 0.0
.bss 93556 93564 8 0.0
.text 637556 637564 8 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694651 694659 8 0.0
.text 614152 614160 8 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680323 680331 8 0.0
.text 603992 604000 8 0.0
cc32xx lock CC3235SF_LAUNCHXL (read/write) 206888 206896 8 0.0
.bss 200328 200336 8 0.0
.debug_frame 367528 367532 4 0.0
.debug_loclists 1636901 1636910 9 0.0
cyw30739 ota-requestor cyw930739m2evb_01 (read/write) 573639 573647 8 0.0
.bss 62512 62520 8 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1007108 1007188 80 0.0
.text 832460 832540 80 0.0
BRD4187C .text 889648 889656 8 0.0
window-app BRD4187C .bss 168456 168464 8 0.0
k32w contact k32w0+release (read only) 588700 588708 8 0.0
(read/write) 87500 87508 8 0.0
.bss 70744 70752 8 0.0
.text 588164 588172 8 0.0
k32w1+release (read/write) 683932 683948 16 0.0
.bss 66960 66968 8 0.0
.text 570776 570784 8 0.0
light k32w0+release (read/write) 87184 87192 8 0.0
.bss 70440 70448 8 0.0
linux all-clusters-app debug (read only) 5497697 5500185 2488 0.0
.text 4781331 4784067 2736 0.1
all-clusters-minimal-app debug (read only) 4874873 4877393 2520 0.1
.text 4373651 4376387 2736 0.1
bridge-app debug (read only) 4356577 4359097 2520 0.1
.text 3920931 3923667 2736 0.1
chip-tool debug (read only) 10230273 10232057 1784 0.0
.rodata 385961 385993 32 0.0
.text 9246259 9248227 1968 0.0
chip-tool-ipv6only arm64 (read only) 10102540 10104332 1792 0.0
.text 9021096 9023080 1984 0.0
lighting-app debug+rpc+ui (read only) 5214625 5217145 2520 0.0
.text 4635219 4637955 2736 0.1
lock-app debug (read only) 4451185 4455513 4328 0.1
.text 3995011 3999587 4576 0.1
ota-provider-app debug (read only) 4116129 4117745 1616 0.0
.rodata 199741 199773 32 0.0
.text 3725827 3727411 1584 0.0
ota-requestor-app debug (read only) 4201561 4203161 1600 0.0
.rodata 203005 203037 32 0.0
.text 3803667 3805235 1568 0.0
shell debug (read only) 2903225 2907785 4560 0.2
.text 2518690 2523458 4768 0.2
thermostat-no-ble arm64 (read only) 4345284 4346388 1104 0.0
.text 3849848 3850952 1104 0.0
tv-app debug (read only) 5276577 5279241 2664 0.1
.text 4761699 4764579 2880 0.1
tv-casting-app debug (read only) 8160769 8162929 2160 0.0
.text 7422467 7424835 2368 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .bss 193228 193236 8 0.0
.debug_frame 483308 483312 4 0.0
.debug_loclists 2319937 2319946 9 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_frame 461528 461532 4 0.0
.debug_loclists 2192072 2192081 9 0.0
light cy8ckit_062s2_43012 (read/write) 1607404 1607412 8 0.0
.bss 184484 184492 8 0.0
.debug_frame 424460 424464 4 0.0
.debug_loclists 2028796 2028805 9 0.0
lock cy8ckit_062s2_43012 (read/write) 1640300 1640308 8 0.0
.bss 211732 211740 8 0.0
.debug_frame 419696 419700 4 0.0
.debug_loclists 2005264 2005273 9 0.0
Decreases (34 builds for bl702, bl702l, cc32xx, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section ffd1571 3aae240 change % change
bl702 lighting-app bl702 (read/write) 1192475 1192455 -20 -0.0
.bss_psram 65744 65728 -16 -0.0
.debug_abbrev 1546450 1545860 -590 -0.0
.debug_info 41948690 41944578 -4112 -0.0
.debug_line 5366011 5365267 -744 -0.0
.text 959808 959804 -4 -0.0
bl702+mfd (read/write) 1203035 1203031 -4 -0.0
.debug_abbrev 1548545 1547955 -590 -0.0
.debug_info 41989106 41984994 -4112 -0.0
.debug_line 5405367 5404623 -744 -0.0
.text 971322 971318 -4 -0.0
bl702+rpc (read/write) 1291147 1291127 -20 -0.0
.bss_psram 65728 65712 -16 -0.0
.debug_abbrev 1727411 1726821 -590 -0.0
.debug_info 47109578 47105466 -4112 -0.0
.debug_line 5783915 5783171 -744 -0.0
.text 1033786 1033782 -4 -0.0
bl706-eth (read/write) 1040707 1040687 -20 -0.0
.bss_psram 97687 97671 -16 -0.0
.debug_abbrev 1081860 1081818 -42 -0.0
.debug_info 22584249 22583676 -573 -0.0
.debug_line 4296814 4296540 -274 -0.0
.text 784936 784932 -4 -0.0
bl706-wifi (read/write) 1205938 1205934 -4 -0.0
.debug_abbrev 1174701 1174103 -598 -0.1
.debug_info 23753186 23748935 -4251 -0.0
.debug_line 4541356 4540579 -777 -0.0
.text 953588 953584 -4 -0.0
bl702l lighting-app bl702l (read/write) 1155404 1155388 -16 -0.0
.bss_psram 77184 77168 -16 -0.0
.debug_abbrev 1540717 1540127 -590 -0.0
.debug_info 41405741 41401629 -4112 -0.0
.debug_line 5268990 5268241 -749 -0.0
bl702l+mfd .debug_abbrev 1542827 1542237 -590 -0.0
.debug_info 41448200 41444088 -4112 -0.0
.debug_line 5308223 5307474 -749 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 936372 936300 -72 -0.0
.debug_info 20551504 20550326 -1178 -0.0
.debug_line 2657804 2657538 -266 -0.0
efr32 lighting-app BRD4187C .bss 196056 196048 -8 -0.0
window-app BRD4187C (read/write) 1124056 1123984 -72 -0.0
.text 952436 952356 -80 -0.0
esp32 all-clusters-app c3devkit (read only) 1162960 1162956 -4 -0.0
.flash.text 1162960 1162956 -4 -0.0
m5stack (read only) 1205903 1205895 -8 -0.0
.flash.text 1200519 1200511 -8 -0.0
k32w light k32w1+release (read/write) 775776 775768 -8 -0.0
.bss 76620 76612 -8 -0.0
linux all-clusters-app debug (read/write) 420616 420584 -32 -0.0
.bss 130384 130352 -32 -0.0
.got 5384 5368 -16 -0.3
.rodata 335404 335372 -32 -0.0
all-clusters-minimal-app debug (read/write) 232688 232656 -32 -0.0
.bss 126512 126480 -32 -0.0
.got 5344 5328 -16 -0.3
bridge-app debug .got 5312 5296 -16 -0.3
chip-tool debug (read/write) 443544 443480 -64 -0.0
.bss 93720 93688 -32 -0.0
.got 5808 5792 -16 -0.3
chip-tool-ipv6only arm64 (read/write) 505336 505320 -16 -0.0
lighting-app debug+rpc+ui (read/write) 222984 222952 -32 -0.0
.got 5928 5912 -16 -0.3
lock-app debug .got 5264 5248 -16 -0.3
.rodata 246557 246525 -32 -0.0
ota-provider-app debug (read/write) 192064 192032 -32 -0.0
.bss 113568 113536 -32 -0.0
ota-requestor-app debug (read/write) 196280 196248 -32 -0.0
.bss 114592 114560 -32 -0.0
shell debug (read/write) 153216 153152 -64 -0.0
.bss 60904 60872 -32 -0.1
.got 4112 4096 -16 -0.4
tv-app debug (read/write) 350664 350632 -32 -0.0
.bss 241856 241824 -32 -0.0
.got 5608 5592 -16 -0.3
tv-casting-app debug .got 5080 5064 -16 -0.3
mbed lock-app-release cy8cproto_062_4343w .bss 219056 219048 -8 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1228456 1228440 -16 -0.0
text 852240 852228 -12 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1348036 1348020 -16 -0.0
text 779940 779928 -12 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 text 813712 813700 -12 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837576 837568 -8 -0.0
(read/write) 1779068 1779060 -8 -0.0
.debug_abbrev 1379014 1378401 -613 -0.0
.debug_info 32119510 32114673 -4837 -0.0
.debug_line 4039284 4038526 -758 -0.0
.heap 837576 837568 -8 -0.0
.text 1574916 1574900 -16 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1680996 1680980 -16 -0.0
.debug_abbrev 1259448 1258835 -613 -0.0
.debug_info 28461087 28456250 -4837 -0.0
.debug_line 3797354 3796564 -790 -0.0
.text 1479428 1479412 -16 -0.0
light cy8ckit_062s2_43012 (read only) 846496 846488 -8 -0.0
.debug_abbrev 1100823 1100210 -613 -0.1
.debug_info 23591498 23586661 -4837 -0.0
.debug_line 3372667 3371925 -742 -0.0
.heap 846496 846488 -8 -0.0
lock cy8ckit_062s2_43012 (read only) 819232 819224 -8 -0.0
.debug_abbrev 1093841 1093228 -613 -0.1
.debug_info 23401505 23396668 -4837 -0.0
.debug_line 3325030 3324304 -726 -0.0
.heap 819232 819224 -8 -0.0
qpg lock-app qpg6105+debug .bss 95312 95304 -8 -0.0
Full report (54 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section ffd1571 3aae240 change % change
bl602 lighting-app bl602 (read/write) 1388326 1388326 0 0.0
.bss 88168 88168 0 0.0
.data 9368 9368 0 0.0
.text 1064898 1064898 0 0.0
bl602+mfd (read/write) 1401974 1401974 0 0.0
.bss 88336 88336 0 0.0
.data 9344 9344 0 0.0
.text 1079444 1079444 0 0.0
bl602+rpc (read/write) 1435594 1435594 0 0.0
.bss 96200 96200 0 0.0
.data 9744 9744 0 0.0
.text 1096630 1096630 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1192475 1192455 -20 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65728 -16 -0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1546450 1545860 -590 -0.0
.debug_aranges 138576 138576 0 0.0
.debug_frame 507276 507280 4 0.0
.debug_info 41948690 41944578 -4112 -0.0
.debug_line 5366011 5365267 -744 -0.0
.debug_loc 3646581 3646603 22 0.0
.debug_ranges 444632 444632 0 0.0
.debug_str 4066076 4066076 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106408 106408 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597181 597181 0 0.0
.symtab 177456 177456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
959808 959804 -4 -0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1203035 1203031 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1548545 1547955 -590 -0.0
.debug_aranges 139744 139744 0 0.0
.debug_frame 512348 512352 4 0.0
.debug_info 41989106 41984994 -4112 -0.0
.debug_line 5405367 5404623 -744 -0.0
.debug_loc 3684998 3685020 22 0.0
.debug_ranges 446704 446704 0 0.0
.debug_str 4071607 4071607 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105348 105348 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600941 600941 0 0.0
.symtab 179216 179216 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
971322 971318 -4 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1291147 1291127 -20 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65712 -16 -0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1727411 1726821 -590 -0.0
.debug_aranges 147296 147296 0 0.0
.debug_frame 536632 536636 4 0.0
.debug_info 47109578 47105466 -4112 -0.0
.debug_line 5783915 5783171 -744 -0.0
.debug_loc 3853786 3853808 22 0.0
.debug_ranges 472280 472280 0 0.0
.debug_str 4494661 4494661 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121548 121548 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662145 662145 0 0.0
.symtab 196832 196832 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1033786 1033782 -4 -0.0
bl706-eth (read/write) 1040707 1040687 -20 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97671 -16 -0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1081860 1081818 -42 -0.0
.debug_aranges 115496 115496 0 0.0
.debug_frame 426408 426412 4 0.0
.debug_info 22584249 22583676 -573 -0.0
.debug_line 4296814 4296540 -274 -0.0
.debug_loc 3155306 3155328 22 0.0
.debug_ranges 381064 381064 0 0.0
.debug_str 3643880 3643880 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 96140 96140 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465153 465153 0 0.0
.symtab 140016 140016 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
784936 784932 -4 -0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1205938 1205934 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98439 98439 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1174701 1174103 -598 -0.1
.debug_aranges 119672 119672 0 0.0
.debug_frame 619068 619072 4 0.0
.debug_info 23753186 23748935 -4251 -0.0
.debug_line 4541356 4540579 -777 -0.0
.debug_loc 3255220 3255242 22 0.0
.debug_ranges 391120 391120 0 0.0
.debug_str 3716171 3716171 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 109268 109268 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505880 505880 0 0.0
.symtab 152880 152880 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
953588 953584 -4 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1155404 1155388 -16 -0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77168 -16 -0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1540717 1540127 -590 -0.0
.debug_aranges 133440 133440 0 0.0
.debug_frame 487916 487920 4 0.0
.debug_info 41405741 41401629 -4112 -0.0
.debug_line 5268990 5268241 -749 -0.0
.debug_loc 3590644 3590666 22 0.0
.debug_ranges 451192 451192 0 0.0
.debug_str 4090665 4090665 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100388 100388 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 598807 598807 0 0.0
.symtab 176896 176896 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942408 942408 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1166260 1166260 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77168 77168 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1542827 1542237 -590 -0.0
.debug_aranges 134608 134608 0 0.0
.debug_frame 492984 492988 4 0.0
.debug_info 41448200 41444088 -4112 -0.0
.debug_line 5308223 5307474 -749 -0.0
.debug_loc 3629061 3629083 22 0.0
.debug_ranges 453264 453264 0 0.0
.debug_str 4096186 4096186 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99328 99328 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 602635 602635 0 0.0
.symtab 178688 178688 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
954188 954188 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734843 734843 0 0.0
(read/write) 166436 166444 8 0.0
.bss 88852 88860 8 0.0
.data 3420 3420 0 0.0
.rodata 84287 84287 0 0.0
.text 650168 650168 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756395 756403 8 0.0
(read/write) 176696 176704 8 0.0
.bss 99076 99084 8 0.0
.data 3440 3440 0 0.0
.rodata 79863 79863 0 0.0
.text 676140 676148 8 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743899 743907 8 0.0
(read/write) 171176 171184 8 0.0
.bss 93556 93564 8 0.0
.data 3440 3440 0 0.0
.rodata 105951 105951 0 0.0
.text 637556 637564 8 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694651 694659 8 0.0
(read/write) 165536 165536 0 0.0
.bss 87728 87728 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80111 0 0.0
.text 614152 614160 8 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680323 680331 8 0.0
(read/write) 165676 165676 0 0.0
.bss 87872 87872 0 0.0
.data 3404 3404 0 0.0
.rodata 75943 75943 0 0.0
.text 603992 604000 8 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617522 617522 0 0.0
(read/write) 206888 206896 8 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200328 200336 8 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 936372 936300 -72 -0.0
.debug_aranges 109056 109056 0 0.0
.debug_frame 367528 367532 4 0.0
.debug_info 20551504 20550326 -1178 -0.0
.debug_line 2657804 2657538 -266 -0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1636901 1636910 9 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112317 112317 0 0.0
.debug_str 3442086 3442086 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515741 515741 0 0.0
.symtab 298512 298512 0 0.0
.text 509236 509236 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 552015 552015 0 0.0
.app_xip_area 443217 443217 0 0.0
.bss 63768 63768 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) 538223 538223 0 0.0
.app_xip_area 424625 424625 0 0.0
.bss 68536 68536 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) 573639 573647 8 0.0
.app_xip_area 466169 466169 0 0.0
.bss 62512 62520 8 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) 549967 549967 0 0.0
.app_xip_area 439409 439409 0 0.0
.bss 65504 65504 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) 1007108 1007188 80 0.0
.bss 171940 171940 0 0.0
.data 2688 2688 0 0.0
.text 832460 832540 80 0.0
BRD4187C (read/write) 1088996 1088996 0 0.0
.bss 196056 196048 -8 -0.0
.data 3272 3272 0 0.0
.text 889648 889656 8 0.0
lock-app BRD4161A+wf200 (read/write) 1103920 1103920 0 0.0
.bss 186620 186620 0 0.0
.data 2704 2704 0 0.0
.text 914576 914576 0 0.0
window-app BRD4187C (read/write) 1124056 1123984 -72 -0.0
.bss 168456 168464 8 0.0
.data 3144 3144 0 0.0
.text 952436 952356 -80 -0.0
esp32 all-clusters-app c3devkit (read only) 1162960 1162956 -4 -0.0
(read/write) 1701916 1701916 0 0.0
.dram0.bss 77560 77560 0 0.0
.dram0.data 13068 13068 0 0.0
.flash.rodata 268568 268568 0 0.0
.flash.text 1162960 1162956 -4 -0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1205903 1205895 -8 -0.0
(read/write) 551850 551850 0 0.0
.dram0.bss 84216 84216 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299996 299996 0 0.0
.flash.text 1200519 1200511 -8 -0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 588700 588708 8 0.0
(read/write) 87500 87508 8 0.0
.bss 70744 70752 8 0.0
.data 2132 2132 0 0.0
.text 588164 588172 8 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683932 683948 16 0.0
.bss 66960 66968 8 0.0
.data 2716 2716 0 0.0
.text 570776 570784 8 0.0
light k32w0+release (read only) 588428 588428 0 0.0
(read/write) 87184 87192 8 0.0
.bss 70440 70448 8 0.0
.data 2120 2120 0 0.0
.text 587892 587892 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775776 775768 -8 -0.0
.bss 76620 76612 -8 -0.0
.data 1928 1928 0 0.0
.text 653768 653768 0 0.0
lock k32w0+release (read only) 560164 560164 0 0.0
(read/write) 85020 85020 0 0.0
.bss 68336 68336 0 0.0
.data 2060 2060 0 0.0
.text 559628 559628 0 0.0
linux all-clusters-app debug (read only) 5497697 5500185 2488 0.0
(read/write) 420616 420584 -32 -0.0
.bss 130384 130352 -32 -0.0
.data 3856 3856 0 0.0
.data.rel.ro 279008 279008 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5368 -16 -0.3
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 335404 335372 -32 -0.0
.text 4781331 4784067 2736 0.1
all-clusters-minimal-app debug (read only) 4874873 4877393 2520 0.1
(read/write) 232688 232656 -32 -0.0
.bss 126512 126480 -32 -0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5328 -16 -0.3
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270109 270109 0 0.0
.text 4373651 4376387 2736 0.1
bridge-app debug (read only) 4356577 4359097 2520 0.1
(read/write) 214960 214960 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5296 -16 -0.3
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 218013 218013 0 0.0
.text 3920931 3923667 2736 0.1
chip-tool debug (read only) 10230273 10232057 1784 0.0
(read/write) 443544 443480 -64 -0.0
.bss 93720 93688 -32 -0.0
.data 4994 4994 0 0.0
.data.rel.ro 337584 337584 0 0.0
.dynamic 624 624 0 0.0
.got 5808 5792 -16 -0.3
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 385961 385993 32 0.0
.text 9246259 9248227 1968 0.0
chip-tool-ipv6only arm64 (read only) 10102540 10104332 1792 0.0
(read/write) 505336 505320 -16 -0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374144 374144 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314760 314760 0 0.0
.text 9021096 9023080 1984 0.0
lighting-app debug+rpc+ui (read only) 5214625 5217145 2520 0.0
(read/write) 222984 222952 -32 -0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5912 -16 -0.3
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 336180 336180 0 0.0
.text 4635219 4637955 2736 0.1
lock-app debug (read only) 4451185 4455513 4328 0.1
(read/write) 203096 203096 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5248 -16 -0.3
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246557 246525 -32 -0.0
.text 3995011 3999587 4576 0.1
ota-provider-app debug (read only) 4116129 4117745 1616 0.0
(read/write) 192064 192032 -32 -0.0
.bss 113568 113536 -32 -0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 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 199741 199773 32 0.0
.text 3725827 3727411 1584 0.0
ota-requestor-app debug (read only) 4201561 4203161 1600 0.0
(read/write) 196280 196248 -32 -0.0
.bss 114592 114560 -32 -0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 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 203005 203037 32 0.0
.text 3803667 3805235 1568 0.0
shell debug (read only) 2903225 2907785 4560 0.2
(read/write) 153216 153152 -64 -0.0
.bss 60904 60872 -32 -0.1
.data 816 816 0 0.0
.data.rel.ro 85576 85576 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4096 -16 -0.4
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211072 211072 0 0.0
.text 2518690 2523458 4768 0.2
thermostat-no-ble arm64 (read only) 4345284 4346388 1104 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160820 160820 0 0.0
.text 3849848 3850952 1104 0.0
tv-app debug (read only) 5276577 5279241 2664 0.1
(read/write) 350664 350632 -32 -0.0
.bss 241856 241824 -32 -0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5592 -16 -0.3
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270797 270797 0 0.0
.text 4761699 4764579 2880 0.1
tv-casting-app debug (read only) 8160769 8162929 2160 0.0
(read/write) 313224 313224 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148080 148080 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5064 -16 -0.3
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 335896 335896 0 0.0
.text 7422467 7424835 2368 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522104 2522104 0 0.0
.bss 219056 219048 -8 -0.0
.data 5136 5136 0 0.0
.text 1484788 1484788 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1228456 1228440 -16 -0.0
bss 154444 154444 0 0.0
rodata 142772 142772 0 0.0
text 852240 852228 -12 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1348036 1348020 -16 -0.0
bss 140454 140454 0 0.0
rodata 136948 136948 0 0.0
text 779940 779928 -12 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160316 1160316 0 0.0
bss 153938 153938 0 0.0
rodata 113728 113728 0 0.0
text 813712 813700 -12 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837576 837568 -8 -0.0
(read/write) 1779068 1779060 -8 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193228 193236 8 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 2536 2536 0 0.0
.debug_abbrev 1379014 1378401 -613 -0.0
.debug_aranges 145760 145760 0 0.0
.debug_frame 483308 483312 4 0.0
.debug_info 32119510 32114673 -4837 -0.0
.debug_line 4039284 4038526 -758 -0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2319937 2319946 9 0.0
.debug_rnglists 156259 156259 0 0.0
.debug_str 4195969 4195969 0 0.0
.heap 837576 837568 -8 -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 844681 844681 0 0.0
.symtab 514048 514048 0 0.0
.text 1574916 1574900 -16 -0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840160 840160 0 0.0
(read/write) 1680996 1680980 -16 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 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 2472 2472 0 0.0
.debug_abbrev 1259448 1258835 -613 -0.0
.debug_aranges 137504 137504 0 0.0
.debug_frame 461528 461532 4 0.0
.debug_info 28461087 28456250 -4837 -0.0
.debug_line 3797354 3796564 -790 -0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2192072 2192081 9 0.0
.debug_rnglists 147720 147720 0 0.0
.debug_str 3997115 3997115 0 0.0
.heap 840160 840160 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 741294 741294 0 0.0
.symtab 474752 474752 0 0.0
.text 1479428 1479412 -16 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846488 -8 -0.0
(read/write) 1607404 1607412 8 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184484 184492 8 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 2360 2360 0 0.0
.debug_abbrev 1100823 1100210 -613 -0.1
.debug_aranges 127568 127568 0 0.0
.debug_frame 424460 424464 4 0.0
.debug_info 23591498 23586661 -4837 -0.0
.debug_line 3372667 3371925 -742 -0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2028796 2028805 9 0.0
.debug_rnglists 137272 137272 0 0.0
.debug_str 3804173 3804173 0 0.0
.heap 846496 846488 -8 -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 654386 654386 0 0.0
.symtab 436208 436208 0 0.0
.text 1412172 1412172 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819232 819224 -8 -0.0
(read/write) 1640300 1640308 8 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211732 211740 8 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 2376 2376 0 0.0
.debug_abbrev 1093841 1093228 -613 -0.1
.debug_aranges 126256 126256 0 0.0
.debug_frame 419696 419700 4 0.0
.debug_info 23401505 23396668 -4837 -0.0
.debug_line 3325030 3324304 -726 -0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2005264 2005273 9 0.0
.debug_rnglists 135277 135277 0 0.0
.debug_str 3766665 3766665 0 0.0
.heap 819232 819224 -8 -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 628018 628018 0 0.0
.symtab 427824 427824 0 0.0
.text 1417804 1417804 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176028 1176028 0 0.0
.bss 100600 100600 0 0.0
.data 744 744 0 0.0
.text 622872 622872 0 0.0
lock-app qpg6105+debug (read/write) 1132692 1132692 0 0.0
.bss 95312 95304 -8 -0.0
.data 748 748 0 0.0
.text 579532 579532 0 0.0

@silabs-srishylam silabs-srishylam force-pushed the bugfix/LCD_fix_for_windows_app branch from 3aae240 to 014bfd3 Compare October 13, 2023 18:57
@github-actions
Copy link

github-actions bot commented Oct 13, 2023

PR #29675: Size comparison from 7c4956e to 014bfd3

Increases (1 build for bl602)
platform target config section 7c4956e 014bfd3 change % change
bl602 lighting-app bl602 (read/write) 1388318 1388326 8 0.0
.text 1064896 1064898 2 0.0
Decreases (1 build for efr32)
platform target config section 7c4956e 014bfd3 change % change
efr32 window-app BRD4187C (read/write) 1124064 1123984 -80 -0.0
.text 952436 952356 -80 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 7c4956e 014bfd3 change % change
bl602 lighting-app bl602 (read/write) 1388318 1388326 8 0.0
.bss 88168 88168 0 0.0
.data 9368 9368 0 0.0
.text 1064896 1064898 2 0.0
bl602+mfd (read/write) 1401974 1401974 0 0.0
.bss 88336 88336 0 0.0
.data 9344 9344 0 0.0
.text 1079444 1079444 0 0.0
bl602+rpc (read/write) 1435594 1435594 0 0.0
.bss 96200 96200 0 0.0
.data 9744 9744 0 0.0
.text 1096630 1096630 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1192455 1192455 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1545860 1545860 0 0.0
.debug_aranges 138576 138576 0 0.0
.debug_frame 507280 507280 0 0.0
.debug_info 41944578 41944578 0 0.0
.debug_line 5365267 5365267 0 0.0
.debug_loc 3646603 3646603 0 0.0
.debug_ranges 444632 444632 0 0.0
.debug_str 4066076 4066076 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106408 106408 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597181 597181 0 0.0
.symtab 177456 177456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
959804 959804 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1203031 1203031 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1547955 1547955 0 0.0
.debug_aranges 139744 139744 0 0.0
.debug_frame 512352 512352 0 0.0
.debug_info 41984994 41984994 0 0.0
.debug_line 5404623 5404623 0 0.0
.debug_loc 3685020 3685020 0 0.0
.debug_ranges 446704 446704 0 0.0
.debug_str 4071607 4071607 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105348 105348 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600941 600941 0 0.0
.symtab 179216 179216 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
971318 971318 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1291127 1291127 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65712 65712 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1726821 1726821 0 0.0
.debug_aranges 147296 147296 0 0.0
.debug_frame 536636 536636 0 0.0
.debug_info 47105466 47105466 0 0.0
.debug_line 5783171 5783171 0 0.0
.debug_loc 3853808 3853808 0 0.0
.debug_ranges 472280 472280 0 0.0
.debug_str 4494661 4494661 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121548 121548 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662145 662145 0 0.0
.symtab 196832 196832 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1033782 1033782 0 0.0
bl706-eth (read/write) 1040687 1040687 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97671 97671 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1081818 1081818 0 0.0
.debug_aranges 115496 115496 0 0.0
.debug_frame 426412 426412 0 0.0
.debug_info 22583676 22583676 0 0.0
.debug_line 4296540 4296540 0 0.0
.debug_loc 3155328 3155328 0 0.0
.debug_ranges 381064 381064 0 0.0
.debug_str 3643880 3643880 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 96140 96140 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465153 465153 0 0.0
.symtab 140016 140016 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
784932 784932 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1205934 1205934 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98439 98439 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1174103 1174103 0 0.0
.debug_aranges 119672 119672 0 0.0
.debug_frame 619072 619072 0 0.0
.debug_info 23748935 23748935 0 0.0
.debug_line 4540579 4540579 0 0.0
.debug_loc 3255242 3255242 0 0.0
.debug_ranges 391120 391120 0 0.0
.debug_str 3716171 3716171 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 109268 109268 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505880 505880 0 0.0
.symtab 152880 152880 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
953584 953584 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1155388 1155388 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77168 77168 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1540127 1540127 0 0.0
.debug_aranges 133440 133440 0 0.0
.debug_frame 487920 487920 0 0.0
.debug_info 41401629 41401629 0 0.0
.debug_line 5268241 5268241 0 0.0
.debug_loc 3590666 3590666 0 0.0
.debug_ranges 451192 451192 0 0.0
.debug_str 4090665 4090665 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100388 100388 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 598807 598807 0 0.0
.symtab 176896 176896 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942408 942408 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1166260 1166260 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77168 77168 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1542237 1542237 0 0.0
.debug_aranges 134608 134608 0 0.0
.debug_frame 492988 492988 0 0.0
.debug_info 41444088 41444088 0 0.0
.debug_line 5307474 5307474 0 0.0
.debug_loc 3629083 3629083 0 0.0
.debug_ranges 453264 453264 0 0.0
.debug_str 4096186 4096186 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99328 99328 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 602635 602635 0 0.0
.symtab 178688 178688 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
954188 954188 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734843 734843 0 0.0
(read/write) 166444 166444 0 0.0
.bss 88860 88860 0 0.0
.data 3420 3420 0 0.0
.rodata 84287 84287 0 0.0
.text 650168 650168 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756403 756403 0 0.0
(read/write) 176704 176704 0 0.0
.bss 99084 99084 0 0.0
.data 3440 3440 0 0.0
.rodata 79863 79863 0 0.0
.text 676148 676148 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743907 743907 0 0.0
(read/write) 171184 171184 0 0.0
.bss 93564 93564 0 0.0
.data 3440 3440 0 0.0
.rodata 105951 105951 0 0.0
.text 637564 637564 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694659 694659 0 0.0
(read/write) 165536 165536 0 0.0
.bss 87728 87728 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80111 0 0.0
.text 614160 614160 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680331 680331 0 0.0
(read/write) 165676 165676 0 0.0
.bss 87872 87872 0 0.0
.data 3404 3404 0 0.0
.rodata 75943 75943 0 0.0
.text 604000 604000 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617522 617522 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 936300 936300 0 0.0
.debug_aranges 109056 109056 0 0.0
.debug_frame 367532 367532 0 0.0
.debug_info 20550326 20550326 0 0.0
.debug_line 2657538 2657538 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1636910 1636910 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112317 112317 0 0.0
.debug_str 3442086 3442086 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515741 515741 0 0.0
.symtab 298512 298512 0 0.0
.text 509236 509236 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 552015 552015 0 0.0
.app_xip_area 443217 443217 0 0.0
.bss 63768 63768 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) 538223 538223 0 0.0
.app_xip_area 424625 424625 0 0.0
.bss 68536 68536 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) 573647 573647 0 0.0
.app_xip_area 466169 466169 0 0.0
.bss 62520 62520 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) 549967 549967 0 0.0
.app_xip_area 439409 439409 0 0.0
.bss 65504 65504 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) 1007188 1007188 0 0.0
.bss 171940 171940 0 0.0
.data 2688 2688 0 0.0
.text 832540 832540 0 0.0
BRD4187C (read/write) 1088996 1088996 0 0.0
.bss 196048 196048 0 0.0
.data 3272 3272 0 0.0
.text 889656 889656 0 0.0
lock-app BRD4161A+wf200 (read/write) 1104112 1104112 0 0.0
.bss 186652 186652 0 0.0
.data 2704 2704 0 0.0
.text 914736 914736 0 0.0
window-app BRD4187C (read/write) 1124064 1123984 -80 -0.0
.bss 168464 168464 0 0.0
.data 3144 3144 0 0.0
.text 952436 952356 -80 -0.0
esp32 all-clusters-app c3devkit (read only) 1162956 1162956 0 0.0
(read/write) 1701916 1701916 0 0.0
.dram0.bss 77560 77560 0 0.0
.dram0.data 13068 13068 0 0.0
.flash.rodata 268568 268568 0 0.0
.flash.text 1162956 1162956 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1205895 1205895 0 0.0
(read/write) 551850 551850 0 0.0
.dram0.bss 84216 84216 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299996 299996 0 0.0
.flash.text 1200511 1200511 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 588708 588708 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 588172 588172 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683948 683948 0 0.0
.bss 66968 66968 0 0.0
.data 2716 2716 0 0.0
.text 570784 570784 0 0.0
light k32w0+release (read only) 588428 588428 0 0.0
(read/write) 87192 87192 0 0.0
.bss 70448 70448 0 0.0
.data 2120 2120 0 0.0
.text 587892 587892 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775768 775768 0 0.0
.bss 76612 76612 0 0.0
.data 1928 1928 0 0.0
.text 653768 653768 0 0.0
lock k32w0+release (read only) 560164 560164 0 0.0
(read/write) 85020 85020 0 0.0
.bss 68336 68336 0 0.0
.data 2060 2060 0 0.0
.text 559628 559628 0 0.0
linux all-clusters-app debug (read only) 5500185 5500185 0 0.0
(read/write) 420584 420584 0 0.0
.bss 130352 130352 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 279008 279008 0 0.0
.dynamic 624 624 0 0.0
.got 5368 5368 0 0.0
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 335372 335372 0 0.0
.text 4784067 4784067 0 0.0
all-clusters-minimal-app debug (read only) 4877393 4877393 0 0.0
(read/write) 232656 232656 0 0.0
.bss 126480 126480 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270109 270109 0 0.0
.text 4376387 4376387 0 0.0
bridge-app debug (read only) 4359097 4359097 0 0.0
(read/write) 214960 214960 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 218013 218013 0 0.0
.text 3923667 3923667 0 0.0
chip-tool debug (read only) 10232057 10232057 0 0.0
(read/write) 443480 443480 0 0.0
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337584 337584 0 0.0
.dynamic 624 624 0 0.0
.got 5792 5792 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 385993 385993 0 0.0
.text 9248227 9248227 0 0.0
chip-tool-ipv6only arm64 (read only) 10104332 10104332 0 0.0
(read/write) 505320 505320 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374144 374144 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314760 314760 0 0.0
.text 9023080 9023080 0 0.0
lighting-app debug+rpc+ui (read only) 5217145 5217145 0 0.0
(read/write) 222952 222952 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 336180 336180 0 0.0
.text 4637955 4637955 0 0.0
lock-app debug (read only) 4455513 4455513 0 0.0
(read/write) 203096 203096 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246525 246525 0 0.0
.text 3999587 3999587 0 0.0
ota-provider-app debug (read only) 4117745 4117745 0 0.0
(read/write) 192032 192032 0 0.0
.bss 113536 113536 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 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 199773 199773 0 0.0
.text 3727411 3727411 0 0.0
ota-requestor-app debug (read only) 4203161 4203161 0 0.0
(read/write) 196248 196248 0 0.0
.bss 114560 114560 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 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 203037 203037 0 0.0
.text 3805235 3805235 0 0.0
shell debug (read only) 2907785 2907785 0 0.0
(read/write) 153152 153152 0 0.0
.bss 60872 60872 0 0.0
.data 816 816 0 0.0
.data.rel.ro 85576 85576 0 0.0
.dynamic 592 592 0 0.0
.got 4096 4096 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211072 211072 0 0.0
.text 2523458 2523458 0 0.0
thermostat-no-ble arm64 (read only) 4346388 4346388 0 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160820 160820 0 0.0
.text 3850952 3850952 0 0.0
tv-app debug (read only) 5279241 5279241 0 0.0
(read/write) 350632 350632 0 0.0
.bss 241824 241824 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5592 5592 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270797 270797 0 0.0
.text 4764579 4764579 0 0.0
tv-casting-app debug (read only) 8182945 8182945 0 0.0
(read/write) 313368 313368 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148208 148208 0 0.0
.dynamic 624 624 0 0.0
.got 5072 5072 0 0.0
.init 27 27 0 0.0
.init_array 1104 1104 0 0.0
.rodata 337208 337208 0 0.0
.text 7443043 7443043 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522104 2522104 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1484788 1484788 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1228440 1228440 0 0.0
bss 154444 154444 0 0.0
rodata 142772 142772 0 0.0
text 852228 852228 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1348020 1348020 0 0.0
bss 140454 140454 0 0.0
rodata 136948 136948 0 0.0
text 779928 779928 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160316 1160316 0 0.0
bss 153938 153938 0 0.0
rodata 113728 113728 0 0.0
text 813700 813700 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837568 837568 0 0.0
(read/write) 1779060 1779060 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193236 193236 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 2536 2536 0 0.0
.debug_abbrev 1378401 1378401 0 0.0
.debug_aranges 145760 145760 0 0.0
.debug_frame 483312 483312 0 0.0
.debug_info 32114673 32114673 0 0.0
.debug_line 4038526 4038526 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2319946 2319946 0 0.0
.debug_rnglists 156259 156259 0 0.0
.debug_str 4195969 4195969 0 0.0
.heap 837568 837568 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 844681 844681 0 0.0
.symtab 514048 514048 0 0.0
.text 0 0 0 0.0
1574900 1574900 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840160 840160 0 0.0
(read/write) 1680980 1680980 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 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 2472 2472 0 0.0
.debug_abbrev 1258835 1258835 0 0.0
.debug_aranges 137504 137504 0 0.0
.debug_frame 461532 461532 0 0.0
.debug_info 28456250 28456250 0 0.0
.debug_line 3796564 3796564 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2192081 2192081 0 0.0
.debug_rnglists 147720 147720 0 0.0
.debug_str 3997115 3997115 0 0.0
.heap 840160 840160 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 741294 741294 0 0.0
.symtab 474752 474752 0 0.0
.text 1479412 1479412 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1607412 1607412 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 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 2360 2360 0 0.0
.debug_abbrev 1100210 1100210 0 0.0
.debug_aranges 127568 127568 0 0.0
.debug_frame 424464 424464 0 0.0
.debug_info 23586661 23586661 0 0.0
.debug_line 3371925 3371925 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2028805 2028805 0 0.0
.debug_rnglists 137272 137272 0 0.0
.debug_str 3804173 3804173 0 0.0
.heap 846488 846488 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 654386 654386 0 0.0
.symtab 436208 436208 0 0.0
.text 1412172 1412172 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1640308 1640308 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 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 2376 2376 0 0.0
.debug_abbrev 1093228 1093228 0 0.0
.debug_aranges 126256 126256 0 0.0
.debug_frame 419700 419700 0 0.0
.debug_info 23396668 23396668 0 0.0
.debug_line 3324304 3324304 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2005273 2005273 0 0.0
.debug_rnglists 135277 135277 0 0.0
.debug_str 3766665 3766665 0 0.0
.heap 819224 819224 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 628018 628018 0 0.0
.symtab 427824 427824 0 0.0
.text 1417804 1417804 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176028 1176028 0 0.0
.bss 100600 100600 0 0.0
.data 744 744 0 0.0
.text 622872 622872 0 0.0
lock-app qpg6105+debug (read/write) 1132692 1132692 0 0.0
.bss 95304 95304 0 0.0
.data 748 748 0 0.0
.text 579532 579532 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 856144 856144 0 0.0
bss 77996 77996 0 0.0
text 603774 603774 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1131508 1131508 0 0.0
bss 113148 113148 0 0.0
text 785798 785798 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1076116 1076116 0 0.0
bss 122236 122236 0 0.0
text 743880 743880 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 931432 931432 0 0.0
bss 106876 106876 0 0.0
text 640958 640958 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 859504 859504 0 0.0
bss 78120 78120 0 0.0
text 606840 606840 0 0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 961800 961800 0 0.0
bss 88184 88184 0 0.0
text 683388 683388 0 0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1087440 1087440 0 0.0
bss 112384 112384 0 0.0
text 761592 761592 0 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 915788 915788 0 0.0
bss 78812 78812 0 0.0
text 636350 636350 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944876 944876 0 0.0
bss 104976 104976 0 0.0
text 656798 656798 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 863380 863380 0 0.0
bss 78228 78228 0 0.0
text 611046 611046 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 804240 804240 0 0.0
bss 66248 66248 0 0.0
text 578082 578082 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 819904 819904 0 0.0
bss 66652 66652 0 0.0
text 588662 588662 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 708928 708928 0 0.0
bss 86424 86424 0 0.0
text 461962 461962 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 861896 861896 0 0.0
bss 78204 78204 0 0.0
text 610164 610164 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 847184 847184 0 0.0
bss 77932 77932 0 0.0
text 597580 597580 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825292 825292 0 0.0
bss 66536 66536 0 0.0
text 593406 593406 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 822748 822748 0 0.0
bss 66888 66888 0 0.0
text 590454 590454 0 0.0

@github-actions
Copy link

github-actions bot commented Oct 16, 2023

PR #29675: Size comparison from e6f0134 to afb097e

Full report (7 builds for cc32xx, mbed, nrfconnect, qpg)
platform target config section e6f0134 afb097e change % change
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617522 617522 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 936300 936300 0 0.0
.debug_aranges 109056 109056 0 0.0
.debug_frame 367532 367532 0 0.0
.debug_info 20550326 20550326 0 0.0
.debug_line 2657536 2657536 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1636886 1636886 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112317 112317 0 0.0
.debug_str 3442086 3442086 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515741 515741 0 0.0
.symtab 298512 298512 0 0.0
.text 509236 509236 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522104 2522104 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1484788 1484788 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1228440 1228440 0 0.0
bss 154444 154444 0 0.0
rodata 142772 142772 0 0.0
text 852228 852228 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1348020 1348020 0 0.0
bss 140454 140454 0 0.0
rodata 136948 136948 0 0.0
text 779928 779928 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160316 1160316 0 0.0
bss 153938 153938 0 0.0
rodata 113728 113728 0 0.0
text 813700 813700 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176028 1176028 0 0.0
.bss 100600 100600 0 0.0
.data 744 744 0 0.0
.text 622872 622872 0 0.0
lock-app qpg6105+debug (read/write) 1132692 1132692 0 0.0
.bss 95304 95304 0 0.0
.data 748 748 0 0.0
.text 579532 579532 0 0.0

@github-actions
Copy link

github-actions bot commented Oct 16, 2023

PR #29675: Size comparison from e6f0134 to 8ee4f20

Full report (37 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section e6f0134 8ee4f20 change % change
bl602 lighting-app bl602 (read/write) 1388326 1388326 0 0.0
.bss 88168 88168 0 0.0
.data 9368 9368 0 0.0
.text 1064898 1064898 0 0.0
bl602+mfd (read/write) 1401974 1401974 0 0.0
.bss 88336 88336 0 0.0
.data 9344 9344 0 0.0
.text 1079444 1079444 0 0.0
bl602+rpc (read/write) 1435594 1435594 0 0.0
.bss 96200 96200 0 0.0
.data 9744 9744 0 0.0
.text 1096630 1096630 0 0.0
bl702 lighting-app bl702 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1192455 1192455 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1545860 1545860 0 0.0
.debug_aranges 138576 138576 0 0.0
.debug_frame 507280 507280 0 0.0
.debug_info 41944578 41944578 0 0.0
.debug_line 5365267 5365267 0 0.0
.debug_loc 3646558 3646558 0 0.0
.debug_ranges 444632 444632 0 0.0
.debug_str 4066076 4066076 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106408 106408 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597181 597181 0 0.0
.symtab 177456 177456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 959804 959804 0 0.0
bl702+mfd 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1203031 1203031 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1547955 1547955 0 0.0
.debug_aranges 139744 139744 0 0.0
.debug_frame 512352 512352 0 0.0
.debug_info 41984994 41984994 0 0.0
.debug_line 5404623 5404623 0 0.0
.debug_loc 3684975 3684975 0 0.0
.debug_ranges 446704 446704 0 0.0
.debug_str 4071607 4071607 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105348 105348 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600941 600941 0 0.0
.symtab 179216 179216 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 971318 971318 0 0.0
bl702+rpc 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1291127 1291127 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65712 65712 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1726821 1726821 0 0.0
.debug_aranges 147296 147296 0 0.0
.debug_frame 536636 536636 0 0.0
.debug_info 47105466 47105466 0 0.0
.debug_line 5783171 5783171 0 0.0
.debug_loc 3853763 3853763 0 0.0
.debug_ranges 472280 472280 0 0.0
.debug_str 4494661 4494661 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121548 121548 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662145 662145 0 0.0
.symtab 196832 196832 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 1033782 1033782 0 0.0
bl706-eth 0 0 0 0.0
(read/write) 1040687 1040687 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97671 97671 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1081818 1081818 0 0.0
.debug_aranges 115496 115496 0 0.0
.debug_frame 426412 426412 0 0.0
.debug_info 22583676 22583676 0 0.0
.debug_line 4296540 4296540 0 0.0
.debug_loc 3155284 3155284 0 0.0
.debug_ranges 381064 381064 0 0.0
.debug_str 3643880 3643880 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 96140 96140 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465153 465153 0 0.0
.symtab 140016 140016 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 784932 784932 0 0.0
bl706-wifi 0 0 0 0.0
(read only) 3870 3870 0 0.0
(read/write) 1205934 1205934 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98439 98439 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1174103 1174103 0 0.0
.debug_aranges 119672 119672 0 0.0
.debug_frame 619072 619072 0 0.0
.debug_info 23748935 23748935 0 0.0
.debug_line 4540579 4540579 0 0.0
.debug_loc 3255272 3255272 0 0.0
.debug_ranges 391120 391120 0 0.0
.debug_str 3716171 3716171 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 109268 109268 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505880 505880 0 0.0
.symtab 152880 152880 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 953584 953584 0 0.0
bl702l lighting-app bl702l 0 0 0 0.0
(read only) 278 278 0 0.0
(read/write) 1155388 1155388 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77168 77168 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1540127 1540127 0 0.0
.debug_aranges 133440 133440 0 0.0
.debug_frame 487920 487920 0 0.0
.debug_info 41401629 41401629 0 0.0
.debug_line 5268241 5268241 0 0.0
.debug_loc 3590722 3590722 0 0.0
.debug_ranges 451192 451192 0 0.0
.debug_str 4090665 4090665 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100388 100388 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 598807 598807 0 0.0
.symtab 176896 176896 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 942408 942408 0 0.0
bl702l+mfd 0 0 0 0.0
(read only) 278 278 0 0.0
(read/write) 1166260 1166260 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77168 77168 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1542237 1542237 0 0.0
.debug_aranges 134608 134608 0 0.0
.debug_frame 492988 492988 0 0.0
.debug_info 41444088 41444088 0 0.0
.debug_line 5307474 5307474 0 0.0
.debug_loc 3629139 3629139 0 0.0
.debug_ranges 453264 453264 0 0.0
.debug_str 4096186 4096186 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99328 99328 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 602635 602635 0 0.0
.symtab 178688 178688 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 954188 954188 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734843 734843 0 0.0
(read/write) 166444 166444 0 0.0
.bss 88860 88860 0 0.0
.data 3420 3420 0 0.0
.rodata 84287 84287 0 0.0
.text 650168 650168 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756403 756403 0 0.0
(read/write) 176704 176704 0 0.0
.bss 99084 99084 0 0.0
.data 3440 3440 0 0.0
.rodata 79863 79863 0 0.0
.text 676148 676148 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743907 743907 0 0.0
(read/write) 171184 171184 0 0.0
.bss 93564 93564 0 0.0
.data 3440 3440 0 0.0
.rodata 105951 105951 0 0.0
.text 637564 637564 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694659 694659 0 0.0
(read/write) 165536 165536 0 0.0
.bss 87728 87728 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80111 0 0.0
.text 614160 614160 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680331 680331 0 0.0
(read/write) 165676 165676 0 0.0
.bss 87872 87872 0 0.0
.data 3404 3404 0 0.0
.rodata 75943 75943 0 0.0
.text 604000 604000 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617522 617522 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 936300 936300 0 0.0
.debug_aranges 109056 109056 0 0.0
.debug_frame 367532 367532 0 0.0
.debug_info 20550326 20550326 0 0.0
.debug_line 2657536 2657536 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1636886 1636886 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112317 112317 0 0.0
.debug_str 3442086 3442086 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515741 515741 0 0.0
.symtab 298512 298512 0 0.0
.text 509236 509236 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 552015 552015 0 0.0
.app_xip_area 443217 443217 0 0.0
.bss 63768 63768 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) 538223 538223 0 0.0
.app_xip_area 424625 424625 0 0.0
.bss 68536 68536 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) 573647 573647 0 0.0
.app_xip_area 466169 466169 0 0.0
.bss 62520 62520 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) 549967 549967 0 0.0
.app_xip_area 439409 439409 0 0.0
.bss 65504 65504 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
k32w contact k32w0+release (read only) 588708 588708 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 588172 588172 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683948 683948 0 0.0
.bss 66968 66968 0 0.0
.data 2716 2716 0 0.0
.text 570784 570784 0 0.0
light k32w0+release (read only) 588428 588428 0 0.0
(read/write) 87192 87192 0 0.0
.bss 70448 70448 0 0.0
.data 2120 2120 0 0.0
.text 587892 587892 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775768 775768 0 0.0
.bss 76612 76612 0 0.0
.data 1928 1928 0 0.0
.text 653768 653768 0 0.0
lock k32w0+release (read only) 560164 560164 0 0.0
(read/write) 85020 85020 0 0.0
.bss 68336 68336 0 0.0
.data 2060 2060 0 0.0
.text 559628 559628 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10104332 10104332 0 0.0
(read/write) 505320 505320 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374144 374144 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314760 314760 0 0.0
.text 9023080 9023080 0 0.0
thermostat-no-ble arm64 (read only) 4346388 4346388 0 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160820 160820 0 0.0
.text 3850952 3850952 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522104 2522104 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1484788 1484788 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1228440 1228440 0 0.0
bss 154444 154444 0 0.0
rodata 142772 142772 0 0.0
text 852228 852228 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1348020 1348020 0 0.0
bss 140454 140454 0 0.0
rodata 136948 136948 0 0.0
text 779928 779928 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160316 1160316 0 0.0
bss 153938 153938 0 0.0
rodata 113728 113728 0 0.0
text 813700 813700 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 0 0 0 0.0
(read only) 837568 837568 0 0.0
(read/write) 1779060 1779060 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193236 193236 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 2536 2536 0 0.0
.debug_abbrev 1378401 1378401 0 0.0
.debug_aranges 145760 145760 0 0.0
.debug_frame 483312 483312 0 0.0
.debug_info 32114673 32114673 0 0.0
.debug_line 4038526 4038526 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2319948 2319948 0 0.0
.debug_rnglists 156259 156259 0 0.0
.debug_str 4195969 4195969 0 0.0
.heap 837568 837568 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 844681 844681 0 0.0
.symtab 514048 514048 0 0.0
.text 1574900 1574900 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 0 0 0 0.0
(read only) 840160 840160 0 0.0
(read/write) 1680980 1680980 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 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 2472 2472 0 0.0
.debug_abbrev 1258835 1258835 0 0.0
.debug_aranges 137504 137504 0 0.0
.debug_frame 461532 461532 0 0.0
.debug_info 28456250 28456250 0 0.0
.debug_line 3796564 3796564 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2192092 2192092 0 0.0
.debug_rnglists 147720 147720 0 0.0
.debug_str 3997115 3997115 0 0.0
.heap 840160 840160 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 741294 741294 0 0.0
.symtab 474752 474752 0 0.0
.text 1479412 1479412 0 0.0
.zero.table 8 8 0 0.0
light cy8ckit_062s2_43012 0 0 0 0.0
(read only) 846488 846488 0 0.0
(read/write) 1607412 1607412 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 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 2360 2360 0 0.0
.debug_abbrev 1100210 1100210 0 0.0
.debug_aranges 127568 127568 0 0.0
.debug_frame 424464 424464 0 0.0
.debug_info 23586661 23586661 0 0.0
.debug_line 3371925 3371925 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2028816 2028816 0 0.0
.debug_rnglists 137272 137272 0 0.0
.debug_str 3804173 3804173 0 0.0
.heap 846488 846488 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 654386 654386 0 0.0
.symtab 436208 436208 0 0.0
.text 1412172 1412172 0 0.0
.zero.table 8 8 0 0.0
lock cy8ckit_062s2_43012 0 0 0 0.0
(read only) 819224 819224 0 0.0
(read/write) 1640308 1640308 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 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 2376 2376 0 0.0
.debug_abbrev 1093228 1093228 0 0.0
.debug_aranges 126256 126256 0 0.0
.debug_frame 419700 419700 0 0.0
.debug_info 23396668 23396668 0 0.0
.debug_line 3324304 3324304 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2005284 2005284 0 0.0
.debug_rnglists 135277 135277 0 0.0
.debug_str 3766665 3766665 0 0.0
.heap 819224 819224 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 628018 628018 0 0.0
.symtab 427824 427824 0 0.0
.text 1417804 1417804 0 0.0
.zero.table 8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176028 1176028 0 0.0
.bss 100600 100600 0 0.0
.data 744 744 0 0.0
.text 622872 622872 0 0.0
lock-app qpg6105+debug (read/write) 1132692 1132692 0 0.0
.bss 95304 95304 0 0.0
.data 748 748 0 0.0
.text 579532 579532 0 0.0

@github-actions
Copy link

github-actions bot commented Oct 16, 2023

PR #29675: Size comparison from e6f0134 to 162d65b

Increases (4 builds for efr32)
platform target config section e6f0134 162d65b change % change
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006624 1006632 8 0.0
.bss 171944 171952 8 0.0
BRD4187C (read/write) 1093136 1093144 8 0.0
.bss 196108 196116 8 0.0
lock-app BRD4161A+wf200 (read/write) 1103728 1103736 8 0.0
.bss 186656 186664 8 0.0
window-app BRD4187C .bss 168524 168532 8 0.0
Decreases (1 build for efr32)
platform target config section e6f0134 162d65b change % change
efr32 window-app BRD4187C (read/write) 1129548 1129476 -72 -0.0
.text 957832 957752 -80 -0.0
Full report (54 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section e6f0134 162d65b change % change
bl602 lighting-app bl602 (read/write) 1388326 1388326 0 0.0
.bss 88168 88168 0 0.0
.data 9368 9368 0 0.0
.text 1064898 1064898 0 0.0
bl602+mfd (read/write) 1401974 1401974 0 0.0
.bss 88336 88336 0 0.0
.data 9344 9344 0 0.0
.text 1079444 1079444 0 0.0
bl602+rpc (read/write) 1435594 1435594 0 0.0
.bss 96200 96200 0 0.0
.data 9744 9744 0 0.0
.text 1096630 1096630 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1192455 1192455 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1545860 1545860 0 0.0
.debug_aranges 138576 138576 0 0.0
.debug_frame 507280 507280 0 0.0
.debug_info 41944578 41944578 0 0.0
.debug_line 5365267 5365267 0 0.0
.debug_loc 3646558 3646558 0 0.0
.debug_ranges 444632 444632 0 0.0
.debug_str 4066076 4066076 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106408 106408 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597181 597181 0 0.0
.symtab 177456 177456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
959804 959804 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1203031 1203031 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1547955 1547955 0 0.0
.debug_aranges 139744 139744 0 0.0
.debug_frame 512352 512352 0 0.0
.debug_info 41984994 41984994 0 0.0
.debug_line 5404623 5404623 0 0.0
.debug_loc 3684975 3684975 0 0.0
.debug_ranges 446704 446704 0 0.0
.debug_str 4071607 4071607 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105348 105348 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600941 600941 0 0.0
.symtab 179216 179216 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
971318 971318 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1291127 1291127 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65712 65712 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1726821 1726821 0 0.0
.debug_aranges 147296 147296 0 0.0
.debug_frame 536636 536636 0 0.0
.debug_info 47105466 47105466 0 0.0
.debug_line 5783171 5783171 0 0.0
.debug_loc 3853763 3853763 0 0.0
.debug_ranges 472280 472280 0 0.0
.debug_str 4494661 4494661 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121548 121548 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662145 662145 0 0.0
.symtab 196832 196832 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1033782 1033782 0 0.0
bl706-eth (read/write) 1040687 1040687 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97671 97671 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1081818 1081818 0 0.0
.debug_aranges 115496 115496 0 0.0
.debug_frame 426412 426412 0 0.0
.debug_info 22583676 22583676 0 0.0
.debug_line 4296540 4296540 0 0.0
.debug_loc 3155284 3155284 0 0.0
.debug_ranges 381064 381064 0 0.0
.debug_str 3643880 3643880 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 96140 96140 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465153 465153 0 0.0
.symtab 140016 140016 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
784932 784932 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1205934 1205934 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98439 98439 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1174103 1174103 0 0.0
.debug_aranges 119672 119672 0 0.0
.debug_frame 619072 619072 0 0.0
.debug_info 23748935 23748935 0 0.0
.debug_line 4540579 4540579 0 0.0
.debug_loc 3255272 3255272 0 0.0
.debug_ranges 391120 391120 0 0.0
.debug_str 3716171 3716171 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 109268 109268 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505880 505880 0 0.0
.symtab 152880 152880 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
953584 953584 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1155388 1155388 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77168 77168 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1540127 1540127 0 0.0
.debug_aranges 133440 133440 0 0.0
.debug_frame 487920 487920 0 0.0
.debug_info 41401629 41401629 0 0.0
.debug_line 5268241 5268241 0 0.0
.debug_loc 3590722 3590722 0 0.0
.debug_ranges 451192 451192 0 0.0
.debug_str 4090665 4090665 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100388 100388 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 598807 598807 0 0.0
.symtab 176896 176896 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942408 942408 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1166260 1166260 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77168 77168 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1542237 1542237 0 0.0
.debug_aranges 134608 134608 0 0.0
.debug_frame 492988 492988 0 0.0
.debug_info 41444088 41444088 0 0.0
.debug_line 5307474 5307474 0 0.0
.debug_loc 3629139 3629139 0 0.0
.debug_ranges 453264 453264 0 0.0
.debug_str 4096186 4096186 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99328 99328 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 602635 602635 0 0.0
.symtab 178688 178688 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
954188 954188 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734843 734843 0 0.0
(read/write) 166444 166444 0 0.0
.bss 88860 88860 0 0.0
.data 3420 3420 0 0.0
.rodata 84287 84287 0 0.0
.text 650168 650168 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756403 756403 0 0.0
(read/write) 176704 176704 0 0.0
.bss 99084 99084 0 0.0
.data 3440 3440 0 0.0
.rodata 79863 79863 0 0.0
.text 676148 676148 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743907 743907 0 0.0
(read/write) 171184 171184 0 0.0
.bss 93564 93564 0 0.0
.data 3440 3440 0 0.0
.rodata 105951 105951 0 0.0
.text 637564 637564 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694659 694659 0 0.0
(read/write) 165536 165536 0 0.0
.bss 87728 87728 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80111 0 0.0
.text 614160 614160 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680331 680331 0 0.0
(read/write) 165676 165676 0 0.0
.bss 87872 87872 0 0.0
.data 3404 3404 0 0.0
.rodata 75943 75943 0 0.0
.text 604000 604000 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617522 617522 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 936300 936300 0 0.0
.debug_aranges 109056 109056 0 0.0
.debug_frame 367532 367532 0 0.0
.debug_info 20550326 20550326 0 0.0
.debug_line 2657536 2657536 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1636886 1636886 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112317 112317 0 0.0
.debug_str 3442086 3442086 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515741 515741 0 0.0
.symtab 298512 298512 0 0.0
.text 509236 509236 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 552015 552015 0 0.0
.app_xip_area 443217 443217 0 0.0
.bss 63768 63768 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) 538223 538223 0 0.0
.app_xip_area 424625 424625 0 0.0
.bss 68536 68536 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) 573647 573647 0 0.0
.app_xip_area 466169 466169 0 0.0
.bss 62520 62520 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) 549967 549967 0 0.0
.app_xip_area 439409 439409 0 0.0
.bss 65504 65504 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) 1006624 1006632 8 0.0
.bss 171944 171952 8 0.0
.data 2692 2692 0 0.0
.text 831968 831968 0 0.0
BRD4187C (read/write) 1093136 1093144 8 0.0
.bss 196108 196116 8 0.0
.data 3300 3300 0 0.0
.text 893708 893708 0 0.0
lock-app BRD4161A+wf200 (read/write) 1103728 1103736 8 0.0
.bss 186656 186664 8 0.0
.data 2708 2708 0 0.0
.text 914340 914340 0 0.0
window-app BRD4187C (read/write) 1129548 1129476 -72 -0.0
.bss 168524 168532 8 0.0
.data 3172 3172 0 0.0
.text 957832 957752 -80 -0.0
esp32 all-clusters-app c3devkit (read only) 1162956 1162956 0 0.0
(read/write) 1701916 1701916 0 0.0
.dram0.bss 77560 77560 0 0.0
.dram0.data 13068 13068 0 0.0
.flash.rodata 268568 268568 0 0.0
.flash.text 1162956 1162956 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1205895 1205895 0 0.0
(read/write) 551850 551850 0 0.0
.dram0.bss 84216 84216 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299996 299996 0 0.0
.flash.text 1200511 1200511 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 588708 588708 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 588172 588172 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683948 683948 0 0.0
.bss 66968 66968 0 0.0
.data 2716 2716 0 0.0
.text 570784 570784 0 0.0
light k32w0+release (read only) 588428 588428 0 0.0
(read/write) 87192 87192 0 0.0
.bss 70448 70448 0 0.0
.data 2120 2120 0 0.0
.text 587892 587892 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775768 775768 0 0.0
.bss 76612 76612 0 0.0
.data 1928 1928 0 0.0
.text 653768 653768 0 0.0
lock k32w0+release (read only) 560164 560164 0 0.0
(read/write) 85020 85020 0 0.0
.bss 68336 68336 0 0.0
.data 2060 2060 0 0.0
.text 559628 559628 0 0.0
linux all-clusters-app debug (read only) 5500185 5500185 0 0.0
(read/write) 420584 420584 0 0.0
.bss 130352 130352 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 279008 279008 0 0.0
.dynamic 624 624 0 0.0
.got 5368 5368 0 0.0
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 335372 335372 0 0.0
.text 4784067 4784067 0 0.0
all-clusters-minimal-app debug (read only) 4877393 4877393 0 0.0
(read/write) 232656 232656 0 0.0
.bss 126480 126480 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270109 270109 0 0.0
.text 4376387 4376387 0 0.0
bridge-app debug (read only) 4359097 4359097 0 0.0
(read/write) 214960 214960 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 218013 218013 0 0.0
.text 3923667 3923667 0 0.0
chip-tool debug (read only) 10232057 10232057 0 0.0
(read/write) 443480 443480 0 0.0
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337584 337584 0 0.0
.dynamic 624 624 0 0.0
.got 5792 5792 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 385993 385993 0 0.0
.text 9248227 9248227 0 0.0
chip-tool-ipv6only arm64 (read only) 10104332 10104332 0 0.0
(read/write) 505320 505320 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374144 374144 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314760 314760 0 0.0
.text 9023080 9023080 0 0.0
lighting-app debug+rpc+ui (read only) 5217145 5217145 0 0.0
(read/write) 222952 222952 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 336180 336180 0 0.0
.text 4637955 4637955 0 0.0
lock-app debug (read only) 4455513 4455513 0 0.0
(read/write) 203096 203096 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246525 246525 0 0.0
.text 3999587 3999587 0 0.0
ota-provider-app debug (read only) 4117745 4117745 0 0.0
(read/write) 192032 192032 0 0.0
.bss 113536 113536 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 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 199773 199773 0 0.0
.text 3727411 3727411 0 0.0
ota-requestor-app debug (read only) 4203161 4203161 0 0.0
(read/write) 196248 196248 0 0.0
.bss 114560 114560 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 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 203037 203037 0 0.0
.text 3805235 3805235 0 0.0
shell debug (read only) 2907785 2907785 0 0.0
(read/write) 153152 153152 0 0.0
.bss 60872 60872 0 0.0
.data 816 816 0 0.0
.data.rel.ro 85576 85576 0 0.0
.dynamic 592 592 0 0.0
.got 4096 4096 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211072 211072 0 0.0
.text 2523458 2523458 0 0.0
thermostat-no-ble arm64 (read only) 4346388 4346388 0 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160820 160820 0 0.0
.text 3850952 3850952 0 0.0
tv-app debug (read only) 5279241 5279241 0 0.0
(read/write) 350632 350632 0 0.0
.bss 241824 241824 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5592 5592 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270797 270797 0 0.0
.text 4764579 4764579 0 0.0
tv-casting-app debug (read only) 8182945 8182945 0 0.0
(read/write) 313368 313368 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148208 148208 0 0.0
.dynamic 624 624 0 0.0
.got 5072 5072 0 0.0
.init 27 27 0 0.0
.init_array 1104 1104 0 0.0
.rodata 337208 337208 0 0.0
.text 7443043 7443043 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522104 2522104 0 0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1484788 1484788 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1228440 1228440 0 0.0
bss 154444 154444 0 0.0
rodata 142772 142772 0 0.0
text 852228 852228 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1348020 1348020 0 0.0
bss 140454 140454 0 0.0
rodata 136948 136948 0 0.0
text 779928 779928 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160316 1160316 0 0.0
bss 153938 153938 0 0.0
rodata 113728 113728 0 0.0
text 813700 813700 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837568 837568 0 0.0
(read/write) 1779060 1779060 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193236 193236 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 2536 2536 0 0.0
.debug_abbrev 1378401 1378401 0 0.0
.debug_aranges 145760 145760 0 0.0
.debug_frame 483312 483312 0 0.0
.debug_info 32114673 32114673 0 0.0
.debug_line 4038526 4038526 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2319948 2319948 0 0.0
.debug_rnglists 156259 156259 0 0.0
.debug_str 4195969 4195969 0 0.0
.heap 837568 837568 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 844681 844681 0 0.0
.symtab 514048 514048 0 0.0
.text 1574900 1574900 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840160 840160 0 0.0
(read/write) 1680980 1680980 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 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 2472 2472 0 0.0
.debug_abbrev 1258835 1258835 0 0.0
.debug_aranges 137504 137504 0 0.0
.debug_frame 461532 461532 0 0.0
.debug_info 28456250 28456250 0 0.0
.debug_line 3796564 3796564 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2192092 2192092 0 0.0
.debug_rnglists 147720 147720 0 0.0
.debug_str 3997115 3997115 0 0.0
.heap 840160 840160 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 741294 741294 0 0.0
.symtab 474752 474752 0 0.0
.text 1479412 1479412 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1607412 1607412 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 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 2360 2360 0 0.0
.debug_abbrev 1100210 1100210 0 0.0
.debug_aranges 127568 127568 0 0.0
.debug_frame 424464 424464 0 0.0
.debug_info 23586661 23586661 0 0.0
.debug_line 3371925 3371925 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2028816 2028816 0 0.0
.debug_rnglists 137272 137272 0 0.0
.debug_str 3804173 3804173 0 0.0
.heap 846488 846488 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 654386 654386 0 0.0
.symtab 436208 436208 0 0.0
.text 1412172 1412172 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1640308 1640308 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 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 2376 2376 0 0.0
.debug_abbrev 1093228 1093228 0 0.0
.debug_aranges 126256 126256 0 0.0
.debug_frame 419700 419700 0 0.0
.debug_info 23396668 23396668 0 0.0
.debug_line 3324304 3324304 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2005284 2005284 0 0.0
.debug_rnglists 135277 135277 0 0.0
.debug_str 3766665 3766665 0 0.0
.heap 819224 819224 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 628018 628018 0 0.0
.symtab 427824 427824 0 0.0
.text 1417804 1417804 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176028 1176028 0 0.0
.bss 100600 100600 0 0.0
.data 744 744 0 0.0
.text 622872 622872 0 0.0
lock-app qpg6105+debug (read/write) 1132692 1132692 0 0.0
.bss 95304 95304 0 0.0
.data 748 748 0 0.0
.text 579532 579532 0 0.0

@mergify mergify bot merged commit 0744c56 into project-chip:master Oct 16, 2023
HunsupJung pushed a commit to HunsupJung/connectedhomeip that referenced this pull request Oct 23, 2023
* Fixed LCD animations for window-app

* Modified type conversion from (uint8_t *) to Uint8::from_char as mentioned in comments

* As per comments, using BaseApplication to get provision state and updated UpdateLEDs() API.

* Added sIsProvisioned as member variable in BaseApplication class.

* Restyled by whitespace

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants