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

CastingDiscovery: fix snprintf warning #29534

Merged
merged 3 commits into from
Oct 3, 2023

Conversation

cecille
Copy link
Contributor

@cecille cecille commented Oct 2, 2023

snprintf appends a null terminator, as does strcat, so both buffers need to be upsized by 1 to accommodate that.

Fixes a build failing while running gn_build.sh

snprintf appends a null terminator, as does strcat, so both buffers
need to be upsized by 1 to accommodate that.
@github-actions
Copy link

github-actions bot commented Oct 2, 2023

PR #29534: Size comparison from 6047fbb to cd07de2

Increases (1 build for bl702l)
platform target config section 6047fbb cd07de2 change % change
bl702l lighting-app bl702l (read/write) 1157772 1157776 4 0.0
.text 944384 944386 2 0.0
Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 6047fbb cd07de2 change % change
bl602 lighting-app bl602 (read/write) 1391130 1391130 0 0.0
.bss 88176 88176 0 0.0
.data 9368 9368 0 0.0
.text 1067336 1067336 0 0.0
bl602+mfd (read/write) 1405026 1405026 0 0.0
.bss 88344 88344 0 0.0
.data 9344 9344 0 0.0
.text 1082122 1082122 0 0.0
bl602+rpc (read/write) 1438302 1438302 0 0.0
.bss 96200 96200 0 0.0
.data 9728 9728 0 0.0
.text 1099072 1099072 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1194631 1194631 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 1544826 1544826 0 0.0
.debug_aranges 138416 138416 0 0.0
.debug_frame 508192 508192 0 0.0
.debug_info 41913313 41913313 0 0.0
.debug_line 5427253 5427253 0 0.0
.debug_loc 3524749 3524749 0 0.0
.debug_ranges 377128 377128 0 0.0
.debug_str 3966213 3966213 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 106804 106804 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 596916 596916 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
961572 961572 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1205191 1205191 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 1546899 1546899 0 0.0
.debug_aranges 139584 139584 0 0.0
.debug_frame 513264 513264 0 0.0
.debug_info 41953931 41953931 0 0.0
.debug_line 5466640 5466640 0 0.0
.debug_loc 3563180 3563180 0 0.0
.debug_ranges 379128 379128 0 0.0
.debug_str 3971744 3971744 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 105744 105744 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600676 600676 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
973070 973070 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1293183 1293183 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 4088 4088 0 0.0
.debug_abbrev 1725720 1725720 0 0.0
.debug_aranges 147136 147136 0 0.0
.debug_frame 537536 537536 0 0.0
.debug_info 47063585 47063585 0 0.0
.debug_line 5845345 5845345 0 0.0
.debug_loc 3731734 3731734 0 0.0
.debug_ranges 404680 404680 0 0.0
.debug_str 4394282 4394282 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 121868 121868 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 661657 661657 0 0.0
.symtab 196608 196608 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1035562 1035562 0 0.0
bl706-eth (read/write) 1043759 1043759 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 1080991 1080991 0 0.0
.debug_aranges 115424 115424 0 0.0
.debug_frame 427592 427592 0 0.0
.debug_info 22668064 22668064 0 0.0
.debug_line 4360231 4360231 0 0.0
.debug_loc 3033778 3033778 0 0.0
.debug_ranges 312936 312936 0 0.0
.debug_str 3545448 3545448 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 96504 96504 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465211 465211 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
787626 787626 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1207406 1207406 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 1173667 1173667 0 0.0
.debug_aranges 119600 119600 0 0.0
.debug_frame 620168 620168 0 0.0
.debug_info 23835741 23835741 0 0.0
.debug_line 4603997 4603997 0 0.0
.debug_loc 3133649 3133649 0 0.0
.debug_ranges 322752 322752 0 0.0
.debug_str 3617739 3617739 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 109632 109632 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505938 505938 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
954678 954678 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1157772 1157776 4 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 1539114 1539114 0 0.0
.debug_aranges 133280 133280 0 0.0
.debug_frame 488832 488832 0 0.0
.debug_info 41371310 41371310 0 0.0
.debug_line 5330377 5330377 0 0.0
.debug_loc 3469006 3469006 0 0.0
.debug_ranges 383664 383664 0 0.0
.debug_str 3990808 3990808 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 100784 100784 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 598542 598542 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
944384 944386 2 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1168632 1168632 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 1541202 1541202 0 0.0
.debug_aranges 134448 134448 0 0.0
.debug_frame 493900 493900 0 0.0
.debug_info 41413971 41413971 0 0.0
.debug_line 5369641 5369641 0 0.0
.debug_loc 3507437 3507437 0 0.0
.debug_ranges 385664 385664 0 0.0
.debug_str 3996329 3996329 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 99724 99724 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 602370 602370 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
956150 956150 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 738179 738179 0 0.0
(read/write) 166444 166444 0 0.0
.bss 88860 88860 0 0.0
.data 3420 3420 0 0.0
.rodata 84383 84383 0 0.0
.text 653404 653404 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758435 758435 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 677960 677960 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 745971 745971 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 639472 639472 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696371 696371 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 615708 615708 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681963 681963 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 605460 605460 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 619594 619594 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 933191 933191 0 0.0
.debug_aranges 107520 107520 0 0.0
.debug_frame 363440 363440 0 0.0
.debug_info 20869505 20869505 0 0.0
.debug_line 2772754 2772754 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1573884 1573884 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 101446 101446 0 0.0
.debug_str 3387225 3387225 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106290 106290 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 511191 511191 0 0.0
.symtab 296976 296976 0 0.0
.text 511184 511184 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 555383 555383 0 0.0
.app_xip_area 446585 446585 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) 540271 540271 0 0.0
.app_xip_area 426681 426681 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) 575431 575431 0 0.0
.app_xip_area 467961 467961 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) 552071 552071 0 0.0
.app_xip_area 441505 441505 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) 1008972 1008972 0 0.0
.bss 170804 170804 0 0.0
.data 2668 2668 0 0.0
.text 835476 835476 0 0.0
BRD4187C (read/write) 1090820 1090820 0 0.0
.bss 194912 194912 0 0.0
.data 3256 3256 0 0.0
.text 892632 892632 0 0.0
lock-app BRD4161A+wf200 (read/write) 1104224 1104224 0 0.0
.bss 185492 185492 0 0.0
.data 2680 2680 0 0.0
.text 916032 916032 0 0.0
window-app BRD4187C (read/write) 1124656 1124656 0 0.0
.bss 167352 167352 0 0.0
.data 3128 3128 0 0.0
.text 954156 954156 0 0.0
esp32 all-clusters-app c3devkit (read only) 1167494 1167494 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 1167494 1167494 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1209279 1209279 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 1203895 1203895 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 590652 590652 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70760 70760 0 0.0
.data 2124 2124 0 0.0
.text 590116 590116 0 0.0
light k32w0+release (read only) 590444 590444 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70448 70448 0 0.0
.data 2112 2112 0 0.0
.text 589908 589908 0 0.0
lock k32w0+release (read only) 561716 561716 0 0.0
(read/write) 85016 85016 0 0.0
.bss 68336 68336 0 0.0
.data 2056 2056 0 0.0
.text 561180 561180 0 0.0
linux all-clusters-app debug (read only) 5577033 5577033 0 0.0
(read/write) 420584 420584 0 0.0
.bss 130480 130480 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 278880 278880 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 336108 336108 0 0.0
.text 4860083 4860083 0 0.0
all-clusters-minimal-app debug (read only) 4929289 4929289 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 270653 270653 0 0.0
.text 4427523 4427523 0 0.0
bridge-app debug (read only) 2773001 2773001 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 213312 213312 0 0.0
.text 2381923 2381923 0 0.0
chip-tool debug (read only) 10353649 10353649 0 0.0
(read/write) 443064 443064 0 0.0
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337136 337136 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 387209 387209 0 0.0
.text 9369395 9369395 0 0.0
chip-tool-ipv6only arm64 (read only) 10217548 10217548 0 0.0
(read/write) 505512 505512 0 0.0
.bss 103032 103032 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374376 374376 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 316040 316040 0 0.0
.text 9135256 9135256 0 0.0
lighting-app debug+rpc+ui (read only) 5255217 5255217 0 0.0
(read/write) 222792 222792 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92640 92640 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 336436 336436 0 0.0
.text 4675987 4675987 0 0.0
lock-app debug (read only) 4479025 4479025 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 246941 246941 0 0.0
.text 4022467 4022467 0 0.0
ota-provider-app debug (read only) 4130945 4130945 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 200093 200093 0 0.0
.text 3740291 3740291 0 0.0
ota-requestor-app debug (read only) 4224105 4224105 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 203357 203357 0 0.0
.text 3825859 3825859 0 0.0
shell debug (read only) 2973377 2973377 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 211808 211808 0 0.0
.text 2588130 2588130 0 0.0
thermostat-no-ble arm64 (read only) 4366908 4366908 0 0.0
(read/write) 241992 241992 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100672 100672 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 161052 161052 0 0.0
.text 3871080 3871080 0 0.0
tv-app debug (read only) 5322449 5322449 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 271245 271245 0 0.0
.text 4807123 4807123 0 0.0
tv-casting-app debug (read only) 8300481 8300481 0 0.0
(read/write) 211720 211720 0 0.0
.bss 54752 54752 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 337240 337240 0 0.0
.text 7561747 7561747 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523792 2523792 0 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1486476 1486476 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1234128 1234128 0 0.0
bss 155134 155134 0 0.0
rodata 142740 142740 0 0.0
text 857312 857312 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1352884 1352884 0 0.0
bss 140544 140544 0 0.0
rodata 136848 136848 0 0.0
text 784816 784816 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1165364 1165364 0 0.0
bss 154564 154564 0 0.0
rodata 113768 113768 0 0.0
text 818076 818076 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837512 0 0.0
(read/write) 1785804 1785804 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 1376188 1376188 0 0.0
.debug_aranges 144224 144224 0 0.0
.debug_frame 479224 479224 0 0.0
.debug_info 32451243 32451243 0 0.0
.debug_line 4153900 4153900 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2256613 2256613 0 0.0
.debug_rnglists 145346 145346 0 0.0
.debug_str 4141046 4141046 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 837053 837053 0 0.0
.symtab 511888 511888 0 0.0
.text 0 0 0 0.0
1581588 1581588 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840168 840168 0 0.0
(read/write) 1685692 1685692 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 1257183 1257183 0 0.0
.debug_aranges 136024 136024 0 0.0
.debug_frame 457652 457652 0 0.0
.debug_info 28791678 28791678 0 0.0
.debug_line 3912986 3912986 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2129998 2129998 0 0.0
.debug_rnglists 136913 136913 0 0.0
.debug_str 3942678 3942678 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 734809 734809 0 0.0
.symtab 472736 472736 0 0.0
.text 1484132 1484132 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) 1611332 1611332 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 1098155 1098155 0 0.0
.debug_aranges 126088 126088 0 0.0
.debug_frame 420584 420584 0 0.0
.debug_info 23913004 23913004 0 0.0
.debug_line 3487864 3487864 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1966722 1966722 0 0.0
.debug_rnglists 126465 126465 0 0.0
.debug_str 3749772 3749772 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 650001 650001 0 0.0
.symtab 434976 434976 0 0.0
.text 1416100 1416100 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) 1642724 1642724 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 1090346 1090346 0 0.0
.debug_aranges 124720 124720 0 0.0
.debug_frame 415608 415608 0 0.0
.debug_info 23716351 23716351 0 0.0
.debug_line 3438514 3438514 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1942287 1942287 0 0.0
.debug_rnglists 124406 124406 0 0.0
.debug_str 3711766 3711766 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 622931 622931 0 0.0
.symtab 426144 426144 0 0.0
.text 1420228 1420228 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178496 1178496 0 0.0
.bss 100616 100616 0 0.0
.data 740 740 0 0.0
.text 625336 625336 0 0.0
lock-app qpg6105+debug (read/write) 1134760 1134760 0 0.0
.bss 95320 95320 0 0.0
.data 744 744 0 0.0
.text 581604 581604 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1153852 1153852 0 0.0
bss 113224 113224 0 0.0
text 805002 805002 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1097104 1097104 0 0.0
bss 122244 122244 0 0.0
text 761906 761906 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 950132 950132 0 0.0
bss 106888 106888 0 0.0
text 656762 656762 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 879072 879072 0 0.0
bss 78124 78124 0 0.0
text 623142 623142 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867484 867484 0 0.0
bss 67036 67036 0 0.0
text 630370 630370 0 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1003000 1003000 0 0.0
bss 109148 109148 0 0.0
text 705926 705926 0 0.0
tlsr9528a (read only) 4 4 0 0.0
(read/write) 1048060 1048060 0 0.0
bss 120896 120896 0 0.0
text 729212 729212 0 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 935396 935396 0 0.0
bss 78816 78816 0 0.0
text 652672 652672 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 963764 963764 0 0.0
bss 104988 104988 0 0.0
text 672826 672826 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 882796 882796 0 0.0
bss 78228 78228 0 0.0
text 627184 627184 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 823548 823548 0 0.0
bss 66240 66240 0 0.0
text 594130 594130 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 839488 839488 0 0.0
bss 66656 66656 0 0.0
text 604982 604982 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 716020 716020 0 0.0
bss 86424 86424 0 0.0
text 469654 469654 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 881048 881048 0 0.0
bss 78208 78208 0 0.0
text 626050 626050 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 866156 866156 0 0.0
bss 77928 77928 0 0.0
text 613308 613308 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 845060 845060 0 0.0
bss 66540 66540 0 0.0
text 609910 609910 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 842200 842200 0 0.0
bss 66892 66892 0 0.0
text 606636 606636 0 0.0

