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

Clean up some unused ember methods from codegen & headers #23325

Merged
merged 13 commits into from
Oct 24, 2022

Conversation

andy31415
Copy link
Contributor

There are a few methods which seem to be codegened as empty implementations and callbacks, however they never seem used inside our src. These seem ember legacy, so cleaning them up to have simpler codegen and simpler code overall.

@github-actions github-actions bot added the app label Oct 24, 2022
@github-actions
Copy link

github-actions bot commented Oct 24, 2022

PR #23325: Size comparison from d16182f to 86e0bec

Increases (9 builds for bl602, bl702, linux, psoc6, telink)
platform target config section d16182f 86e0bec change % change
bl602 lighting-app bl602+rpc (read/write) 1435662 1435670 8 0.0
.text 1101184 1101186 2 0.0
bl702 lighting-app bl702 .debug_abbrev 1509104 1509106 2 0.0
.debug_ranges 358560 358624 64 0.0
bl702+rpc .debug_abbrev 1646511 1646513 2 0.0
.debug_ranges 381016 381080 64 0.0
linux chip-tool-ipv6only arm64 (read only) 10430852 10430932 80 0.0
.text 8257140 8257220 80 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1231397 1231404 7 0.0
.debug_line 3673319 3673461 142 0.0
.debug_loc 3591948 3592065 117 0.0
.debug_ranges 338656 338784 128 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1223196 1223203 7 0.0
.debug_line 3694063 3694205 142 0.0
.debug_loc 3579585 3579702 117 0.0
.debug_ranges 337272 337400 128 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1057288 1057295 7 0.0
.debug_line 3263699 3263839 140 0.0
.debug_loc 3277297 3277368 71 0.0
.debug_ranges 302576 302704 128 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1059226 1059233 7 0.0
.debug_line 3260683 3260822 139 0.0
.debug_loc 3304920 3304961 41 0.0
.debug_ranges 304512 304640 128 0.0
telink light-switch-app tlsr9518adk80d text 554014 554016 2 0.0
Decreases (7 builds for bl602, bl702, psoc6)
platform target config section d16182f 86e0bec change % change
bl602 lighting-app bl602 .text 1069838 1069836 -2 -0.0
bl702 lighting-app bl702 .debug_aranges 132144 132064 -80 -0.1
.debug_frame 484736 484480 -256 -0.1
.debug_info 37916585 37915573 -1012 -0.0
.debug_line 5257681 5257630 -51 -0.0
.debug_loc 3368744 3368394 -350 -0.0
.debug_str 3452505 3451589 -916 -0.0
.text 957912 957910 -2 -0.0
bl702+rpc .debug_aranges 139648 139568 -80 -0.1
.debug_frame 510108 509852 -256 -0.1
.debug_info 41823574 41822562 -1012 -0.0
.debug_line 5632399 5632348 -51 -0.0
.debug_loc 3561446 3561096 -350 -0.0
.debug_str 3848482 3847566 -916 -0.0
.text 1031102 1031098 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_aranges 110824 110744 -80 -0.1
.debug_frame 371524 371304 -220 -0.1
.debug_info 26846917 26846407 -510 -0.0
.debug_str 3436383 3435467 -916 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_aranges 110296 110216 -80 -0.1
.debug_frame 374604 374384 -220 -0.1
.debug_info 26583670 26583160 -510 -0.0
.debug_str 3425404 3424488 -916 -0.0
light cy8ckit_062s2_43012 .debug_aranges 102504 102424 -80 -0.1
.debug_frame 344936 344716 -220 -0.1
.debug_info 22047121 22046609 -512 -0.0
.debug_str 3230924 3230008 -916 -0.0
lock cy8ckit_062s2_43012 .debug_aranges 102896 102816 -80 -0.1
.debug_frame 346792 346572 -220 -0.1
.debug_info 22280400 22279890 -510 -0.0
.debug_str 3250318 3249402 -916 -0.0
Full report (24 builds for bl602, bl702, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section d16182f 86e0bec change % change
bl602 lighting-app bl602 (read/write) 1390446 1390446 0 0.0
.bss 90745 90745 0 0.0
.data 9928 9928 0 0.0
.text 1069838 1069836 -2 -0.0
bl602+rpc (read/write) 1435662 1435670 8 0.0
.bss 98177 98177 0 0.0
.data 10312 10312 0 0.0
.text 1101184 1101186 2 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1189363 1189363 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67134 67134 0 0.0
.bss_psram 29696 29696 0 0.0
.comment 48 48 0 0.0
.data 4272 4272 0 0.0
.debug_abbrev 1509104 1509106 2 0.0
.debug_aranges 132144 132064 -80 -0.1
.debug_frame 484736 484480 -256 -0.1
.debug_info 37916585 37915573 -1012 -0.0
.debug_line 5257681 5257630 -51 -0.0
.debug_loc 3368744 3368394 -350 -0.0
.debug_ranges 358560 358624 64 0.0
.debug_str 3452505 3451589 -916 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116536 116536 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 565320 565320 0 0.0
.symtab 171808 171808 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
957912 957910 -2 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284755 1284755 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75166 75166 0 0.0
.bss_psram 29936 29936 0 0.0
.comment 48 48 0 0.0
.data 4800 4800 0 0.0
.debug_abbrev 1646511 1646513 2 0.0
.debug_aranges 139648 139568 -80 -0.1
.debug_frame 510108 509852 -256 -0.1
.debug_info 41823574 41822562 -1012 -0.0
.debug_line 5632399 5632348 -51 -0.0
.debug_loc 3561446 3561096 -350 -0.0
.debug_ranges 381016 381080 64 0.0
.debug_str 3848482 3847566 -916 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 129928 129928 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 624493 624493 0 0.0
.symtab 189616 189616 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1031102 1031098 -4 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588258 588258 0 0.0
.app_xip_area 464844 464844 0 0.0
.bss 65832 65832 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592306 592306 0 0.0
.app_xip_area 463596 463596 0 0.0
.bss 71120 71120 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544126 544126 0 0.0
.app_xip_area 425792 425792 0 0.0
.bss 60800 60800 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
k32w contact k32w0+release (read/write) 661412 661412 0 0.0
.bss 77040 77040 0 0.0
.data 2104 2104 0 0.0
.text 563156 563156 0 0.0
light k32w0+release (read/write) 671640 671640 0 0.0
.bss 74840 74840 0 0.0
.data 2060 2060 0 0.0
.text 592012 592012 0 0.0
lock k32w0+release (read/write) 633220 633220 0 0.0
.bss 75600 75600 0 0.0
.data 2080 2080 0 0.0
.text 552812 552812 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10430852 10430932 80 0.0
(read/write) 706353 706353 0 0.0
.bss 33953 33953 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650632 650632 0 0.0
.dynamic 560 560 0 0.0
.got 13896 13896 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518148 518148 0 0.0
.text 8257140 8257220 80 0.0
thermostat-no-ble arm64 (read only) 2391420 2391420 0 0.0
(read/write) 143633 143633 0 0.0
.bss 55377 55377 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5176 5176 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 144484 144484 0 0.0
.text 2004032 2004032 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452328 2452328 0 0.0
.bss 215028 215028 0 0.0
.data 5872 5872 0 0.0
.text 1414972 1414972 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1183787 1183787 0 0.0
bss 144457 144457 0 0.0
rodata 144428 144428 0 0.0
text 816016 816016 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1162471 1162471 0 0.0
bss 143684 143684 0 0.0
rodata 136000 136000 0 0.0
text 803912 803912 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841952 841952 0 0.0
(read/write) 1745804 1745804 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188728 188728 0 0.0
.comment 204 204 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 2664 2664 0 0.0
.debug_abbrev 1231397 1231404 7 0.0
.debug_aranges 110824 110744 -80 -0.1
.debug_frame 371524 371304 -220 -0.1
.debug_info 26846917 26846407 -510 -0.0
.debug_line 3673319 3673461 142 0.0
.debug_loc 3591948 3592065 117 0.0
.debug_ranges 338656 338784 128 0.0
.debug_str 3436383 3435467 -916 -0.0
.heap 841952 841952 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570037 570037 0 0.0
.symtab 421376 421376 0 0.0
.text 0 0 0 0.0
1546024 1546024 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842688 842688 0 0.0
(read/write) 1688404 1688404 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187992 187992 0 0.0
.comment 204 204 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 2664 2664 0 0.0
.debug_abbrev 1223196 1223203 7 0.0
.debug_aranges 110296 110216 -80 -0.1
.debug_frame 374604 374384 -220 -0.1
.debug_info 26583670 26583160 -510 -0.0
.debug_line 3694063 3694205 142 0.0
.debug_loc 3579585 3579702 117 0.0
.debug_ranges 337272 337400 128 0.0
.debug_str 3425404 3424488 -916 -0.0
.heap 842688 842688 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 534126 534126 0 0.0
.symtab 407808 407808 0 0.0
.text 1489360 1489360 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850872 850872 0 0.0
(read/write) 1606932 1606932 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180016 180016 0 0.0
.comment 204 204 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 2456 2456 0 0.0
.debug_abbrev 1057288 1057295 7 0.0
.debug_aranges 102504 102424 -80 -0.1
.debug_frame 344936 344716 -220 -0.1
.debug_info 22047121 22046609 -512 -0.0
.debug_line 3263699 3263839 140 0.0
.debug_loc 3277297 3277368 71 0.0
.debug_ranges 302576 302704 128 0.0
.debug_str 3230924 3230008 -916 -0.0
.heap 850872 850872 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 470503 470503 0 0.0
.symtab 376256 376256 0 0.0
.text 1416072 1416072 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845880 845880 0 0.0
(read/write) 1640620 1640620 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184992 184992 0 0.0
.comment 204 204 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 1059226 1059233 7 0.0
.debug_aranges 102896 102816 -80 -0.1
.debug_frame 346792 346572 -220 -0.1
.debug_info 22280400 22279890 -510 -0.0
.debug_line 3260683 3260822 139 0.0
.debug_loc 3304920 3304961 41 0.0
.debug_ranges 304512 304640 128 0.0
.debug_str 3250318 3249402 -916 -0.0
.heap 845880 845880 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472854 472854 0 0.0
.symtab 377872 377872 0 0.0
.text 1444768 1444768 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1148952 1148952 0 0.0
.bss 110580 110580 0 0.0
.data 832 832 0 0.0
.text 596052 596052 0 0.0
lock-app qpg6105+debug (read/write) 1113840 1113840 0 0.0
.bss 106372 106372 0 0.0
.data 836 836 0 0.0
.text 560936 560936 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 790476 790476 0 0.0
bss 72480 72480 0 0.0
noinit 43520 43520 0 0.0
text 554014 554016 2 0.0
lighting-app tlsr9518adk80d (read/write) 805732 805732 0 0.0
bss 73240 73240 0 0.0
noinit 43520 43520 0 0.0
text 566174 566174 0 0.0
ota-requestor-app tlsr9518adk80d (read/write) 804616 804616 0 0.0
bss 74052 74052 0 0.0
noinit 43520 43520 0 0.0
text 565048 565048 0 0.0

src/app/util/af.h Show resolved Hide resolved
src/app/util/attribute-storage.cpp Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Oct 24, 2022

PR #23325: Size comparison from d16182f to 1955663

Increases (3 builds for bl702, linux)
platform target config section d16182f 1955663 change % change
bl702 lighting-app bl702 .debug_ranges 358560 358600 40 0.0
bl702+rpc .debug_ranges 381016 381056 40 0.0
linux chip-tool-ipv6only arm64 (read only) 10430852 10430932 80 0.0
.text 8257140 8257220 80 0.0
Decreases (6 builds for bl602, bl702, telink)
platform target config section d16182f 1955663 change % change
bl602 lighting-app bl602 .text 1069838 1069834 -4 -0.0
bl702 lighting-app bl702 .debug_abbrev 1509104 1509057 -47 -0.0
.debug_aranges 132144 132040 -104 -0.1
.debug_frame 484736 484396 -340 -0.1
.debug_info 37916585 37915260 -1325 -0.0
.debug_line 5257681 5257318 -363 -0.0
.debug_loc 3368744 3368080 -664 -0.0
.debug_str 3452505 3451435 -1070 -0.0
.text 957912 957908 -4 -0.0
bl702+rpc .debug_abbrev 1646511 1646464 -47 -0.0
.debug_aranges 139648 139544 -104 -0.1
.debug_frame 510108 509768 -340 -0.1
.debug_info 41823574 41822250 -1324 -0.0
.debug_line 5632399 5632036 -363 -0.0
.debug_loc 3561446 3560782 -664 -0.0
.debug_str 3848482 3847412 -1070 -0.0
.text 1031102 1031100 -2 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 790476 790468 -8 -0.0
text 554014 554012 -2 -0.0
lighting-app tlsr9518adk80d (read/write) 805732 805724 -8 -0.0
text 566174 566172 -2 -0.0
ota-requestor-app tlsr9518adk80d text 565048 565046 -2 -0.0
Full report (24 builds for bl602, bl702, cc13x2_26x2, k32w, linux, mbed, nrfconnect, qpg, telink)
platform target config section d16182f 1955663 change % change
bl602 lighting-app bl602 (read/write) 1390446 1390446 0 0.0
.bss 90745 90745 0 0.0
.data 9928 9928 0 0.0
.text 1069838 1069834 -4 -0.0
bl602+rpc (read/write) 1435662 1435662 0 0.0
.bss 98177 98177 0 0.0
.data 10312 10312 0 0.0
.text 1101184 1101184 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1189363 1189363 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67134 67134 0 0.0
.bss_psram 29696 29696 0 0.0
.comment 48 48 0 0.0
.data 4272 4272 0 0.0
.debug_abbrev 1509104 1509057 -47 -0.0
.debug_aranges 132144 132040 -104 -0.1
.debug_frame 484736 484396 -340 -0.1
.debug_info 37916585 37915260 -1325 -0.0
.debug_line 5257681 5257318 -363 -0.0
.debug_loc 3368744 3368080 -664 -0.0
.debug_ranges 358560 358600 40 0.0
.debug_str 3452505 3451435 -1070 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116536 116536 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 565320 565320 0 0.0
.symtab 171808 171808 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
957912 957908 -4 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284755 1284755 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75166 75166 0 0.0
.bss_psram 29936 29936 0 0.0
.comment 48 48 0 0.0
.data 4800 4800 0 0.0
.debug_abbrev 1646511 1646464 -47 -0.0
.debug_aranges 139648 139544 -104 -0.1
.debug_frame 510108 509768 -340 -0.1
.debug_info 41823574 41822250 -1324 -0.0
.debug_line 5632399 5632036 -363 -0.0
.debug_loc 3561446 3560782 -664 -0.0
.debug_ranges 381016 381056 40 0.0
.debug_str 3848482 3847412 -1070 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 129928 129928 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 624493 624493 0 0.0
.symtab 189616 189616 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1031102 1031100 -2 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 677479 677479 0 0.0
(read/write) 174080 174080 0 0.0
.bss 81252 81252 0 0.0
.data 3380 3380 0 0.0
.rodata 89791 89791 0 0.0
.text 587376 587376 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 641743 641743 0 0.0
(read/write) 158020 158020 0 0.0
.bss 80524 80524 0 0.0
.data 3380 3380 0 0.0
.rodata 78927 78927 0 0.0
.text 562496 562496 0 0.0
lock-ftd LP_CC2652R7 (read only) 675987 675987 0 0.0
(read/write) 172708 172708 0 0.0
.bss 78476 78476 0 0.0
.data 3304 3304 0 0.0
.rodata 77315 77315 0 0.0
.text 598192 598192 0 0.0
lock-mtd LP_CC2652R7 (read only) 659743 659743 0 0.0
(read/write) 184640 184640 0 0.0
.bss 74164 74164 0 0.0
.data 3304 3304 0 0.0
.rodata 103135 103135 0 0.0
.text 556128 556128 0 0.0
pump-app LP_CC2652R7 (read only) 688251 688251 0 0.0
(read/write) 161180 161180 0 0.0
.bss 78444 78444 0 0.0
.data 3296 3296 0 0.0
.rodata 90763 90763 0 0.0
.text 597004 597004 0 0.0
pump-controller-app LP_CC2652R7 (read only) 672535 672535 0 0.0
(read/write) 176992 176992 0 0.0
.bss 78540 78540 0 0.0
.data 3292 3292 0 0.0
.rodata 86319 86319 0 0.0
.text 585736 585736 0 0.0
shell LP_CC2652R7 (read only) 668518 668518 0 0.0
(read/write) 185360 185360 0 0.0
.bss 83572 83572 0 0.0
.data 3376 3376 0 0.0
.rodata 86502 86502 0 0.0
.text 581700 581700 0 0.0
k32w contact k32w0+release (read/write) 661412 661412 0 0.0
.bss 77040 77040 0 0.0
.data 2104 2104 0 0.0
.text 563156 563156 0 0.0
light k32w0+release (read/write) 671640 671640 0 0.0
.bss 74840 74840 0 0.0
.data 2060 2060 0 0.0
.text 592012 592012 0 0.0
lock k32w0+release (read/write) 633220 633220 0 0.0
.bss 75600 75600 0 0.0
.data 2080 2080 0 0.0
.text 552812 552812 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10430852 10430932 80 0.0
(read/write) 706353 706353 0 0.0
.bss 33953 33953 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650632 650632 0 0.0
.dynamic 560 560 0 0.0
.got 13896 13896 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518148 518148 0 0.0
.text 8257140 8257220 80 0.0
thermostat-no-ble arm64 (read only) 2391420 2391420 0 0.0
(read/write) 143633 143633 0 0.0
.bss 55377 55377 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5176 5176 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 144484 144484 0 0.0
.text 2004032 2004032 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452328 2452328 0 0.0
.bss 215028 215028 0 0.0
.data 5872 5872 0 0.0
.text 1414972 1414972 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1183787 1183787 0 0.0
bss 144457 144457 0 0.0
rodata 144428 144428 0 0.0
text 816016 816016 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1162471 1162471 0 0.0
bss 143684 143684 0 0.0
rodata 136000 136000 0 0.0
text 803912 803912 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1148952 1148952 0 0.0
.bss 110580 110580 0 0.0
.data 832 832 0 0.0
.text 596052 596052 0 0.0
lock-app qpg6105+debug (read/write) 1113840 1113840 0 0.0
.bss 106372 106372 0 0.0
.data 836 836 0 0.0
.text 560936 560936 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 790476 790468 -8 -0.0
bss 72480 72480 0 0.0
noinit 43520 43520 0 0.0
text 554014 554012 -2 -0.0
lighting-app tlsr9518adk80d (read/write) 805732 805724 -8 -0.0
bss 73240 73240 0 0.0
noinit 43520 43520 0 0.0
text 566174 566172 -2 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 804616 804616 0 0.0
bss 74052 74052 0 0.0
noinit 43520 43520 0 0.0
text 565048 565046 -2 -0.0

@github-actions
Copy link

github-actions bot commented Oct 24, 2022

PR #23325: Size comparison from d16182f to 68ff901

Increases (9 builds for cc13x2_26x2, linux, psoc6)
platform target config section d16182f 68ff901 change % change
cc13x2_26x2 lock-mtd LP_CC2652R7 (read/write) 184640 184656 16 0.0
shell LP_CC2652R7 (read/write) 185360 185376 16 0.0
linux chip-tool debug (read only) 11076881 11076913 32 0.0
.text 8960948 8961012 64 0.0
chip-tool-ipv6only arm64 (read only) 10430852 10430932 80 0.0
.text 8257140 8257220 80 0.0
tv-app debug (read only) 3234545 3234561 16 0.0
.text 2773250 2773298 48 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_ranges 338656 338680 24 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_ranges 337272 337296 24 0.0
light cy8ckit_062s2_43012 .debug_ranges 302576 302600 24 0.0
lock cy8ckit_062s2_43012 .debug_ranges 304512 304536 24 0.0
Decreases (32 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, k32w, linux, nrfconnect, psoc6, qpg, telink)
platform target config section d16182f 68ff901 change % change
bl602 lighting-app bl602 .text 1069838 1069834 -4 -0.0
bl602+rpc .text 1101184 1101182 -2 -0.0
bl702 lighting-app bl702 .debug_abbrev 1509104 1508981 -123 -0.0
.debug_aranges 132144 131984 -160 -0.1
.debug_frame 484736 484176 -560 -0.1
.debug_info 37916585 37912745 -3840 -0.0
.debug_line 5257681 5256718 -963 -0.0
.debug_loc 3368744 3367200 -1544 -0.0
.debug_ranges 358560 358520 -40 -0.0
.debug_str 3452505 3450856 -1649 -0.0
.text 957912 957910 -2 -0.0
bl702+rpc .debug_abbrev 1646511 1646370 -141 -0.0
.debug_aranges 139648 139488 -160 -0.1
.debug_frame 510108 509548 -560 -0.1
.debug_info 41823574 41819732 -3842 -0.0
.debug_line 5632399 5631436 -963 -0.0
.debug_loc 3561446 3559903 -1543 -0.0
.debug_ranges 381016 380976 -40 -0.0
.debug_str 3848482 3846833 -1649 -0.0
.text 1031102 1031100 -2 -0.0
cc13x2_26x2 all-clusters-minimal-app LP_CC2652R7 (read only) 641743 641727 -16 -0.0
.text 562496 562480 -16 -0.0
lock-mtd LP_CC2652R7 (read only) 659743 659727 -16 -0.0
.text 556128 556112 -16 -0.0
shell LP_CC2652R7 (read only) 668518 668502 -16 -0.0
.text 581700 581684 -16 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588258 588250 -8 -0.0
.app_xip_area 464844 464836 -8 -0.0
lock cyw930739m2evb_01 (read/write) 592306 592290 -16 -0.0
.app_xip_area 463596 463580 -16 -0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544126 544118 -8 -0.0
.app_xip_area 425792 425784 -8 -0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974220 974204 -16 -0.0
.text 819676 819660 -16 -0.0
lock-app BRD4161A+wf200 (read/write) 1157376 1157360 -16 -0.0
.text 997048 997032 -16 -0.0
k32w lock k32w0+release (read/write) 633220 633204 -16 -0.0
.text 552812 552796 -16 -0.0
linux all-clusters-minimal-app debug (read only) 2911401 2911369 -32 -0.0
.rodata 280779 280747 -32 -0.0
chip-tool debug .rodata 592085 592053 -32 -0.0
lock-app debug (read only) 2601145 2601113 -32 -0.0
.rodata 244200 244168 -32 -0.0
ota-provider-app debug (read only) 2397777 2397745 -32 -0.0
.rodata 216840 216808 -32 -0.0
ota-requestor-app debug (read only) 2563025 2562993 -32 -0.0
.rodata 223888 223856 -32 -0.0
shell debug (read only) 2625353 2625321 -32 -0.0
.rodata 240018 239986 -32 -0.0
tv-app debug .rodata 268024 267992 -32 -0.0
tv-casting-app debug (read only) 5577025 5576993 -32 -0.0
.rodata 355545 355513 -32 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 816016 816008 -8 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1162471 1162455 -16 -0.0
text 803912 803904 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1231397 1231276 -121 -0.0
.debug_aranges 110824 110664 -160 -0.1
.debug_frame 371524 371040 -484 -0.1
.debug_info 26846917 26843392 -3525 -0.0
.debug_line 3673319 3672924 -395 -0.0
.debug_loc 3591948 3590845 -1103 -0.0
.debug_str 3436383 3434734 -1649 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1223196 1223075 -121 -0.0
.debug_aranges 110296 110136 -160 -0.1
.debug_frame 374604 374120 -484 -0.1
.debug_info 26583670 26580145 -3525 -0.0
.debug_line 3694063 3693668 -395 -0.0
.debug_loc 3579585 3578482 -1103 -0.0
.debug_str 3425404 3423755 -1649 -0.0
light cy8ckit_062s2_43012 .debug_abbrev 1057288 1057167 -121 -0.0
.debug_aranges 102504 102344 -160 -0.2
.debug_frame 344936 344452 -484 -0.1
.debug_info 22047121 22043596 -3525 -0.0
.debug_line 3263699 3263303 -396 -0.0
.debug_loc 3277297 3276180 -1117 -0.0
.debug_str 3230924 3229275 -1649 -0.1
lock cy8ckit_062s2_43012 .debug_abbrev 1059226 1059105 -121 -0.0
.debug_aranges 102896 102736 -160 -0.2
.debug_frame 346792 346308 -484 -0.1
.debug_info 22280400 22276876 -3524 -0.0
.debug_line 3260683 3260287 -396 -0.0
.debug_loc 3304920 3303789 -1131 -0.0
.debug_str 3250318 3248669 -1649 -0.1
qpg lighting-app qpg6105+debug (read/write) 1148952 1148936 -16 -0.0
.text 596052 596036 -16 -0.0
lock-app qpg6105+debug (read/write) 1113840 1113824 -16 -0.0
.text 560936 560920 -16 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 790476 790468 -8 -0.0
text 554014 554012 -2 -0.0
lighting-app tlsr9518adk80d (read/write) 805732 805716 -16 -0.0
text 566174 566164 -10 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 804616 804608 -8 -0.0
text 565048 565036 -12 -0.0
Full report (47 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section d16182f 68ff901 change % change
bl602 lighting-app bl602 (read/write) 1390446 1390446 0 0.0
.bss 90745 90745 0 0.0
.data 9928 9928 0 0.0
.text 1069838 1069834 -4 -0.0
bl602+rpc (read/write) 1435662 1435662 0 0.0
.bss 98177 98177 0 0.0
.data 10312 10312 0 0.0
.text 1101184 1101182 -2 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1189363 1189363 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67134 67134 0 0.0
.bss_psram 29696 29696 0 0.0
.comment 48 48 0 0.0
.data 4272 4272 0 0.0
.debug_abbrev 1509104 1508981 -123 -0.0
.debug_aranges 132144 131984 -160 -0.1
.debug_frame 484736 484176 -560 -0.1
.debug_info 37916585 37912745 -3840 -0.0
.debug_line 5257681 5256718 -963 -0.0
.debug_loc 3368744 3367200 -1544 -0.0
.debug_ranges 358560 358520 -40 -0.0
.debug_str 3452505 3450856 -1649 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116536 116536 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 565320 565320 0 0.0
.symtab 171808 171808 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
957912 957910 -2 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284755 1284755 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75166 75166 0 0.0
.bss_psram 29936 29936 0 0.0
.comment 48 48 0 0.0
.data 4800 4800 0 0.0
.debug_abbrev 1646511 1646370 -141 -0.0
.debug_aranges 139648 139488 -160 -0.1
.debug_frame 510108 509548 -560 -0.1
.debug_info 41823574 41819732 -3842 -0.0
.debug_line 5632399 5631436 -963 -0.0
.debug_loc 3561446 3559903 -1543 -0.0
.debug_ranges 381016 380976 -40 -0.0
.debug_str 3848482 3846833 -1649 -0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 129928 129928 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 624493 624493 0 0.0
.symtab 189616 189616 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1031102 1031100 -2 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 677479 677479 0 0.0
(read/write) 174080 174080 0 0.0
.bss 81252 81252 0 0.0
.data 3380 3380 0 0.0
.rodata 89791 89791 0 0.0
.text 587376 587376 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 641743 641727 -16 -0.0
(read/write) 158020 158020 0 0.0
.bss 80524 80524 0 0.0
.data 3380 3380 0 0.0
.rodata 78927 78927 0 0.0
.text 562496 562480 -16 -0.0
lock-ftd LP_CC2652R7 (read only) 675987 675987 0 0.0
(read/write) 172708 172708 0 0.0
.bss 78476 78476 0 0.0
.data 3304 3304 0 0.0
.rodata 77315 77315 0 0.0
.text 598192 598192 0 0.0
lock-mtd LP_CC2652R7 (read only) 659743 659727 -16 -0.0
(read/write) 184640 184656 16 0.0
.bss 74164 74164 0 0.0
.data 3304 3304 0 0.0
.rodata 103135 103135 0 0.0
.text 556128 556112 -16 -0.0
pump-app LP_CC2652R7 (read only) 688251 688251 0 0.0
(read/write) 161180 161180 0 0.0
.bss 78444 78444 0 0.0
.data 3296 3296 0 0.0
.rodata 90763 90763 0 0.0
.text 597004 597004 0 0.0
pump-controller-app LP_CC2652R7 (read only) 672535 672535 0 0.0
(read/write) 176992 176992 0 0.0
.bss 78540 78540 0 0.0
.data 3292 3292 0 0.0
.rodata 86319 86319 0 0.0
.text 585736 585736 0 0.0
shell LP_CC2652R7 (read only) 668518 668502 -16 -0.0
(read/write) 185360 185376 16 0.0
.bss 83572 83572 0 0.0
.data 3376 3376 0 0.0
.rodata 86502 86502 0 0.0
.text 581700 581684 -16 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588258 588250 -8 -0.0
.app_xip_area 464844 464836 -8 -0.0
.bss 65832 65832 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592306 592290 -16 -0.0
.app_xip_area 463596 463580 -16 -0.0
.bss 71120 71120 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544126 544118 -8 -0.0
.app_xip_area 425792 425784 -8 -0.0
.bss 60800 60800 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 974220 974204 -16 -0.0
.bss 152276 152276 0 0.0
.data 2248 2248 0 0.0
.text 819676 819660 -16 -0.0
BRD4161A+rs911x (read/write) 1031784 1031784 0 0.0
.bss 186680 186680 0 0.0
.data 2092 2092 0 0.0
.text 842992 842992 0 0.0
BRD4187C (read/write) 1146500 1146500 0 0.0
.bss 138664 138664 0 0.0
.data 2596 2596 0 0.0
.text 980644 980644 0 0.0
lock-app BRD4161A+wf200 (read/write) 1157376 1157360 -16 -0.0
.bss 158208 158208 0 0.0
.data 2100 2100 0 0.0
.text 997048 997032 -16 -0.0
window-app BRD4187C (read/write) 1139720 1139720 0 0.0
.bss 140080 140080 0 0.0
.data 2620 2620 0 0.0
.text 972424 972424 0 0.0
k32w contact k32w0+release (read/write) 661412 661412 0 0.0
.bss 77040 77040 0 0.0
.data 2104 2104 0 0.0
.text 563156 563156 0 0.0
light k32w0+release (read/write) 671640 671640 0 0.0
.bss 74840 74840 0 0.0
.data 2060 2060 0 0.0
.text 592012 592012 0 0.0
lock k32w0+release (read/write) 633220 633204 -16 -0.0
.bss 75600 75600 0 0.0
.data 2080 2080 0 0.0
.text 552812 552796 -16 -0.0
linux all-clusters-app debug (read only) 3085609 3085609 0 0.0
(read/write) 158264 158264 0 0.0
.bss 62432 62432 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 86968 86968 0 0.0
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1200 1200 0 0.0
.rodata 281291 281291 0 0.0
.text 2620002 2620002 0 0.0
all-clusters-minimal-app debug (read only) 2911401 2911369 -32 -0.0
(read/write) 149696 149696 0 0.0
.bss 61632 61632 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 79336 79336 0 0.0
.dynamic 608 608 0 0.0
.got 4696 4696 0 0.0
.init 27 27 0 0.0
.init_array 1176 1176 0 0.0
.rodata 280779 280747 -32 -0.0
.text 2449250 2449250 0 0.0
bridge-app debug+rpc (read only) 2411801 2411801 0 0.0
(read/write) 129528 129528 0 0.0
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68632 68632 0 0.0
.dynamic 608 608 0 0.0
.got 4600 4600 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 211104 211104 0 0.0
.text 2033218 2033218 0 0.0
chip-tool debug (read only) 11076881 11076913 32 0.0
(read/write) 658376 658376 0 0.0
.bss 25944 25944 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 623040 623040 0 0.0
.dynamic 608 608 0 0.0
.got 5216 5216 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 592085 592053 -32 -0.0
.text 8960948 8961012 64 0.0
chip-tool-ipv6only arm64 (read only) 10430852 10430932 80 0.0
(read/write) 706353 706353 0 0.0
.bss 33953 33953 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650632 650632 0 0.0
.dynamic 560 560 0 0.0
.got 13896 13896 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518148 518148 0 0.0
.text 8257140 8257220 80 0.0
lighting-app debug+rpc (read only) 2638417 2638417 0 0.0
(read/write) 132184 132184 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73736 73736 0 0.0
.dynamic 608 608 0 0.0
.got 4600 4600 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 227872 227872 0 0.0
.text 2234642 2234642 0 0.0
lock-app debug (read only) 2601145 2601113 -32 -0.0
(read/write) 127232 127232 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70680 70680 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 244200 244168 -32 -0.0
.text 2185410 2185410 0 0.0
ota-provider-app debug (read only) 2397777 2397745 -32 -0.0
(read/write) 120792 120792 0 0.0
.bss 47936 47936 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64600 64600 0 0.0
.dynamic 608 608 0 0.0
.got 4696 4696 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 216840 216808 -32 -0.0
.text 2012466 2012466 0 0.0
ota-requestor-app debug (read only) 2563025 2562993 -32 -0.0
(read/write) 129104 129104 0 0.0
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 69944 69944 0 0.0
.dynamic 608 608 0 0.0
.got 4688 4688 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 223888 223856 -32 -0.0
.text 2161570 2161570 0 0.0
shell debug (read only) 2625353 2625321 -32 -0.0
(read/write) 142984 142984 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78024 78024 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 240018 239986 -32 -0.0
.text 2225762 2225762 0 0.0
thermostat-no-ble arm64 (read only) 2391420 2391420 0 0.0
(read/write) 143633 143633 0 0.0
.bss 55377 55377 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5176 5176 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 144484 144484 0 0.0
.text 2004032 2004032 0 0.0
tv-app debug (read only) 3234545 3234561 16 0.0
(read/write) 261560 261560 0 0.0
.bss 170360 170360 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80256 80256 0 0.0
.dynamic 608 608 0 0.0
.got 4976 4976 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 268024 267992 -32 -0.0
.text 2773250 2773298 48 0.0
tv-casting-app debug (read only) 5577025 5576993 -32 -0.0
(read/write) 161896 161896 0 0.0
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101224 101224 0 0.0
.dynamic 608 608 0 0.0
.got 4896 4896 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 355545 355513 -32 -0.0
.text 4946098 4946098 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452328 2452328 0 0.0
.bss 215028 215028 0 0.0
.data 5872 5872 0 0.0
.text 1414972 1414972 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1183787 1183787 0 0.0
bss 144457 144457 0 0.0
rodata 144428 144428 0 0.0
text 816016 816008 -8 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1162471 1162455 -16 -0.0
bss 143684 143684 0 0.0
rodata 136000 136000 0 0.0
text 803912 803904 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841952 841952 0 0.0
(read/write) 1745804 1745804 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188728 188728 0 0.0
.comment 204 204 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 2664 2664 0 0.0
.debug_abbrev 1231397 1231276 -121 -0.0
.debug_aranges 110824 110664 -160 -0.1
.debug_frame 371524 371040 -484 -0.1
.debug_info 26846917 26843392 -3525 -0.0
.debug_line 3673319 3672924 -395 -0.0
.debug_loc 3591948 3590845 -1103 -0.0
.debug_ranges 338656 338680 24 0.0
.debug_str 3436383 3434734 -1649 -0.0
.heap 841952 841952 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 570037 570037 0 0.0
.symtab 421376 421376 0 0.0
.text 1546024 1546024 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842688 842688 0 0.0
(read/write) 1688404 1688404 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187992 187992 0 0.0
.comment 204 204 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 2664 2664 0 0.0
.debug_abbrev 1223196 1223075 -121 -0.0
.debug_aranges 110296 110136 -160 -0.1
.debug_frame 374604 374120 -484 -0.1
.debug_info 26583670 26580145 -3525 -0.0
.debug_line 3694063 3693668 -395 -0.0
.debug_loc 3579585 3578482 -1103 -0.0
.debug_ranges 337272 337296 24 0.0
.debug_str 3425404 3423755 -1649 -0.0
.heap 842688 842688 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 534126 534126 0 0.0
.symtab 407808 407808 0 0.0
.text 1489360 1489360 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850872 850872 0 0.0
(read/write) 1606932 1606932 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180016 180016 0 0.0
.comment 204 204 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 2456 2456 0 0.0
.debug_abbrev 1057288 1057167 -121 -0.0
.debug_aranges 102504 102344 -160 -0.2
.debug_frame 344936 344452 -484 -0.1
.debug_info 22047121 22043596 -3525 -0.0
.debug_line 3263699 3263303 -396 -0.0
.debug_loc 3277297 3276180 -1117 -0.0
.debug_ranges 302576 302600 24 0.0
.debug_str 3230924 3229275 -1649 -0.1
.heap 850872 850872 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 470503 470503 0 0.0
.symtab 376256 376256 0 0.0
.text 1416072 1416072 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845880 845880 0 0.0
(read/write) 1640620 1640620 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184992 184992 0 0.0
.comment 204 204 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 1059226 1059105 -121 -0.0
.debug_aranges 102896 102736 -160 -0.2
.debug_frame 346792 346308 -484 -0.1
.debug_info 22280400 22276876 -3524 -0.0
.debug_line 3260683 3260287 -396 -0.0
.debug_loc 3304920 3303789 -1131 -0.0
.debug_ranges 304512 304536 24 0.0
.debug_str 3250318 3248669 -1649 -0.1
.heap 845880 845880 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472854 472854 0 0.0
.symtab 377872 377872 0 0.0
.text 1444768 1444768 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1148952 1148936 -16 -0.0
.bss 110580 110580 0 0.0
.data 832 832 0 0.0
.text 596052 596036 -16 -0.0
lock-app qpg6105+debug (read/write) 1113840 1113824 -16 -0.0
.bss 106372 106372 0 0.0
.data 836 836 0 0.0
.text 560936 560920 -16 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 790476 790468 -8 -0.0
bss 72480 72480 0 0.0
noinit 43520 43520 0 0.0
text 554014 554012 -2 -0.0
lighting-app tlsr9518adk80d (read/write) 805732 805716 -16 -0.0
bss 73240 73240 0 0.0
noinit 43520 43520 0 0.0
text 566174 566164 -10 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 804616 804608 -8 -0.0
bss 74052 74052 0 0.0
noinit 43520 43520 0 0.0
text 565048 565036 -12 -0.0

@andy31415 andy31415 enabled auto-merge (squash) October 24, 2022 19:30
@andy31415 andy31415 merged commit db11e29 into project-chip:master Oct 24, 2022
adbridge pushed a commit to ARM-software/connectedhomeip that referenced this pull request Nov 18, 2022
…ip#23325)

* Remove ember Task* definitions and usages as they seem unused

* Remove time-util functions as they do not seem used

* Remove more seemingly unused/undefined method declarations

* Zap regen

* Removed more unused methods

* Restyle

* Remove a few more unused functions

* Restyle

* More dead code removal

* Remove EmberNodeType and EmberChildData because unused

* Removed emberAfClusterDefaultResponseCallback and emberAfClusterMessageSentCallback

* Add comment for followup

* Restyle
adbridge pushed a commit to ARM-software/connectedhomeip that referenced this pull request Nov 18, 2022
…ip#23325)

* Remove ember Task* definitions and usages as they seem unused

* Remove time-util functions as they do not seem used

* Remove more seemingly unused/undefined method declarations

* Zap regen

* Removed more unused methods

* Restyle

* Remove a few more unused functions

* Restyle

* More dead code removal

* Remove EmberNodeType and EmberChildData because unused

* Removed emberAfClusterDefaultResponseCallback and emberAfClusterMessageSentCallback

* Add comment for followup

* Restyle
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.

3 participants