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

[controller] Fix flake8 warnings #25311

Merged
merged 11 commits into from
Jul 5, 2023

Conversation

DamMicSzm
Copy link
Contributor

This pull request is a part of #25193 ( part fix python files in controller )

Problem

Python files need prevent things like syntax errors, typos, bad style, etc... it saves time for reviewing your code. Many python files needed bug fixes.

Changes

Fix all python files in controller where linter find problem. Adding controller to check with flake8.

Testing

CI will test and maybe some another manual testing

@github-actions
Copy link

github-actions bot commented Jun 26, 2023

PR #25311: Size comparison from 3b2f2d2 to 134362f

Increases (9 builds for bl702, cc32xx, psoc6, telink)
platform target config section 3b2f2d2 134362f change % change
bl702 lighting-app bl702 .debug_info 41655195 41655196 1 0.0
.text 946050 946052 2 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19961595 19961596 1 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29065123 29065124 1 0.0
lock cy8ckit_062s2_43012 .debug_info 22844716 22844717 1 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 667736 667738 2 0.0
contact-sensor-app tlsr9518adk80d text 586004 586006 2 0.0
pump-app tlsr9518adk80d text 591764 591766 2 0.0
pump-controller-app tlsr9518adk80d text 582106 582108 2 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 850408 850416 8 0.0
text 577736 577740 4 0.0
Decreases (8 builds for bl602, esp32, nrfconnect, telink)
platform target config section 3b2f2d2 134362f change % change
bl602 lighting-app bl602 .text 1050918 1050916 -2 -0.0
esp32 all-clusters-app c3devkit (read/write) 1585016 1585008 -8 -0.0
.flash.rodata 216320 216312 -8 -0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 807160 807156 -4 -0.0
telink light-switch-app tlsr9518adk80d text 600632 600630 -2 -0.0
lighting-app tlsr9518adk80d text 681724 681722 -2 -0.0
lighting-app-factory-data tlsr9518adk80d text 689246 689244 -2 -0.0
lighting-app-shell tlsr9518adk80d (read/write) 1069380 1069372 -8 -0.0
text 746762 746760 -2 -0.0
ota-requestor-app tlsr9518adk80d text 607850 607848 -2 -0.0
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 3b2f2d2 134362f change % change
bl602 lighting-app bl602 (read/write) 1366494 1366494 0 0.0
.bss 83942 83942 0 0.0
.data 9608 9608 0 0.0
.text 1050918 1050916 -2 -0.0
bl602+rpc (read/write) 1414178 1414178 0 0.0
.bss 91990 91990 0 0.0
.data 10008 10008 0 0.0
.text 1083056 1083056 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1175207 1175207 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77781 77781 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1545845 1545845 0 0.0
.debug_aranges 150160 150160 0 0.0
.debug_frame 552792 552792 0 0.0
.debug_info 41655195 41655196 1 0.0
.debug_line 5587812 5587812 0 0.0
.debug_loc 3806005 3806005 0 0.0
.debug_ranges 395520 395520 0 0.0
.debug_str 4360051 4360051 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105408 105408 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582415 582415 0 0.0
.symtab 174192 174192 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
946050 946052 2 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1273323 1273323 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85829 85829 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1711094 1711094 0 0.0
.debug_aranges 158632 158632 0 0.0
.debug_frame 581424 581424 0 0.0
.debug_info 46840092 46840092 0 0.0
.debug_line 6014120 6014120 0 0.0
.debug_loc 4011237 4011237 0 0.0
.debug_ranges 421192 421192 0 0.0
.debug_str 4788679 4788679 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120048 120048 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 644984 644984 0 0.0
.symtab 192992 192992 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1019934 1019934 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607482 607482 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948407 948407 0 0.0
.debug_aranges 119320 119320 0 0.0
.debug_frame 407580 407580 0 0.0
.debug_info 19961595 19961596 1 0.0
.debug_line 2877428 2877428 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1731901 1731901 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107815 107815 0 0.0
.debug_str 3801704 3801704 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104650 104650 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484980 484980 0 0.0
.symtab 288160 288160 0 0.0
.text 500712 500712 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545239 545239 0 0.0
.app_xip_area 437649 437649 0 0.0
.bss 62568 62568 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530287 530287 0 0.0
.app_xip_area 417777 417777 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 567983 567983 0 0.0
.app_xip_area 461537 461537 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 532087 532087 0 0.0
.app_xip_area 423073 423073 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 997752 997752 0 0.0
.bss 182064 182064 0 0.0
.data 2148 2148 0 0.0
.text 813516 813516 0 0.0
BRD4187C (read/write) 1026820 1026820 0 0.0
.bss 161788 161788 0 0.0
.data 2792 2792 0 0.0
.text 862220 862220 0 0.0
lock-app BRD4161A+wf200 (read/write) 1075920 1075920 0 0.0
.bss 176120 176120 0 0.0
.data 2152 2152 0 0.0
.text 897628 897628 0 0.0
window-app BRD4187C (read/write) 1097332 1097332 0 0.0
.bss 144740 144740 0 0.0
.data 2688 2688 0 0.0
.text 949884 949884 0 0.0
esp32 all-clusters-app c3devkit (read only) 1078002 1078002 0 0.0
(read/write) 1585016 1585008 -8 -0.0
.dram0.bss 75616 75616 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216320 216312 -8 -0.0
.flash.text 1078002 1078002 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125707 1125707 0 0.0
(read/write) 495454 495454 0 0.0
.dram0.bss 81088 81088 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244912 244912 0 0.0
.flash.text 1120323 1120323 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586116 586116 0 0.0
(read/write) 90104 90104 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585580 585580 0 0.0
light k32w0+release (read only) 584820 584820 0 0.0
(read/write) 89752 89752 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584284 584284 0 0.0
lock k32w0+release (read only) 557404 557404 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 556868 556868 0 0.0
linux all-clusters-app debug (read only) 3277501 3277501 0 0.0
(read/write) 159616 159616 0 0.0
.bss 59840 59840 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91112 91112 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231720 231720 0 0.0
.text 2853829 2853829 0 0.0
all-clusters-minimal-app debug (read only) 3055205 3055205 0 0.0
(read/write) 146568 146568 0 0.0
.bss 58240 58240 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79800 79800 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224200 224200 0 0.0
.text 2644149 2644149 0 0.0
bridge-app debug (read only) 2524189 2524189 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172712 172712 0 0.0
.text 2178341 2178341 0 0.0
chip-tool debug (read only) 18086761 18086761 0 0.0
(read/write) 841008 841008 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 735024 735024 0 0.0
.dynamic 624 624 0 0.0
.got 5848 5848 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 763881 763881 0 0.0
.text 15523699 15523699 0 0.0
chip-tool-ipv6only arm64 (read only) 17402304 17402304 0 0.0
(read/write) 908056 908056 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 771816 771816 0 0.0
.dynamic 560 560 0 0.0
.got 23376 23376 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 686984 686984 0 0.0
.text 14732116 14732116 0 0.0
lighting-app debug+rpc+ui (read only) 5207017 5207017 0 0.0
(read/write) 220744 220744 0 0.0
.bss 117312 117312 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 328852 328852 0 0.0
.text 4639059 4639059 0 0.0
lock-app debug (read only) 2616885 2616885 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200200 200200 0 0.0
.text 2251717 2251717 0 0.0
ota-provider-app debug (read only) 2213389 2213389 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153832 153832 0 0.0
.text 1917221 1917221 0 0.0
ota-requestor-app debug (read only) 2382373 2382373 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 157928 157928 0 0.0
.text 2073237 2073237 0 0.0
shell debug (read only) 2813257 2813257 0 0.0
(read/write) 148032 148032 0 0.0
.bss 58792 58792 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 82168 82168 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199922 199922 0 0.0
.text 2445410 2445410 0 0.0
thermostat-no-ble arm64 (read only) 2610140 2610140 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129648 129648 0 0.0
.text 2214676 2214676 0 0.0
tv-app debug (read only) 3319201 3319201 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222520 222520 0 0.0
.text 2899682 2899682 0 0.0
tv-casting-app debug (read only) 9263385 9263385 0 0.0
(read/write) 220752 220752 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 160336 160336 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 330524 330524 0 0.0
.text 8500850 8500850 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2499088 2499088 0 0.0
.bss 216312 216312 0 0.0
.data 5144 5144 0 0.0
.text 1461772 1461772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213484 1213484 0 0.0
bss 155045 155045 0 0.0
rodata 138144 138144 0 0.0
text 841152 841152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316260 1316260 0 0.0
bss 138371 138371 0 0.0
rodata 133432 133432 0 0.0
text 753748 753748 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151148 1151148 0 0.0
bss 153541 153541 0 0.0
rodata 111408 111408 0 0.0
text 807160 807156 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841680 841680 0 0.0
(read/write) 1732324 1732324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189092 189092 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1299084 1299084 0 0.0
.debug_aranges 149464 149464 0 0.0
.debug_frame 500556 500556 0 0.0
.debug_info 29065123 29065124 1 0.0
.debug_line 4043573 4043573 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2313296 2313296 0 0.0
.debug_rnglists 144788 144788 0 0.0
.debug_str 4373528 4373528 0 0.0
.heap 841680 841680 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 754286 754286 0 0.0
.symtab 480528 480528 0 0.0
.text 1532276 1532276 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843160 843160 0 0.0
(read/write) 1664172 1664172 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187620 187620 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1282129 1282129 0 0.0
.debug_aranges 148080 148080 0 0.0
.debug_frame 501108 501108 0 0.0
.debug_info 28365808 28365808 0 0.0
.debug_line 4039138 4039138 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2296586 2296586 0 0.0
.debug_rnglists 143136 143136 0 0.0
.debug_str 4353801 4353801 0 0.0
.heap 843160 843160 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703099 703099 0 0.0
.symtab 461632 461632 0 0.0
.text 1465604 1465604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849352 849352 0 0.0
(read/write) 1596980 1596980 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181596 181596 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118963 1118963 0 0.0
.debug_aranges 138440 138440 0 0.0
.debug_frame 465072 465072 0 0.0
.debug_info 23149657 23149657 0 0.0
.debug_line 3611182 3611182 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2137795 2137795 0 0.0
.debug_rnglists 133158 133158 0 0.0
.debug_str 4167820 4167820 0 0.0
.heap 849352 849352 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626743 626743 0 0.0
.symtab 427200 427200 0 0.0
.text 1404604 1404604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627700 1627700 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101242 1101242 0 0.0
.debug_aranges 136512 136512 0 0.0
.debug_frame 458276 458276 0 0.0
.debug_info 22844716 22844717 1 0.0
.debug_line 3545634 3545634 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2105683 2105683 0 0.0
.debug_rnglists 130652 130652 0 0.0
.debug_str 4122733 4122733 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596881 596881 0 0.0
.symtab 417408 417408 0 0.0
.text 1407932 1407932 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172376 1172376 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619216 619216 0 0.0
lock-app qpg6105+debug (read/write) 1129992 1129992 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576836 576836 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037852 1037852 0 0.0
bss 97960 97960 0 0.0
text 710454 710454 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964436 964436 0 0.0
bss 96340 96340 0 0.0
text 667736 667738 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929940 929940 0 0.0
bss 100312 100312 0 0.0
text 642834 642834 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861640 861640 0 0.0
bss 89972 89972 0 0.0
text 586004 586006 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877964 877964 0 0.0
bss 90140 90140 0 0.0
text 600632 600630 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968524 968524 0 0.0
bss 98712 98712 0 0.0
text 681724 681722 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 979904 979904 0 0.0
bss 102960 102960 0 0.0
text 689246 689244 -2 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038016 1038016 0 0.0
bss 100268 100268 0 0.0
text 726614 726614 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069380 1069372 -8 -0.0
bss 111352 111352 0 0.0
text 746762 746760 -2 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 916752 916752 0 0.0
bss 90636 90636 0 0.0
text 614672 614672 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884240 884240 0 0.0
bss 91248 91248 0 0.0
text 607850 607848 -2 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867240 867240 0 0.0
bss 90104 90104 0 0.0
text 591764 591766 2 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854260 854260 0 0.0
bss 89904 89904 0 0.0
text 582106 582108 2 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850408 850416 8 0.0
bss 89812 89812 0 0.0
text 577736 577740 4 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896328 896328 0 0.0
bss 90348 90348 0 0.0
text 617158 617158 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891708 891708 0 0.0
bss 90640 90640 0 0.0
text 612078 612078 0 0.0