@github-actions
Copy link

github-actions bot commented Oct 2, 2023

PR #29534: Size comparison from 6047fbb to 18e9e43

Increases (2 builds for bl702l, linux)
platform target config section 6047fbb 18e9e43 change % change
bl702l lighting-app bl702l (read/write) 1157772 1157776 4 0.0
.text 944384 944386 2 0.0
linux lighting-app debug+rpc+ui (read only) 5255217 5255921 704 0.0
.rodata 336436 336596 160 0.0
.text 4675987 4676531 544 0.0
Decreases (2 builds for telink)
platform target config section 6047fbb 18e9e43 change % change
telink all-clusters-minimal-app tlsr9528a text 761906 761904 -2 -0.0
shell tlsr9518adk80d (read/write) 716020 716012 -8 -0.0
text 469654 469652 -2 -0.0
Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 6047fbb 18e9e43 change % change
bl602 lighting-app bl602 (read/write) 1391130 1391130 0 0.0
.bss 88176 88176 0 0.0
.data 9368 9368 0 0.0
.text 1067336 1067336 0 0.0
bl602+mfd (read/write) 1405026 1405026 0 0.0
.bss 88344 88344 0 0.0
.data 9344 9344 0 0.0
.text 1082122 1082122 0 0.0
bl602+rpc (read/write) 1438302 1438302 0 0.0
.bss 96200 96200 0 0.0
.data 9728 9728 0 0.0
.text 1099072 1099072 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1194631 1194631 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 1544826 1544826 0 0.0
.debug_aranges 138416 138416 0 0.0
.debug_frame 508192 508192 0 0.0
.debug_info 41913313 41913313 0 0.0
.debug_line 5427253 5427253 0 0.0
.debug_loc 3524749 3524749 0 0.0
.debug_ranges 377128 377128 0 0.0
.debug_str 3966213 3966213 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 106804 106804 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 596916 596916 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
961572 961572 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1205191 1205191 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 1546899 1546899 0 0.0
.debug_aranges 139584 139584 0 0.0
.debug_frame 513264 513264 0 0.0
.debug_info 41953931 41953931 0 0.0
.debug_line 5466640 5466640 0 0.0
.debug_loc 3563180 3563180 0 0.0
.debug_ranges 379128 379128 0 0.0
.debug_str 3971744 3971744 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 105744 105744 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600676 600676 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
973070 973070 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1293183 1293183 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 4088 4088 0 0.0
.debug_abbrev 1725720 1725720 0 0.0
.debug_aranges 147136 147136 0 0.0
.debug_frame 537536 537536 0 0.0
.debug_info 47063585 47063585 0 0.0
.debug_line 5845345 5845345 0 0.0
.debug_loc 3731734 3731734 0 0.0
.debug_ranges 404680 404680 0 0.0
.debug_str 4394282 4394282 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 121868 121868 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 661657 661657 0 0.0
.symtab 196608 196608 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1035562 1035562 0 0.0
bl706-eth (read/write) 1043759 1043759 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 1080991 1080991 0 0.0
.debug_aranges 115424 115424 0 0.0
.debug_frame 427592 427592 0 0.0
.debug_info 22668064 22668064 0 0.0
.debug_line 4360231 4360231 0 0.0
.debug_loc 3033778 3033778 0 0.0
.debug_ranges 312936 312936 0 0.0
.debug_str 3545448 3545448 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 96504 96504 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465211 465211 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
787626 787626 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1207406 1207406 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 1173667 1173667 0 0.0
.debug_aranges 119600 119600 0 0.0
.debug_frame 620168 620168 0 0.0
.debug_info 23835741 23835741 0 0.0
.debug_line 4603997 4603997 0 0.0
.debug_loc 3133649 3133649 0 0.0
.debug_ranges 322752 322752 0 0.0
.debug_str 3617739 3617739 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 109632 109632 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505938 505938 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
954678 954678 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1157772 1157776 4 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 1539114 1539114 0 0.0
.debug_aranges 133280 133280 0 0.0
.debug_frame 488832 488832 0 0.0
.debug_info 41371310 41371310 0 0.0
.debug_line 5330377 5330377 0 0.0
.debug_loc 3469006 3469006 0 0.0
.debug_ranges 383664 383664 0 0.0
.debug_str 3990808 3990808 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 100784 100784 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 598542 598542 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
944384 944386 2 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1168632 1168632 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 1541202 1541202 0 0.0
.debug_aranges 134448 134448 0 0.0
.debug_frame 493900 493900 0 0.0
.debug_info 41413971 41413971 0 0.0
.debug_line 5369641 5369641 0 0.0
.debug_loc 3507437 3507437 0 0.0
.debug_ranges 385664 385664 0 0.0
.debug_str 3996329 3996329 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 99724 99724 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 602370 602370 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
956150 956150 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 738179 738179 0 0.0
(read/write) 166444 166444 0 0.0
.bss 88860 88860 0 0.0
.data 3420 3420 0 0.0
.rodata 84383 84383 0 0.0
.text 653404 653404 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758435 758435 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 677960 677960 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 745971 745971 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 639472 639472 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696371 696371 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 615708 615708 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681963 681963 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 605460 605460 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 619594 619594 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 933191 933191 0 0.0
.debug_aranges 107520 107520 0 0.0
.debug_frame 363440 363440 0 0.0
.debug_info 20869505 20869505 0 0.0
.debug_line 2772754 2772754 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1573884 1573884 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 101446 101446 0 0.0
.debug_str 3387225 3387225 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106290 106290 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 511191 511191 0 0.0
.symtab 296976 296976 0 0.0
.text 511184 511184 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 555383 555383 0 0.0
.app_xip_area 446585 446585 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) 540271 540271 0 0.0
.app_xip_area 426681 426681 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) 575431 575431 0 0.0
.app_xip_area 467961 467961 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) 552071 552071 0 0.0
.app_xip_area 441505 441505 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) 1008972 1008972 0 0.0
.bss 170804 170804 0 0.0
.data 2668 2668 0 0.0
.text 835476 835476 0 0.0
BRD4187C (read/write) 1090820 1090820 0 0.0
.bss 194912 194912 0 0.0
.data 3256 3256 0 0.0
.text 892632 892632 0 0.0
lock-app BRD4161A+wf200 (read/write) 1104224 1104224 0 0.0
.bss 185492 185492 0 0.0
.data 2680 2680 0 0.0
.text 916032 916032 0 0.0
window-app BRD4187C (read/write) 1124656 1124656 0 0.0
.bss 167352 167352 0 0.0
.data 3128 3128 0 0.0
.text 954156 954156 0 0.0
esp32 all-clusters-app c3devkit (read only) 1167494 1167494 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 1167494 1167494 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1209279 1209279 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 1203895 1203895 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 590652 590652 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70760 70760 0 0.0
.data 2124 2124 0 0.0
.text 590116 590116 0 0.0
light k32w0+release (read only) 590444 590444 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70448 70448 0 0.0
.data 2112 2112 0 0.0
.text 589908 589908 0 0.0
lock k32w0+release (read only) 561716 561716 0 0.0
(read/write) 85016 85016 0 0.0
.bss 68336 68336 0 0.0
.data 2056 2056 0 0.0
.text 561180 561180 0 0.0
linux all-clusters-app debug (read only) 5577033 5577033 0 0.0
(read/write) 420584 420584 0 0.0
.bss 130480 130480 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 278880 278880 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 336108 336108 0 0.0
.text 4860083 4860083 0 0.0
all-clusters-minimal-app debug (read only) 4929289 4929289 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 270653 270653 0 0.0
.text 4427523 4427523 0 0.0
bridge-app debug (read only) 2773001 2773001 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 213312 213312 0 0.0
.text 2381923 2381923 0 0.0
chip-tool debug (read only) 10353649 10353649 0 0.0
(read/write) 443064 443064 0 0.0
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337136 337136 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 387209 387209 0 0.0
.text 9369395 9369395 0 0.0
chip-tool-ipv6only arm64 (read only) 10217548 10217548 0 0.0
(read/write) 505512 505512 0 0.0
.bss 103032 103032 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374376 374376 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 316040 316040 0 0.0
.text 9135256 9135256 0 0.0
lighting-app debug+rpc+ui (read only) 5255217 5255921 704 0.0
(read/write) 222792 222792 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92640 92640 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 336436 336596 160 0.0
.text 4675987 4676531 544 0.0
lock-app debug (read only) 4479025 4479025 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 246941 246941 0 0.0
.text 4022467 4022467 0 0.0
ota-provider-app debug (read only) 4130945 4130945 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 200093 200093 0 0.0
.text 3740291 3740291 0 0.0
ota-requestor-app debug (read only) 4224105 4224105 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 203357 203357 0 0.0
.text 3825859 3825859 0 0.0
shell debug (read only) 2973377 2973377 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 211808 211808 0 0.0
.text 2588130 2588130 0 0.0
thermostat-no-ble arm64 (read only) 4366908 4366908 0 0.0
(read/write) 241992 241992 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100672 100672 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 161052 161052 0 0.0
.text 3871080 3871080 0 0.0
tv-app debug (read only) 5322449 5322449 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 271245 271245 0 0.0
.text 4807123 4807123 0 0.0
tv-casting-app debug (read only) 8300481 8300481 0 0.0
(read/write) 211720 211720 0 0.0
.bss 54752 54752 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 337240 337240 0 0.0
.text 7561747 7561747 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523792 2523792 0 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1486476 1486476 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1234128 1234128 0 0.0
bss 155134 155134 0 0.0
rodata 142740 142740 0 0.0
text 857312 857312 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1352884 1352884 0 0.0
bss 140544 140544 0 0.0
rodata 136848 136848 0 0.0
text 784816 784816 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1165364 1165364 0 0.0
bss 154564 154564 0 0.0
rodata 113768 113768 0 0.0
text 818076 818076 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837512 0 0.0
(read/write) 1785804 1785804 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 1376188 1376188 0 0.0
.debug_aranges 144224 144224 0 0.0
.debug_frame 479224 479224 0 0.0
.debug_info 32451243 32451243 0 0.0
.debug_line 4153900 4153900 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2256613 2256613 0 0.0
.debug_rnglists 145346 145346 0 0.0
.debug_str 4141046 4141046 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 837053 837053 0 0.0
.symtab 511888 511888 0 0.0
.text 1581588 1581588 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) 1685692 1685692 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 1257183 1257183 0 0.0
.debug_aranges 136024 136024 0 0.0
.debug_frame 457652 457652 0 0.0
.debug_info 28791678 28791678 0 0.0
.debug_line 3912986 3912986 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2129998 2129998 0 0.0
.debug_rnglists 136913 136913 0 0.0
.debug_str 3942678 3942678 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 734809 734809 0 0.0
.symtab 472736 472736 0 0.0
.text 1484132 1484132 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) 1611332 1611332 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 1098155 1098155 0 0.0
.debug_aranges 126088 126088 0 0.0
.debug_frame 420584 420584 0 0.0
.debug_info 23913004 23913004 0 0.0
.debug_line 3487864 3487864 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1966722 1966722 0 0.0
.debug_rnglists 126465 126465 0 0.0
.debug_str 3749772 3749772 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 650001 650001 0 0.0
.symtab 434976 434976 0 0.0
.text 1416100 1416100 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) 1642724 1642724 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 1090346 1090346 0 0.0
.debug_aranges 124720 124720 0 0.0
.debug_frame 415608 415608 0 0.0
.debug_info 23716351 23716351 0 0.0
.debug_line 3438514 3438514 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1942287 1942287 0 0.0
.debug_rnglists 124406 124406 0 0.0
.debug_str 3711766 3711766 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 622931 622931 0 0.0
.symtab 426144 426144 0 0.0
.text 1420228 1420228 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178496 1178496 0 0.0
.bss 100616 100616 0 0.0
.data 740 740 0 0.0
.text 625336 625336 0 0.0
lock-app qpg6105+debug (read/write) 1134760 1134760 0 0.0
.bss 95320 95320 0 0.0
.data 744 744 0 0.0
.text 581604 581604 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1153852 1153852 0 0.0
bss 113224 113224 0 0.0
text 805002 805002 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1097104 1097104 0 0.0
bss 122244 122244 0 0.0
text 761906 761904 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 950132 950132 0 0.0
bss 106888 106888 0 0.0
text 656762 656762 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 879072 879072 0 0.0
bss 78124 78124 0 0.0
text 623142 623142 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867484 867484 0 0.0
bss 67036 67036 0 0.0
text 630370 630370 0 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1003000 1003000 0 0.0
bss 109148 109148 0 0.0
text 705926 705926 0 0.0
tlsr9528a (read only) 4 4 0 0.0
(read/write) 1048060 1048060 0 0.0
bss 120896 120896 0 0.0
text 729212 729212 0 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 935396 935396 0 0.0
bss 78816 78816 0 0.0
text 652672 652672 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 963764 963764 0 0.0
bss 104988 104988 0 0.0
text 672826 672826 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 882796 882796 0 0.0
bss 78228 78228 0 0.0
text 627184 627184 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 823548 823548 0 0.0
bss 66240 66240 0 0.0
text 594130 594130 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 839488 839488 0 0.0
bss 66656 66656 0 0.0
text 604982 604982 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 716020 716012 -8 -0.0
bss 86424 86424 0 0.0
text 469654 469652 -2 -0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 881048 881048 0 0.0
bss 78208 78208 0 0.0
text 626050 626050 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 866156 866156 0 0.0
bss 77928 77928 0 0.0
text 613308 613308 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 845060 845060 0 0.0
bss 66540 66540 0 0.0
text 609910 609910 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 842200 842200 0 0.0
bss 66892 66892 0 0.0
text 606636 606636 0 0.0

