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

Fix implementation of OnChipScanComplete and OnScanComplete #23612

Closed
wants to merge 8 commits into from

Conversation

jlatusek
Copy link
Contributor

@jlatusek jlatusek commented Nov 15, 2022

Problem

When the chip-tool is shutting down because of timeout from StartWaiting then mBleLayer->mBleTransport is firstly set to nullptr and OnBleConnectionError is called on this pointer.

Fix

I've changed the implementation of OnScanComplete to do not call OnConnectionError it seems that this isn't the right place to do it. I've created OnScanError, which is called when the error occurs during scanning. Now it is called from TimerExpiredCallback which is the callback for a timeout for scan task. For kConnectTimeout OnConnectionError is called here if an error occurred.

Testing

Manually tested on the Linux platform on one device I've run:

 ./out/linux-x64-light/chip-lighting-app --discriminator 42 --passcode 1234 --wifi 

and on the other Linux device I've run:

./out/linux-x64-chip-tool/chip-tool pairing ble-wifi 0x01 <wifi_name> <wifi_pass> 1234 42

@github-actions
Copy link

github-actions bot commented Nov 15, 2022

PR #23612: Size comparison from 6519b91 to 5218d5a

Increases (13 builds for linux, telink)
platform target config section 6519b91 5218d5a change % change
linux all-clusters-app debug (read only) 3085417 3085481 64 0.0
.rodata 280939 280971 32 0.0
.text 2620274 2620306 32 0.0
all-clusters-minimal-app debug (read only) 2911113 2911177 64 0.0
.rodata 280427 280459 32 0.0
.text 2449522 2449554 32 0.0
bridge-app debug+rpc (read only) 2410065 2410145 80 0.0
.rodata 210688 210720 32 0.0
.text 2032306 2032354 48 0.0
chip-tool debug (read only) 11079241 11079321 80 0.0
.rodata 591837 591869 32 0.0
.text 8963988 8964036 48 0.0
chip-tool-ipv6only arm64 (read only) 10433596 10433676 80 0.0
.rodata 518220 518268 48 0.0
.text 8260020 8260052 32 0.0
lighting-app debug+rpc (read only) 2641089 2641169 80 0.0
.rodata 227552 227584 32 0.0
.text 2237122 2237170 48 0.0
lock-app debug (read only) 2600329 2600441 112 0.0
.rodata 243848 243912 64 0.0
.text 2185058 2185106 48 0.0
ota-provider-app debug (read only) 2396497 2396609 112 0.0
.rodata 216328 216392 64 0.0
.text 2011906 2011954 48 0.0
ota-requestor-app debug (read only) 2561809 2561889 80 0.0
.rodata 223408 223440 32 0.0
.text 2161042 2161090 48 0.0
shell debug (read only) 2621521 2621585 64 0.0
.rodata 239250 239282 32 0.0
.text 2223042 2223074 32 0.0
tv-app debug (read only) 3254881 3254961 80 0.0
.rodata 268216 268248 32 0.0
.text 2792962 2793010 48 0.0
tv-casting-app debug (read only) 5580961 5581041 80 0.0
.rodata 355001 355033 32 0.0
.text 4950578 4950626 48 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 612686 612688 2 0.0
Decreases (4 builds for esp32, psoc6, telink)
platform target config section 6519b91 5218d5a change % change
esp32 all-clusters-app c3devkit (read only) 1224292 1224288 -4 -0.0
(read/write) 1788614 1788606 -8 -0.0
.flash.rodata 258184 258176 -8 -0.0
.flash.text 1224292 1224288 -4 -0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26760523 26760522 -1 -0.0
light cy8ckit_062s2_43012 .debug_info 22225724 22225722 -2 -0.0
telink ota-requestor-app tlsr9518adk80d (read/write) 805192 805184 -8 -0.0
text 565530 565528 -2 -0.0
Full report (49 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg, telink)
platform target config section 6519b91 5218d5a change % change
bl602 lighting-app bl602 (read/write) 1375258 1375258 0 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1059186 1059186 0 0.0
bl602+rpc (read/write) 1421074 1421074 0 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1090680 1090680 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195127 1195127 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1523919 1523919 0 0.0
.debug_aranges 132304 132304 0 0.0
.debug_frame 485212 485212 0 0.0
.debug_info 39161306 39161306 0 0.0
.debug_line 5271709 5271709 0 0.0
.debug_loc 3367110 3367110 0 0.0
.debug_ranges 360272 360272 0 0.0
.debug_str 3462160 3462160 0 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 116488 116488 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 566531 566531 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
955516 955516 0 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283267 1283267 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1667931 1667931 0 0.0
.debug_aranges 140368 140368 0 0.0
.debug_frame 512416 512416 0 0.0
.debug_info 43430527 43430527 0 0.0
.debug_line 5667078 5667078 0 0.0
.debug_loc 3561346 3561346 0 0.0
.debug_ranges 383296 383296 0 0.0
.debug_str 3859469 3859469 0 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 130120 130120 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 626746 626746 0 0.0
.symtab 189920 189920 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029212 1029212 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678163 678163 0 0.0
(read/write) 173372 173372 0 0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89851 89851 0 0.0
.text 588000 588000 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642459 642459 0 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 78987 78987 0 0.0
.text 563152 563152 0 0.0
lock-ftd LP_CC2652R7 (read only) 676295 676295 0 0.0
(read/write) 172808 172808 0 0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77271 77271 0 0.0
.text 598544 598544 0 0.0
lock-mtd LP_CC2652R7 (read only) 660819 660819 0 0.0
(read/write) 183540 183540 0 0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103307 103307 0 0.0
.text 557032 557032 0 0.0
pump-app LP_CC2652R7 (read only) 688743 688743 0 0.0
(read/write) 161096 161096 0 0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90759 90759 0 0.0
.text 597500 597500 0 0.0
pump-controller-app LP_CC2652R7 (read only) 673027 673027 0 0.0
(read/write) 176908 176908 0 0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86307 86307 0 0.0
.text 586240 586240 0 0.0
shell LP_CC2652R7 (read only) 669382 669382 0 0.0
(read/write) 184472 184472 0 0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86598 86598 0 0.0
.text 582468 582468 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 587230 587230 0 0.0
.app_xip_area 463440 463440 0 0.0
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 591338 591338 0 0.0
.app_xip_area 462252 462252 0 0.0
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543714 543714 0 0.0
.app_xip_area 425444 425444 0 0.0
.bss 60736 60736 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+rpc (read/write) 974172 974172 0 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 819724 819724 0 0.0
BRD4161A+rs911x (read/write) 1034744 1034744 0 0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 845972 845972 0 0.0
BRD4187C (read/write) 1146576 1146576 0 0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 980808 980808 0 0.0
lock-app BRD4161A+wf200 (read/write) 1160144 1160144 0 0.0
.bss 158264 158264 0 0.0
.data 2020 2020 0 0.0
.text 999836 999836 0 0.0
window-app BRD4187C (read/write) 1139812 1139812 0 0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 972604 972604 0 0.0
esp32 all-clusters-app c3devkit (read only) 1224292 1224288 -4 -0.0
(read/write) 1788614 1788606 -8 -0.0
.dram0.bss 76944 76944 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 258184 258176 -8 -0.0
.flash.text 1224292 1224288 -4 -0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1234187 1234187 0 0.0
(read/write) 564412 564412 0 0.0
.dram0.bss 82320 82320 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 315128 315128 0 0.0
.flash.text 1228803 1228803 0 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 661796 661796 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 563468 563468 0 0.0
light k32w0+release (read/write) 671800 671800 0 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 592100 592100 0 0.0
lock k32w0+release (read/write) 633356 633356 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 552876 552876 0 0.0
linux all-clusters-app debug (read only) 3085417 3085481 64 0.0
(read/write) 158312 158312 0 0.0
.bss 62464 62464 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 86984 86984 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 280939 280971 32 0.0
.text 2620274 2620306 32 0.0
all-clusters-minimal-app debug (read only) 2911113 2911177 64 0.0
(read/write) 149712 149712 0 0.0
.bss 61664 61664 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 79352 79352 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280427 280459 32 0.0
.text 2449522 2449554 32 0.0
bridge-app debug+rpc (read only) 2410065 2410145 80 0.0
(read/write) 129448 129448 0 0.0
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68616 68616 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 210688 210720 32 0.0
.text 2032306 2032354 48 0.0
chip-tool debug (read only) 11079241 11079321 80 0.0
(read/write) 658304 658304 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 623040 623040 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 591837 591869 32 0.0
.text 8963988 8964036 48 0.0
chip-tool-ipv6only arm64 (read only) 10433596 10433676 80 0.0
(read/write) 706353 706353 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650672 650672 0 0.0
.dynamic 560 560 0 0.0
.got 13912 13912 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518220 518268 48 0.0
.text 8260020 8260052 32 0.0
lighting-app debug+rpc (read only) 2641089 2641169 80 0.0
(read/write) 132296 132296 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73832 73832 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227552 227584 32 0.0
.text 2237122 2237170 48 0.0
lock-app debug (read only) 2600329 2600441 112 0.0
(read/write) 127216 127216 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 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 243848 243912 64 0.0
.text 2185058 2185106 48 0.0
ota-provider-app debug (read only) 2396497 2396609 112 0.0
(read/write) 120744 120744 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 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 216328 216392 64 0.0
.text 2011906 2011954 48 0.0
ota-requestor-app debug (read only) 2561809 2561889 80 0.0
(read/write) 129088 129088 0 0.0
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 69960 69960 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 223408 223440 32 0.0
.text 2161042 2161090 48 0.0
shell debug (read only) 2621521 2621585 64 0.0
(read/write) 142808 142808 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77880 77880 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239250 239282 32 0.0
.text 2223042 2223074 32 0.0
thermostat-no-ble arm64 (read only) 2392812 2392812 0 0.0
(read/write) 143489 143489 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77096 77096 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 144788 144788 0 0.0
.text 2004560 2004560 0 0.0
tv-app debug (read only) 3254881 3254961 80 0.0
(read/write) 261832 261832 0 0.0
.bss 170648 170648 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80224 80224 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268216 268248 32 0.0
.text 2792962 2793010 48 0.0
tv-casting-app debug (read only) 5580961 5581041 80 0.0
(read/write) 161720 161720 0 0.0
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101056 101056 0 0.0
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 355001 355033 32 0.0
.text 4950578 4950626 48 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452336 2452336 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1414980 1414980 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1746244 1746244 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 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 1235716 1235716 0 0.0
.debug_aranges 110704 110704 0 0.0
.debug_frame 371284 371284 0 0.0
.debug_info 27023893 27023893 0 0.0
.debug_line 3685941 3685941 0 0.0
.debug_loc 3603774 3603774 0 0.0
.debug_ranges 339544 339544 0 0.0
.debug_str 3431051 3431051 0 0.0
.heap 841968 841968 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 570257 570257 0 0.0
.symtab 421440 421440 0 0.0
.text 0 0 0 0.0
1546480 1546480 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1688780 1688780 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 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 1227559 1227559 0 0.0
.debug_aranges 110176 110176 0 0.0
.debug_frame 374364 374364 0 0.0
.debug_info 26760523 26760522 -1 -0.0
.debug_line 3706925 3706925 0 0.0
.debug_loc 3591380 3591380 0 0.0
.debug_ranges 338160 338160 0 0.0
.debug_str 3420071 3420071 0 0.0
.heap 842704 842704 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 534346 534346 0 0.0
.symtab 407872 407872 0 0.0
.text 1489752 1489752 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1606956 1606956 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 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 1062020 1062020 0 0.0
.debug_aranges 102376 102376 0 0.0
.debug_frame 344676 344676 0 0.0
.debug_info 22225724 22225722 -2 -0.0
.debug_line 3276050 3276050 0 0.0
.debug_loc 3288865 3288865 0 0.0
.debug_ranges 303440 303440 0 0.0
.debug_str 3225606 3225606 0 0.0
.heap 850888 850888 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 470671 470671 0 0.0
.symtab 376240 376240 0 0.0
.text 1416112 1416112 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1640964 1640964 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 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 1063995 1063995 0 0.0
.debug_aranges 102776 102776 0 0.0
.debug_frame 346552 346552 0 0.0
.debug_info 22459348 22459348 0 0.0
.debug_line 3273170 3273170 0 0.0
.debug_loc 3316718 3316718 0 0.0
.debug_ranges 305400 305400 0 0.0
.debug_str 3244977 3244977 0 0.0
.heap 845896 845896 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 473074 473074 0 0.0
.symtab 377936 377936 0 0.0
.text 1445128 1445128 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1149312 1149312 0 0.0
.bss 109860 109860 0 0.0
.data 848 848 0 0.0
.text 596412 596412 0 0.0
lock-app qpg6105+debug (read/write) 1115060 1115060 0 0.0
.bss 106332 106332 0 0.0
.data 836 836 0 0.0
.text 562156 562156 0 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 937352 937352 0 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 648702 648702 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 875344 875344 0 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 612686 612688 2 0.0
light-switch-app tlsr9518adk80d (read/write) 790700 790700 0 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 554150 554150 0 0.0
lighting-app tlsr9518adk80d (read/write) 874924 874924 0 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 624114 624114 0 0.0
ota-requestor-app tlsr9518adk80d (read/write) 805192 805184 -8 -0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 565530 565528 -2 -0.0