@github-actions
Copy link

github-actions bot commented Jun 27, 2023

PR #25311: Size comparison from 2dd4fdb to d5b52b1

Increases (6 builds for qpg, telink)
platform target config section 2dd4fdb d5b52b1 change % change
qpg lighting-app qpg6105+debug (read/write) 1172384 1172392 8 0.0
.text 619224 619232 8 0.0
telink light-switch-app tlsr9518adk80d text 600630 600632 2 0.0
lighting-app-factory-data tlsr9518adk80d text 689242 689246 4 0.0
lock-app tlsr9518adk80d text 614672 614674 2 0.0
ota-requestor-app tlsr9518adk80d text 607848 607850 2 0.0
pump-app tlsr9518adk80d text 591762 591764 2 0.0
Decreases (17 builds for bl602, bl702, bl702l, cc32xx, nrfconnect, psoc6, qpg, telink)
platform target config section 2dd4fdb d5b52b1 change % change
bl602 lighting-app bl602+rpc .text 1083084 1083082 -2 -0.0
bl702 lighting-app bl702 .debug_info 41846368 41846367 -1 -0.0
.text 946092 946090 -2 -0.0
bl702+rpc (read/write) 1276791 1276787 -4 -0.0
.debug_info 4703200 47032008 -1 -0.0
.text 1019974 1019972 -2 -0.0
bl702l lighting-app bl702l (read/write) 1159064 1159060 -4 -0.0
.debug_info 41839713 41839711 -2 -0.0
.text 934658 934654 -4 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19961872 19961871 -1 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 753748 753744 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29064824 29064823 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28365542 28365541 -1 -0.0
light cy8ckit_062s2_43012 .debug_info 23149934 23149933 -1 -0.0
qpg lock-app qpg6105+debug (read/write) 1129992 1129984 -8 -0.0
.text 576836 576828 -8 -0.0
telink bridge-app tlsr9518adk80d text 642832 642830 -2 -0.0
contact-sensor-app tlsr9518adk80d text 586006 586002 -4 -0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1038016 1038008 -8 -0.0
text 726616 726612 -4 -0.0
pump-controller-app tlsr9518adk80d text 582110 582106 -4 -0.0
temperature-measurement-app tlsr9518adk80d text 577740 577738 -2 -0.0
thermostat tlsr9518adk80d text 617158 617156 -2 -0.0
window-covering tlsr9518adk80d text 612082 612080 -2 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 2dd4fdb d5b52b1 change % change
bl602 lighting-app bl602 (read/write) 1366790 1366790 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051198 1051198 0 0.0
bl602+rpc (read/write) 1414226 1414226 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083084 1083082 -2 -0.0
bl702 lighting-app bl702 (read/write) 1178675 1178675 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551862 1551862 0 0.0
.debug_aranges 150872 150872 0 0.0
.debug_frame 554688 554688 0 0.0
.debug_info 41846368 41846367 -1 -0.0
.debug_line 5603218 5603218 0 0.0
.debug_loc 3811406 3811406 0 0.0
.debug_ranges 396480 396480 0 0.0
.debug_str 4362795 4362795 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105416 105416 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582471 582471 0 0.0
.symtab 174272 174272 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
946092 946090 -2 -0.0
bl702+rpc (read/write) 1276791 1276787 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717058 1717058 0 0.0
.debug_aranges 159352 159352 0 0.0
.debug_frame 583352 583352 0 0.0
.debug_info 4703200 47032008 -1 -0.0
.debug_line 6029687 6029687 0 0.0
.debug_loc 4016747 4016747 0 0.0
.debug_ranges 422160 422160 0 0.0
.debug_str 4791533 4791533 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120056 120056 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645040 645040 0 0.0
.symtab 193072 193072 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1019974 1019972 -2 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159064 1159060 -4 -0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552765 1552765 0 0.0
.debug_aranges 145016 145016 0 0.0
.debug_frame 533320 533320 0 0.0
.debug_info 41839713 41839711 -2 -0.0
.debug_line 5509114 5509114 0 0.0
.debug_loc 3744061 3744061 0 0.0
.debug_ranges 401376 401376 0 0.0
.debug_str 4373489 4373489 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99364 99364 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582378 582378 0 0.0
.symtab 173600 173600 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934658 934654 -4 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607482 607482 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948407 948407 0 0.0
.debug_aranges 119328 119328 0 0.0
.debug_frame 407596 407596 0 0.0
.debug_info 19961872 19961871 -1 -0.0
.debug_line 2877432 2877432 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1731750 1731750 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107821 107821 0 0.0
.debug_str 3804170 3804170 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104650 104650 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484980 484980 0 0.0
.symtab 288160 288160 0 0.0
.text 500712 500712 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545239 545239 0 0.0
.app_xip_area 437649 437649 0 0.0
.bss 62568 62568 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530287 530287 0 0.0
.app_xip_area 417777 417777 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 567983 567983 0 0.0
.app_xip_area 461537 461537 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 532087 532087 0 0.0
.app_xip_area 423073 423073 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 997752 997752 0 0.0
.bss 182064 182064 0 0.0
.data 2148 2148 0 0.0
.text 813516 813516 0 0.0
BRD4187C (read/write) 1026820 1026820 0 0.0
.bss 161788 161788 0 0.0
.data 2792 2792 0 0.0
.text 862220 862220 0 0.0
lock-app BRD4161A+wf200 (read/write) 1075920 1075920 0 0.0
.bss 176120 176120 0 0.0
.data 2152 2152 0 0.0
.text 897628 897628 0 0.0
window-app BRD4187C (read/write) 1097332 1097332 0 0.0
.bss 144740 144740 0 0.0
.data 2688 2688 0 0.0
.text 949884 949884 0 0.0
esp32 all-clusters-app c3devkit (read only) 1078006 1078006 0 0.0
(read/write) 1585008 1585008 0 0.0
.dram0.bss 75616 75616 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216312 216312 0 0.0
.flash.text 1078006 1078006 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125703 1125703 0 0.0
(read/write) 495450 495450 0 0.0
.dram0.bss 81088 81088 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244908 244908 0 0.0
.flash.text 1120319 1120319 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586132 586132 0 0.0
(read/write) 90104 90104 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585596 585596 0 0.0
light k32w0+release (read only) 584820 584820 0 0.0
(read/write) 89752 89752 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584284 584284 0 0.0
lock k32w0+release (read only) 557404 557404 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 556868 556868 0 0.0
linux all-clusters-app debug (read only) 3277501 3277501 0 0.0
(read/write) 159616 159616 0 0.0
.bss 59840 59840 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91112 91112 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231720 231720 0 0.0
.text 2853829 2853829 0 0.0
all-clusters-minimal-app debug (read only) 3055205 3055205 0 0.0
(read/write) 146568 146568 0 0.0
.bss 58240 58240 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79800 79800 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224200 224200 0 0.0
.text 2644149 2644149 0 0.0
bridge-app debug (read only) 2524189 2524189 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172712 172712 0 0.0
.text 2178341 2178341 0 0.0
chip-tool debug (read only) 18112993 18112993 0 0.0
(read/write) 841616 841616 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 735632 735632 0 0.0
.dynamic 624 624 0 0.0
.got 5848 5848 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 763945 763945 0 0.0
.text 15548403 15548403 0 0.0
chip-tool-ipv6only arm64 (read only) 17429856 17429856 0 0.0
(read/write) 908696 908696 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 772416 772416 0 0.0
.dynamic 560 560 0 0.0
.got 23408 23408 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 687016 687016 0 0.0
.text 14758068 14758068 0 0.0
lighting-app debug+rpc+ui (read only) 5207017 5207017 0 0.0
(read/write) 220744 220744 0 0.0
.bss 117312 117312 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 328852 328852 0 0.0
.text 4639059 4639059 0 0.0
lock-app debug (read only) 2616885 2616885 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200200 200200 0 0.0
.text 2251717 2251717 0 0.0
ota-provider-app debug (read only) 2213389 2213389 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153832 153832 0 0.0
.text 1917221 1917221 0 0.0
ota-requestor-app debug (read only) 2382373 2382373 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 157928 157928 0 0.0
.text 2073237 2073237 0 0.0
shell debug (read only) 2813257 2813257 0 0.0
(read/write) 148032 148032 0 0.0
.bss 58792 58792 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 82168 82168 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199922 199922 0 0.0
.text 2445410 2445410 0 0.0
thermostat-no-ble arm64 (read only) 2610140 2610140 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129648 129648 0 0.0
.text 2214676 2214676 0 0.0
tv-app debug (read only) 3319201 3319201 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222520 222520 0 0.0
.text 2899682 2899682 0 0.0
tv-casting-app debug (read only) 9289697 9289697 0 0.0
(read/write) 221328 221328 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 160912 160912 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 330556 330556 0 0.0
.text 8525666 8525666 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2499088 2499088 0 0.0
.bss 216312 216312 0 0.0
.data 5144 5144 0 0.0
.text 1461772 1461772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213484 1213484 0 0.0
bss 155045 155045 0 0.0
rodata 138144 138144 0 0.0
text 841152 841152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316260 1316260 0 0.0
bss 138371 138371 0 0.0
rodata 133432 133432 0 0.0
text 753748 753744 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151148 1151148 0 0.0
bss 153541 153541 0 0.0
rodata 111408 111408 0 0.0
text 807160 807160 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841680 841680 0 0.0
(read/write) 1732324 1732324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189092 189092 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1299084 1299084 0 0.0
.debug_aranges 149472 149472 0 0.0
.debug_frame 500572 500572 0 0.0
.debug_info 29064824 29064823 -1 -0.0
.debug_line 4043578 4043578 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2313144 2313144 0 0.0
.debug_rnglists 144794 144794 0 0.0
.debug_str 4375994 4375994 0 0.0
.heap 841680 841680 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 754286 754286 0 0.0
.symtab 480528 480528 0 0.0
.text 1532276 1532276 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843160 843160 0 0.0
(read/write) 1664172 1664172 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187620 187620 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1282129 1282129 0 0.0
.debug_aranges 148088 148088 0 0.0
.debug_frame 501124 501124 0 0.0
.debug_info 28365542 28365541 -1 -0.0
.debug_line 4039143 4039143 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2296433 2296433 0 0.0
.debug_rnglists 143142 143142 0 0.0
.debug_str 4356267 4356267 0 0.0
.heap 843160 843160 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703099 703099 0 0.0
.symtab 461632 461632 0 0.0
.text 1465604 1465604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849352 849352 0 0.0
(read/write) 1596980 1596980 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181596 181596 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118963 1118963 0 0.0
.debug_aranges 138448 138448 0 0.0
.debug_frame 465088 465088 0 0.0
.debug_info 23149934 23149933 -1 -0.0
.debug_line 3611187 3611187 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2137642 2137642 0 0.0
.debug_rnglists 133164 133164 0 0.0
.debug_str 4170286 4170286 0 0.0
.heap 849352 849352 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626743 626743 0 0.0
.symtab 427200 427200 0 0.0
.text 1404604 1404604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627700 1627700 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101242 1101242 0 0.0
.debug_aranges 136520 136520 0 0.0
.debug_frame 458292 458292 0 0.0
.debug_info 22844960 22844960 0 0.0
.debug_line 3545639 3545639 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2105530 2105530 0 0.0
.debug_rnglists 130658 130658 0 0.0
.debug_str 4125199 4125199 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596881 596881 0 0.0
.symtab 417408 417408 0 0.0
.text 1407932 1407932 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172384 1172392 8 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619224 619232 8 0.0
lock-app qpg6105+debug (read/write) 1129992 1129984 -8 -0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576836 576828 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037852 1037852 0 0.0
bss 97960 97960 0 0.0
text 710454 710454 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964436 964436 0 0.0
bss 96340 96340 0 0.0
text 667736 667736 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929932 929932 0 0.0
bss 100312 100312 0 0.0
text 642832 642830 -2 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861640 861640 0 0.0
bss 89972 89972 0 0.0
text 586006 586002 -4 -0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877964 877964 0 0.0
bss 90140 90140 0 0.0
text 600630 600632 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968524 968524 0 0.0
bss 98712 98712 0 0.0
text 681724 681724 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 979904 979904 0 0.0
bss 102960 102960 0 0.0
text 689242 689246 4 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038016 1038008 -8 -0.0
bss 100268 100268 0 0.0
text 726616 726612 -4 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069380 1069380 0 0.0
bss 111352 111352 0 0.0
text 746764 746764 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 916752 916752 0 0.0
bss 90636 90636 0 0.0
text 614672 614674 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884240 884240 0 0.0
bss 91248 91248 0 0.0
text 607848 607850 2 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867240 867240 0 0.0
bss 90104 90104 0 0.0
text 591762 591764 2 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854260 854260 0 0.0
bss 89904 89904 0 0.0
text 582110 582106 -4 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850416 850416 0 0.0
bss 89812 89812 0 0.0
text 577740 577738 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896328 896328 0 0.0
bss 90348 90348 0 0.0
text 617158 617156 -2 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891708 891708 0 0.0
bss 90640 90640 0 0.0
text 612082 612080 -2 -0.0