@github-actions
Copy link

github-actions bot commented Oct 3, 2023

PR #29534: Size comparison from 6047fbb to ba11a26

Increases above 0.2%:

platform target config section 6047fbb ba11a26 change % change
bl702 lighting-app bl702 .debug_ranges 377128 378136 1008 0.3
bl702+mfd .debug_ranges 379128 380136 1008 0.3
bl706-eth .debug_ranges 312936 313944 1008 0.3
bl706-wifi .debug_ranges 322752 323760 1008 0.3
bl702l lighting-app bl702l .debug_ranges 383664 384672 1008 0.3
bl702l+mfd .debug_ranges 385664 386672 1008 0.3
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 933191 935674 2483 0.3
efr32 lighting-app BRD4161A+rs9116 .bss 170804 171940 1136 0.7
.data 2668 2684 16 0.6
BRD4187C .bss 194912 196064 1152 0.6
.data 3256 3268 12 0.4
lock-app BRD4161A+wf200 .bss 185492 186628 1136 0.6
.data 2680 2696 16 0.6
window-app BRD4187C .bss 167352 168472 1120 0.7
.data 3128 3140 12 0.4
psoc6 light cy8ckit_062s2_43012 .debug_abbrev 1098155 1101153 2998 0.3
lock cy8ckit_062s2_43012 .debug_abbrev 1090346 1093344 2998 0.3
Increases (22 builds for bl602, bl702, bl702l, cc32xx, efr32, linux, psoc6, telink)
platform target config section 6047fbb ba11a26 change % change
bl602 lighting-app bl602 (read/write) 1391130 1391514 384 0.0
.text 1067336 1067718 382 0.0
bl602+mfd (read/write) 1405026 1405426 400 0.0
.text 1082122 1082524 402 0.0
bl602+rpc (read/write) 1438302 1438686 384 0.0
.text 1099072 1099454 382 0.0
bl702 lighting-app bl702 (read/write) 1194631 1195015 384 0.0
.debug_abbrev 1544826 1547678 2852 0.2
.debug_aranges 138416 138432 16 0.0
.debug_frame 508192 508208 16 0.0
.debug_info 41913313 41926969 13656 0.0
.debug_line 5427253 5431303 4050 0.1
.debug_loc 3524749 3526044 1295 0.0
.debug_ranges 377128 378136 1008 0.3
.debug_str 3966213 3966257 44 0.0
.text 961572 961954 382 0.0
bl702+mfd (read/write) 1205191 1205591 400 0.0
.debug_abbrev 1546899 1549751 2852 0.2
.debug_aranges 139584 139600 16 0.0
.debug_frame 513264 513280 16 0.0
.debug_info 41953931 41967587 13656 0.0
.debug_line 5466640 5470690 4050 0.1
.debug_loc 3563180 3564475 1295 0.0
.debug_ranges 379128 380136 1008 0.3
.debug_str 3971744 3971788 44 0.0
.text 973070 973472 402 0.0
bl702+rpc (read/write) 1293183 1293563 380 0.0
.debug_abbrev 1725720 1728572 2852 0.2
.debug_aranges 147136 147152 16 0.0
.debug_frame 537536 537552 16 0.0
.debug_info 47063585 47077241 13656 0.0
.debug_line 5845345 5849395 4050 0.1
.debug_loc 3731734 3733029 1295 0.0
.debug_ranges 404680 405688 1008 0.2
.debug_str 4394282 4394326 44 0.0
.text 1035562 1035944 382 0.0
bl706-eth (read/write) 1043759 1044139 380 0.0
.debug_abbrev 1080991 1083427 2436 0.2
.debug_aranges 115424 115440 16 0.0
.debug_frame 427592 427608 16 0.0
.debug_info 22668064 22679354 11290 0.0
.debug_line 4360231 4363938 3707 0.1
.debug_loc 3033778 3035073 1295 0.0
.debug_ranges 312936 313944 1008 0.3
.debug_str 3545448 3545492 44 0.0
.text 787626 788008 382 0.0
bl706-wifi (read/write) 1207406 1207774 368 0.0
.debug_abbrev 1173667 1176537 2870 0.2
.debug_aranges 119600 119616 16 0.0
.debug_info 23835741 23849410 13669 0.1
.debug_line 4603997 4608073 4076 0.1
.debug_loc 3133649 3134900 1251 0.0
.debug_ranges 322752 323760 1008 0.3
.debug_str 3617739 3617783 44 0.0
.text 954678 955046 368 0.0
bl702l lighting-app bl702l (read/write) 1157772 1158156 384 0.0
.debug_abbrev 1539114 1541966 2852 0.2
.debug_aranges 133280 133296 16 0.0
.debug_frame 488832 488848 16 0.0
.debug_info 41371310 41384966 13656 0.0
.debug_line 5330377 5334438 4061 0.1
.debug_loc 3469006 3470301 1295 0.0
.debug_ranges 383664 384672 1008 0.3
.debug_str 3990808 3990853 45 0.0
.text 944384 944768 384 0.0
bl702l+mfd (read/write) 1168632 1169032 400 0.0
.debug_abbrev 1541202 1544054 2852 0.2
.debug_aranges 134448 134464 16 0.0
.debug_frame 493900 493916 16 0.0
.debug_info 41413971 41427627 13656 0.0
.debug_line 5369641 5373702 4061 0.1
.debug_loc 3507437 3508732 1295 0.0
.debug_ranges 385664 386672 1008 0.3
.debug_str 3996329 3996374 45 0.0
.text 956150 956552 402 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 933191 935674 2483 0.3
.debug_aranges 107520 107552 32 0.0
.debug_frame 363440 363492 52 0.0
.debug_info 20869505 20878705 9200 0.0
.debug_line 2772754 2775077 2323 0.1
.debug_loclists 1573884 1573995 111 0.0
.debug_rnglists 101446 101500 54 0.1
.debug_str 3387225 3387254 29 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1008972 1010668 1696 0.2
.bss 170804 171940 1136 0.7
.data 2668 2684 16 0.6
.text 835476 836020 544 0.1
BRD4187C (read/write) 1090820 1092456 1636 0.1
.bss 194912 196064 1152 0.6
.data 3256 3268 12 0.4
.text 892632 893104 472 0.1
lock-app BRD4161A+wf200 (read/write) 1104224 1105840 1616 0.1
.bss 185492 186628 1136 0.6
.data 2680 2696 16 0.6
.text 916032 916496 464 0.1
window-app BRD4187C (read/write) 1124656 1126308 1652 0.1
.bss 167352 168472 1120 0.7
.data 3128 3140 12 0.4
.text 954156 954676 520 0.1
linux lighting-app debug+rpc+ui (read only) 5255217 5255921 704 0.0
.rodata 336436 336596 160 0.0
.text 4675987 4676531 544 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1376188 1379186 2998 0.2
.debug_aranges 144224 144256 32 0.0
.debug_frame 479224 479276 52 0.0
.debug_info 32451243 32463291 12048 0.0
.debug_line 4153900 4156688 2788 0.1
.debug_loclists 2256613 2256729 116 0.0
.debug_rnglists 145346 145400 54 0.0
.debug_str 4141046 4141091 45 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1257183 1260181 2998 0.2
.debug_aranges 136024 136056 32 0.0
.debug_frame 457652 457704 52 0.0
.debug_info 28791678 28803726 12048 0.0
.debug_line 3912986 3915838 2852 0.1
.debug_loclists 2129998 2130114 116 0.0
.debug_rnglists 136913 136967 54 0.0
.debug_str 3942678 3942731 53 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1098155 1101153 2998 0.3
.debug_aranges 126088 126120 32 0.0
.debug_frame 420584 420636 52 0.0
.debug_info 23913004 23925052 12048 0.1
.debug_line 3487864 3490620 2756 0.1
.debug_loclists 1966722 1966838 116 0.0
.debug_rnglists 126465 126519 54 0.0
.debug_str 3749772 3749813 41 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1090346 1093344 2998 0.3
.debug_aranges 124720 124752 32 0.0
.debug_frame 415608 415660 52 0.0
.debug_info 23716351 23728399 12048 0.1
.debug_line 3438514 3441238 2724 0.1
.debug_loclists 1942287 1942403 116 0.0
.debug_rnglists 124406 124460 54 0.0
.debug_str 3711766 3711803 37 0.0
telink lighting-app-rpc-shell-factory-data tlsr9518adk80d (read/write) 1003000 1003032 32 0.0
text 705926 705954 28 0.0
tlsr9528a (read/write) 1048060 1048084 24 0.0
text 729212 729240 28 0.0
Decreases (12 builds for bl702, bl702l, cc32xx, psoc6)
platform target config section 6047fbb ba11a26 change % change
bl702 lighting-app bl702 .strtab 596916 596847 -69 -0.0
.symtab 177280 177264 -16 -0.0
bl702+mfd .strtab 600676 600607 -69 -0.0
.symtab 179040 179024 -16 -0.0
bl702+rpc .strtab 661657 661588 -69 -0.0
.symtab 196608 196592 -16 -0.0
bl706-eth .strtab 465211 465142 -69 -0.0
.symtab 139968 139952 -16 -0.0
bl706-wifi .debug_frame 620168 620160 -8 -0.0
.strtab 505938 505869 -69 -0.0
.symtab 152832 152816 -16 -0.0
bl702l lighting-app bl702l .strtab 598542 598473 -69 -0.0
.symtab 176720 176704 -16 -0.0
bl702l+mfd .strtab 602370 602301 -69 -0.0
.symtab 178512 178496 -16 -0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 619594 619586 -8 -0.0
.strtab 511191 511161 -30 -0.0
.symtab 296976 296960 -16 -0.0
.text 511184 511176 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1785804 1785788 -16 -0.0
.strtab 837053 837023 -30 -0.0
.symtab 511888 511872 -16 -0.0
.text 1581588 1581572 -16 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .strtab 734809 734779 -30 -0.0
.symtab 472736 472720 -16 -0.0
light cy8ckit_062s2_43012 .strtab 650001 649971 -30 -0.0
.symtab 434976 434960 -16 -0.0
lock cy8ckit_062s2_43012 (read/write) 1642724 1642708 -16 -0.0
.strtab 622931 622901 -30 -0.0
.symtab 426144 426128 -16 -0.0
.text 1420228 1420212 -16 -0.0
Full report (69 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 6047fbb ba11a26 change % change
bl602 lighting-app bl602 (read/write) 1391130 1391514 384 0.0
.bss 88176 88176 0 0.0
.data 9368 9368 0 0.0
.text 1067336 1067718 382 0.0
bl602+mfd (read/write) 1405026 1405426 400 0.0
.bss 88344 88344 0 0.0
.data 9344 9344 0 0.0
.text 1082122 1082524 402 0.0
bl602+rpc (read/write) 1438302 1438686 384 0.0
.bss 96200 96200 0 0.0
.data 9728 9728 0 0.0
.text 1099072 1099454 382 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1194631 1195015 384 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 1544826 1547678 2852 0.2
.debug_aranges 138416 138432 16 0.0
.debug_frame 508192 508208 16 0.0
.debug_info 41913313 41926969 13656 0.0
.debug_line 5427253 5431303 4050 0.1
.debug_loc 3524749 3526044 1295 0.0
.debug_ranges 377128 378136 1008 0.3
.debug_str 3966213 3966257 44 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 106804 106804 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 596916 596847 -69 -0.0
.symtab 177280 177264 -16 -0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
961572 961954 382 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1205191 1205591 400 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 1546899 1549751 2852 0.2
.debug_aranges 139584 139600 16 0.0
.debug_frame 513264 513280 16 0.0
.debug_info 41953931 41967587 13656 0.0
.debug_line 5466640 5470690 4050 0.1
.debug_loc 3563180 3564475 1295 0.0
.debug_ranges 379128 380136 1008 0.3
.debug_str 3971744 3971788 44 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 105744 105744 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600676 600607 -69 -0.0
.symtab 179040 179024 -16 -0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
973070 973472 402 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1293183 1293563 380 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 4088 4088 0 0.0
.debug_abbrev 1725720 1728572 2852 0.2
.debug_aranges 147136 147152 16 0.0
.debug_frame 537536 537552 16 0.0
.debug_info 47063585 47077241 13656 0.0
.debug_line 5845345 5849395 4050 0.1
.debug_loc 3731734 3733029 1295 0.0
.debug_ranges 404680 405688 1008 0.2
.debug_str 4394282 4394326 44 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 121868 121868 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 661657 661588 -69 -0.0
.symtab 196608 196592 -16 -0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1035562 1035944 382 0.0
bl706-eth (read/write) 1043759 1044139 380 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 1080991 1083427 2436 0.2
.debug_aranges 115424 115440 16 0.0
.debug_frame 427592 427608 16 0.0
.debug_info 22668064 22679354 11290 0.0
.debug_line 4360231 4363938 3707 0.1
.debug_loc 3033778 3035073 1295 0.0
.debug_ranges 312936 313944 1008 0.3
.debug_str 3545448 3545492 44 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 96504 96504 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465211 465142 -69 -0.0
.symtab 139968 139952 -16 -0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
787626 788008 382 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1207406 1207774 368 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 1173667 1176537 2870 0.2
.debug_aranges 119600 119616 16 0.0
.debug_frame 620168 620160 -8 -0.0
.debug_info 23835741 23849410 13669 0.1
.debug_line 4603997 4608073 4076 0.1
.debug_loc 3133649 3134900 1251 0.0
.debug_ranges 322752 323760 1008 0.3
.debug_str 3617739 3617783 44 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 109632 109632 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505938 505869 -69 -0.0
.symtab 152832 152816 -16 -0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
954678 955046 368 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1157772 1158156 384 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 1539114 1541966 2852 0.2
.debug_aranges 133280 133296 16 0.0
.debug_frame 488832 488848 16 0.0
.debug_info 41371310 41384966 13656 0.0
.debug_line 5330377 5334438 4061 0.1
.debug_loc 3469006 3470301 1295 0.0
.debug_ranges 383664 384672 1008 0.3
.debug_str 3990808 3990853 45 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 100784 100784 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 598542 598473 -69 -0.0
.symtab 176720 176704 -16 -0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
944384 944768 384 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1168632 1169032 400 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 1541202 1544054 2852 0.2
.debug_aranges 134448 134464 16 0.0
.debug_frame 493900 493916 16 0.0
.debug_info 41413971 41427627 13656 0.0
.debug_line 5369641 5373702 4061 0.1
.debug_loc 3507437 3508732 1295 0.0
.debug_ranges 385664 386672 1008 0.3
.debug_str 3996329 3996374 45 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 99724 99724 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 602370 602301 -69 -0.0
.symtab 178512 178496 -16 -0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
956150 956552 402 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 738179 738179 0 0.0
(read/write) 166444 166444 0 0.0
.bss 88860 88860 0 0.0
.data 3420 3420 0 0.0
.rodata 84383 84383 0 0.0
.text 653404 653404 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758435 758435 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 677960 677960 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 745971 745971 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 639472 639472 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696371 696371 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 615708 615708 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681963 681963 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 605460 605460 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 619594 619586 -8 -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 933191 935674 2483 0.3
.debug_aranges 107520 107552 32 0.0
.debug_frame 363440 363492 52 0.0
.debug_info 20869505 20878705 9200 0.0
.debug_line 2772754 2775077 2323 0.1
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1573884 1573995 111 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 101446 101500 54 0.1
.debug_str 3387225 3387254 29 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106290 106290 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 511191 511161 -30 -0.0
.symtab 296976 296960 -16 -0.0
.text 511184 511176 -8 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 555383 555383 0 0.0
.app_xip_area 446585 446585 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) 540271 540271 0 0.0
.app_xip_area 426681 426681 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) 575431 575431 0 0.0
.app_xip_area 467961 467961 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) 552071 552071 0 0.0
.app_xip_area 441505 441505 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) 1008972 1010668 1696 0.2
.bss 170804 171940 1136 0.7
.data 2668 2684 16 0.6
.text 835476 836020 544 0.1
BRD4187C (read/write) 1090820 1092456 1636 0.1
.bss 194912 196064 1152 0.6
.data 3256 3268 12 0.4
.text 892632 893104 472 0.1
lock-app BRD4161A+wf200 (read/write) 1104224 1105840 1616 0.1
.bss 185492 186628 1136 0.6
.data 2680 2696 16 0.6
.text 916032 916496 464 0.1
window-app BRD4187C (read/write) 1124656 1126308 1652 0.1
.bss 167352 168472 1120 0.7
.data 3128 3140 12 0.4
.text 954156 954676 520 0.1
esp32 all-clusters-app c3devkit (read only) 1167494 1167494 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 1167494 1167494 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1209279 1209279 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 1203895 1203895 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 590652 590652 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70760 70760 0 0.0
.data 2124 2124 0 0.0
.text 590116 590116 0 0.0
light k32w0+release (read only) 590444 590444 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70448 70448 0 0.0
.data 2112 2112 0 0.0
.text 589908 589908 0 0.0
lock k32w0+release (read only) 561716 561716 0 0.0
(read/write) 85016 85016 0 0.0
.bss 68336 68336 0 0.0
.data 2056 2056 0 0.0
.text 561180 561180 0 0.0
linux all-clusters-app debug (read only) 5577033 5577033 0 0.0
(read/write) 420584 420584 0 0.0
.bss 130480 130480 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 278880 278880 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 336108 336108 0 0.0
.text 4860083 4860083 0 0.0
all-clusters-minimal-app debug (read only) 4929289 4929289 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 270653 270653 0 0.0
.text 4427523 4427523 0 0.0
bridge-app debug (read only) 2773001 2773001 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 213312 213312 0 0.0
.text 2381923 2381923 0 0.0
chip-tool debug (read only) 10353649 10353649 0 0.0
(read/write) 443064 443064 0 0.0
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337136 337136 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 387209 387209 0 0.0
.text 9369395 9369395 0 0.0
chip-tool-ipv6only arm64 (read only) 10217548 10217548 0 0.0
(read/write) 505512 505512 0 0.0
.bss 103032 103032 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374376 374376 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 316040 316040 0 0.0
.text 9135256 9135256 0 0.0
lighting-app debug+rpc+ui (read only) 5255217 5255921 704 0.0
(read/write) 222792 222792 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92640 92640 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 336436 336596 160 0.0
.text 4675987 4676531 544 0.0
lock-app debug (read only) 4479025 4479025 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 246941 246941 0 0.0
.text 4022467 4022467 0 0.0
ota-provider-app debug (read only) 4130945 4130945 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 200093 200093 0 0.0
.text 3740291 3740291 0 0.0
ota-requestor-app debug (read only) 4224105 4224105 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 203357 203357 0 0.0
.text 3825859 3825859 0 0.0
shell debug (read only) 2973377 2973377 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 211808 211808 0 0.0
.text 2588130 2588130 0 0.0
thermostat-no-ble arm64 (read only) 4366908 4366908 0 0.0
(read/write) 241992 241992 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100672 100672 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 161052 161052 0 0.0
.text 3871080 3871080 0 0.0
tv-app debug (read only) 5322449 5322449 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 271245 271245 0 0.0
.text 4807123 4807123 0 0.0
tv-casting-app debug (read only) 8300481 8300481 0 0.0
(read/write) 211720 211720 0 0.0
.bss 54752 54752 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 337240 337240 0 0.0
.text 7561747 7561747 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523792 2523792 0 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1486476 1486476 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1234128 1234128 0 0.0
bss 155134 155134 0 0.0
rodata 142740 142740 0 0.0
text 857312 857312 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1352884 1352884 0 0.0
bss 140544 140544 0 0.0
rodata 136848 136848 0 0.0
text 784816 784816 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1165364 1165364 0 0.0
bss 154564 154564 0 0.0
rodata 113768 113768 0 0.0
text 818076 818076 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837512 0 0.0
(read/write) 1785804 1785788 -16 -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 1376188 1379186 2998 0.2
.debug_aranges 144224 144256 32 0.0
.debug_frame 479224 479276 52 0.0
.debug_info 32451243 32463291 12048 0.0
.debug_line 4153900 4156688 2788 0.1
.debug_line_str 957 957 0 0.0
.debug_loclists 2256613 2256729 116 0.0
.debug_rnglists 145346 145400 54 0.0
.debug_str 4141046 4141091 45 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 837053 837023 -30 -0.0
.symtab 511888 511872 -16 -0.0
.text 1581588 1581572 -16 -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) 1685692 1685692 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 1257183 1260181 2998 0.2
.debug_aranges 136024 136056 32 0.0
.debug_frame 457652 457704 52 0.0
.debug_info 28791678 28803726 12048 0.0
.debug_line 3912986 3915838 2852 0.1
.debug_line_str 981 981 0 0.0
.debug_loclists 2129998 2130114 116 0.0
.debug_rnglists 136913 136967 54 0.0
.debug_str 3942678 3942731 53 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 734809 734779 -30 -0.0
.symtab 472736 472720 -16 -0.0
.text 1484132 1484132 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) 1611332 1611332 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 1098155 1101153 2998 0.3
.debug_aranges 126088 126120 32 0.0
.debug_frame 420584 420636 52 0.0
.debug_info 23913004 23925052 12048 0.1
.debug_line 3487864 3490620 2756 0.1
.debug_line_str 942 942 0 0.0
.debug_loclists 1966722 1966838 116 0.0
.debug_rnglists 126465 126519 54 0.0
.debug_str 3749772 3749813 41 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 650001 649971 -30 -0.0
.symtab 434976 434960 -16 -0.0
.text 1416100 1416100 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) 1642724 1642708 -16 -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 1090346 1093344 2998 0.3
.debug_aranges 124720 124752 32 0.0
.debug_frame 415608 415660 52 0.0
.debug_info 23716351 23728399 12048 0.1
.debug_line 3438514 3441238 2724 0.1
.debug_line_str 933 933 0 0.0
.debug_loclists 1942287 1942403 116 0.0
.debug_rnglists 124406 124460 54 0.0
.debug_str 3711766 3711803 37 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 622931 622901 -30 -0.0
.symtab 426144 426128 -16 -0.0
.text 1420228 1420212 -16 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178496 1178496 0 0.0
.bss 100616 100616 0 0.0
.data 740 740 0 0.0
.text 625336 625336 0 0.0
lock-app qpg6105+debug (read/write) 1134760 1134760 0 0.0
.bss 95320 95320 0 0.0
.data 744 744 0 0.0
.text 581604 581604 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1153852 1153852 0 0.0
bss 113224 113224 0 0.0
text 805002 805002 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1097104 1097104 0 0.0
bss 122244 122244 0 0.0
text 761906 761906 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 950132 950132 0 0.0
bss 106888 106888 0 0.0
text 656762 656762 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 879072 879072 0 0.0
bss 78124 78124 0 0.0
text 623142 623142 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867484 867484 0 0.0
bss 67036 67036 0 0.0
text 630370 630370 0 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1003000 1003032 32 0.0
bss 109148 109148 0 0.0
text 705926 705954 28 0.0
tlsr9528a (read only) 4 4 0 0.0
(read/write) 1048060 1048084 24 0.0
bss 120896 120896 0 0.0
text 729212 729240 28 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 935396 935396 0 0.0
bss 78816 78816 0 0.0
text 652672 652672 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 963764 963764 0 0.0
bss 104988 104988 0 0.0
text 672826 672826 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 882796 882796 0 0.0
bss 78228 78228 0 0.0
text 627184 627184 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 823548 823548 0 0.0
bss 66240 66240 0 0.0
text 594130 594130 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 839488 839488 0 0.0
bss 66656 66656 0 0.0
text 604982 604982 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 716020 716020 0 0.0
bss 86424 86424 0 0.0
text 469654 469654 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 881048 881048 0 0.0
bss 78208 78208 0 0.0
text 626050 626050 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 866156 866156 0 0.0
bss 77928 77928 0 0.0
text 613308 613308 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 845060 845060 0 0.0
bss 66540 66540 0 0.0
text 609910 609910 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 842200 842200 0 0.0
bss 66892 66892 0 0.0
text 606636 606636 0 0.0

@mergify mergify bot merged commit 23ebaeb into project-chip:master Oct 3, 2023
55 checks passed
HunsupJung pushed a commit to HunsupJung/connectedhomeip that referenced this pull request Oct 23, 2023
* CastingDiscovery: fix snprintf warning

snprintf appends a null terminator, as does strcat, so both buffers
need to be upsized by 1 to accommodate that.

* ID buffer size was also incorrect

* 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