Copy link
Contributor

@andy31415 andy31415 left a comment

Choose a reason for hiding this comment

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

Please update the summary: the text asked you to provide details and delete the instruction text. You did not delete the instruction text.

Copy link
Contributor

@andy31415 andy31415 left a comment

Choose a reason for hiding this comment

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

@jlatusek - Testing via CI is not possible: CI has no BLE capabilities. This needs at least some manual check.

@github-actions
Copy link

github-actions bot commented Nov 25, 2022

PR #23612: Size comparison from 733afaa to 1e8a744

Increases (17 builds for bl602, cc13x2_26x2, efr32, esp32, linux, telink)
platform target config section 733afaa 1e8a744 change % change
bl602 lighting-app bl602 .text 1061270 1061272 2 0.0
cc13x2_26x2 all-clusters-minimal-app LP_CC2652R7 (read only) 643803 643811 8 0.0
.text 564424 564432 8 0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 1037696 1037712 16 0.0
.text 848920 848936 16 0.0
esp32 all-clusters-app c3devkit (read only) 1214740 1214742 2 0.0
.flash.text 1214740 1214742 2 0.0
m5stack (read/write) 562692 562700 8 0.0
.flash.rodata 313664 313672 8 0.0
linux all-clusters-app debug (read only) 3083801 3084033 232 0.0
(read/write) 158472 158504 32 0.0
.data.rel.ro 87144 87176 32 0.0
.rodata 281259 281323 64 0.0
.text 2618050 2618146 96 0.0
all-clusters-minimal-app debug (read only) 2909449 2909665 216 0.0
(read/write) 149872 149904 32 0.0
.data.rel.ro 79512 79544 32 0.0
.rodata 280747 280811 64 0.0
.text 2447250 2447330 80 0.0
bridge-app debug+rpc (read only) 2406689 2406921 232 0.0
(read/write) 129608 129640 32 0.0
.data.rel.ro 68776 68808 32 0.0
.rodata 210880 210944 64 0.0
.text 2028450 2028546 96 0.0
chip-tool debug (read only) 11099473 11099689 216 0.0
(read/write) 659616 659648 32 0.0
.data.rel.ro 624352 624384 32 0.0
.rodata 592965 593029 64 0.0
.text 8980068 8980148 80 0.0
lighting-app debug+rpc (read only) 2638929 2639145 216 0.0
(read/write) 132360 132392 32 0.0
.data.rel.ro 73896 73928 32 0.0
.rodata 227872 227936 64 0.0
.text 2234498 2234578 80 0.0
lock-app debug (read only) 2595993 2596209 216 0.0
(read/write) 127376 127408 32 0.0
.data.rel.ro 70840 70872 32 0.0
.rodata 244072 244136 64 0.0
.text 2180210 2180290 80 0.0
ota-provider-app debug (read only) 2390321 2390537 216 0.0
(read/write) 120904 120936 32 0.0
.data.rel.ro 64760 64792 32 0.0
.rodata 216488 216552 64 0.0
.text 2005282 2005362 80 0.0
ota-requestor-app debug (read only) 2557121 2557353 232 0.0
(read/write) 129248 129280 32 0.0
.data.rel.ro 70120 70152 32 0.0
.rodata 223568 223632 64 0.0
.text 2155906 2156002 96 0.0
shell debug (read only) 2619297 2619513 216 0.0
(read/write) 142968 143000 32 0.0
.data.rel.ro 78040 78064 24 0.0
.rodata 239506 239570 64 0.0
.text 2220274 2220354 80 0.0
tv-app debug (read only) 3253889 3254105 216 0.0
.data.rel.ro 80384 80400 16 0.0
.rodata 268408 268472 64 0.0
.text 2791490 2791570 80 0.0
tv-casting-app debug (read only) 5588761 5588993 232 0.0
.data.rel.ro 101408 101424 16 0.0
.rodata 355833 355897 64 0.0
.text 4956802 4956898 96 0.0
telink all-clusters-app tlsr9518adk80d text 650270 650272 2 0.0
Decreases (5 builds for bl602, bl702, psoc6, telink)
platform target config section 733afaa 1e8a744 change % change
bl602 lighting-app bl602+rpc .text 1092604 1092602 -2 -0.0
bl702 lighting-app bl702+rpc .debug_info 43466337 43466336 -1 -0.0
.text 1031100 1031098 -2 -0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26773628 26773627 -1 -0.0
telink lighting-app tlsr9518adk80d (read/write) 876576 876568 -8 -0.0
text 625614 625612 -2 -0.0
thermostat tlsr9518adk80d (read/write) 793356 793348 -8 -0.0
text 554334 554332 -2 -0.0
Full report (50 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 733afaa 1e8a744 change % change
bl602 lighting-app bl602 (read/write) 1377590 1377590 0 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1061270 1061272 2 0.0
bl602+rpc (read/write) 1423270 1423270 0 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1092604 1092602 -2 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1197127 1197127 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1524330 1524330 0 0.0
.debug_aranges 132440 132440 0 0.0
.debug_frame 485880 485880 0 0.0
.debug_info 39168506 39168506 0 0.0
.debug_line 5276299 5276299 0 0.0
.debug_loc 3373589 3373589 0 0.0
.debug_ranges 361264 361264 0 0.0
.debug_str 3475236 3475236 0 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 116744 116744 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568438 568438 0 0.0
.symtab 172080 172080 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
957258 957258 0 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1285475 1285475 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1671433 1671433 0 0.0
.debug_aranges 140576 140576 0 0.0
.debug_frame 513304 513304 0 0.0
.debug_info 43466337 43466336 -1 -0.0
.debug_line 5695030 5695030 0 0.0
.debug_loc 3568815 3568815 0 0.0
.debug_ranges 384752 384752 0 0.0
.debug_str 3874745 3874745 0 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 130440 130440 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 628592 628592 0 0.0
.symtab 190224 190224 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1031100 1031098 -2 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679555 679555 0 0.0
(read/write) 171980 171980 0 0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89923 89923 0 0.0
.text 589320 589320 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643803 643811 8 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 79059 79059 0 0.0
.text 564424 564432 8 0.0
lock-ftd LP_CC2652R7 (read only) 677087 677087 0 0.0
(read/write) 172016 172016 0 0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77351 77351 0 0.0
.text 599256 599256 0 0.0
lock-mtd LP_CC2652R7 (read only) 661875 661875 0 0.0
(read/write) 182484 182484 0 0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103435 103435 0 0.0
.text 557960 557960 0 0.0
pump-app LP_CC2652R7 (read only) 690095 690095 0 0.0
(read/write) 159744 159744 0 0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90927 90927 0 0.0
.text 598684 598684 0 0.0
pump-controller-app LP_CC2652R7 (read only) 673931 673931 0 0.0
(read/write) 176004 176004 0 0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86427 86427 0 0.0
.text 587024 587024 0 0.0
shell LP_CC2652R7 (read only) 670766 670766 0 0.0
(read/write) 183088 183088 0 0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86670 86670 0 0.0
.text 583780 583780 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588446 588446 0 0.0
.app_xip_area 464696 464696 0 0.0
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592146 592146 0 0.0
.app_xip_area 463100 463100 0 0.0
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544826 544826 0 0.0
.app_xip_area 426588 426588 0 0.0
.bss 60736 60736 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+rpc (read/write) 976148 976148 0 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 821700 821700 0 0.0
BRD4161A+rs911x (read/write) 1037696 1037712 16 0.0
.bss 186744 186744 0 0.0
.data 2012 2012 0 0.0
.text 848920 848936 16 0.0
BRD4187C (read/write) 1149260 1149260 0 0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 983492 983492 0 0.0
lock-app BRD4161A+wf200 (read/write) 1163280 1163280 0 0.0
.bss 158312 158312 0 0.0
.data 2020 2020 0 0.0
.text 1002928 1002928 0 0.0
window-app BRD4187C (read/write) 1141728 1141728 0 0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 974520 974520 0 0.0
esp32 all-clusters-app c3devkit (read only) 1214740 1214742 2 0.0
(read/write) 1786718 1786718 0 0.0
.dram0.bss 76688 76688 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 256544 256544 0 0.0
.flash.text 1214740 1214742 2 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1225499 1225499 0 0.0
(read/write) 562692 562700 8 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 313664 313672 8 0.0
.flash.text 1220115 1220115 0 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662612 662612 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564284 564284 0 0.0
light k32w0+release (read/write) 673264 673264 0 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 593564 593564 0 0.0
lock k32w0+release (read/write) 634140 634140 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553660 553660 0 0.0
linux all-clusters-app debug (read only) 3083801 3084033 232 0.0
(read/write) 158472 158504 32 0.0
.bss 62464 62464 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 87144 87176 32 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281259 281323 64 0.0
.text 2618050 2618146 96 0.0
all-clusters-minimal-app debug (read only) 2909449 2909665 216 0.0
(read/write) 149872 149904 32 0.0
.bss 61664 61664 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 79512 79544 32 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280747 280811 64 0.0
.text 2447250 2447330 80 0.0
bridge-app debug+rpc (read only) 2406689 2406921 232 0.0
(read/write) 129608 129640 32 0.0
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68776 68808 32 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 210880 210944 64 0.0
.text 2028450 2028546 96 0.0
chip-tool debug (read only) 11099473 11099689 216 0.0
(read/write) 659616 659648 32 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 624352 624384 32 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 592965 593029 64 0.0
.text 8980068 8980148 80 0.0
lighting-app debug+rpc (read only) 2638929 2639145 216 0.0
(read/write) 132360 132392 32 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73896 73928 32 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227872 227936 64 0.0
.text 2234498 2234578 80 0.0
lock-app debug (read only) 2595993 2596209 216 0.0
(read/write) 127376 127408 32 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70840 70872 32 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244072 244136 64 0.0
.text 2180210 2180290 80 0.0
ota-provider-app debug (read only) 2390321 2390537 216 0.0
(read/write) 120904 120936 32 0.0
.bss 47936 47936 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64760 64792 32 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 216488 216552 64 0.0
.text 2005282 2005362 80 0.0
ota-requestor-app debug (read only) 2557121 2557353 232 0.0
(read/write) 129248 129280 32 0.0
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 70120 70152 32 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 223568 223632 64 0.0
.text 2155906 2156002 96 0.0
shell debug (read only) 2619297 2619513 216 0.0
(read/write) 142968 143000 32 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78040 78064 24 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239506 239570 64 0.0
.text 2220274 2220354 80 0.0
tv-app debug (read only) 3253889 3254105 216 0.0
(read/write) 262152 262152 0 0.0
.bss 170808 170808 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80384 80400 16 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268408 268472 64 0.0
.text 2791490 2791570 80 0.0
tv-casting-app debug (read only) 5588761 5588993 232 0.0
(read/write) 162080 162080 0 0.0
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101408 101424 16 0.0
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 355833 355897 64 0.0
.text 4956802 4956898 96 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2453760 2453760 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1416404 1416404 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1189799 1189799 0 0.0
bss 145285 145285 0 0.0
rodata 144860 144860 0 0.0
text 818580 818580 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1169195 1169195 0 0.0
bss 144512 144512 0 0.0
rodata 136648 136648 0 0.0
text 807102 807102 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1748508 1748508 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 200 200 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 1235861 1235861 0 0.0
.debug_aranges 110752 110752 0 0.0
.debug_frame 371636 371636 0 0.0
.debug_info 27036126 27036126 0 0.0
.debug_line 3691230 3691230 0 0.0
.debug_loc 3616230 3616230 0 0.0
.debug_ranges 340824 340824 0 0.0
.debug_str 3444720 3444720 0 0.0
.heap 841968 841968 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 571529 571529 0 0.0
.symtab 422000 422000 0 0.0
.text 1548744 1548744 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1691028 1691028 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 200 200 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 1227752 1227752 0 0.0
.debug_aranges 110224 110224 0 0.0
.debug_frame 374692 374692 0 0.0
.debug_info 26773628 26773627 -1 -0.0
.debug_line 3712210 3712210 0 0.0
.debug_loc 3603836 3603836 0 0.0
.debug_ranges 339440 339440 0 0.0
.debug_str 3433732 3433732 0 0.0
.heap 842704 842704 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 535618 535618 0 0.0
.symtab 408432 408432 0 0.0
.text 1492000 1492000 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1609228 1609228 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 200 200 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 1062275 1062275 0 0.0
.debug_aranges 102424 102424 0 0.0
.debug_frame 345028 345028 0 0.0
.debug_info 22239420 22239420 0 0.0
.debug_line 3281562 3281562 0 0.0
.debug_loc 3301679 3301679 0 0.0
.debug_ranges 304704 304704 0 0.0
.debug_str 3239318 3239318 0 0.0
.heap 850888 850888 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 471943 471943 0 0.0
.symtab 376800 376800 0 0.0
.text 1418384 1418384 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1642580 1642580 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 200 200 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 1064266 1064266 0 0.0
.debug_aranges 102816 102816 0 0.0
.debug_frame 346848 346848 0 0.0
.debug_info 22458796 22458796 0 0.0
.debug_line 3276288 3276288 0 0.0
.debug_loc 3323053 3323053 0 0.0
.debug_ranges 306080 306080 0 0.0
.debug_str 3255210 3255210 0 0.0
.heap 845896 845896 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 473659 473659 0 0.0
.symtab 378416 378416 0 0.0
.text 1446744 1446744 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151028 1151028 0 0.0
.bss 97628 97628 0 0.0
.data 840 840 0 0.0
.text 598128 598128 0 0.0
lock-app qpg6105+debug (read/write) 1116828 1116828 0 0.0
.bss 93100 93100 0 0.0
.data 836 836 0 0.0
.text 563924 563924 0 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939068 939068 0 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 650270 650272 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 877028 877028 0 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 614226 614226 0 0.0
light-switch-app tlsr9518adk80d (read/write) 792184 792184 0 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 555360 555360 0 0.0
lighting-app tlsr9518adk80d (read/write) 876576 876568 -8 -0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 625614 625612 -2 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 806552 806552 0 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 566698 566698 0 0.0
thermostat tlsr9518adk80d (read/write) 793356 793348 -8 -0.0
bss 73852 73852 0 0.0
noinit 43480 43480 0 0.0
text 554334 554332 -2 -0.0

@github-actions github-actions bot added the tizen For Tizen platform label Nov 28, 2022
@github-actions
Copy link

github-actions bot commented Nov 28, 2022

PR #23612: Size comparison from 87994ad to 844c61b

Increases (6 builds for bl702, efr32, esp32, linux, psoc6, telink)
platform target config section 87994ad 844c61b change % change
bl702 lighting-app bl702 .debug_info 39168505 39168507 2 0.0
.text 957256 957260 4 0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 1037696 1037712 16 0.0
.text 848920 848936 16 0.0
esp32 all-clusters-app c3devkit (read only) 1214742 1214744 2 0.0
.flash.text 1214742 1214744 2 0.0
linux chip-tool-ipv6only arm64 (read only) 10450060 10450316 256 0.0
(read/write) 707713 707745 32 0.0
.data.rel.ro 652008 652032 24 0.0
.rodata 519468 519532 64 0.0
.text 8271988 8272116 128 0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 22458794 22458795 1 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 614224 614226 2 0.0
Decreases (5 builds for bl702, esp32, k32w, nrfconnect, telink)
platform target config section 87994ad 844c61b change % change
bl702 lighting-app bl702+rpc .debug_info 43466336 43466335 -1 -0.0
.text 1031098 1031096 -2 -0.0
esp32 all-clusters-app c3devkit (read/write) 1786726 1786718 -8 -0.0
.flash.rodata 256552 256544 -8 -0.0
k32w light k32w0+release (read/write) 673264 673248 -16 -0.0
.text 593564 593548 -16 -0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 790040 790036 -4 -0.0
telink thermostat tlsr9518adk80d (read/write) 793356 793348 -8 -0.0
text 554336 554332 -4 -0.0
Full report (35 builds for bl602, bl702, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 87994ad 844c61b change % change
bl602 lighting-app bl602 (read/write) 1377590 1377590 0 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1061268 1061268 0 0.0
bl602+rpc (read/write) 1423262 1423262 0 0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1092600 1092600 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1197127 1197127 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1524330 1524330 0 0.0
.debug_aranges 132440 132440 0 0.0
.debug_frame 485880 485880 0 0.0
.debug_info 39168505 39168507 2 0.0
.debug_line 5276299 5276299 0 0.0
.debug_loc 3373589 3373589 0 0.0
.debug_ranges 361264 361264 0 0.0
.debug_str 3475236 3475236 0 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 116744 116744 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568438 568438 0 0.0
.symtab 172080 172080 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
957256 957260 4 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1285475 1285475 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1671433 1671433 0 0.0
.debug_aranges 140576 140576 0 0.0
.debug_frame 513304 513304 0 0.0
.debug_info 43466336 43466335 -1 -0.0
.debug_line 5695030 5695030 0 0.0
.debug_loc 3568815 3568815 0 0.0
.debug_ranges 384752 384752 0 0.0
.debug_str 3874745 3874745 0 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 130440 130440 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 628592 628592 0 0.0
.symtab 190224 190224 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1031098 1031096 -2 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588446 588446 0 0.0
.app_xip_area 464696 464696 0 0.0
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592146 592146 0 0.0
.app_xip_area 463100 463100 0 0.0
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544826 544826 0 0.0
.app_xip_area 426588 426588 0 0.0
.bss 60736 60736 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+rpc (read/write) 976148 976148 0 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 821700 821700 0 0.0
BRD4161A+rs911x (read/write) 1037696 1037712 16 0.0
.bss 186744 186744 0 0.0
.data 2012 2012 0 0.0
.text 848920 848936 16 0.0
BRD4187C (read/write) 1149260 1149260 0 0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 983492 983492 0 0.0
lock-app BRD4161A+wf200 (read/write) 1163280 1163280 0 0.0
.bss 158312 158312 0 0.0
.data 2020 2020 0 0.0
.text 1002928 1002928 0 0.0
window-app BRD4187C (read/write) 1141728 1141728 0 0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 974520 974520 0 0.0
esp32 all-clusters-app c3devkit (read only) 1214742 1214744 2 0.0
(read/write) 1786726 1786718 -8 -0.0
.dram0.bss 76688 76688 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 256552 256544 -8 -0.0
.flash.text 1214742 1214744 2 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1225499 1225499 0 0.0
(read/write) 562692 562692 0 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 313664 313664 0 0.0
.flash.text 1220115 1220115 0 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662612 662612 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564284 564284 0 0.0
light k32w0+release (read/write) 673264 673248 -16 -0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 593564 593548 -16 -0.0
lock k32w0+release (read/write) 634140 634140 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553660 553660 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10450060 10450316 256 0.0
(read/write) 707713 707745 32 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 652008 652032 24 0.0
.dynamic 560 560 0 0.0
.got 13944 13944 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 519468 519532 64 0.0
.text 8271988 8272116 128 0.0
thermostat-no-ble arm64 (read only) 2387012 2387012 0 0.0
(read/write) 143665 143665 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145068 145068 0 0.0
.text 1998048 1998048 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2453760 2453760 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1416404 1416404 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190779 1190779 0 0.0
bss 145289 145289 0 0.0
rodata 144464 144464 0 0.0
text 819872 819872 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360906 1360906 0 0.0
bss 105228 105228 0 0.0
rodata 211568 211568 0 0.0
text 759626 759626 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136439 1136439 0 0.0
bss 144524 144524 0 0.0
rodata 120780 120780 0 0.0
text 790040 790036 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1748508 1748508 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 200 200 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 1235861 1235861 0 0.0
.debug_aranges 110752 110752 0 0.0
.debug_frame 371636 371636 0 0.0
.debug_info 27036125 27036125 0 0.0
.debug_line 3691230 3691230 0 0.0
.debug_loc 3616230 3616230 0 0.0
.debug_ranges 340824 340824 0 0.0
.debug_str 3444720 3444720 0 0.0
.heap 841968 841968 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 571529 571529 0 0.0
.symtab 422000 422000 0 0.0
.text 1548744 1548744 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1691028 1691028 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 200 200 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 1227752 1227752 0 0.0
.debug_aranges 110224 110224 0 0.0
.debug_frame 374692 374692 0 0.0
.debug_info 26773627 26773627 0 0.0
.debug_line 3712210 3712210 0 0.0
.debug_loc 3603836 3603836 0 0.0
.debug_ranges 339440 339440 0 0.0
.debug_str 3433732 3433732 0 0.0
.heap 842704 842704 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 535618 535618 0 0.0
.symtab 408432 408432 0 0.0
.text 1492000 1492000 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1609228 1609228 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 200 200 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 1062275 1062275 0 0.0
.debug_aranges 102424 102424 0 0.0
.debug_frame 345028 345028 0 0.0
.debug_info 22239421 22239421 0 0.0
.debug_line 3281562 3281562 0 0.0
.debug_loc 3301679 3301679 0 0.0
.debug_ranges 304704 304704 0 0.0
.debug_str 3239318 3239318 0 0.0
.heap 850888 850888 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 471943 471943 0 0.0
.symtab 376800 376800 0 0.0
.text 1418384 1418384 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1642580 1642580 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 200 200 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 1064266 1064266 0 0.0
.debug_aranges 102816 102816 0 0.0
.debug_frame 346848 346848 0 0.0
.debug_info 22458794 22458795 1 0.0
.debug_line 3276288 3276288 0 0.0
.debug_loc 3323053 3323053 0 0.0
.debug_ranges 306080 306080 0 0.0
.debug_str 3255210 3255210 0 0.0
.heap 845896 845896 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 473659 473659 0 0.0
.symtab 378416 378416 0 0.0
.text 1446744 1446744 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151028 1151028 0 0.0
.bss 97628 97628 0 0.0
.data 840 840 0 0.0
.text 598128 598128 0 0.0
lock-app qpg6105+debug (read/write) 1116828 1116828 0 0.0
.bss 93100 93100 0 0.0
.data 836 836 0 0.0
.text 563924 563924 0 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939068 939068 0 0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 650270 650270 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 877028 877028 0 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 614224 614226 2 0.0
light-switch-app tlsr9518adk80d (read/write) 792184 792184 0 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 555358 555358 0 0.0
lighting-app tlsr9518adk80d (read/write) 876568 876568 0 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 625610 625610 0 0.0
ota-requestor-app tlsr9518adk80d (read/write) 806544 806544 0 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 566696 566696 0 0.0
thermostat tlsr9518adk80d (read/write) 793356 793348 -8 -0.0
bss 73852 73852 0 0.0
noinit 43480 43480 0 0.0
text 554336 554332 -4 -0.0

@github-actions
Copy link

github-actions bot commented Nov 30, 2022

PR #23612: Size comparison from 4a8f8eb to 1856dc2

Increases (19 builds for cc13x2_26x2, esp32, linux, psoc6, telink)
platform target config section 4a8f8eb 1856dc2 change % change
cc13x2_26x2 pump-app LP_CC2652R7 (read only) 689975 689983 8 0.0
.text 598564 598572 8 0.0
esp32 all-clusters-app c3devkit (read only) 1214748 1214750 2 0.0
(read/write) 1786718 1786726 8 0.0
.flash.rodata 256544 256552 8 0.0
.flash.text 1214748 1214750 2 0.0
m5stack (read/write) 562692 562700 8 0.0
.flash.rodata 313664 313672 8 0.0
linux all-clusters-app debug (read only) 3083881 3084113 232 0.0
(read/write) 158472 158504 32 0.0
.data.rel.ro 87144 87176 32 0.0
.rodata 281259 281323 64 0.0
.text 2618130 2618226 96 0.0
all-clusters-minimal-app debug (read only) 2909529 2909761 232 0.0
(read/write) 149872 149904 32 0.0
.data.rel.ro 79512 79544 32 0.0
.rodata 280747 280811 64 0.0
.text 2447330 2447426 96 0.0
bridge-app debug+rpc (read only) 2406785 2407001 216 0.0
(read/write) 129608 129640 32 0.0
.data.rel.ro 68776 68808 32 0.0
.rodata 210880 210944 64 0.0
.text 2028546 2028626 80 0.0
chip-tool debug (read only) 11099569 11099801 232 0.0
(read/write) 659616 659648 32 0.0
.data.rel.ro 624352 624384 32 0.0
.rodata 592965 593029 64 0.0
.text 8980164 8980260 96 0.0
chip-tool-ipv6only arm64 (read only) 10450156 10450412 256 0.0
(read/write) 707713 707745 32 0.0
.data.rel.ro 652008 652032 24 0.0
.rodata 519484 519532 48 0.0
.text 8272068 8272212 144 0.0
lighting-app debug+rpc (read only) 2639009 2639241 232 0.0
(read/write) 132360 132392 32 0.0
.data.rel.ro 73896 73928 32 0.0
.rodata 227872 227936 64 0.0
.text 2234578 2234674 96 0.0
lock-app debug (read only) 2596073 2596305 232 0.0
(read/write) 127376 127408 32 0.0
.data.rel.ro 70840 70872 32 0.0
.rodata 244072 244136 64 0.0
.text 2180290 2180386 96 0.0
ota-provider-app debug (read only) 2390401 2390633 232 0.0
(read/write) 120904 120936 32 0.0
.data.rel.ro 64760 64792 32 0.0
.rodata 216488 216552 64 0.0
.text 2005362 2005458 96 0.0
ota-requestor-app debug (read only) 2557217 2557449 232 0.0
(read/write) 129248 129280 32 0.0
.data.rel.ro 70120 70152 32 0.0
.rodata 223568 223632 64 0.0
.text 2156002 2156098 96 0.0
shell debug (read only) 2619377 2619609 232 0.0
(read/write) 142968 143000 32 0.0
.data.rel.ro 78040 78064 24 0.0
.rodata 239506 239570 64 0.0
.text 2220354 2220450 96 0.0
tv-app debug (read only) 3253985 3254217 232 0.0
.data.rel.ro 80384 80400 16 0.0
.rodata 268408 268472 64 0.0
.text 2791586 2791682 96 0.0
tv-casting-app debug (read only) 5588889 5589121 232 0.0
.data.rel.ro 101408 101424 16 0.0
.rodata 355865 355929 64 0.0
.text 4956898 4956994 96 0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 22239728 22239729 1 0.0
telink light-switch-app tlsr9518adk80d (read/write) 792184 792192 8 0.0
text 555364 555366 2 0.0
ota-requestor-app tlsr9518adk80d text 566702 566704 2 0.0
thermostat tlsr9518adk80d (read/write) 793356 793364 8 0.0
text 554338 554342 4 0.0
Decreases (10 builds for bl602, bl702, cc13x2_26x2, nrfconnect, psoc6, qpg, telink)
platform target config section 4a8f8eb 1856dc2 change % change
bl602 lighting-app bl602 .text 1061276 1061274 -2 -0.0
bl602+rpc (read/write) 1423278 1423270 -8 -0.0
.text 1092610 1092606 -4 -0.0
bl702 lighting-app bl702 (read/write) 1196999 1196983 -16 -0.0
.debug_info 3915954 39159543 -1 -0.0
.text 957122 957120 -2 -0.0
cc13x2_26x2 pump-app LP_CC2652R7 (read/write) 159864 159856 -8 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190811 1190795 -16 -0.0
text 819890 819886 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27036434 27036433 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26773935 26773934 -1 -0.0
lock cy8ckit_062s2_43012 .debug_info 22459104 22459102 -2 -0.0
qpg lock-app qpg6105+debug (read/write) 1116724 1116716 -8 -0.0
.text 563820 563812 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939076 939068 -8 -0.0
text 650278 650274 -4 -0.0
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 4a8f8eb 1856dc2 change % change
bl602 lighting-app bl602 (read/write) 1377598 1377598 0 0.0
.bss 90041 90041 0 0.0
.data 9984 9984 0 0.0
.text 1061276 1061274 -2 -0.0
bl602+rpc (read/write) 1423278 1423270 -8 -0.0
.bss 98081 98081 0 0.0
.data 10376 10376 0 0.0
.text 1092610 1092606 -4 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196999 1196983 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1524399 1524399 0 0.0
.debug_aranges 132432 132432 0 0.0
.debug_frame 485824 485824 0 0.0
.debug_info 3915954 39159543 -1 -0.0
.debug_line 5127011 5127011 0 0.0
.debug_loc 3373116 3373116 0 0.0
.debug_ranges 361256 361256 0 0.0
.debug_str 3475262 3475262 0 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 116744 116744 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568470 568470 0 0.0
.symtab 172080 172080 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
957122 957120 -2 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1285363 1285363 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75214 75214 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1671502 1671502 0 0.0
.debug_aranges 140568 140568 0 0.0
.debug_frame 513248 513248 0 0.0
.debug_info 43456251 43456251 0 0.0
.debug_line 5517179 5517179 0 0.0
.debug_loc 3568382 3568382 0 0.0
.debug_ranges 384744 384744 0 0.0
.debug_str 3874855 3874855 0 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 130456 130456 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 628624 628624 0 0.0
.symtab 190224 190224 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030968 1030968 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679443 679443 0 0.0
(read/write) 172092 172092 0 0.0
.bss 81228 81228 0 0.0
.data 3380 3380 0 0.0
.rodata 89923 89923 0 0.0
.text 589208 589208 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643707 643707 0 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 79059 79059 0 0.0
.text 564328 564328 0 0.0
lock-ftd LP_CC2652R7 (read only) 676975 676975 0 0.0
(read/write) 172128 172128 0 0.0
.bss 78884 78884 0 0.0
.data 3304 3304 0 0.0
.rodata 77351 77351 0 0.0
.text 599144 599144 0 0.0
lock-mtd LP_CC2652R7 (read only) 661771 661771 0 0.0
(read/write) 182588 182588 0 0.0
.bss 74140 74140 0 0.0
.data 3304 3304 0 0.0
.rodata 103435 103435 0 0.0
.text 557856 557856 0 0.0
pump-app LP_CC2652R7 (read only) 689975 689983 8 0.0
(read/write) 159864 159856 -8 -0.0
.bss 78852 78852 0 0.0
.data 3296 3296 0 0.0
.rodata 90927 90927 0 0.0
.text 598564 598572 8 0.0
pump-controller-app LP_CC2652R7 (read only) 673819 673819 0 0.0
(read/write) 176116 176116 0 0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86427 86427 0 0.0
.text 586912 586912 0 0.0
shell LP_CC2652R7 (read only) 670654 670654 0 0.0
(read/write) 183200 183200 0 0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86670 86670 0 0.0
.text 583668 583668 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588326 588326 0 0.0
.app_xip_area 464576 464576 0 0.0
.bss 66208 66208 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592034 592034 0 0.0
.app_xip_area 462988 462988 0 0.0
.bss 71496 71496 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 544714 544714 0 0.0
.app_xip_area 426476 426476 0 0.0
.bss 60736 60736 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+rpc (read/write) 976164 976164 0 0.0
.bss 152260 152260 0 0.0
.data 2168 2168 0 0.0
.text 821716 821716 0 0.0
BRD4161A+rs911x (read/write) 1037704 1037704 0 0.0
.bss 186736 186736 0 0.0
.data 2012 2012 0 0.0
.text 848936 848936 0 0.0
BRD4187C (read/write) 1149276 1149276 0 0.0
.bss 138656 138656 0 0.0
.data 2516 2516 0 0.0
.text 983508 983508 0 0.0
lock-app BRD4161A+wf200 (read/write) 1163272 1163272 0 0.0
.bss 158304 158304 0 0.0
.data 2020 2020 0 0.0
.text 1002928 1002928 0 0.0
window-app BRD4187C (read/write) 1141744 1141744 0 0.0
.bss 140072 140072 0 0.0
.data 2540 2540 0 0.0
.text 974536 974536 0 0.0
esp32 all-clusters-app c3devkit (read only) 1214748 1214750 2 0.0
(read/write) 1786718 1786726 8 0.0
.dram0.bss 76688 76688 0 0.0
.dram0.data 13840 13840 0 0.0
.flash.rodata 256544 256552 8 0.0
.flash.text 1214748 1214750 2 0.0
.iram0.text 65204 65204 0 0.0
m5stack (read only) 1225503 1225503 0 0.0
(read/write) 562692 562700 8 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34296 34296 0 0.0
.flash.rodata 313664 313672 8 0.0
.flash.text 1220119 1220119 0 0.0
.iram0.text 123939 123939 0 0.0
k32w contact k32w0+release (read/write) 662516 662516 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564188 564188 0 0.0
light k32w0+release (read/write) 673152 673152 0 0.0
.bss 74912 74912 0 0.0
.data 2060 2060 0 0.0
.text 593452 593452 0 0.0
lock k32w0+release (read/write) 634044 634044 0 0.0
.bss 75672 75672 0 0.0
.data 2080 2080 0 0.0
.text 553564 553564 0 0.0
linux all-clusters-app debug (read only) 3083881 3084113 232 0.0
(read/write) 158472 158504 32 0.0
.bss 62464 62464 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 87144 87176 32 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281259 281323 64 0.0
.text 2618130 2618226 96 0.0
all-clusters-minimal-app debug (read only) 2909529 2909761 232 0.0
(read/write) 149872 149904 32 0.0
.bss 61664 61664 0 0.0
.data 2240 2240 0 0.0
.data.rel.ro 79512 79544 32 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280747 280811 64 0.0
.text 2447330 2447426 96 0.0
bridge-app debug+rpc (read only) 2406785 2407001 216 0.0
(read/write) 129608 129640 32 0.0
.bss 51008 51008 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68776 68808 32 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 210880 210944 64 0.0
.text 2028546 2028626 80 0.0
chip-tool debug (read only) 11099569 11099801 232 0.0
(read/write) 659616 659648 32 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 624352 624384 32 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 592965 593029 64 0.0
.text 8980164 8980260 96 0.0
chip-tool-ipv6only arm64 (read only) 10450156 10450412 256 0.0
(read/write) 707713 707745 32 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 652008 652032 24 0.0
.dynamic 560 560 0 0.0
.got 13944 13944 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 519484 519532 48 0.0
.text 8272068 8272212 144 0.0
lighting-app debug+rpc (read only) 2639009 2639241 232 0.0
(read/write) 132360 132392 32 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73896 73928 32 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227872 227936 64 0.0
.text 2234578 2234674 96 0.0
lock-app debug (read only) 2596073 2596305 232 0.0
(read/write) 127376 127408 32 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70840 70872 32 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244072 244136 64 0.0
.text 2180290 2180386 96 0.0
ota-provider-app debug (read only) 2390401 2390633 232 0.0
(read/write) 120904 120936 32 0.0
.bss 47936 47936 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64760 64792 32 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 216488 216552 64 0.0
.text 2005362 2005458 96 0.0
ota-requestor-app debug (read only) 2557217 2557449 232 0.0
(read/write) 129248 129280 32 0.0
.bss 50464 50464 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 70120 70152 32 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 223568 223632 64 0.0
.text 2156002 2156098 96 0.0
shell debug (read only) 2619377 2619609 232 0.0
(read/write) 142968 143000 32 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78040 78064 24 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239506 239570 64 0.0
.text 2220354 2220450 96 0.0
thermostat-no-ble arm64 (read only) 2387076 2387076 0 0.0
(read/write) 143665 143665 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145068 145068 0 0.0
.text 1998112 1998112 0 0.0
tv-app debug (read only) 3253985 3254217 232 0.0
(read/write) 262152 262152 0 0.0
.bss 170808 170808 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80384 80400 16 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268408 268472 64 0.0
.text 2791586 2791682 96 0.0
tv-casting-app debug (read only) 5588889 5589121 232 0.0
(read/write) 162080 162080 0 0.0
.bss 52120 52120 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101408 101424 16 0.0
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 355865 355929 64 0.0
.text 4956898 4956994 96 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2453760 2453760 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1416404 1416404 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190811 1190795 -16 -0.0
bss 145289 145289 0 0.0
rodata 144464 144464 0 0.0
text 819890 819886 -4 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360922 1360922 0 0.0
bss 105228 105228 0 0.0
rodata 211568 211568 0 0.0
text 759644 759644 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136455 1136455 0 0.0
bss 144524 144524 0 0.0
rodata 120780 120780 0 0.0
text 790058 790058 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841968 841968 0 0.0
(read/write) 1748508 1748508 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188712 188712 0 0.0
.comment 200 200 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 1235893 1235893 0 0.0
.debug_aranges 110752 110752 0 0.0
.debug_frame 371636 371636 0 0.0
.debug_info 27036434 27036433 -1 -0.0
.debug_line 3691218 3691218 0 0.0
.debug_loc 3616190 3616190 0 0.0
.debug_ranges 340824 340824 0 0.0
.debug_str 3444785 3444785 0 0.0
.heap 841968 841968 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 571547 571547 0 0.0
.symtab 422000 422000 0 0.0
.text 0 0 0 0.0
1548744 1548744 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1691028 1691028 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 200 200 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 1227784 1227784 0 0.0
.debug_aranges 110224 110224 0 0.0
.debug_frame 374692 374692 0 0.0
.debug_info 26773935 26773934 -1 -0.0
.debug_line 3712198 3712198 0 0.0
.debug_loc 3603796 3603796 0 0.0
.debug_ranges 339440 339440 0 0.0
.debug_str 3433797 3433797 0 0.0
.heap 842704 842704 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 535636 535636 0 0.0
.symtab 408432 408432 0 0.0
.text 1492000 1492000 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850888 850888 0 0.0
(read/write) 1609244 1609244 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180000 180000 0 0.0
.comment 200 200 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 1062307 1062307 0 0.0
.debug_aranges 102424 102424 0 0.0
.debug_frame 345028 345028 0 0.0
.debug_info 22239728 22239729 1 0.0
.debug_line 3281552 3281552 0 0.0
.debug_loc 3301716 3301716 0 0.0
.debug_ranges 304704 304704 0 0.0
.debug_str 3239383 3239383 0 0.0
.heap 850888 850888 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 471961 471961 0 0.0
.symtab 376800 376800 0 0.0
.text 1418400 1418400 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845896 845896 0 0.0
(read/write) 1642596 1642596 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184976 184976 0 0.0
.comment 200 200 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 1064298 1064298 0 0.0
.debug_aranges 102816 102816 0 0.0
.debug_frame 346848 346848 0 0.0
.debug_info 22459104 22459102 -2 -0.0
.debug_line 3276280 3276280 0 0.0
.debug_loc 3323104 3323104 0 0.0
.debug_ranges 306080 306080 0 0.0
.debug_str 3255275 3255275 0 0.0
.heap 845896 845896 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 473677 473677 0 0.0
.symtab 378416 378416 0 0.0
.text 1446760 1446760 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1150932 1150932 0 0.0
.bss 97628 97628 0 0.0
.data 840 840 0 0.0
.text 598032 598032 0 0.0
lock-app qpg6105+debug (read/write) 1116724 1116716 -8 -0.0
.bss 93100 93100 0 0.0
.data 836 836 0 0.0
.text 563820 563812 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 939076 939068 -8 -0.0
bss 81620 81620 0 0.0
noinit 43440 43440 0 0.0
text 650278 650274 -4 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 877036 877036 0 0.0
bss 80844 80844 0 0.0
noinit 43440 43440 0 0.0
text 614232 614232 0 0.0
light-switch-app tlsr9518adk80d (read/write) 792184 792192 8 0.0
bss 72468 72468 0 0.0
noinit 43520 43520 0 0.0
text 555364 555366 2 0.0
lighting-app tlsr9518adk80d (read/write) 876576 876576 0 0.0
bss 82232 82232 0 0.0
noinit 43520 43520 0 0.0
text 625618 625618 0 0.0
ota-requestor-app tlsr9518adk80d (read/write) 806552 806552 0 0.0
bss 74040 74040 0 0.0
noinit 43520 43520 0 0.0
text 566702 566704 2 0.0
thermostat tlsr9518adk80d (read/write) 793356 793364 8 0.0
bss 73852 73852 0 0.0
noinit 43480 43480 0 0.0
text 554338 554342 4 0.0

@bzbarsky-apple bzbarsky-apple reopened this Dec 1, 2022
@andy31415 andy31415 dismissed their stale review December 1, 2022 15:20

Summary was updated

@github-actions
Copy link

github-actions bot commented Dec 19, 2022

PR #23612: Size comparison from 04c20f6 to 325e166

Increases (4 builds for bl602, bl702, cc13x2_26x2, linux)
platform target config section 04c20f6 325e166 change % change
bl602 lighting-app bl602 .text 1039130 1039132 2 0.0
bl702 lighting-app bl702+rpc .debug_info 43479929 43479930 1 0.0
.text 1030802 1030804 2 0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 677391 677399 8 0.0
.text 599496 599504 8 0.0
linux chip-tool-ipv6only arm64 (read only) 10595628 10595948 320 0.0
(read/write) 695848 695864 16 0.0
.data.rel.ro 640296 640320 24 0.0
.rodata 535196 535244 48 0.0
.text 8412836 8413044 208 0.0
Decreases (11 builds for bl602, bl702, cc13x2_26x2, esp32, psoc6, qpg, telink)
platform target config section 04c20f6 325e166 change % change
bl602 lighting-app bl602+rpc .text 1070556 1070554 -2 -0.0
bl702 lighting-app bl702 .debug_info 39187510 39187509 -1 -0.0
.text 956822 956820 -2 -0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 171616 171608 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1219468 1219466 -2 -0.0
.flash.text 1219468 1219466 -2 -0.0
m5stack (read/write) 564187 564183 -4 -0.0
.flash.rodata 314180 314176 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27059810 27059809 -1 -0.0
lock cy8ckit_062s2_43012 .debug_info 22477607 22477606 -1 -0.0
qpg lock-app qpg6105+debug (read/write) 1117540 1117532 -8 -0.0
.text 564636 564628 -8 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 932288 932280 -8 -0.0
text 638034 638032 -2 -0.0
lighting-app tlsr9518adk80d (read/write) 1010256 1010248 -8 -0.0
text 703810 703806 -4 -0.0
thermostat tlsr9518adk80d text 638718 638716 -2 -0.0
Full report (42 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 04c20f6 325e166 change % change
bl602 lighting-app bl602 (read/write) 1356338 1356338 0 0.0
.bss 86977 86977 0 0.0
.data 9984 9984 0 0.0
.text 1039130 1039132 2 0.0
bl602+rpc (read/write) 1402122 1402122 0 0.0
.bss 95017 95017 0 0.0
.data 10384 10384 0 0.0
.text 1070556 1070554 -2 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196239 1196239 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67102 67102 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1529044 1529044 0 0.0
.debug_aranges 132568 132568 0 0.0
.debug_frame 486476 486476 0 0.0
.debug_info 39187510 39187509 -1 -0.0
.debug_line 5150394 5150394 0 0.0
.debug_loc 3381270 3381270 0 0.0
.debug_ranges 363816 363816 0 0.0
.debug_str 3483168 3483168 0 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 116352 116352 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569376 569376 0 0.0
.symtab 172144 172144 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956822 956820 -2 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284747 1284747 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75118 75118 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1676376 1676376 0 0.0
.debug_aranges 140688 140688 0 0.0
.debug_frame 513896 513896 0 0.0
.debug_info 43479929 43479930 1 0.0
.debug_line 5539843 5539843 0 0.0
.debug_loc 3575977 3575977 0 0.0
.debug_ranges 387352 387352 0 0.0
.debug_str 3885566 3885566 0 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 130112 130112 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629660 629660 0 0.0
.symtab 190320 190320 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030802 1030804 2 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679867 679867 0 0.0
(read/write) 171580 171580 0 0.0
.bss 81140 81140 0 0.0
.data 3380 3380 0 0.0
.rodata 89995 89995 0 0.0
.text 589560 589560 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644139 644139 0 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 79139 79139 0 0.0
.text 564680 564680 0 0.0
lock-ftd LP_CC2652R7 (read only) 677391 677399 8 0.0
(read/write) 171616 171608 -8 -0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 77415 77415 0 0.0
.text 599496 599504 8 0.0
lock-mtd LP_CC2652R7 (read only) 662203 662203 0 0.0
(read/write) 182068 182068 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 103507 103507 0 0.0
.text 558216 558216 0 0.0
pump-app LP_CC2652R7 (read only) 690439 690439 0 0.0
(read/write) 159304 159304 0 0.0
.bss 78756 78756 0 0.0
.data 3296 3296 0 0.0
.rodata 91031 91031 0 0.0
.text 598924 598924 0 0.0
pump-controller-app LP_CC2652R7 (read only) 674363 674363 0 0.0
(read/write) 175484 175484 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86587 86587 0 0.0
.text 587296 587296 0 0.0
shell LP_CC2652R7 (read only) 671090 671090 0 0.0
(read/write) 182684 182684 0 0.0
.bss 83468 83468 0 0.0
.data 3376 3376 0 0.0
.rodata 86738 86738 0 0.0
.text 584036 584036 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588482 588482 0 0.0
.app_xip_area 464828 464828 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592294 592294 0 0.0
.app_xip_area 463344 463344 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551862 551862 0 0.0
.app_xip_area 433704 433704 0 0.0
.bss 60656 60656 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+rpc (read/write) 976468 976468 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 822108 822108 0 0.0
BRD4161A+rs911x (read/write) 1038832 1038832 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 850152 850152 0 0.0
BRD4187C (read/write) 1149860 1149860 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 984180 984180 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069136 1069136 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 908908 908908 0 0.0
window-app BRD4187C (read/write) 1142504 1142504 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 975384 975384 0 0.0
esp32 all-clusters-app c3devkit (read only) 1219468 1219466 -2 -0.0
(read/write) 1790954 1790954 0 0.0
.dram0.bss 76912 76912 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248392 248392 0 0.0
.flash.text 1219468 1219466 -2 -0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233407 1233407 0 0.0
(read/write) 564187 564183 -4 -0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314180 314176 -4 -0.0
.flash.text 1228023 1228023 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662716 662716 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 564468 564468 0 0.0
light k32w0+release (read/write) 673400 673400 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 593788 593788 0 0.0
lock k32w0+release (read/write) 634228 634228 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 553836 553836 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10595628 10595948 320 0.0
(read/write) 695848 695864 16 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 640296 640320 24 0.0
.dynamic 560 560 0 0.0
.got 13824 13824 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 535196 535244 48 0.0
.text 8412836 8413044 208 0.0
thermostat-no-ble arm64 (read only) 2477724 2477724 0 0.0
(read/write) 144936 144936 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78560 78560 0 0.0
.dynamic 560 560 0 0.0
.got 5184 5184 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149560 149560 0 0.0
.text 2067776 2067776 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463832 2463832 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1426476 1426476 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190983 1190983 0 0.0
bss 145205 145205 0 0.0
rodata 144540 144540 0 0.0
text 820122 820122 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1361250 1361250 0 0.0
bss 105144 105144 0 0.0
rodata 211640 211640 0 0.0
text 759962 759962 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136647 1136647 0 0.0
bss 144440 144440 0 0.0
rodata 120860 120860 0 0.0
text 790290 790290 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842056 842056 0 0.0
(read/write) 1749588 1749588 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188624 188624 0 0.0
.comment 200 200 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 1238156 1238156 0 0.0
.debug_aranges 110768 110768 0 0.0
.debug_frame 371952 371952 0 0.0
.debug_info 27059810 27059809 -1 -0.0
.debug_line 3709695 3709695 0 0.0
.debug_loc 3624640 3624640 0 0.0
.debug_ranges 346584 346584 0 0.0
.debug_str 3453595 3453595 0 0.0
.heap 842056 842056 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 572204 572204 0 0.0
.symtab 422096 422096 0 0.0
.text 1549912 1549912 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1692116 1692116 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 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 1230047 1230047 0 0.0
.debug_aranges 110240 110240 0 0.0
.debug_frame 375008 375008 0 0.0
.debug_info 26796607 26796607 0 0.0
.debug_line 3728600 3728600 0 0.0
.debug_loc 3612246 3612246 0 0.0
.debug_ranges 345200 345200 0 0.0
.debug_str 3442607 3442607 0 0.0
.heap 842784 842784 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 536293 536293 0 0.0
.symtab 408528 408528 0 0.0
.text 1493168 1493168 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1610332 1610332 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 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 1064846 1064846 0 0.0
.debug_aranges 102440 102440 0 0.0
.debug_frame 345344 345344 0 0.0
.debug_info 22259221 22259221 0 0.0
.debug_line 3295709 3295709 0 0.0
.debug_loc 3310168 3310168 0 0.0
.debug_ranges 309336 309336 0 0.0
.debug_str 3248193 3248193 0 0.0
.heap 850976 850976 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 472618 472618 0 0.0
.symtab 376896 376896 0 0.0
.text 1419576 1419576 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1644268 1644268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 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 1066756 1066756 0 0.0
.debug_aranges 102824 102824 0 0.0
.debug_frame 347140 347140 0 0.0
.debug_info 22477607 22477606 -1 -0.0
.debug_line 3295603 3295603 0 0.0
.debug_loc 3331600 3331600 0 0.0
.debug_ranges 311192 311192 0 0.0
.debug_str 3264031 3264031 0 0.0
.heap 845984 845984 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 475335 475335 0 0.0
.symtab 378896 378896 0 0.0
.text 1448520 1448520 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151236 1151236 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 598336 598336 0 0.0
lock-app qpg6105+debug (read/write) 1117540 1117532 -8 -0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 564636 564628 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1071524 1071524 0 0.0
bss 98856 98856 0 0.0
text 726246 726246 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010824 1010824 0 0.0
bss 98080 98080 0 0.0
text 691406 691406 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932288 932280 -8 -0.0
bss 90320 90320 0 0.0
text 638034 638032 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010256 1010248 -8 -0.0
bss 98380 98380 0 0.0
text 703810 703806 -4 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945884 945884 0 0.0
bss 91276 91276 0 0.0
text 649288 649288 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935428 935428 0 0.0
bss 91712 91712 0 0.0
text 638718 638716 -2 -0.0

@github-actions
Copy link

github-actions bot commented Feb 6, 2023

PR #23612: Size comparison from 5c8ae45 to 0cf9022

Increases (6 builds for esp32, linux, nrfconnect, psoc6, telink)
platform target config section 5c8ae45 0cf9022 change % change
esp32 all-clusters-app c3devkit (read only) 1047340 1047344 4 0.0
(read/write) 1518738 1518746 8 0.0
.flash.rodata 220760 220768 8 0.0
.flash.text 1047340 1047344 4 0.0
linux chip-tool-ipv6only arm64 (read only) 11962356 11962676 320 0.0
(read/write) 727672 727688 16 0.0
.data.rel.ro 669944 669968 24 0.0
.rodata 582804 582852 48 0.0
.text 9650404 9650612 208 0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp (read/write) 1366652 1366668 16 0.0
text 764156 764160 4 0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 27080392 27080393 1 0.0
telink ota-requestor-app tlsr9518adk80d text 604746 604748 2 0.0
thermostat tlsr9518adk80d text 594952 594954 2 0.0
Decreases (4 builds for bl602, bl702, psoc6, telink)
platform target config section 5c8ae45 0cf9022 change % change
bl602 lighting-app bl602 .text 1023096 1023094 -2 -0.0
bl702 lighting-app bl702+rpc .debug_info 44608819 44608818 -1 -0.0
.text 1029156 1029154 -2 -0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 2272852 22728527 -1 -0.0
telink all-clusters-app tlsr9518adk80d text 686128 686126 -2 -0.0
Full report (42 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 5c8ae45 0cf9022 change % change
bl602 lighting-app bl602 (read/write) 1346094 1346094 0 0.0
.bss 94794 94794 0 0.0
.data 9736 9736 0 0.0
.text 1023096 1023094 -2 -0.0
bl602+rpc (read/write) 1391286 1391286 0 0.0
.bss 102842 102842 0 0.0
.data 10128 10128 0 0.0
.text 1053772 1053772 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1184091 1184091 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 69905 69905 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4056 4056 0 0.0
.debug_abbrev 1550392 1550392 0 0.0
.debug_aranges 134128 134128 0 0.0
.debug_frame 491212 491212 0 0.0
.debug_info 40212335 40212335 0 0.0
.debug_line 5267956 5267956 0 0.0
.debug_loc 3401541 3401541 0 0.0
.debug_ranges 371800 371800 0 0.0
.debug_str 3535643 3535643 0 0.0
.hbn 536 536 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 106864 106864 0 0.0
.rsvd 2960 2960 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 572228 572228 0 0.0
.symtab 173328 173328 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
952130 952130 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1276783 1276783 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 292 292 0 0.0
.bss 77953 77953 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4608 4608 0 0.0
.debug_abbrev 1698806 1698806 0 0.0
.debug_aranges 142352 142352 0 0.0
.debug_frame 518916 518916 0 0.0
.debug_info 44608819 44608818 -1 -0.0
.debug_line 5666424 5666424 0 0.0
.debug_loc 3597833 3597833 0 0.0
.debug_ranges 395504 395504 0 0.0
.debug_str 3938881 3938881 0 0.0
.hbn 536 536 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 121408 121408 0 0.0
.rsvd 2960 2960 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 632825 632825 0 0.0
.symtab 191680 191680 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1029156 1029154 -2 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 677351 677351 0 0.0
(read/write) 173832 173832 0 0.0
.bss 80876 80876 0 0.0
.data 3384 3384 0 0.0
.rodata 87527 87527 0 0.0
.text 589508 589508 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 641359 641359 0 0.0
(read/write) 157568 157568 0 0.0
.bss 80068 80068 0 0.0
.data 3384 3384 0 0.0
.rodata 77479 77479 0 0.0
.text 563560 563560 0 0.0
lock-ftd LP_CC2652R7 (read only) 674451 674451 0 0.0
(read/write) 174076 174076 0 0.0
.bss 78308 78308 0 0.0
.data 3312 3312 0 0.0
.rodata 76323 76323 0 0.0
.text 597648 597648 0 0.0
lock-mtd LP_CC2652R7 (read only) 660987 660987 0 0.0
(read/write) 182804 182804 0 0.0
.bss 73572 73572 0 0.0
.data 3312 3312 0 0.0
.rodata 102899 102899 0 0.0
.text 557608 557608 0 0.0
pump-app LP_CC2652R7 (read only) 687431 687431 0 0.0
(read/write) 161832 161832 0 0.0
.bss 78276 78276 0 0.0
.data 3276 3276 0 0.0
.rodata 90535 90535 0 0.0
.text 596416 596416 0 0.0
pump-controller-app LP_CC2652R7 (read only) 672839 672839 0 0.0
(read/write) 176536 176536 0 0.0
.bss 78388 78388 0 0.0
.data 3300 3300 0 0.0
.rodata 86615 86615 0 0.0
.text 585744 585744 0 0.0
shell LP_CC2652R7 (read only) 668598 668598 0 0.0
(read/write) 184656 184656 0 0.0
.bss 82948 82948 0 0.0
.data 3380 3380 0 0.0
.rodata 84262 84262 0 0.0
.text 584024 584024 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 584194 584194 0 0.0
.app_xip_area 461012 461012 0 0.0
.bss 65632 65632 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 588078 588078 0 0.0
.app_xip_area 459600 459600 0 0.0
.bss 70920 70920 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 549690 549690 0 0.0
.app_xip_area 431988 431988 0 0.0
.bss 60192 60192 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 1038144 1038144 0 0.0
.bss 181560 181560 0 0.0
.data 2044 2044 0 0.0
.text 854516 854516 0 0.0
BRD4187C (read/write) 1141368 1141368 0 0.0
.bss 133328 133328 0 0.0
.data 2544 2544 0 0.0
.text 980900 980900 0 0.0
lock-app BRD4161A+wf200 (read/write) 1065792 1065792 0 0.0
.bss 153088 153088 0 0.0
.data 2052 2052 0 0.0
.text 910632 910632 0 0.0
window-app BRD4187C (read/write) 1136276 1136276 0 0.0
.bss 134848 134848 0 0.0
.data 2572 2572 0 0.0
.text 974260 974260 0 0.0
esp32 all-clusters-app c3devkit (read only) 1047340 1047344 4 0.0
(read/write) 1518738 1518746 8 0.0
.dram0.bss 77960 77960 0 0.0
.dram0.data 13792 13792 0 0.0
.flash.rodata 220760 220768 8 0.0
.flash.text 1047340 1047344 4 0.0
.iram0.text 72896 72896 0 0.0
m5stack (read only) 1099799 1099799 0 0.0
(read/write) 500387 500387 0 0.0
.dram0.bss 83008 83008 0 0.0
.dram0.data 34080 34080 0 0.0
.flash.rodata 249528 249528 0 0.0
.flash.text 1094415 1094415 0 0.0
.iram0.text 124855 124855 0 0.0
k32w contact k32w0+release (read/write) 659768 659768 0 0.0
.bss 76560 76560 0 0.0
.data 2112 2112 0 0.0
.text 561984 561984 0 0.0
light k32w0+release (read/write) 671884 671884 0 0.0
.bss 74344 74344 0 0.0
.data 2064 2064 0 0.0
.text 592748 592748 0 0.0
lock k32w0+release (read/write) 631308 631308 0 0.0
.bss 75112 75112 0 0.0
.data 2084 2084 0 0.0
.text 551384 551384 0 0.0
linux chip-tool-ipv6only arm64 (read only) 11962356 11962676 320 0.0
(read/write) 727672 727688 16 0.0
.bss 34248 34248 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 669944 669968 24 0.0
.dynamic 560 560 0 0.0
.got 15264 15264 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 582804 582852 48 0.0
.text 9650404 9650612 208 0.0
thermostat-no-ble arm64 (read only) 2509052 2509052 0 0.0
(read/write) 144744 144744 0 0.0
.bss 56456 56456 0 0.0
.data 1824 1824 0 0.0
.data.rel.ro 77016 77016 0 0.0
.dynamic 560 560 0 0.0
.got 5408 5408 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 150984 150984 0 0.0
.text 2096096 2096096 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2464072 2464072 0 0.0
.bss 215892 215892 0 0.0
.data 5880 5880 0 0.0
.text 1426716 1426716 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1161400 1161400 0 0.0
bss 143531 143531 0 0.0
rodata 133556 133556 0 0.0
text 804428 804428 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366652 1366668 16 0.0
bss 105990 105990 0 0.0
rodata 210988 210988 0 0.0
text 764156 764160 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1107584 1107584 0 0.0
bss 142687 142687 0 0.0
rodata 110700 110700 0 0.0
text 774424 774424 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 840872 840872 0 0.0
(read/write) 1756516 1756516 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189800 189800 0 0.0
.comment 200 200 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 2672 2672 0 0.0
.debug_abbrev 1251930 1251930 0 0.0
.debug_aranges 111392 111392 0 0.0
.debug_frame 373948 373948 0 0.0
.debug_info 27524519 27524519 0 0.0
.debug_line 3781071 3781071 0 0.0
.debug_loc 3676049 3676049 0 0.0
.debug_ranges 362456 362456 0 0.0
.debug_str 3486476 3486476 0 0.0
.heap 840872 840872 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 578105 578105 0 0.0
.symtab 424864 424864 0 0.0
.text 0 0 0 0.0
1555656 1555656 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 841688 841688 0 0.0
(read/write) 1698276 1698276 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188992 188992 0 0.0
.comment 200 200 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 1237601 1237601 0 0.0
.debug_aranges 110656 110656 0 0.0
.debug_frame 376392 376392 0 0.0
.debug_info 27080392 27080393 1 0.0
.debug_line 3789417 3789417 0 0.0
.debug_loc 3659779 3659779 0 0.0
.debug_ranges 360424 360424 0 0.0
.debug_str 3472229 3472229 0 0.0
.heap 841688 841688 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 539313 539313 0 0.0
.symtab 410144 410144 0 0.0
.text 1498232 1498232 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850008 850008 0 0.0
(read/write) 1611724 1611724 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180872 180872 0 0.0
.comment 200 200 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 1071935 1071935 0 0.0
.debug_aranges 102864 102864 0 0.0
.debug_frame 346828 346828 0 0.0
.debug_info 22502922 22502922 0 0.0
.debug_line 3341713 3341713 0 0.0
.debug_loc 3337839 3337839 0 0.0
.debug_ranges 319600 319600 0 0.0
.debug_str 3275475 3275475 0 0.0
.heap 850008 850008 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 474518 474518 0 0.0
.symtab 377920 377920 0 0.0
.text 1420000 1420000 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845024 845024 0 0.0
(read/write) 1645940 1645940 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185848 185848 0 0.0
.comment 200 200 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 1073639 1073639 0 0.0
.debug_aranges 103304 103304 0 0.0
.debug_frame 348768 348768 0 0.0
.debug_info 2272852 22728527 -1 -0.0
.debug_line 3343626 3343626 0 0.0
.debug_loc 3360643 3360643 0 0.0
.debug_ranges 321512 321512 0 0.0
.debug_str 3292701 3292701 0 0.0
.heap 845024 845024 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 477894 477894 0 0.0
.symtab 380080 380080 0 0.0
.text 1449232 1449232 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1148212 1148212 0 0.0
.bss 99876 99876 0 0.0
.data 848 848 0 0.0
.text 595312 595312 0 0.0
lock-app qpg6105+debug (read/write) 1116204 1116204 0 0.0
.bss 96396 96396 0 0.0
.data 860 860 0 0.0
.text 563300 563300 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1016092 1016092 0 0.0
bss 97980 97980 0 0.0
text 686128 686126 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 952648 952648 0 0.0
bss 97028 97028 0 0.0
text 648424 648424 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 857980 857980 0 0.0
bss 89152 89152 0 0.0
text 579328 579328 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 873680 873680 0 0.0
bss 89240 89240 0 0.0
text 593378 593378 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 951004 951004 0 0.0
bss 97388 97388 0 0.0
text 658780 658780 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887848 887848 0 0.0
bss 90188 90188 0 0.0
text 604746 604748 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877888 877888 0 0.0
bss 90628 90628 0 0.0
text 594952 594954 2 0.0

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.

5 participants