@github-actions
Copy link

github-actions bot commented Jun 27, 2023

PR #25311: Size comparison from 2dd4fdb to 510a445

Increases (10 builds for bl702, esp32, psoc6, qpg, telink)
platform target config section 2dd4fdb 510a445 change % change
bl702 lighting-app bl702 (read/write) 1178675 1178679 4 0.0
.debug_info 41846368 41846369 1 0.0
.text 946092 946094 2 0.0
bl702+rpc .debug_info 4703200 47032010 1 0.0
.text 1019974 1019976 2 0.0
esp32 all-clusters-app c3devkit (read/write) 1585008 1585016 8 0.0
.flash.rodata 216312 216320 8 0.0
m5stack (read/write) 495450 495454 4 0.0
.flash.rodata 244908 244912 4 0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 22844960 22844962 2 0.0
qpg lighting-app qpg6105+debug (read/write) 1172384 1172392 8 0.0
.text 619224 619232 8 0.0
telink lighting-app tlsr9518adk80d (read/write) 968524 968532 8 0.0
text 681724 681726 2 0.0
lighting-app-factory-data tlsr9518adk80d text 689242 689244 2 0.0
pump-app tlsr9518adk80d text 591762 591764 2 0.0
thermostat tlsr9518adk80d text 617158 617160 2 0.0
Decreases (8 builds for esp32, psoc6, telink)
platform target config section 2dd4fdb 510a445 change % change
esp32 all-clusters-app c3devkit (read only) 1078006 1078002 -4 -0.0
.flash.text 1078006 1078002 -4 -0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28365542 28365541 -1 -0.0
light cy8ckit_062s2_43012 .debug_info 23149934 23149933 -1 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 877964 877956 -8 -0.0
text 600630 600628 -2 -0.0
lighting-app-shell tlsr9518adk80d (read/write) 1069380 1069372 -8 -0.0
text 746764 746760 -4 -0.0
lock-app tlsr9518adk80d text 614672 614670 -2 -0.0
pump-controller-app tlsr9518adk80d text 582110 582108 -2 -0.0
temperature-measurement-app tlsr9518adk80d text 577740 577738 -2 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 2dd4fdb 510a445 change % change
bl602 lighting-app bl602 (read/write) 1366790 1366790 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051198 1051198 0 0.0
bl602+rpc (read/write) 1414226 1414226 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083084 1083084 0 0.0
bl702 lighting-app bl702 (read/write) 1178675 1178679 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551862 1551862 0 0.0
.debug_aranges 150872 150872 0 0.0
.debug_frame 554688 554688 0 0.0
.debug_info 41846368 41846369 1 0.0
.debug_line 5603218 5603218 0 0.0
.debug_loc 3811406 3811406 0 0.0
.debug_ranges 396480 396480 0 0.0
.debug_str 4362795 4362795 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105416 105416 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582471 582471 0 0.0
.symtab 174272 174272 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
946092 946094 2 0.0
bl702+rpc (read/write) 1276791 1276791 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717058 1717058 0 0.0
.debug_aranges 159352 159352 0 0.0
.debug_frame 583352 583352 0 0.0
.debug_info 4703200 47032010 1 0.0
.debug_line 6029687 6029687 0 0.0
.debug_loc 4016747 4016747 0 0.0
.debug_ranges 422160 422160 0 0.0
.debug_str 4791533 4791533 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120056 120056 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645040 645040 0 0.0
.symtab 193072 193072 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1019974 1019976 2 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159064 1159064 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552765 1552765 0 0.0
.debug_aranges 145016 145016 0 0.0
.debug_frame 533320 533320 0 0.0
.debug_info 41839713 41839713 0 0.0
.debug_line 5509114 5509114 0 0.0
.debug_loc 3744061 3744061 0 0.0
.debug_ranges 401376 401376 0 0.0
.debug_str 4373489 4373489 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99364 99364 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582378 582378 0 0.0
.symtab 173600 173600 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934658 934658 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607482 607482 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948407 948407 0 0.0
.debug_aranges 119328 119328 0 0.0
.debug_frame 407596 407596 0 0.0
.debug_info 19961872 19961872 0 0.0
.debug_line 2877432 2877432 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1731750 1731750 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107821 107821 0 0.0
.debug_str 3804170 3804170 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104650 104650 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484980 484980 0 0.0
.symtab 288160 288160 0 0.0
.text 500712 500712 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545239 545239 0 0.0
.app_xip_area 437649 437649 0 0.0
.bss 62568 62568 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530287 530287 0 0.0
.app_xip_area 417777 417777 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 567983 567983 0 0.0
.app_xip_area 461537 461537 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 532087 532087 0 0.0
.app_xip_area 423073 423073 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 997752 997752 0 0.0
.bss 182064 182064 0 0.0
.data 2148 2148 0 0.0
.text 813516 813516 0 0.0
BRD4187C (read/write) 1026820 1026820 0 0.0
.bss 161788 161788 0 0.0
.data 2792 2792 0 0.0
.text 862220 862220 0 0.0
lock-app BRD4161A+wf200 (read/write) 1075920 1075920 0 0.0
.bss 176120 176120 0 0.0
.data 2152 2152 0 0.0
.text 897628 897628 0 0.0
window-app BRD4187C (read/write) 1097332 1097332 0 0.0
.bss 144740 144740 0 0.0
.data 2688 2688 0 0.0
.text 949884 949884 0 0.0
esp32 all-clusters-app c3devkit (read only) 1078006 1078002 -4 -0.0
(read/write) 1585008 1585016 8 0.0
.dram0.bss 75616 75616 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216312 216320 8 0.0
.flash.text 1078006 1078002 -4 -0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125703 1125703 0 0.0
(read/write) 495450 495454 4 0.0
.dram0.bss 81088 81088 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244908 244912 4 0.0
.flash.text 1120319 1120319 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586132 586132 0 0.0
(read/write) 90104 90104 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585596 585596 0 0.0
light k32w0+release (read only) 584820 584820 0 0.0
(read/write) 89752 89752 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584284 584284 0 0.0
lock k32w0+release (read only) 557404 557404 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 556868 556868 0 0.0
linux all-clusters-app debug (read only) 3277501 3277501 0 0.0
(read/write) 159616 159616 0 0.0
.bss 59840 59840 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91112 91112 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231720 231720 0 0.0
.text 2853829 2853829 0 0.0
all-clusters-minimal-app debug (read only) 3055205 3055205 0 0.0
(read/write) 146568 146568 0 0.0
.bss 58240 58240 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79800 79800 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224200 224200 0 0.0
.text 2644149 2644149 0 0.0
bridge-app debug (read only) 2524189 2524189 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172712 172712 0 0.0
.text 2178341 2178341 0 0.0
chip-tool debug (read only) 18112993 18112993 0 0.0
(read/write) 841616 841616 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 735632 735632 0 0.0
.dynamic 624 624 0 0.0
.got 5848 5848 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 763945 763945 0 0.0
.text 15548403 15548403 0 0.0
chip-tool-ipv6only arm64 (read only) 17429856 17429856 0 0.0
(read/write) 908696 908696 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 772416 772416 0 0.0
.dynamic 560 560 0 0.0
.got 23408 23408 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 687016 687016 0 0.0
.text 14758068 14758068 0 0.0
lighting-app debug+rpc+ui (read only) 5207017 5207017 0 0.0
(read/write) 220744 220744 0 0.0
.bss 117312 117312 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 328852 328852 0 0.0
.text 4639059 4639059 0 0.0
lock-app debug (read only) 2616885 2616885 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200200 200200 0 0.0
.text 2251717 2251717 0 0.0
ota-provider-app debug (read only) 2213389 2213389 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153832 153832 0 0.0
.text 1917221 1917221 0 0.0
ota-requestor-app debug (read only) 2382373 2382373 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 157928 157928 0 0.0
.text 2073237 2073237 0 0.0
shell debug (read only) 2813257 2813257 0 0.0
(read/write) 148032 148032 0 0.0
.bss 58792 58792 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 82168 82168 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199922 199922 0 0.0
.text 2445410 2445410 0 0.0
thermostat-no-ble arm64 (read only) 2610140 2610140 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129648 129648 0 0.0
.text 2214676 2214676 0 0.0
tv-app debug (read only) 3319201 3319201 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222520 222520 0 0.0
.text 2899682 2899682 0 0.0
tv-casting-app debug (read only) 9289697 9289697 0 0.0
(read/write) 221328 221328 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 160912 160912 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 330556 330556 0 0.0
.text 8525666 8525666 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2499088 2499088 0 0.0
.bss 216312 216312 0 0.0
.data 5144 5144 0 0.0
.text 1461772 1461772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213484 1213484 0 0.0
bss 155045 155045 0 0.0
rodata 138144 138144 0 0.0
text 841152 841152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316260 1316260 0 0.0
bss 138371 138371 0 0.0
rodata 133432 133432 0 0.0
text 753748 753748 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151148 1151148 0 0.0
bss 153541 153541 0 0.0
rodata 111408 111408 0 0.0
text 807160 807160 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841680 841680 0 0.0
(read/write) 1732324 1732324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189092 189092 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1299084 1299084 0 0.0
.debug_aranges 149472 149472 0 0.0
.debug_frame 500572 500572 0 0.0
.debug_info 29064824 29064824 0 0.0
.debug_line 4043578 4043578 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2313144 2313144 0 0.0
.debug_rnglists 144794 144794 0 0.0
.debug_str 4375994 4375994 0 0.0
.heap 841680 841680 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 754286 754286 0 0.0
.symtab 480528 480528 0 0.0
.text 1532276 1532276 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843160 843160 0 0.0
(read/write) 1664172 1664172 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187620 187620 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1282129 1282129 0 0.0
.debug_aranges 148088 148088 0 0.0
.debug_frame 501124 501124 0 0.0
.debug_info 28365542 28365541 -1 -0.0
.debug_line 4039143 4039143 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2296433 2296433 0 0.0
.debug_rnglists 143142 143142 0 0.0
.debug_str 4356267 4356267 0 0.0
.heap 843160 843160 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703099 703099 0 0.0
.symtab 461632 461632 0 0.0
.text 1465604 1465604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849352 849352 0 0.0
(read/write) 1596980 1596980 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181596 181596 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118963 1118963 0 0.0
.debug_aranges 138448 138448 0 0.0
.debug_frame 465088 465088 0 0.0
.debug_info 23149934 23149933 -1 -0.0
.debug_line 3611187 3611187 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2137642 2137642 0 0.0
.debug_rnglists 133164 133164 0 0.0
.debug_str 4170286 4170286 0 0.0
.heap 849352 849352 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626743 626743 0 0.0
.symtab 427200 427200 0 0.0
.text 1404604 1404604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627700 1627700 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101242 1101242 0 0.0
.debug_aranges 136520 136520 0 0.0
.debug_frame 458292 458292 0 0.0
.debug_info 22844960 22844962 2 0.0
.debug_line 3545639 3545639 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2105530 2105530 0 0.0
.debug_rnglists 130658 130658 0 0.0
.debug_str 4125199 4125199 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596881 596881 0 0.0
.symtab 417408 417408 0 0.0
.text 1407932 1407932 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172384 1172392 8 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619224 619232 8 0.0
lock-app qpg6105+debug (read/write) 1129992 1129992 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576836 576836 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037852 1037852 0 0.0
bss 97960 97960 0 0.0
text 710454 710454 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964436 964436 0 0.0
bss 96340 96340 0 0.0
text 667736 667736 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929932 929932 0 0.0
bss 100312 100312 0 0.0
text 642832 642832 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861640 861640 0 0.0
bss 89972 89972 0 0.0
text 586006 586006 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877964 877956 -8 -0.0
bss 90140 90140 0 0.0
text 600630 600628 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968524 968532 8 0.0
bss 98712 98712 0 0.0
text 681724 681726 2 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 979904 979904 0 0.0
bss 102960 102960 0 0.0
text 689242 689244 2 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038016 1038016 0 0.0
bss 100268 100268 0 0.0
text 726616 726616 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069380 1069372 -8 -0.0
bss 111352 111352 0 0.0
text 746764 746760 -4 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 916752 916752 0 0.0
bss 90636 90636 0 0.0
text 614672 614670 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884240 884240 0 0.0
bss 91248 91248 0 0.0
text 607848 607848 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867240 867240 0 0.0
bss 90104 90104 0 0.0
text 591762 591764 2 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854260 854260 0 0.0
bss 89904 89904 0 0.0
text 582110 582108 -2 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850416 850416 0 0.0
bss 89812 89812 0 0.0
text 577740 577738 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896328 896328 0 0.0
bss 90348 90348 0 0.0
text 617158 617160 2 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891708 891708 0 0.0
bss 90640 90640 0 0.0
text 612082 612082 0 0.0

@github-actions
Copy link

github-actions bot commented Jun 28, 2023

PR #25311: Size comparison from 23a0064 to 2fb0fd7

Increases (13 builds for bl702, bl702l, psoc6, telink)
platform target config section 23a0064 2fb0fd7 change % change
bl702 lighting-app bl702 (read/write) 1178675 1178679 4 0.0
.debug_info 41846367 41846369 2 0.0
.text 946090 946094 4 0.0
bl702+rpc .debug_info 4703200 47032010 1 0.0
.text 1019974 1019976 2 0.0
bl702l lighting-app bl702l (read/write) 1159060 1159064 4 0.0
.debug_info 41839711 41839713 2 0.0
.text 934654 934658 4 0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28365540 28365542 2 0.0
telink all-clusters-app tlsr9518adk80d text 710452 710454 2 0.0
all-clusters-minimal-app tlsr9518adk80d text 667734 667736 2 0.0
bridge-app tlsr9518adk80d (read/write) 929932 929940 8 0.0
text 642832 642834 2 0.0
contact-sensor-app tlsr9518adk80d text 586004 586006 2 0.0
lighting-app tlsr9518adk80d (read/write) 968524 968532 8 0.0
text 681722 681726 4 0.0
lighting-app-rpc tlsr9518adk80d text 726614 726616 2 0.0
pump-controller-app tlsr9518adk80d text 582108 582110 2 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 850408 850416 8 0.0
text 577736 577740 4 0.0
thermostat tlsr9518adk80d text 617158 617160 2 0.0
Decreases (8 builds for esp32, nrfconnect, psoc6, telink)
platform target config section 23a0064 2fb0fd7 change % change
esp32 all-clusters-app c3devkit (read only) 1078006 1078004 -2 -0.0
.flash.text 1078006 1078004 -2 -0.0
m5stack (read/write) 495454 495450 -4 -0.0
.flash.rodata 244912 244908 -4 -0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 807160 807156 -4 -0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 22844961 22844960 -1 -0.0
telink light-switch-app tlsr9518adk80d (read/write) 877964 877956 -8 -0.0
text 600632 600628 -4 -0.0
lighting-app-factory-data tlsr9518adk80d text 689246 689244 -2 -0.0
lock-app tlsr9518adk80d text 614674 614672 -2 -0.0
pump-app tlsr9518adk80d text 591764 591762 -2 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 23a0064 2fb0fd7 change % change
bl602 lighting-app bl602 (read/write) 1366790 1366790 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051200 1051200 0 0.0
bl602+rpc (read/write) 1414226 1414226 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083084 1083084 0 0.0
bl702 lighting-app bl702 (read/write) 1178675 1178679 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551862 1551862 0 0.0
.debug_aranges 150872 150872 0 0.0
.debug_frame 554688 554688 0 0.0
.debug_info 41846367 41846369 2 0.0
.debug_line 5603218 5603218 0 0.0
.debug_loc 3811406 3811406 0 0.0
.debug_ranges 396480 396480 0 0.0
.debug_str 4362795 4362795 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105416 105416 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582471 582471 0 0.0
.symtab 174272 174272 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
946090 946094 4 0.0
bl702+rpc (read/write) 1276791 1276791 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717058 1717058 0 0.0
.debug_aranges 159352 159352 0 0.0
.debug_frame 583352 583352 0 0.0
.debug_info 4703200 47032010 1 0.0
.debug_line 6029687 6029687 0 0.0
.debug_loc 4016747 4016747 0 0.0
.debug_ranges 422160 422160 0 0.0
.debug_str 4791533 4791533 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120056 120056 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645040 645040 0 0.0
.symtab 193072 193072 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1019974 1019976 2 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159060 1159064 4 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552765 1552765 0 0.0
.debug_aranges 145016 145016 0 0.0
.debug_frame 533320 533320 0 0.0
.debug_info 41839711 41839713 2 0.0
.debug_line 5509114 5509114 0 0.0
.debug_loc 3744061 3744061 0 0.0
.debug_ranges 401376 401376 0 0.0
.debug_str 4373489 4373489 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99364 99364 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582378 582378 0 0.0
.symtab 173600 173600 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934654 934658 4 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607482 607482 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948407 948407 0 0.0
.debug_aranges 119328 119328 0 0.0
.debug_frame 407596 407596 0 0.0
.debug_info 19961872 19961872 0 0.0
.debug_line 2877432 2877432 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1731750 1731750 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107821 107821 0 0.0
.debug_str 3804170 3804170 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104650 104650 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484980 484980 0 0.0
.symtab 288160 288160 0 0.0
.text 500712 500712 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545239 545239 0 0.0
.app_xip_area 437649 437649 0 0.0
.bss 62568 62568 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530287 530287 0 0.0
.app_xip_area 417777 417777 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 567983 567983 0 0.0
.app_xip_area 461537 461537 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 532087 532087 0 0.0
.app_xip_area 423073 423073 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 997752 997752 0 0.0
.bss 182064 182064 0 0.0
.data 2148 2148 0 0.0
.text 813516 813516 0 0.0
BRD4187C (read/write) 1026820 1026820 0 0.0
.bss 161788 161788 0 0.0
.data 2792 2792 0 0.0
.text 862220 862220 0 0.0
lock-app BRD4161A+wf200 (read/write) 1075920 1075920 0 0.0
.bss 176120 176120 0 0.0
.data 2152 2152 0 0.0
.text 897628 897628 0 0.0
window-app BRD4187C (read/write) 1097332 1097332 0 0.0
.bss 144740 144740 0 0.0
.data 2688 2688 0 0.0
.text 949884 949884 0 0.0
esp32 all-clusters-app c3devkit (read only) 1078006 1078004 -2 -0.0
(read/write) 1585016 1585016 0 0.0
.dram0.bss 75616 75616 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216320 216320 0 0.0
.flash.text 1078006 1078004 -2 -0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125703 1125703 0 0.0
(read/write) 495454 495450 -4 -0.0
.dram0.bss 81088 81088 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244912 244908 -4 -0.0
.flash.text 1120319 1120319 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586132 586132 0 0.0
(read/write) 90104 90104 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585596 585596 0 0.0
light k32w0+release (read only) 584820 584820 0 0.0
(read/write) 89752 89752 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584284 584284 0 0.0
lock k32w0+release (read only) 557404 557404 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 556868 556868 0 0.0
linux all-clusters-app debug (read only) 3277501 3277501 0 0.0
(read/write) 159616 159616 0 0.0
.bss 59840 59840 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91112 91112 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231720 231720 0 0.0
.text 2853829 2853829 0 0.0
all-clusters-minimal-app debug (read only) 3055205 3055205 0 0.0
(read/write) 146568 146568 0 0.0
.bss 58240 58240 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79800 79800 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224200 224200 0 0.0
.text 2644149 2644149 0 0.0
bridge-app debug (read only) 2524189 2524189 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172712 172712 0 0.0
.text 2178341 2178341 0 0.0
chip-tool debug (read only) 18112993 18112993 0 0.0
(read/write) 841616 841616 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 735632 735632 0 0.0
.dynamic 624 624 0 0.0
.got 5848 5848 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 763945 763945 0 0.0
.text 15548403 15548403 0 0.0
chip-tool-ipv6only arm64 (read only) 17429856 17429856 0 0.0
(read/write) 908696 908696 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 772416 772416 0 0.0
.dynamic 560 560 0 0.0
.got 23408 23408 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 687016 687016 0 0.0
.text 14758068 14758068 0 0.0
lighting-app debug+rpc+ui (read only) 5207017 5207017 0 0.0
(read/write) 220744 220744 0 0.0
.bss 117312 117312 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 328852 328852 0 0.0
.text 4639059 4639059 0 0.0
lock-app debug (read only) 2616885 2616885 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200200 200200 0 0.0
.text 2251717 2251717 0 0.0
ota-provider-app debug (read only) 2213389 2213389 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153832 153832 0 0.0
.text 1917221 1917221 0 0.0
ota-requestor-app debug (read only) 2382373 2382373 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 157928 157928 0 0.0
.text 2073237 2073237 0 0.0
shell debug (read only) 2813257 2813257 0 0.0
(read/write) 148032 148032 0 0.0
.bss 58792 58792 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 82168 82168 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199922 199922 0 0.0
.text 2445410 2445410 0 0.0
thermostat-no-ble arm64 (read only) 2610140 2610140 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129648 129648 0 0.0
.text 2214676 2214676 0 0.0
tv-app debug (read only) 3319201 3319201 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222520 222520 0 0.0
.text 2899682 2899682 0 0.0
tv-casting-app debug (read only) 9289697 9289697 0 0.0
(read/write) 221328 221328 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 160912 160912 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 330556 330556 0 0.0
.text 8525666 8525666 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515040 2515040 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1477724 1477724 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213484 1213484 0 0.0
bss 155045 155045 0 0.0
rodata 138144 138144 0 0.0
text 841152 841152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316260 1316260 0 0.0
bss 138371 138371 0 0.0
rodata 133432 133432 0 0.0
text 753748 753748 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151148 1151148 0 0.0
bss 153541 153541 0 0.0
rodata 111408 111408 0 0.0
text 807160 807156 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841680 841680 0 0.0
(read/write) 1732324 1732324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189092 189092 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1299084 1299084 0 0.0
.debug_aranges 149472 149472 0 0.0
.debug_frame 500572 500572 0 0.0
.debug_info 29064824 29064824 0 0.0
.debug_line 4043578 4043578 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2313144 2313144 0 0.0
.debug_rnglists 144794 144794 0 0.0
.debug_str 4375994 4375994 0 0.0
.heap 841680 841680 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 754286 754286 0 0.0
.symtab 480528 480528 0 0.0
.text 1532276 1532276 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843160 843160 0 0.0
(read/write) 1664172 1664172 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187620 187620 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1282129 1282129 0 0.0
.debug_aranges 148088 148088 0 0.0
.debug_frame 501124 501124 0 0.0
.debug_info 28365540 28365542 2 0.0
.debug_line 4039143 4039143 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2296433 2296433 0 0.0
.debug_rnglists 143142 143142 0 0.0
.debug_str 4356267 4356267 0 0.0
.heap 843160 843160 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703099 703099 0 0.0
.symtab 461632 461632 0 0.0
.text 1465604 1465604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849352 849352 0 0.0
(read/write) 1596980 1596980 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181596 181596 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118963 1118963 0 0.0
.debug_aranges 138448 138448 0 0.0
.debug_frame 465088 465088 0 0.0
.debug_info 23149934 23149934 0 0.0
.debug_line 3611187 3611187 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2137642 2137642 0 0.0
.debug_rnglists 133164 133164 0 0.0
.debug_str 4170286 4170286 0 0.0
.heap 849352 849352 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626743 626743 0 0.0
.symtab 427200 427200 0 0.0
.text 1404604 1404604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627700 1627700 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101242 1101242 0 0.0
.debug_aranges 136520 136520 0 0.0
.debug_frame 458292 458292 0 0.0
.debug_info 22844961 22844960 -1 -0.0
.debug_line 3545639 3545639 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2105530 2105530 0 0.0
.debug_rnglists 130658 130658 0 0.0
.debug_str 4125199 4125199 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596881 596881 0 0.0
.symtab 417408 417408 0 0.0
.text 1407932 1407932 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172392 1172392 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619232 619232 0 0.0
lock-app qpg6105+debug (read/write) 1129992 1129992 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576836 576836 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037852 1037852 0 0.0
bss 97960 97960 0 0.0
text 710452 710454 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964436 964436 0 0.0
bss 96340 96340 0 0.0
text 667734 667736 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929932 929940 8 0.0
bss 100312 100312 0 0.0
text 642832 642834 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861640 861640 0 0.0
bss 89972 89972 0 0.0
text 586004 586006 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877964 877956 -8 -0.0
bss 90140 90140 0 0.0
text 600632 600628 -4 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968524 968532 8 0.0
bss 98712 98712 0 0.0
text 681722 681726 4 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 979904 979904 0 0.0
bss 102960 102960 0 0.0
text 689246 689244 -2 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038016 1038016 0 0.0
bss 100268 100268 0 0.0
text 726614 726616 2 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069380 1069380 0 0.0
bss 111352 111352 0 0.0
text 746762 746762 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 916752 916752 0 0.0
bss 90636 90636 0 0.0
text 614674 614672 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884240 884240 0 0.0
bss 91248 91248 0 0.0
text 607846 607846 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867240 867240 0 0.0
bss 90104 90104 0 0.0
text 591764 591762 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854260 854260 0 0.0
bss 89904 89904 0 0.0
text 582108 582110 2 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850408 850416 8 0.0
bss 89812 89812 0 0.0
text 577736 577740 4 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896328 896328 0 0.0
bss 90348 90348 0 0.0
text 617158 617160 2 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891708 891708 0 0.0
bss 90640 90640 0 0.0
text 612080 612080 0 0.0

Copy link
Contributor

@arkq arkq left a comment

Choose a reason for hiding this comment

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

Generally OK, but please consider some fixes for my comments.

src/controller/python/chip/yaml/runner.py Outdated Show resolved Hide resolved
src/pybindings/pycontroller/pychip/__init__.py Outdated Show resolved Hide resolved
src/controller/python/chip/ChipDeviceCtrl.py Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Jun 30, 2023

PR #25311: Size comparison from 8291037 to 104d6f2

Increases (1 build for qpg)
platform target config section 8291037 104d6f2 change % change
qpg lock-app qpg6105+debug (read/write) 1129992 1130000 8 0.0
.text 576836 576844 8 0.0
Decreases (3 builds for bl602, bl702, cc32xx)
platform target config section 8291037 104d6f2 change % change
bl602 lighting-app bl602 .text 1051206 1051204 -2 -0.0
bl702 lighting-app bl702+rpc .debug_info 47037491 47037490 -1 -0.0
.text 1019980 1019978 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19968925 19968923 -2 -0.0
Full report (14 builds for bl602, bl702, bl702l, cc32xx, linux, mbed, nrfconnect, qpg)
platform target config section 8291037 104d6f2 change % change
bl602 lighting-app bl602 (read/write) 1366798 1366798 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051206 1051204 -2 -0.0
bl602+rpc (read/write) 1414226 1414226 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083088 1083088 0 0.0
bl702 lighting-app bl702 (read/write) 1178683 1178683 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551862 1551862 0 0.0
.debug_aranges 150888 150888 0 0.0
.debug_frame 554752 554752 0 0.0
.debug_info 41851850 41851850 0 0.0
.debug_line 5603413 5603413 0 0.0
.debug_loc 3811619 3811619 0 0.0
.debug_ranges 396496 396496 0 0.0
.debug_str 4371307 4371307 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105416 105416 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582471 582471 0 0.0
.symtab 174272 174272 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
946098 946098 0 0.0
bl702+rpc (read/write) 1276795 1276795 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717058 1717058 0 0.0
.debug_aranges 159368 159368 0 0.0
.debug_frame 583416 583416 0 0.0
.debug_info 47037491 47037490 -1 -0.0
.debug_line 6029882 6029882 0 0.0
.debug_loc 4016974 4016974 0 0.0
.debug_ranges 422176 422176 0 0.0
.debug_str 4800045 4800045 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120056 120056 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645040 645040 0 0.0
.symtab 193072 193072 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1019980 1019978 -2 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159064 1159064 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552765 1552765 0 0.0
.debug_aranges 145032 145032 0 0.0
.debug_frame 533384 533384 0 0.0
.debug_info 4184519 4184519 0 0.0
.debug_line 5509309 5509309 0 0.0
.debug_loc 3744303 3744303 0 0.0
.debug_ranges 401392 401392 0 0.0
.debug_str 4382001 4382001 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99364 99364 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582378 582378 0 0.0
.symtab 173600 173600 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934660 934660 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607490 607490 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948407 948407 0 0.0
.debug_aranges 119360 119360 0 0.0
.debug_frame 407708 407708 0 0.0
.debug_info 19968925 19968923 -2 -0.0
.debug_line 2877923 2877923 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1732078 1732078 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107845 107845 0 0.0
.debug_str 3812682 3812682 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104650 104650 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484980 484980 0 0.0
.symtab 288160 288160 0 0.0
.text 500720 500720 0 0.0
linux chip-tool-ipv6only arm64 (read only) 17453808 17453808 0 0.0
(read/write) 909080 909080 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 772784 772784 0 0.0
.dynamic 560 560 0 0.0
.got 23424 23424 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 686824 686824 0 0.0
.text 14781252 14781252 0 0.0
thermostat-no-ble arm64 (read only) 2610188 2610188 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129648 129648 0 0.0
.text 2214724 2214724 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515040 2515040 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1477724 1477724 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213404 1213404 0 0.0
bss 154985 154985 0 0.0
rodata 138144 138144 0 0.0
text 841204 841204 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316244 1316244 0 0.0
bss 138311 138311 0 0.0
rodata 133432 133432 0 0.0
text 753796 753796 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151196 1151196 0 0.0
bss 153481 153481 0 0.0
rodata 111408 111408 0 0.0
text 807212 807212 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172400 1172400 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619240 619240 0 0.0
lock-app qpg6105+debug (read/write) 1129992 1130000 8 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576836 576844 8 0.0

@github-actions
Copy link

github-actions bot commented Jun 30, 2023

PR #25311: Size comparison from 8291037 to f9d0bce

Increases (15 builds for bl602, bl702l, esp32, psoc6, qpg, telink)
platform target config section 8291037 f9d0bce change % change
bl602 lighting-app bl602 .text 1051206 1051208 2 0.0
bl602+rpc (read/write) 1414226 1414234 8 0.0
.text 1083088 1083092 4 0.0
bl702l lighting-app bl702l (read/write) 1159064 1159068 4 0.0
.debug_info 4184519 41845195 2 0.0
.text 934660 934664 4 0.0
esp32 all-clusters-app c3devkit (read/write) 1584944 1584952 8 0.0
.flash.rodata 216312 216320 8 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 2907135 29071357 1 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28372073 28372074 1 0.0
lock cy8ckit_062s2_43012 .debug_info 22852012 22852014 2 0.0
qpg lock-app qpg6105+debug (read/write) 1129992 1130000 8 0.0
.text 576836 576844 8 0.0
telink all-clusters-app tlsr9518adk80d text 710500 710504 4 0.0
all-clusters-minimal-app tlsr9518adk80d text 667784 667786 2 0.0
contact-sensor-app tlsr9518adk80d (read/write) 861640 861648 8 0.0
text 586008 586010 2 0.0
ota-requestor-app tlsr9518adk80d (read/write) 884240 884248 8 0.0
text 607852 607854 2 0.0
pump-app tlsr9518adk80d text 591770 591772 2 0.0
pump-controller-app tlsr9518adk80d (read/write) 854260 854268 8 0.0
text 582112 582114 2 0.0
temperature-measurement-app tlsr9518adk80d text 577742 577744 2 0.0
Decreases (8 builds for cc32xx, nrfconnect, psoc6, telink)
platform target config section 8291037 f9d0bce change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19968925 19968924 -1 -0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 807212 807208 -4 -0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 23153434 23153433 -1 -0.0
telink lighting-app tlsr9518adk80d text 681752 681750 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 979876 979868 -8 -0.0
text 689274 689272 -2 -0.0
lighting-app-shell tlsr9518adk80d text 746792 746788 -4 -0.0
lock-app tlsr9518adk80d text 614680 614678 -2 -0.0
window-covering tlsr9518adk80d text 612082 612080 -2 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 8291037 f9d0bce change % change
bl602 lighting-app bl602 (read/write) 1366798 1366798 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051206 1051208 2 0.0
bl602+rpc (read/write) 1414226 1414234 8 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083088 1083092 4 0.0
bl702 lighting-app bl702 (read/write) 1178683 1178683 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551862 1551862 0 0.0
.debug_aranges 150888 150888 0 0.0
.debug_frame 554752 554752 0 0.0
.debug_info 41851850 41851850 0 0.0
.debug_line 5603413 5603413 0 0.0
.debug_loc 3811619 3811619 0 0.0
.debug_ranges 396496 396496 0 0.0
.debug_str 4371307 4371307 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105416 105416 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582471 582471 0 0.0
.symtab 174272 174272 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
946098 946098 0 0.0
bl702+rpc (read/write) 1276795 1276795 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717058 1717058 0 0.0
.debug_aranges 159368 159368 0 0.0
.debug_frame 583416 583416 0 0.0
.debug_info 47037491 47037491 0 0.0
.debug_line 6029882 6029882 0 0.0
.debug_loc 4016974 4016974 0 0.0
.debug_ranges 422176 422176 0 0.0
.debug_str 4800045 4800045 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120056 120056 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645040 645040 0 0.0
.symtab 193072 193072 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1019980 1019980 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159064 1159068 4 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552765 1552765 0 0.0
.debug_aranges 145032 145032 0 0.0
.debug_frame 533384 533384 0 0.0
.debug_info 4184519 41845195 2 0.0
.debug_line 5509309 5509309 0 0.0
.debug_loc 3744303 3744303 0 0.0
.debug_ranges 401392 401392 0 0.0
.debug_str 4382001 4382001 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99364 99364 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582378 582378 0 0.0
.symtab 173600 173600 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934660 934664 4 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607490 607490 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948407 948407 0 0.0
.debug_aranges 119360 119360 0 0.0
.debug_frame 407708 407708 0 0.0
.debug_info 19968925 19968924 -1 -0.0
.debug_line 2877923 2877923 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1732078 1732078 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107845 107845 0 0.0
.debug_str 3812682 3812682 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104650 104650 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484980 484980 0 0.0
.symtab 288160 288160 0 0.0
.text 500720 500720 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545231 545231 0 0.0
.app_xip_area 437697 437697 0 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530295 530295 0 0.0
.app_xip_area 417785 417785 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 567991 567991 0 0.0
.app_xip_area 461545 461545 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 532095 532095 0 0.0
.app_xip_area 423081 423081 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 997632 997632 0 0.0
.bss 182008 182008 0 0.0
.data 2148 2148 0 0.0
.text 813452 813452 0 0.0
BRD4187C (read/write) 1026804 1026804 0 0.0
.bss 161732 161732 0 0.0
.data 2792 2792 0 0.0
.text 862260 862260 0 0.0
lock-app BRD4161A+wf200 (read/write) 1075920 1075920 0 0.0
.bss 176120 176120 0 0.0
.data 2152 2152 0 0.0
.text 897628 897628 0 0.0
window-app BRD4187C (read/write) 1097348 1097348 0 0.0
.bss 144740 144740 0 0.0
.data 2688 2688 0 0.0
.text 949900 949900 0 0.0
esp32 all-clusters-app c3devkit (read only) 1078062 1078062 0 0.0
(read/write) 1584944 1584952 8 0.0
.dram0.bss 75552 75552 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216312 216320 8 0.0
.flash.text 1078062 1078062 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125695 1125695 0 0.0
(read/write) 495394 495394 0 0.0
.dram0.bss 81032 81032 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244908 244908 0 0.0
.flash.text 1120311 1120311 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586132 586132 0 0.0
(read/write) 90104 90104 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585596 585596 0 0.0
light k32w0+release (read only) 584836 584836 0 0.0
(read/write) 89752 89752 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584300 584300 0 0.0
lock k32w0+release (read only) 557420 557420 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 556884 556884 0 0.0
linux all-clusters-app debug (read only) 3277789 3277789 0 0.0
(read/write) 159552 159552 0 0.0
.bss 59776 59776 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91112 91112 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231720 231720 0 0.0
.text 2854117 2854117 0 0.0
all-clusters-minimal-app debug (read only) 3055701 3055701 0 0.0
(read/write) 146504 146504 0 0.0
.bss 58176 58176 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79800 79800 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224200 224200 0 0.0
.text 2644645 2644645 0 0.0
bridge-app debug (read only) 2524253 2524253 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172712 172712 0 0.0
.text 2178405 2178405 0 0.0
chip-tool debug (read only) 18135345 18135345 0 0.0
(read/write) 842000 842000 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 736016 736016 0 0.0
.dynamic 624 624 0 0.0
.got 5848 5848 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 763753 763753 0 0.0
.text 15570035 15570035 0 0.0
chip-tool-ipv6only arm64 (read only) 17453808 17453808 0 0.0
(read/write) 909080 909080 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 772784 772784 0 0.0
.dynamic 560 560 0 0.0
.got 23424 23424 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 686824 686824 0 0.0
.text 14781252 14781252 0 0.0
lighting-app debug+rpc+ui (read only) 5206697 5206697 0 0.0
(read/write) 220680 220680 0 0.0
.bss 117248 117248 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 328852 328852 0 0.0
.text 4638739 4638739 0 0.0
lock-app debug (read only) 2616949 2616949 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200200 200200 0 0.0
.text 2251781 2251781 0 0.0
ota-provider-app debug (read only) 2213437 2213437 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153832 153832 0 0.0
.text 1917269 1917269 0 0.0
ota-requestor-app debug (read only) 2382437 2382437 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 157928 157928 0 0.0
.text 2073301 2073301 0 0.0
shell debug (read only) 2813753 2813753 0 0.0
(read/write) 147968 147968 0 0.0
.bss 58728 58728 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 82168 82168 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199922 199922 0 0.0
.text 2445906 2445906 0 0.0
thermostat-no-ble arm64 (read only) 2610188 2610188 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129648 129648 0 0.0
.text 2214724 2214724 0 0.0
tv-app debug (read only) 3319249 3319249 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222520 222520 0 0.0
.text 2899730 2899730 0 0.0
tv-casting-app debug (read only) 9312033 9312033 0 0.0
(read/write) 221712 221712 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 330588 330588 0 0.0
.text 8547058 8547058 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515040 2515040 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1477724 1477724 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213404 1213404 0 0.0
bss 154985 154985 0 0.0
rodata 138144 138144 0 0.0
text 841204 841204 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316244 1316244 0 0.0
bss 138311 138311 0 0.0
rodata 133432 133432 0 0.0
text 753796 753796 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151196 1151196 0 0.0
bss 153481 153481 0 0.0
rodata 111408 111408 0 0.0
text 807212 807208 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841744 841744 0 0.0
(read/write) 1732164 1732164 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189028 189028 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1299097 1299097 0 0.0
.debug_aranges 149480 149480 0 0.0
.debug_frame 500624 500624 0 0.0
.debug_info 2907135 29071357 1 0.0
.debug_line 4043341 4043341 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2312877 2312877 0 0.0
.debug_rnglists 144776 144776 0 0.0
.debug_str 4384503 4384503 0 0.0
.heap 841744 841744 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 754354 754354 0 0.0
.symtab 480480 480480 0 0.0
.text 1532180 1532180 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843216 843216 0 0.0
(read/write) 1664036 1664036 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187564 187564 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1282142 1282142 0 0.0
.debug_aranges 148096 148096 0 0.0
.debug_frame 501176 501176 0 0.0
.debug_info 28372073 28372074 1 0.0
.debug_line 4038906 4038906 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2296167 2296167 0 0.0
.debug_rnglists 143124 143124 0 0.0
.debug_str 4364776 4364776 0 0.0
.heap 843216 843216 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703155 703155 0 0.0
.symtab 461584 461584 0 0.0
.text 1465524 1465524 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1596804 1596804 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118999 1118999 0 0.0
.debug_aranges 138456 138456 0 0.0
.debug_frame 465144 465144 0 0.0
.debug_info 23153434 23153433 -1 -0.0
.debug_line 3610858 3610858 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2137268 2137268 0 0.0
.debug_rnglists 133158 133158 0 0.0
.debug_str 4178527 4178527 0 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626652 626652 0 0.0
.symtab 427120 427120 0 0.0
.text 1404492 1404492 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627700 1627700 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101242 1101242 0 0.0
.debug_aranges 136552 136552 0 0.0
.debug_frame 458404 458404 0 0.0
.debug_info 22852012 22852014 2 0.0
.debug_line 3546128 3546128 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2105848 2105848 0 0.0
.debug_rnglists 130682 130682 0 0.0
.debug_str 4133711 4133711 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596881 596881 0 0.0
.symtab 417408 417408 0 0.0
.text 1407932 1407932 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172400 1172400 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619240 619240 0 0.0
lock-app qpg6105+debug (read/write) 1129992 1130000 8 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576836 576844 8 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037840 1037840 0 0.0
bss 97900 97900 0 0.0
text 710500 710504 4 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964424 964424 0 0.0
bss 96280 96280 0 0.0
text 667784 667786 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929940 929940 0 0.0
bss 100312 100312 0 0.0
text 642838 642838 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861640 861648 8 0.0
bss 89972 89972 0 0.0
text 586008 586010 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877964 877964 0 0.0
bss 90140 90140 0 0.0
text 600636 600636 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968496 968496 0 0.0
bss 98652 98652 0 0.0
text 681752 681750 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 979876 979868 -8 -0.0
bss 102900 102900 0 0.0
text 689274 689272 -2 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037980 1037980 0 0.0
bss 100208 100208 0 0.0
text 726642 726642 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069344 1069344 0 0.0
bss 111292 111292 0 0.0
text 746792 746788 -4 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 916760 916760 0 0.0
bss 90636 90636 0 0.0
text 614680 614678 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884240 884248 8 0.0
bss 91248 91248 0 0.0
text 607852 607854 2 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867248 867248 0 0.0
bss 90104 90104 0 0.0
text 591770 591772 2 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854260 854268 8 0.0
bss 89904 89904 0 0.0
text 582112 582114 2 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850416 850416 0 0.0
bss 89812 89812 0 0.0
text 577742 577744 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896328 896328 0 0.0
bss 90348 90348 0 0.0
text 617158 617158 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891708 891708 0 0.0
bss 90640 90640 0 0.0
text 612082 612080 -2 -0.0

@github-actions
Copy link

github-actions bot commented Jul 3, 2023

PR #25311: Size comparison from 7ae5919 to e1b6830

Increases (8 builds for bl702, esp32, psoc6, qpg, telink)
platform target config section 7ae5919 e1b6830 change % change
bl702 lighting-app bl702+rpc .debug_info 47037490 47037491 1 0.0
.text 1019978 1019980 2 0.0
esp32 all-clusters-app c3devkit (read only) 1078062 1078064 2 0.0
.flash.text 1078062 1078064 2 0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 23153433 23153434 1 0.0
qpg lock-app qpg6105+debug (read/write) 1129992 1130000 8 0.0
.text 576836 576844 8 0.0
telink light-switch-app tlsr9518adk80d (read/write) 877964 877972 8 0.0
text 600636 600638 2 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 979868 979876 8 0.0
text 689270 689274 4 0.0
lighting-app-rpc tlsr9518adk80d text 726640 726644 4 0.0
lighting-app-shell tlsr9518adk80d text 746790 746792 2 0.0
Decreases (14 builds for bl602, cc32xx, psoc6, telink)
platform target config section 7ae5919 e1b6830 change % change
bl602 lighting-app bl602 .text 1051206 1051204 -2 -0.0
bl602+rpc (read/write) 1414234 1414226 -8 -0.0
.text 1083090 1083088 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19968924 19968923 -1 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29071358 2907135 -2 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28372074 28372073 -1 -0.0
lock cy8ckit_062s2_43012 .debug_info 22852013 22852012 -1 -0.0
telink all-clusters-app tlsr9518adk80d text 710502 710500 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d text 667786 667784 -2 -0.0
contact-sensor-app tlsr9518adk80d (read/write) 861648 861640 -8 -0.0
text 586010 586008 -2 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 884248 884240 -8 -0.0
text 607854 607852 -2 -0.0
pump-app tlsr9518adk80d text 591772 591770 -2 -0.0
pump-controller-app tlsr9518adk80d (read/write) 854268 854260 -8 -0.0
text 582114 582112 -2 -0.0
thermostat tlsr9518adk80d (read/write) 896336 896328 -8 -0.0
text 617162 617158 -4 -0.0
window-covering tlsr9518adk80d text 612082 612080 -2 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 7ae5919 e1b6830 change % change
bl602 lighting-app bl602 (read/write) 1366798 1366798 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051206 1051204 -2 -0.0
bl602+rpc (read/write) 1414234 1414226 -8 -0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083090 1083088 -2 -0.0
bl702 lighting-app bl702 (read/write) 1178679 1178679 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551862 1551862 0 0.0
.debug_aranges 150888 150888 0 0.0
.debug_frame 554752 554752 0 0.0
.debug_info 41851849 41851849 0 0.0
.debug_line 5603413 5603413 0 0.0
.debug_loc 3811619 3811619 0 0.0
.debug_ranges 396496 396496 0 0.0
.debug_str 4371307 4371307 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105416 105416 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582471 582471 0 0.0
.symtab 174272 174272 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
946096 946096 0 0.0
bl702+rpc (read/write) 1276795 1276795 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717058 1717058 0 0.0
.debug_aranges 159368 159368 0 0.0
.debug_frame 583416 583416 0 0.0
.debug_info 47037490 47037491 1 0.0
.debug_line 6029882 6029882 0 0.0
.debug_loc 4016974 4016974 0 0.0
.debug_ranges 422176 422176 0 0.0
.debug_str 4800045 4800045 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120056 120056 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645040 645040 0 0.0
.symtab 193072 193072 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1019978 1019980 2 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159064 1159064 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552765 1552765 0 0.0
.debug_aranges 145032 145032 0 0.0
.debug_frame 533384 533384 0 0.0
.debug_info 4184519 4184519 0 0.0
.debug_line 5509309 5509309 0 0.0
.debug_loc 3744303 3744303 0 0.0
.debug_ranges 401392 401392 0 0.0
.debug_str 4382001 4382001 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99364 99364 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582378 582378 0 0.0
.symtab 173600 173600 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934660 934660 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607490 607490 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948407 948407 0 0.0
.debug_aranges 119360 119360 0 0.0
.debug_frame 407708 407708 0 0.0
.debug_info 19968924 19968923 -1 -0.0
.debug_line 2877923 2877923 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1732078 1732078 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107845 107845 0 0.0
.debug_str 3812682 3812682 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104650 104650 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484980 484980 0 0.0
.symtab 288160 288160 0 0.0
.text 500720 500720 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545231 545231 0 0.0
.app_xip_area 437697 437697 0 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530295 530295 0 0.0
.app_xip_area 417785 417785 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 567991 567991 0 0.0
.app_xip_area 461545 461545 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 532095 532095 0 0.0
.app_xip_area 423081 423081 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 997632 997632 0 0.0
.bss 182008 182008 0 0.0
.data 2148 2148 0 0.0
.text 813452 813452 0 0.0
BRD4187C (read/write) 1026804 1026804 0 0.0
.bss 161732 161732 0 0.0
.data 2792 2792 0 0.0
.text 862260 862260 0 0.0
lock-app BRD4161A+wf200 (read/write) 1075920 1075920 0 0.0
.bss 176120 176120 0 0.0
.data 2152 2152 0 0.0
.text 897628 897628 0 0.0
window-app BRD4187C (read/write) 1097348 1097348 0 0.0
.bss 144740 144740 0 0.0
.data 2688 2688 0 0.0
.text 949900 949900 0 0.0
esp32 all-clusters-app c3devkit (read only) 1078062 1078064 2 0.0
(read/write) 1584952 1584952 0 0.0
.dram0.bss 75552 75552 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216320 216320 0 0.0
.flash.text 1078062 1078064 2 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125695 1125695 0 0.0
(read/write) 495398 495398 0 0.0
.dram0.bss 81032 81032 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244912 244912 0 0.0
.flash.text 1120311 1120311 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586132 586132 0 0.0
(read/write) 90104 90104 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585596 585596 0 0.0
light k32w0+release (read only) 584836 584836 0 0.0
(read/write) 89752 89752 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584300 584300 0 0.0
lock k32w0+release (read only) 557420 557420 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 556884 556884 0 0.0
linux all-clusters-app debug (read only) 3277789 3277789 0 0.0
(read/write) 159552 159552 0 0.0
.bss 59776 59776 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91112 91112 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231720 231720 0 0.0
.text 2854117 2854117 0 0.0
all-clusters-minimal-app debug (read only) 3055701 3055701 0 0.0
(read/write) 146504 146504 0 0.0
.bss 58176 58176 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79800 79800 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224200 224200 0 0.0
.text 2644645 2644645 0 0.0
bridge-app debug (read only) 2524253 2524253 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172712 172712 0 0.0
.text 2178405 2178405 0 0.0
chip-tool debug (read only) 18135345 18135345 0 0.0
(read/write) 842000 842000 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 736016 736016 0 0.0
.dynamic 624 624 0 0.0
.got 5848 5848 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 763753 763753 0 0.0
.text 15570035 15570035 0 0.0
chip-tool-ipv6only arm64 (read only) 17453808 17453808 0 0.0
(read/write) 909080 909080 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 772784 772784 0 0.0
.dynamic 560 560 0 0.0
.got 23424 23424 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 686824 686824 0 0.0
.text 14781252 14781252 0 0.0
lighting-app debug+rpc+ui (read only) 5206697 5206697 0 0.0
(read/write) 220680 220680 0 0.0
.bss 117248 117248 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 328852 328852 0 0.0
.text 4638739 4638739 0 0.0
lock-app debug (read only) 2616949 2616949 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200200 200200 0 0.0
.text 2251781 2251781 0 0.0
ota-provider-app debug (read only) 2213437 2213437 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153832 153832 0 0.0
.text 1917269 1917269 0 0.0
ota-requestor-app debug (read only) 2382437 2382437 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 157928 157928 0 0.0
.text 2073301 2073301 0 0.0
shell debug (read only) 2813753 2813753 0 0.0
(read/write) 147968 147968 0 0.0
.bss 58728 58728 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 82168 82168 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199922 199922 0 0.0
.text 2445906 2445906 0 0.0
thermostat-no-ble arm64 (read only) 2610188 2610188 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129648 129648 0 0.0
.text 2214724 2214724 0 0.0
tv-app debug (read only) 3319249 3319249 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222520 222520 0 0.0
.text 2899730 2899730 0 0.0
tv-casting-app debug (read only) 9312033 9312033 0 0.0
(read/write) 221712 221712 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 330588 330588 0 0.0
.text 8547058 8547058 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515040 2515040 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1477724 1477724 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213404 1213404 0 0.0
bss 154985 154985 0 0.0
rodata 138144 138144 0 0.0
text 841204 841204 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316244 1316244 0 0.0
bss 138311 138311 0 0.0
rodata 133432 133432 0 0.0
text 753796 753796 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151196 1151196 0 0.0
bss 153481 153481 0 0.0
rodata 111408 111408 0 0.0
text 807212 807212 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841744 841744 0 0.0
(read/write) 1732164 1732164 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189028 189028 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1299097 1299097 0 0.0
.debug_aranges 149480 149480 0 0.0
.debug_frame 500624 500624 0 0.0
.debug_info 29071358 2907135 -2 -0.0
.debug_line 4043341 4043341 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2312877 2312877 0 0.0
.debug_rnglists 144776 144776 0 0.0
.debug_str 4384503 4384503 0 0.0
.heap 841744 841744 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 754354 754354 0 0.0
.symtab 480480 480480 0 0.0
.text 1532180 1532180 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843216 843216 0 0.0
(read/write) 1664036 1664036 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187564 187564 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1282142 1282142 0 0.0
.debug_aranges 148096 148096 0 0.0
.debug_frame 501176 501176 0 0.0
.debug_info 28372074 28372073 -1 -0.0
.debug_line 4038906 4038906 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2296167 2296167 0 0.0
.debug_rnglists 143124 143124 0 0.0
.debug_str 4364776 4364776 0 0.0
.heap 843216 843216 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703155 703155 0 0.0
.symtab 461584 461584 0 0.0
.text 1465524 1465524 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1596804 1596804 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118999 1118999 0 0.0
.debug_aranges 138456 138456 0 0.0
.debug_frame 465144 465144 0 0.0
.debug_info 23153433 23153434 1 0.0
.debug_line 3610858 3610858 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2137268 2137268 0 0.0
.debug_rnglists 133158 133158 0 0.0
.debug_str 4178527 4178527 0 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626652 626652 0 0.0
.symtab 427120 427120 0 0.0
.text 1404492 1404492 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627700 1627700 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101242 1101242 0 0.0
.debug_aranges 136552 136552 0 0.0
.debug_frame 458404 458404 0 0.0
.debug_info 22852013 22852012 -1 -0.0
.debug_line 3546128 3546128 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2105848 2105848 0 0.0
.debug_rnglists 130682 130682 0 0.0
.debug_str 4133711 4133711 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596881 596881 0 0.0
.symtab 417408 417408 0 0.0
.text 1407932 1407932 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172400 1172400 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619240 619240 0 0.0
lock-app qpg6105+debug (read/write) 1129992 1130000 8 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576836 576844 8 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037840 1037840 0 0.0
bss 97900 97900 0 0.0
text 710502 710500 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964424 964424 0 0.0
bss 96280 96280 0 0.0
text 667786 667784 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929940 929940 0 0.0
bss 100312 100312 0 0.0
text 642838 642838 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861648 861640 -8 -0.0
bss 89972 89972 0 0.0
text 586010 586008 -2 -0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877964 877972 8 0.0
bss 90140 90140 0 0.0
text 600636 600638 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968496 968496 0 0.0
bss 98652 98652 0 0.0
text 681750 681750 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 979868 979876 8 0.0
bss 102900 102900 0 0.0
text 689270 689274 4 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037980 1037980 0 0.0
bss 100208 100208 0 0.0
text 726640 726644 4 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069344 1069344 0 0.0
bss 111292 111292 0 0.0
text 746790 746792 2 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 916760 916760 0 0.0
bss 90636 90636 0 0.0
text 614680 614680 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884248 884240 -8 -0.0
bss 91248 91248 0 0.0
text 607854 607852 -2 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867248 867248 0 0.0
bss 90104 90104 0 0.0
text 591772 591770 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854268 854260 -8 -0.0
bss 89904 89904 0 0.0
text 582114 582112 -2 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850416 850416 0 0.0
bss 89812 89812 0 0.0
text 577744 577744 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896336 896328 -8 -0.0
bss 90348 90348 0 0.0
text 617162 617158 -4 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891708 891708 0 0.0
bss 90640 90640 0 0.0
text 612082 612080 -2 -0.0

@arkq arkq changed the title [controller] Add to flake8 in workflow and fix python files (part #25193) [controller] Fix flake8 warnings Jul 5, 2023
@mergify mergify bot merged commit 79cebcf into project-chip:master Jul 5, 2023
53 checks passed
@arkq arkq deleted the flake8-fix-controller branch July 7, 2023 05:44
agners added a commit to agners/connectedhomeip that referenced this pull request Dec 18, 2023
Commit 79cebcf ("[controller] Fix flake8 warnings (project-chip#25311)")
changed the exceptions catched from a global catch to a specific catch
for chip.exceptions.ChipStackException exceptions. However, in this two
cases the error is just converted to a Python enum, there is no case
where chip.exceptions.ChipStackException would be raised.

Since those callbacks are called from the C++ SDK, to the best of my
knowledge, the intention was that exception would not bubble up into SDK
code.

Handle the Python specific exceptions and make sure they get logged
verbosley.
mergify bot pushed a commit that referenced this pull request Jan 4, 2024
* Improve/fix exception handling in attribute update callbacks

Commit 79cebcf ("[controller] Fix flake8 warnings (#25311)")
changed the exceptions catched from a global catch to a specific catch
for chip.exceptions.ChipStackException exceptions. However, in this two
cases the error is just converted to a Python enum, there is no case
where chip.exceptions.ChipStackException would be raised.

Since those callbacks are called from the C++ SDK, to the best of my
knowledge, the intention was that exception would not bubble up into SDK
code.

Handle the Python specific exceptions and make sure they get logged
verbosley.

* [Python] Simplify UpdateCachedData for better readability

Extract cache type implementation in functions. Also make the code a bit
more Pythonic.

Note: This no longer initializes endpointCache in the Cluster-View. This
shouldn't matter in practice as the dictionary wasn't used.
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.

None yet

5 participants