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

Add isort formatter to restyled configuration #24148

Merged
merged 13 commits into from
Jan 9, 2023

Conversation

arkq
Copy link
Contributor

@arkq arkq commented Dec 20, 2022

Problem

Pythons imports style quality is very poor. This can be fixed with restyled isort module which uses isort to automatically sort Python imports.

Changes

  • added isort module to restyled configuration
  • updated autopep8 restyled image
  • fixed imports in all Python files with isort

Testing

CI should check that - this PR shall not change behavior of any Python file/module.

This commit also removes unused imports (reported by flake8) in few
places.
@github-actions
Copy link

github-actions bot commented Dec 20, 2022

PR #24148: Size comparison from 50e7c19 to fefbc5a

Increases (2 builds for esp32)
platform target config section 50e7c19 fefbc5a change % change
esp32 all-clusters-app c3devkit (read only) 1219464 1219466 2 0.0
.flash.text 1219464 1219466 2 0.0
m5stack (read/write) 564183 564187 4 0.0
.flash.rodata 314176 314180 4 0.0
Decreases (2 builds for bl702)
platform target config section 50e7c19 fefbc5a change % change
bl702 lighting-app bl702 .debug_info 39187510 39187509 -1 -0.0
.text 956822 956820 -2 -0.0
bl702+rpc (read/write) 1284747 1284731 -16 -0.0
.debug_info 43479929 43479928 -1 -0.0
.text 1030802 1030800 -2 -0.0
Full report (27 builds for bl602, bl702, esp32, k32w, linux, mbed)
platform target config section 50e7c19 fefbc5a change % change
bl602 lighting-app bl602 (read/write) 1356338 1356338 0 0.0
.bss 86977 86977 0 0.0
.data 9984 9984 0 0.0
.text 1039132 1039132 0 0.0
bl602+rpc (read/write) 1402122 1402122 0 0.0
.bss 95017 95017 0 0.0
.data 10384 10384 0 0.0
.text 1070554 1070554 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196239 1196239 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67102 67102 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1529044 1529044 0 0.0
.debug_aranges 132568 132568 0 0.0
.debug_frame 486476 486476 0 0.0
.debug_info 39187510 39187509 -1 -0.0
.debug_line 5150394 5150394 0 0.0
.debug_loc 3381270 3381270 0 0.0
.debug_ranges 363816 363816 0 0.0
.debug_str 3483168 3483168 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116352 116352 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569376 569376 0 0.0
.symtab 172144 172144 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956822 956820 -2 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284747 1284731 -16 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75118 75118 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1676376 1676376 0 0.0
.debug_aranges 140688 140688 0 0.0
.debug_frame 513896 513896 0 0.0
.debug_info 43479929 43479928 -1 -0.0
.debug_line 5539843 5539843 0 0.0
.debug_loc 3575977 3575977 0 0.0
.debug_ranges 387352 387352 0 0.0
.debug_str 3885566 3885566 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130112 130112 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629660 629660 0 0.0
.symtab 190320 190320 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030802 1030800 -2 -0.0
esp32 all-clusters-app c3devkit (read only) 1219464 1219466 2 0.0
(read/write) 1790954 1790954 0 0.0
.dram0.bss 76912 76912 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248392 248392 0 0.0
.flash.text 1219464 1219466 2 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233407 1233407 0 0.0
(read/write) 564183 564187 4 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314176 314180 4 0.0
.flash.text 1228023 1228023 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662716 662716 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 564468 564468 0 0.0
light k32w0+release (read/write) 673400 673400 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 593788 593788 0 0.0
lock k32w0+release (read/write) 634228 634228 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 553836 553836 0 0.0
linux all-clusters-app debug (read only) 3114233 3114233 0 0.0
(read/write) 158504 158504 0 0.0
.bss 62464 62464 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87160 87160 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281611 281611 0 0.0
.text 2648082 2648082 0 0.0
all-clusters-minimal-app debug (read only) 2937881 2937881 0 0.0
(read/write) 149936 149936 0 0.0
.bss 61664 61664 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79528 79528 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 281035 281035 0 0.0
.text 2475346 2475346 0 0.0
bridge-app debug (read only) 2475721 2475721 0 0.0
(read/write) 131248 131248 0 0.0
.bss 51488 51488 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 69912 69912 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 211808 211808 0 0.0
.text 2094178 2094178 0 0.0
chip-tool debug (read only) 11182505 11182505 0 0.0
(read/write) 646712 646712 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 611488 611488 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 605061 605061 0 0.0
.text 9078724 9078724 0 0.0
chip-tool-ipv6only arm64 (read only) 10595628 10595628 0 0.0
(read/write) 695848 695848 0 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 640296 640296 0 0.0
.dynamic 560 560 0 0.0
.got 13824 13824 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 535196 535196 0 0.0
.text 8412836 8412836 0 0.0
lighting-app debug+rpc (read only) 2664097 2664097 0 0.0
(read/write) 132424 132424 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73944 73944 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228224 228224 0 0.0
.text 2259266 2259266 0 0.0
lock-app debug (read only) 2623161 2623161 0 0.0
(read/write) 127376 127376 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70856 70856 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244488 244488 0 0.0
.text 2206914 2206914 0 0.0
ota-provider-app debug (read only) 2189817 2189817 0 0.0
(read/write) 105512 105512 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51784 51784 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 195336 195336 0 0.0
.text 1854914 1854914 0 0.0
ota-requestor-app debug (read only) 2358601 2358601 0 0.0
(read/write) 113856 113856 0 0.0
.bss 49088 49088 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57128 57128 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202512 202512 0 0.0
.text 2007330 2007330 0 0.0
shell debug (read only) 2646705 2646705 0 0.0
(read/write) 143000 143000 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78056 78056 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239858 239858 0 0.0
.text 2247282 2247282 0 0.0
thermostat-no-ble arm64 (read only) 2477724 2477724 0 0.0
(read/write) 144936 144936 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78560 78560 0 0.0
.dynamic 560 560 0 0.0
.got 5184 5184 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149560 149560 0 0.0
.text 2067776 2067776 0 0.0
tv-app debug (read only) 3286497 3286497 0 0.0
(read/write) 262216 262216 0 0.0
.bss 170808 170808 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80464 80464 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268856 268856 0 0.0
.text 2823458 2823458 0 0.0
tv-casting-app debug (read only) 5645697 5645697 0 0.0
(read/write) 162608 162608 0 0.0
.bss 52184 52184 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101880 101880 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 359321 359321 0 0.0
.text 5008930 5008930 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2542924 2542924 0 0.0
.bss 222648 222648 0 0.0
.data 5592 5592 0 0.0
.text 1505540 1505540 0 0.0
all-clusters-minimal-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2491312 2491312 0 0.0
.bss 221920 221920 0 0.0
.data 5568 5568 0 0.0
.text 1453908 1453908 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2477868 2477868 0 0.0
.bss 216628 216628 0 0.0
.data 5848 5848 0 0.0
.text 1440484 1440484 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463832 2463832 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1426476 1426476 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2425636 2425636 0 0.0
.bss 214944 214944 0 0.0
.data 5752 5752 0 0.0
.text 1388252 1388252 0 0.0

@github-actions
Copy link

github-actions bot commented Dec 20, 2022

PR #24148: Size comparison from 50e7c19 to 7295e35

Increases (16 builds for cc13x2_26x2, cyw30739, esp32, nrfconnect, psoc6, telink)
platform target config section 50e7c19 7295e35 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679859 679867 8 0.0
.text 589552 589560 8 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644131 644139 8 0.0
.text 564672 564680 8 0.0
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551854 551862 8 0.0
.app_xip_area 433696 433704 8 0.0
esp32 all-clusters-app c3devkit (read only) 1219464 1219466 2 0.0
.flash.text 1219464 1219466 2 0.0
nrfconnect light-switch-app nrf7002dk_nrf5340_cpuapp text 707736 707740 4 0.0
lighting-app nrf52840dk_nrf52840+rpc text 798768 798772 4 0.0
nrf7002dk_nrf5340_cpuapp text 707736 707740 4 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1135911 1135927 16 0.0
text 773358 773362 4 0.0
nrf7002dk_nrf5340_cpuapp text 720512 720516 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27059808 27059810 2 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26796606 26796608 2 0.0
light cy8ckit_062s2_43012 .debug_info 22259220 22259221 1 0.0
telink all-clusters-minimal-app tlsr9518adk80d (read/write) 1010824 1010832 8 0.0
text 691406 691410 4 0.0
light-switch-app tlsr9518adk80d (read/write) 932280 932288 8 0.0
text 638030 638034 4 0.0
lighting-app tlsr9518adk80d text 703806 703808 2 0.0
ota-requestor-app tlsr9518adk80d text 649286 649290 4 0.0
Decreases (4 builds for cc13x2_26x2, nrfconnect, psoc6, telink)
platform target config section 50e7c19 7295e35 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 171588 171580 -8 -0.0
nrfconnect lock-app nrf5340dk_nrf5340_cpuapp text 685522 685518 -4 -0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 22477608 22477607 -1 -0.0
telink all-clusters-app tlsr9518adk80d text 726248 726244 -4 -0.0
Full report (68 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 50e7c19 7295e35 change % change
bl602 lighting-app bl602 (read/write) 1356338 1356338 0 0.0
.bss 86977 86977 0 0.0
.data 9984 9984 0 0.0
.text 1039132 1039132 0 0.0
bl602+rpc (read/write) 1402122 1402122 0 0.0
.bss 95017 95017 0 0.0
.data 10384 10384 0 0.0
.text 1070554 1070554 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196239 1196239 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67102 67102 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1529044 1529044 0 0.0
.debug_aranges 132568 132568 0 0.0
.debug_frame 486476 486476 0 0.0
.debug_info 39187510 39187510 0 0.0
.debug_line 5150394 5150394 0 0.0
.debug_loc 3381270 3381270 0 0.0
.debug_ranges 363816 363816 0 0.0
.debug_str 3483168 3483168 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116352 116352 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569376 569376 0 0.0
.symtab 172144 172144 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956822 956822 0 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284747 1284747 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75118 75118 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1676376 1676376 0 0.0
.debug_aranges 140688 140688 0 0.0
.debug_frame 513896 513896 0 0.0
.debug_info 43479929 43479929 0 0.0
.debug_line 5539843 5539843 0 0.0
.debug_loc 3575977 3575977 0 0.0
.debug_ranges 387352 387352 0 0.0
.debug_str 3885566 3885566 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130112 130112 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629660 629660 0 0.0
.symtab 190320 190320 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030802 1030802 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679859 679867 8 0.0
(read/write) 171588 171580 -8 -0.0
.bss 81140 81140 0 0.0
.data 3380 3380 0 0.0
.rodata 89995 89995 0 0.0
.text 589552 589560 8 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644131 644139 8 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 79139 79139 0 0.0
.text 564672 564680 8 0.0
lock-ftd LP_CC2652R7 (read only) 677399 677399 0 0.0
(read/write) 171608 171608 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 77415 77415 0 0.0
.text 599504 599504 0 0.0
lock-mtd LP_CC2652R7 (read only) 662203 662203 0 0.0
(read/write) 182068 182068 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 103507 103507 0 0.0
.text 558216 558216 0 0.0
pump-app LP_CC2652R7 (read only) 690439 690439 0 0.0
(read/write) 159304 159304 0 0.0
.bss 78756 78756 0 0.0
.data 3296 3296 0 0.0
.rodata 91031 91031 0 0.0
.text 598924 598924 0 0.0
pump-controller-app LP_CC2652R7 (read only) 674363 674363 0 0.0
(read/write) 175484 175484 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86587 86587 0 0.0
.text 587296 587296 0 0.0
shell LP_CC2652R7 (read only) 671090 671090 0 0.0
(read/write) 182684 182684 0 0.0
.bss 83468 83468 0 0.0
.data 3376 3376 0 0.0
.rodata 86738 86738 0 0.0
.text 584036 584036 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588482 588482 0 0.0
.app_xip_area 464828 464828 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592294 592294 0 0.0
.app_xip_area 463344 463344 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551854 551862 8 0.0
.app_xip_area 433696 433704 8 0.0
.bss 60656 60656 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976468 976468 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 822108 822108 0 0.0
BRD4161A+rs911x (read/write) 1038832 1038832 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 850152 850152 0 0.0
BRD4187C (read/write) 1149860 1149860 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 984180 984180 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069136 1069136 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 908908 908908 0 0.0
window-app BRD4187C (read/write) 1142504 1142504 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 975384 975384 0 0.0
esp32 all-clusters-app c3devkit (read only) 1219464 1219466 2 0.0
(read/write) 1790954 1790954 0 0.0
.dram0.bss 76912 76912 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248392 248392 0 0.0
.flash.text 1219464 1219466 2 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233407 1233407 0 0.0
(read/write) 564183 564183 0 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314176 314176 0 0.0
.flash.text 1228023 1228023 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662716 662716 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 564468 564468 0 0.0
light k32w0+release (read/write) 673400 673400 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 593788 593788 0 0.0
lock k32w0+release (read/write) 634228 634228 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 553836 553836 0 0.0
linux all-clusters-app debug (read only) 3114233 3114233 0 0.0
(read/write) 158504 158504 0 0.0
.bss 62464 62464 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87160 87160 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281611 281611 0 0.0
.text 2648082 2648082 0 0.0
all-clusters-minimal-app debug (read only) 2937881 2937881 0 0.0
(read/write) 149936 149936 0 0.0
.bss 61664 61664 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79528 79528 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 281035 281035 0 0.0
.text 2475346 2475346 0 0.0
bridge-app debug (read only) 2475721 2475721 0 0.0
(read/write) 131248 131248 0 0.0
.bss 51488 51488 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 69912 69912 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 211808 211808 0 0.0
.text 2094178 2094178 0 0.0
chip-tool debug (read only) 11182505 11182505 0 0.0
(read/write) 646712 646712 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 611488 611488 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 605061 605061 0 0.0
.text 9078724 9078724 0 0.0
chip-tool-ipv6only arm64 (read only) 10595628 10595628 0 0.0
(read/write) 695848 695848 0 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 640296 640296 0 0.0
.dynamic 560 560 0 0.0
.got 13824 13824 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 535196 535196 0 0.0
.text 8412836 8412836 0 0.0
lighting-app debug+rpc (read only) 2664097 2664097 0 0.0
(read/write) 132424 132424 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73944 73944 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228224 228224 0 0.0
.text 2259266 2259266 0 0.0
lock-app debug (read only) 2623161 2623161 0 0.0
(read/write) 127376 127376 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70856 70856 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244488 244488 0 0.0
.text 2206914 2206914 0 0.0
ota-provider-app debug (read only) 2189817 2189817 0 0.0
(read/write) 105512 105512 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51784 51784 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 195336 195336 0 0.0
.text 1854914 1854914 0 0.0
ota-requestor-app debug (read only) 2358601 2358601 0 0.0
(read/write) 113856 113856 0 0.0
.bss 49088 49088 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57128 57128 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202512 202512 0 0.0
.text 2007330 2007330 0 0.0
shell debug (read only) 2646705 2646705 0 0.0
(read/write) 143000 143000 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78056 78056 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239858 239858 0 0.0
.text 2247282 2247282 0 0.0
thermostat-no-ble arm64 (read only) 2477724 2477724 0 0.0
(read/write) 144936 144936 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78560 78560 0 0.0
.dynamic 560 560 0 0.0
.got 5184 5184 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149560 149560 0 0.0
.text 2067776 2067776 0 0.0
tv-app debug (read only) 3286497 3286497 0 0.0
(read/write) 262216 262216 0 0.0
.bss 170808 170808 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80464 80464 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268856 268856 0 0.0
.text 2823458 2823458 0 0.0
tv-casting-app debug (read only) 5645697 5645697 0 0.0
(read/write) 162608 162608 0 0.0
.bss 52184 52184 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101880 101880 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 359321 359321 0 0.0
.text 5008930 5008930 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2542924 2542924 0 0.0
.bss 222648 222648 0 0.0
.data 5592 5592 0 0.0
.text 1505540 1505540 0 0.0
all-clusters-minimal-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2491312 2491312 0 0.0
.bss 221920 221920 0 0.0
.data 5568 5568 0 0.0
.text 1453908 1453908 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2477868 2477868 0 0.0
.bss 216628 216628 0 0.0
.data 5848 5848 0 0.0
.text 1440484 1440484 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463832 2463832 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1426476 1426476 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2425636 2425636 0 0.0
.bss 214944 214944 0 0.0
.data 5752 5752 0 0.0
.text 1388252 1388252 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190983 1190983 0 0.0
bss 145205 145205 0 0.0
rodata 144540 144540 0 0.0
text 820122 820122 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1361250 1361250 0 0.0
bss 105144 105144 0 0.0
rodata 211640 211640 0 0.0
text 759962 759962 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136647 1136647 0 0.0
bss 144440 144440 0 0.0
rodata 120860 120860 0 0.0
text 790290 790290 0 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1099159 1099159 0 0.0
bss 136822 136822 0 0.0
rodata 120524 120524 0 0.0
text 760836 760836 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1267498 1267498 0 0.0
bss 98796 98796 0 0.0
rodata 176544 176544 0 0.0
text 707736 707740 4 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1144131 1144131 0 0.0
bss 147371 147371 0 0.0
rodata 115640 115640 0 0.0
text 798768 798772 4 0.0
nrf52840dongle_nrf52840 (read/write) 1086991 1086991 0 0.0
bss 154348 154348 0 0.0
rodata 94220 94220 0 0.0
text 754094 754094 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1082018 1082018 0 0.0
bss 143026 143026 0 0.0
rodata 117684 117684 0 0.0
text 738240 738240 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1267498 1267498 0 0.0
bss 98796 98796 0 0.0
rodata 176544 176544 0 0.0
text 707736 707740 4 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1135911 1135927 16 0.0
bss 137870 137870 0 0.0
rodata 143708 143708 0 0.0
text 773358 773362 4 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1038466 1038466 0 0.0
bss 133755 133755 0 0.0
rodata 136108 136108 0 0.0
text 685522 685518 -4 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1304614 1304614 0 0.0
bss 99878 99878 0 0.0
rodata 199784 199784 0 0.0
text 720512 720516 4 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1089871 1089871 0 0.0
bss 136651 136651 0 0.0
rodata 118612 118612 0 0.0
text 753642 753642 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1075811 1075811 0 0.0
bss 136418 136418 0 0.0
rodata 115096 115096 0 0.0
text 743352 743352 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842056 842056 0 0.0
(read/write) 1749588 1749588 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188624 188624 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1238156 1238156 0 0.0
.debug_aranges 110768 110768 0 0.0
.debug_frame 371952 371952 0 0.0
.debug_info 27059808 27059810 2 0.0
.debug_line 3709695 3709695 0 0.0
.debug_loc 3624640 3624640 0 0.0
.debug_ranges 346584 346584 0 0.0
.debug_str 3453595 3453595 0 0.0
.heap 842056 842056 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 572204 572204 0 0.0
.symtab 422096 422096 0 0.0
.text 0 0 0 0.0
1549912 1549912 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1692116 1692116 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1230047 1230047 0 0.0
.debug_aranges 110240 110240 0 0.0
.debug_frame 375008 375008 0 0.0
.debug_info 26796606 26796608 2 0.0
.debug_line 3728600 3728600 0 0.0
.debug_loc 3612246 3612246 0 0.0
.debug_ranges 345200 345200 0 0.0
.debug_str 3442607 3442607 0 0.0
.heap 842784 842784 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536293 536293 0 0.0
.symtab 408528 408528 0 0.0
.text 1493168 1493168 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1610332 1610332 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1064846 1064846 0 0.0
.debug_aranges 102440 102440 0 0.0
.debug_frame 345344 345344 0 0.0
.debug_info 22259220 22259221 1 0.0
.debug_line 3295709 3295709 0 0.0
.debug_loc 3310168 3310168 0 0.0
.debug_ranges 309336 309336 0 0.0
.debug_str 3248193 3248193 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472618 472618 0 0.0
.symtab 376896 376896 0 0.0
.text 1419576 1419576 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1644268 1644268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1066756 1066756 0 0.0
.debug_aranges 102824 102824 0 0.0
.debug_frame 347140 347140 0 0.0
.debug_info 22477608 22477607 -1 -0.0
.debug_line 3295603 3295603 0 0.0
.debug_loc 3331600 3331600 0 0.0
.debug_ranges 311192 311192 0 0.0
.debug_str 3264031 3264031 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 475335 475335 0 0.0
.symtab 378896 378896 0 0.0
.text 1448520 1448520 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151236 1151236 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 598336 598336 0 0.0
lock-app qpg6105+debug (read/write) 1117540 1117540 0 0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 564636 564636 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1071524 1071524 0 0.0
bss 98856 98856 0 0.0
text 726248 726244 -4 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010824 1010832 8 0.0
bss 98080 98080 0 0.0
text 691406 691410 4 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932280 932288 8 0.0
bss 90320 90320 0 0.0
text 638030 638034 4 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010248 1010248 0 0.0
bss 98380 98380 0 0.0
text 703806 703808 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945884 945884 0 0.0
bss 91276 91276 0 0.0
text 649286 649290 4 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935428 935428 0 0.0
bss 91712 91712 0 0.0
text 638716 638716 0 0.0

@github-actions
Copy link

github-actions bot commented Dec 20, 2022

PR #24148: Size comparison from 50e7c19 to 0c2d19d

Increases (13 builds for bl602, cc13x2_26x2, cyw30739, esp32, nrfconnect, psoc6, telink)
platform target config section 50e7c19 0c2d19d change % change
bl602 lighting-app bl602+rpc .text 1070554 1070556 2 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679859 679867 8 0.0
.text 589552 589560 8 0.0
pump-app LP_CC2652R7 (read/write) 159304 159312 8 0.0
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551854 551862 8 0.0
.app_xip_area 433696 433704 8 0.0
esp32 all-clusters-app c3devkit (read only) 1219464 1219468 4 0.0
.flash.text 1219464 1219468 4 0.0
nrfconnect light-switch-app nrf7002dk_nrf5340_cpuapp text 707736 707740 4 0.0
lighting-app nrf52840dk_nrf52840+rpc text 798768 798772 4 0.0
nrf7002dk_nrf5340_cpuapp text 707736 707740 4 0.0
lock-app nrf7002dk_nrf5340_cpuapp text 720512 720516 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27059808 27059809 1 0.0
light cy8ckit_062s2_43012 .debug_info 22259220 22259222 2 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 691406 691408 2 0.0
ota-requestor-app tlsr9518adk80d text 649286 649288 2 0.0
Decreases (9 builds for bl702, cc13x2_26x2, nrfconnect, psoc6, qpg, telink)
platform target config section 50e7c19 0c2d19d change % change
bl702 lighting-app bl702 .debug_info 39187510 39187509 -1 -0.0
.text 956822 956820 -2 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 171588 171580 -8 -0.0
pump-app LP_CC2652R7 (read only) 690439 690431 -8 -0.0
.text 598924 598916 -8 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 759962 759958 -4 -0.0
light-switch-app nrf52840dk_nrf52840 text 760836 760832 -4 -0.0
pump-app nrf52840dk_nrf52840 text 753642 753638 -4 -0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 22477608 22477606 -2 -0.0
qpg lock-app qpg6105+debug (read/write) 1117540 1117532 -8 -0.0
.text 564636 564628 -8 -0.0
telink all-clusters-app tlsr9518adk80d text 726248 726244 -4 -0.0
Full report (68 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 50e7c19 0c2d19d change % change
bl602 lighting-app bl602 (read/write) 1356338 1356338 0 0.0
.bss 86977 86977 0 0.0
.data 9984 9984 0 0.0
.text 1039132 1039132 0 0.0
bl602+rpc (read/write) 1402122 1402122 0 0.0
.bss 95017 95017 0 0.0
.data 10384 10384 0 0.0
.text 1070554 1070556 2 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196239 1196239 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67102 67102 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1529044 1529044 0 0.0
.debug_aranges 132568 132568 0 0.0
.debug_frame 486476 486476 0 0.0
.debug_info 39187510 39187509 -1 -0.0
.debug_line 5150394 5150394 0 0.0
.debug_loc 3381270 3381270 0 0.0
.debug_ranges 363816 363816 0 0.0
.debug_str 3483168 3483168 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116352 116352 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569376 569376 0 0.0
.symtab 172144 172144 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956822 956820 -2 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284747 1284747 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75118 75118 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1676376 1676376 0 0.0
.debug_aranges 140688 140688 0 0.0
.debug_frame 513896 513896 0 0.0
.debug_info 43479929 43479929 0 0.0
.debug_line 5539843 5539843 0 0.0
.debug_loc 3575977 3575977 0 0.0
.debug_ranges 387352 387352 0 0.0
.debug_str 3885566 3885566 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130112 130112 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629660 629660 0 0.0
.symtab 190320 190320 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030802 1030802 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679859 679867 8 0.0
(read/write) 171588 171580 -8 -0.0
.bss 81140 81140 0 0.0
.data 3380 3380 0 0.0
.rodata 89995 89995 0 0.0
.text 589552 589560 8 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644131 644131 0 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 79139 79139 0 0.0
.text 564672 564672 0 0.0
lock-ftd LP_CC2652R7 (read only) 677399 677399 0 0.0
(read/write) 171608 171608 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 77415 77415 0 0.0
.text 599504 599504 0 0.0
lock-mtd LP_CC2652R7 (read only) 662203 662203 0 0.0
(read/write) 182068 182068 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 103507 103507 0 0.0
.text 558216 558216 0 0.0
pump-app LP_CC2652R7 (read only) 690439 690431 -8 -0.0
(read/write) 159304 159312 8 0.0
.bss 78756 78756 0 0.0
.data 3296 3296 0 0.0
.rodata 91031 91031 0 0.0
.text 598924 598916 -8 -0.0
pump-controller-app LP_CC2652R7 (read only) 674363 674363 0 0.0
(read/write) 175484 175484 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86587 86587 0 0.0
.text 587296 587296 0 0.0
shell LP_CC2652R7 (read only) 671090 671090 0 0.0
(read/write) 182684 182684 0 0.0
.bss 83468 83468 0 0.0
.data 3376 3376 0 0.0
.rodata 86738 86738 0 0.0
.text 584036 584036 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588482 588482 0 0.0
.app_xip_area 464828 464828 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592294 592294 0 0.0
.app_xip_area 463344 463344 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551854 551862 8 0.0
.app_xip_area 433696 433704 8 0.0
.bss 60656 60656 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976468 976468 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 822108 822108 0 0.0
BRD4161A+rs911x (read/write) 1038832 1038832 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 850152 850152 0 0.0
BRD4187C (read/write) 1149860 1149860 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 984180 984180 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069136 1069136 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 908908 908908 0 0.0
window-app BRD4187C (read/write) 1142504 1142504 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 975384 975384 0 0.0
esp32 all-clusters-app c3devkit (read only) 1219464 1219468 4 0.0
(read/write) 1790954 1790954 0 0.0
.dram0.bss 76912 76912 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248392 248392 0 0.0
.flash.text 1219464 1219468 4 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233407 1233407 0 0.0
(read/write) 564183 564183 0 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314176 314176 0 0.0
.flash.text 1228023 1228023 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662716 662716 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 564468 564468 0 0.0
light k32w0+release (read/write) 673400 673400 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 593788 593788 0 0.0
lock k32w0+release (read/write) 634228 634228 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 553836 553836 0 0.0
linux all-clusters-app debug (read only) 3114233 3114233 0 0.0
(read/write) 158504 158504 0 0.0
.bss 62464 62464 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87160 87160 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281611 281611 0 0.0
.text 2648082 2648082 0 0.0
all-clusters-minimal-app debug (read only) 2937881 2937881 0 0.0
(read/write) 149936 149936 0 0.0
.bss 61664 61664 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79528 79528 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 281035 281035 0 0.0
.text 2475346 2475346 0 0.0
bridge-app debug (read only) 2475721 2475721 0 0.0
(read/write) 131248 131248 0 0.0
.bss 51488 51488 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 69912 69912 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 211808 211808 0 0.0
.text 2094178 2094178 0 0.0
chip-tool debug (read only) 11182505 11182505 0 0.0
(read/write) 646712 646712 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 611488 611488 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 605061 605061 0 0.0
.text 9078724 9078724 0 0.0
chip-tool-ipv6only arm64 (read only) 10595628 10595628 0 0.0
(read/write) 695848 695848 0 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 640296 640296 0 0.0
.dynamic 560 560 0 0.0
.got 13824 13824 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 535196 535196 0 0.0
.text 8412836 8412836 0 0.0
lighting-app debug+rpc (read only) 2664097 2664097 0 0.0
(read/write) 132424 132424 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73944 73944 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228224 228224 0 0.0
.text 2259266 2259266 0 0.0
lock-app debug (read only) 2623161 2623161 0 0.0
(read/write) 127376 127376 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70856 70856 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244488 244488 0 0.0
.text 2206914 2206914 0 0.0
ota-provider-app debug (read only) 2189817 2189817 0 0.0
(read/write) 105512 105512 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51784 51784 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 195336 195336 0 0.0
.text 1854914 1854914 0 0.0
ota-requestor-app debug (read only) 2358601 2358601 0 0.0
(read/write) 113856 113856 0 0.0
.bss 49088 49088 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57128 57128 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202512 202512 0 0.0
.text 2007330 2007330 0 0.0
shell debug (read only) 2646705 2646705 0 0.0
(read/write) 143000 143000 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78056 78056 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239858 239858 0 0.0
.text 2247282 2247282 0 0.0
thermostat-no-ble arm64 (read only) 2477724 2477724 0 0.0
(read/write) 144936 144936 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78560 78560 0 0.0
.dynamic 560 560 0 0.0
.got 5184 5184 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149560 149560 0 0.0
.text 2067776 2067776 0 0.0
tv-app debug (read only) 3286497 3286497 0 0.0
(read/write) 262216 262216 0 0.0
.bss 170808 170808 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80464 80464 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268856 268856 0 0.0
.text 2823458 2823458 0 0.0
tv-casting-app debug (read only) 5645697 5645697 0 0.0
(read/write) 162608 162608 0 0.0
.bss 52184 52184 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101880 101880 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 359321 359321 0 0.0
.text 5008930 5008930 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2542924 2542924 0 0.0
.bss 222648 222648 0 0.0
.data 5592 5592 0 0.0
.text 1505540 1505540 0 0.0
all-clusters-minimal-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2491312 2491312 0 0.0
.bss 221920 221920 0 0.0
.data 5568 5568 0 0.0
.text 1453908 1453908 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2477868 2477868 0 0.0
.bss 216628 216628 0 0.0
.data 5848 5848 0 0.0
.text 1440484 1440484 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463832 2463832 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1426476 1426476 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2425636 2425636 0 0.0
.bss 214944 214944 0 0.0
.data 5752 5752 0 0.0
.text 1388252 1388252 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190983 1190983 0 0.0
bss 145205 145205 0 0.0
rodata 144540 144540 0 0.0
text 820122 820122 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1361250 1361250 0 0.0
bss 105144 105144 0 0.0
rodata 211640 211640 0 0.0
text 759962 759958 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136647 1136647 0 0.0
bss 144440 144440 0 0.0
rodata 120860 120860 0 0.0
text 790290 790290 0 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1099159 1099159 0 0.0
bss 136822 136822 0 0.0
rodata 120524 120524 0 0.0
text 760836 760832 -4 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1267498 1267498 0 0.0
bss 98796 98796 0 0.0
rodata 176544 176544 0 0.0
text 707736 707740 4 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1144131 1144131 0 0.0
bss 147371 147371 0 0.0
rodata 115640 115640 0 0.0
text 798768 798772 4 0.0
nrf52840dongle_nrf52840 (read/write) 1086991 1086991 0 0.0
bss 154348 154348 0 0.0
rodata 94220 94220 0 0.0
text 754094 754094 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1082018 1082018 0 0.0
bss 143026 143026 0 0.0
rodata 117684 117684 0 0.0
text 738240 738240 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1267498 1267498 0 0.0
bss 98796 98796 0 0.0
rodata 176544 176544 0 0.0
text 707736 707740 4 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1135911 1135911 0 0.0
bss 137870 137870 0 0.0
rodata 143708 143708 0 0.0
text 773358 773358 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1038466 1038466 0 0.0
bss 133755 133755 0 0.0
rodata 136108 136108 0 0.0
text 685522 685522 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1304614 1304614 0 0.0
bss 99878 99878 0 0.0
rodata 199784 199784 0 0.0
text 720512 720516 4 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1089871 1089871 0 0.0
bss 136651 136651 0 0.0
rodata 118612 118612 0 0.0
text 753642 753638 -4 -0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1075811 1075811 0 0.0
bss 136418 136418 0 0.0
rodata 115096 115096 0 0.0
text 743352 743352 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842056 842056 0 0.0
(read/write) 1749588 1749588 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188624 188624 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1238156 1238156 0 0.0
.debug_aranges 110768 110768 0 0.0
.debug_frame 371952 371952 0 0.0
.debug_info 27059808 27059809 1 0.0
.debug_line 3709695 3709695 0 0.0
.debug_loc 3624640 3624640 0 0.0
.debug_ranges 346584 346584 0 0.0
.debug_str 3453595 3453595 0 0.0
.heap 842056 842056 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 572204 572204 0 0.0
.symtab 422096 422096 0 0.0
.text 0 0 0 0.0
1549912 1549912 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1692116 1692116 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1230047 1230047 0 0.0
.debug_aranges 110240 110240 0 0.0
.debug_frame 375008 375008 0 0.0
.debug_info 26796606 26796606 0 0.0
.debug_line 3728600 3728600 0 0.0
.debug_loc 3612246 3612246 0 0.0
.debug_ranges 345200 345200 0 0.0
.debug_str 3442607 3442607 0 0.0
.heap 842784 842784 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536293 536293 0 0.0
.symtab 408528 408528 0 0.0
.text 1493168 1493168 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1610332 1610332 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1064846 1064846 0 0.0
.debug_aranges 102440 102440 0 0.0
.debug_frame 345344 345344 0 0.0
.debug_info 22259220 22259222 2 0.0
.debug_line 3295709 3295709 0 0.0
.debug_loc 3310168 3310168 0 0.0
.debug_ranges 309336 309336 0 0.0
.debug_str 3248193 3248193 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472618 472618 0 0.0
.symtab 376896 376896 0 0.0
.text 1419576 1419576 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1644268 1644268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1066756 1066756 0 0.0
.debug_aranges 102824 102824 0 0.0
.debug_frame 347140 347140 0 0.0
.debug_info 22477608 22477606 -2 -0.0
.debug_line 3295603 3295603 0 0.0
.debug_loc 3331600 3331600 0 0.0
.debug_ranges 311192 311192 0 0.0
.debug_str 3264031 3264031 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 475335 475335 0 0.0
.symtab 378896 378896 0 0.0
.text 1448520 1448520 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151236 1151236 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 598336 598336 0 0.0
lock-app qpg6105+debug (read/write) 1117540 1117532 -8 -0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 564636 564628 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1071524 1071524 0 0.0
bss 98856 98856 0 0.0
text 726248 726244 -4 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010824 1010824 0 0.0
bss 98080 98080 0 0.0
text 691406 691408 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932280 932280 0 0.0
bss 90320 90320 0 0.0
text 638030 638030 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010248 1010248 0 0.0
bss 98380 98380 0 0.0
text 703806 703806 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945884 945884 0 0.0
bss 91276 91276 0 0.0
text 649286 649288 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935428 935428 0 0.0
bss 91712 91712 0 0.0
text 638716 638716 0 0.0

@github-actions
Copy link

github-actions bot commented Dec 21, 2022

PR #24148: Size comparison from 50e7c19 to 3f0e9ee

Increases (15 builds for bl702, cc13x2_26x2, cyw30739, esp32, nrfconnect, psoc6, telink)
platform target config section 50e7c19 3f0e9ee change % change
bl702 lighting-app bl702 .debug_loc 3381270 3381271 1 0.0
.debug_str 3483168 3483190 22 0.0
bl702+rpc .debug_loc 3575977 3575978 1 0.0
.debug_str 3885566 3885588 22 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679859 679867 8 0.0
.text 589552 589560 8 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644131 644139 8 0.0
.text 564672 564680 8 0.0
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551854 551862 8 0.0
.app_xip_area 433696 433704 8 0.0
esp32 all-clusters-app c3devkit (read only) 1219464 1219468 4 0.0
.flash.text 1219464 1219468 4 0.0
m5stack (read/write) 564183 564187 4 0.0
.flash.rodata 314176 314180 4 0.0
nrfconnect lock-app nrf52840dk_nrf52840 (read/write) 1135911 1135927 16 0.0
text 773358 773362 4 0.0
nrf7002dk_nrf5340_cpuapp text 720512 720516 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27059808 27059809 1 0.0
.debug_str 3453595 3453617 22 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26796606 26796607 1 0.0
.debug_str 3442607 3442629 22 0.0
light cy8ckit_062s2_43012 .debug_info 22259220 22259222 2 0.0
.debug_str 3248193 3248215 22 0.0
lock cy8ckit_062s2_43012 .debug_str 3264031 3264053 22 0.0
telink light-switch-app tlsr9518adk80d text 638030 638032 2 0.0
ota-requestor-app tlsr9518adk80d text 649286 649290 4 0.0
Decreases (7 builds for bl702, cc13x2_26x2, nrfconnect, psoc6, qpg, telink)
platform target config section 50e7c19 3f0e9ee change % change
bl702 lighting-app bl702 .debug_info 39187510 39187509 -1 -0.0
.text 956822 956820 -2 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 171588 171580 -8 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 759962 759958 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136647 1136631 -16 -0.0
text 790290 790286 -4 -0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 22477608 22477607 -1 -0.0
qpg lighting-app qpg6105+debug (read/write) 1151236 1151228 -8 -0.0
.text 598336 598328 -8 -0.0
telink all-clusters-app tlsr9518adk80d text 726248 726246 -2 -0.0
Full report (63 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, nrfconnect, psoc6, qpg, telink)
platform target config section 50e7c19 3f0e9ee change % change
bl602 lighting-app bl602 (read/write) 1356338 1356338 0 0.0
.bss 86977 86977 0 0.0
.data 9984 9984 0 0.0
.text 1039132 1039132 0 0.0
bl602+rpc (read/write) 1402122 1402122 0 0.0
.bss 95017 95017 0 0.0
.data 10384 10384 0 0.0
.text 1070554 1070554 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196239 1196239 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67102 67102 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1529044 1529044 0 0.0
.debug_aranges 132568 132568 0 0.0
.debug_frame 486476 486476 0 0.0
.debug_info 39187510 39187509 -1 -0.0
.debug_line 5150394 5150394 0 0.0
.debug_loc 3381270 3381271 1 0.0
.debug_ranges 363816 363816 0 0.0
.debug_str 3483168 3483190 22 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116352 116352 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569376 569376 0 0.0
.symtab 172144 172144 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956822 956820 -2 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284747 1284747 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75118 75118 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1676376 1676376 0 0.0
.debug_aranges 140688 140688 0 0.0
.debug_frame 513896 513896 0 0.0
.debug_info 43479929 43479929 0 0.0
.debug_line 5539843 5539843 0 0.0
.debug_loc 3575977 3575978 1 0.0
.debug_ranges 387352 387352 0 0.0
.debug_str 3885566 3885588 22 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130112 130112 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629660 629660 0 0.0
.symtab 190320 190320 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030802 1030802 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679859 679867 8 0.0
(read/write) 171588 171580 -8 -0.0
.bss 81140 81140 0 0.0
.data 3380 3380 0 0.0
.rodata 89995 89995 0 0.0
.text 589552 589560 8 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644131 644139 8 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 79139 79139 0 0.0
.text 564672 564680 8 0.0
lock-ftd LP_CC2652R7 (read only) 677399 677399 0 0.0
(read/write) 171608 171608 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 77415 77415 0 0.0
.text 599504 599504 0 0.0
lock-mtd LP_CC2652R7 (read only) 662203 662203 0 0.0
(read/write) 182068 182068 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 103507 103507 0 0.0
.text 558216 558216 0 0.0
pump-app LP_CC2652R7 (read only) 690439 690439 0 0.0
(read/write) 159304 159304 0 0.0
.bss 78756 78756 0 0.0
.data 3296 3296 0 0.0
.rodata 91031 91031 0 0.0
.text 598924 598924 0 0.0
pump-controller-app LP_CC2652R7 (read only) 674363 674363 0 0.0
(read/write) 175484 175484 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86587 86587 0 0.0
.text 587296 587296 0 0.0
shell LP_CC2652R7 (read only) 671090 671090 0 0.0
(read/write) 182684 182684 0 0.0
.bss 83468 83468 0 0.0
.data 3376 3376 0 0.0
.rodata 86738 86738 0 0.0
.text 584036 584036 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588482 588482 0 0.0
.app_xip_area 464828 464828 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592294 592294 0 0.0
.app_xip_area 463344 463344 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551854 551862 8 0.0
.app_xip_area 433696 433704 8 0.0
.bss 60656 60656 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976468 976468 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 822108 822108 0 0.0
BRD4161A+rs911x (read/write) 1038832 1038832 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 850152 850152 0 0.0
BRD4187C (read/write) 1149860 1149860 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 984180 984180 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069136 1069136 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 908908 908908 0 0.0
window-app BRD4187C (read/write) 1142504 1142504 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 975384 975384 0 0.0
esp32 all-clusters-app c3devkit (read only) 1219464 1219468 4 0.0
(read/write) 1790954 1790954 0 0.0
.dram0.bss 76912 76912 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248392 248392 0 0.0
.flash.text 1219464 1219468 4 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233407 1233407 0 0.0
(read/write) 564183 564187 4 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314176 314180 4 0.0
.flash.text 1228023 1228023 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662716 662716 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 564468 564468 0 0.0
light k32w0+release (read/write) 673400 673400 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 593788 593788 0 0.0
lock k32w0+release (read/write) 634228 634228 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 553836 553836 0 0.0
linux all-clusters-app debug (read only) 3114233 3114233 0 0.0
(read/write) 158504 158504 0 0.0
.bss 62464 62464 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87160 87160 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281611 281611 0 0.0
.text 2648082 2648082 0 0.0
all-clusters-minimal-app debug (read only) 2937881 2937881 0 0.0
(read/write) 149936 149936 0 0.0
.bss 61664 61664 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79528 79528 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 281035 281035 0 0.0
.text 2475346 2475346 0 0.0
bridge-app debug (read only) 2475721 2475721 0 0.0
(read/write) 131248 131248 0 0.0
.bss 51488 51488 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 69912 69912 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 211808 211808 0 0.0
.text 2094178 2094178 0 0.0
chip-tool debug (read only) 11182505 11182505 0 0.0
(read/write) 646712 646712 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 611488 611488 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 605061 605061 0 0.0
.text 9078724 9078724 0 0.0
chip-tool-ipv6only arm64 (read only) 10595628 10595628 0 0.0
(read/write) 695848 695848 0 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 640296 640296 0 0.0
.dynamic 560 560 0 0.0
.got 13824 13824 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 535196 535196 0 0.0
.text 8412836 8412836 0 0.0
lighting-app debug+rpc (read only) 2664097 2664097 0 0.0
(read/write) 132424 132424 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73944 73944 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228224 228224 0 0.0
.text 2259266 2259266 0 0.0
lock-app debug (read only) 2623161 2623161 0 0.0
(read/write) 127376 127376 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70856 70856 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244488 244488 0 0.0
.text 2206914 2206914 0 0.0
ota-provider-app debug (read only) 2189817 2189817 0 0.0
(read/write) 105512 105512 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51784 51784 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 195336 195336 0 0.0
.text 1854914 1854914 0 0.0
ota-requestor-app debug (read only) 2358601 2358601 0 0.0
(read/write) 113856 113856 0 0.0
.bss 49088 49088 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57128 57128 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202512 202512 0 0.0
.text 2007330 2007330 0 0.0
shell debug (read only) 2646705 2646705 0 0.0
(read/write) 143000 143000 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78056 78056 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239858 239858 0 0.0
.text 2247282 2247282 0 0.0
thermostat-no-ble arm64 (read only) 2477724 2477724 0 0.0
(read/write) 144936 144936 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78560 78560 0 0.0
.dynamic 560 560 0 0.0
.got 5184 5184 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149560 149560 0 0.0
.text 2067776 2067776 0 0.0
tv-app debug (read only) 3286497 3286497 0 0.0
(read/write) 262216 262216 0 0.0
.bss 170808 170808 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80464 80464 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268856 268856 0 0.0
.text 2823458 2823458 0 0.0
tv-casting-app debug (read only) 5645697 5645697 0 0.0
(read/write) 162608 162608 0 0.0
.bss 52184 52184 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101880 101880 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 359321 359321 0 0.0
.text 5008930 5008930 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190983 1190983 0 0.0
bss 145205 145205 0 0.0
rodata 144540 144540 0 0.0
text 820122 820122 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1361250 1361250 0 0.0
bss 105144 105144 0 0.0
rodata 211640 211640 0 0.0
text 759962 759958 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136647 1136631 -16 -0.0
bss 144440 144440 0 0.0
rodata 120860 120860 0 0.0
text 790290 790286 -4 -0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1099159 1099159 0 0.0
bss 136822 136822 0 0.0
rodata 120524 120524 0 0.0
text 760836 760836 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1267498 1267498 0 0.0
bss 98796 98796 0 0.0
rodata 176544 176544 0 0.0
text 707736 707736 0 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1144131 1144131 0 0.0
bss 147371 147371 0 0.0
rodata 115640 115640 0 0.0
text 798768 798768 0 0.0
nrf52840dongle_nrf52840 (read/write) 1086991 1086991 0 0.0
bss 154348 154348 0 0.0
rodata 94220 94220 0 0.0
text 754094 754094 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1082018 1082018 0 0.0
bss 143026 143026 0 0.0
rodata 117684 117684 0 0.0
text 738240 738240 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1267498 1267498 0 0.0
bss 98796 98796 0 0.0
rodata 176544 176544 0 0.0
text 707736 707736 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1135911 1135927 16 0.0
bss 137870 137870 0 0.0
rodata 143708 143708 0 0.0
text 773358 773362 4 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1038466 1038466 0 0.0
bss 133755 133755 0 0.0
rodata 136108 136108 0 0.0
text 685522 685522 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1304614 1304614 0 0.0
bss 99878 99878 0 0.0
rodata 199784 199784 0 0.0
text 720512 720516 4 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1089871 1089871 0 0.0
bss 136651 136651 0 0.0
rodata 118612 118612 0 0.0
text 753642 753642 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1075811 1075811 0 0.0
bss 136418 136418 0 0.0
rodata 115096 115096 0 0.0
text 743352 743352 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842056 842056 0 0.0
(read/write) 1749588 1749588 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188624 188624 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1238156 1238156 0 0.0
.debug_aranges 110768 110768 0 0.0
.debug_frame 371952 371952 0 0.0
.debug_info 27059808 27059809 1 0.0
.debug_line 3709695 3709695 0 0.0
.debug_loc 3624640 3624640 0 0.0
.debug_ranges 346584 346584 0 0.0
.debug_str 3453595 3453617 22 0.0
.heap 842056 842056 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 572204 572204 0 0.0
.symtab 422096 422096 0 0.0
.text 0 0 0 0.0
1549912 1549912 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1692116 1692116 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1230047 1230047 0 0.0
.debug_aranges 110240 110240 0 0.0
.debug_frame 375008 375008 0 0.0
.debug_info 26796606 26796607 1 0.0
.debug_line 3728600 3728600 0 0.0
.debug_loc 3612246 3612246 0 0.0
.debug_ranges 345200 345200 0 0.0
.debug_str 3442607 3442629 22 0.0
.heap 842784 842784 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536293 536293 0 0.0
.symtab 408528 408528 0 0.0
.text 1493168 1493168 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1610332 1610332 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1064846 1064846 0 0.0
.debug_aranges 102440 102440 0 0.0
.debug_frame 345344 345344 0 0.0
.debug_info 22259220 22259222 2 0.0
.debug_line 3295709 3295709 0 0.0
.debug_loc 3310168 3310168 0 0.0
.debug_ranges 309336 309336 0 0.0
.debug_str 3248193 3248215 22 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472618 472618 0 0.0
.symtab 376896 376896 0 0.0
.text 1419576 1419576 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1644268 1644268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1066756 1066756 0 0.0
.debug_aranges 102824 102824 0 0.0
.debug_frame 347140 347140 0 0.0
.debug_info 22477608 22477607 -1 -0.0
.debug_line 3295603 3295603 0 0.0
.debug_loc 3331600 3331600 0 0.0
.debug_ranges 311192 311192 0 0.0
.debug_str 3264031 3264053 22 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 475335 475335 0 0.0
.symtab 378896 378896 0 0.0
.text 1448520 1448520 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151236 1151228 -8 -0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 598336 598328 -8 -0.0
lock-app qpg6105+debug (read/write) 1117540 1117540 0 0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 564636 564636 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1071524 1071524 0 0.0
bss 98856 98856 0 0.0
text 726248 726246 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010824 1010824 0 0.0
bss 98080 98080 0 0.0
text 691406 691406 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932280 932280 0 0.0
bss 90320 90320 0 0.0
text 638030 638032 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010248 1010248 0 0.0
bss 98380 98380 0 0.0
text 703806 703806 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945884 945884 0 0.0
bss 91276 91276 0 0.0
text 649286 649290 4 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935428 935428 0 0.0
bss 91712 91712 0 0.0
text 638716 638716 0 0.0

@github-actions
Copy link

github-actions bot commented Dec 21, 2022

PR #24148: Size comparison from e101730 to 232ea60

Increases (7 builds for bl702, nrfconnect, psoc6, qpg)
platform target config section e101730 232ea60 change % change
bl702 lighting-app bl702+rpc .debug_info 43479929 43479930 1 0.0
.text 1030802 1030804 2 0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 759958 759962 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27059808 27059810 2 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26796606 26796607 1 0.0
light cy8ckit_062s2_43012 .debug_info 22259220 22259221 1 0.0
lock cy8ckit_062s2_43012 .debug_info 22477606 22477607 1 0.0
qpg lock-app qpg6105+debug (read/write) 1117532 1117540 8 0.0
.text 564628 564636 8 0.0
Decreases (5 builds for esp32, nrfconnect, telink)
platform target config section e101730 232ea60 change % change
esp32 all-clusters-app c3devkit (read only) 1219468 1219466 -2 -0.0
.flash.text 1219468 1219466 -2 -0.0
nrfconnect lock-app nrf7002dk_nrf5340_cpuapp text 720516 720512 -4 -0.0
telink all-clusters-app tlsr9518adk80d text 726246 726244 -2 -0.0
lighting-app tlsr9518adk80d text 703808 703806 -2 -0.0
thermostat tlsr9518adk80d text 638718 638716 -2 -0.0
Full report (68 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section e101730 232ea60 change % change
bl602 lighting-app bl602 (read/write) 1356338 1356338 0 0.0
.bss 86977 86977 0 0.0
.data 9984 9984 0 0.0
.text 1039132 1039132 0 0.0
bl602+rpc (read/write) 1402122 1402122 0 0.0
.bss 95017 95017 0 0.0
.data 10384 10384 0 0.0
.text 1070556 1070556 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196239 1196239 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67102 67102 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1529044 1529044 0 0.0
.debug_aranges 132568 132568 0 0.0
.debug_frame 486476 486476 0 0.0
.debug_info 39187510 39187510 0 0.0
.debug_line 5150394 5150394 0 0.0
.debug_loc 3381271 3381271 0 0.0
.debug_ranges 363816 363816 0 0.0
.debug_str 3483190 3483190 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116352 116352 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569376 569376 0 0.0
.symtab 172144 172144 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956822 956822 0 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284747 1284747 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75118 75118 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1676376 1676376 0 0.0
.debug_aranges 140688 140688 0 0.0
.debug_frame 513896 513896 0 0.0
.debug_info 43479929 43479930 1 0.0
.debug_line 5539843 5539843 0 0.0
.debug_loc 3575978 3575978 0 0.0
.debug_ranges 387352 387352 0 0.0
.debug_str 3885588 3885588 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130112 130112 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629660 629660 0 0.0
.symtab 190320 190320 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030802 1030804 2 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679867 679867 0 0.0
(read/write) 171580 171580 0 0.0
.bss 81140 81140 0 0.0
.data 3380 3380 0 0.0
.rodata 89995 89995 0 0.0
.text 589560 589560 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644139 644139 0 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 79139 79139 0 0.0
.text 564680 564680 0 0.0
lock-ftd LP_CC2652R7 (read only) 677399 677399 0 0.0
(read/write) 171608 171608 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 77415 77415 0 0.0
.text 599504 599504 0 0.0
lock-mtd LP_CC2652R7 (read only) 662203 662203 0 0.0
(read/write) 182068 182068 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 103507 103507 0 0.0
.text 558216 558216 0 0.0
pump-app LP_CC2652R7 (read only) 690439 690439 0 0.0
(read/write) 159304 159304 0 0.0
.bss 78756 78756 0 0.0
.data 3296 3296 0 0.0
.rodata 91031 91031 0 0.0
.text 598924 598924 0 0.0
pump-controller-app LP_CC2652R7 (read only) 674363 674363 0 0.0
(read/write) 175484 175484 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86587 86587 0 0.0
.text 587296 587296 0 0.0
shell LP_CC2652R7 (read only) 671090 671090 0 0.0
(read/write) 182684 182684 0 0.0
.bss 83468 83468 0 0.0
.data 3376 3376 0 0.0
.rodata 86738 86738 0 0.0
.text 584036 584036 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588482 588482 0 0.0
.app_xip_area 464828 464828 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592294 592294 0 0.0
.app_xip_area 463344 463344 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551862 551862 0 0.0
.app_xip_area 433704 433704 0 0.0
.bss 60656 60656 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976468 976468 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 822108 822108 0 0.0
BRD4161A+rs911x (read/write) 1038832 1038832 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 850152 850152 0 0.0
BRD4187C (read/write) 1149860 1149860 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 984180 984180 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069136 1069136 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 908908 908908 0 0.0
window-app BRD4187C (read/write) 1142504 1142504 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 975384 975384 0 0.0
esp32 all-clusters-app c3devkit (read only) 1219468 1219466 -2 -0.0
(read/write) 1790954 1790954 0 0.0
.dram0.bss 76912 76912 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248392 248392 0 0.0
.flash.text 1219468 1219466 -2 -0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233407 1233407 0 0.0
(read/write) 564187 564187 0 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314180 314180 0 0.0
.flash.text 1228023 1228023 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662716 662716 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 564468 564468 0 0.0
light k32w0+release (read/write) 673400 673400 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 593788 593788 0 0.0
lock k32w0+release (read/write) 634228 634228 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 553836 553836 0 0.0
linux all-clusters-app debug (read only) 3114233 3114233 0 0.0
(read/write) 158504 158504 0 0.0
.bss 62464 62464 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87160 87160 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281611 281611 0 0.0
.text 2648082 2648082 0 0.0
all-clusters-minimal-app debug (read only) 2937881 2937881 0 0.0
(read/write) 149936 149936 0 0.0
.bss 61664 61664 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79528 79528 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 281035 281035 0 0.0
.text 2475346 2475346 0 0.0
bridge-app debug (read only) 2475721 2475721 0 0.0
(read/write) 131248 131248 0 0.0
.bss 51488 51488 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 69912 69912 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 211808 211808 0 0.0
.text 2094178 2094178 0 0.0
chip-tool debug (read only) 11182505 11182505 0 0.0
(read/write) 646712 646712 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 611488 611488 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 605061 605061 0 0.0
.text 9078724 9078724 0 0.0
chip-tool-ipv6only arm64 (read only) 10595628 10595628 0 0.0
(read/write) 695848 695848 0 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 640296 640296 0 0.0
.dynamic 560 560 0 0.0
.got 13824 13824 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 535196 535196 0 0.0
.text 8412836 8412836 0 0.0
lighting-app debug+rpc (read only) 2664097 2664097 0 0.0
(read/write) 132424 132424 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73944 73944 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228224 228224 0 0.0
.text 2259266 2259266 0 0.0
lock-app debug (read only) 2623161 2623161 0 0.0
(read/write) 127376 127376 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70856 70856 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244488 244488 0 0.0
.text 2206914 2206914 0 0.0
ota-provider-app debug (read only) 2189817 2189817 0 0.0
(read/write) 105512 105512 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51784 51784 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 195336 195336 0 0.0
.text 1854914 1854914 0 0.0
ota-requestor-app debug (read only) 2358601 2358601 0 0.0
(read/write) 113856 113856 0 0.0
.bss 49088 49088 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57128 57128 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202512 202512 0 0.0
.text 2007330 2007330 0 0.0
shell debug (read only) 2646705 2646705 0 0.0
(read/write) 143000 143000 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78056 78056 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239858 239858 0 0.0
.text 2247282 2247282 0 0.0
thermostat-no-ble arm64 (read only) 2477724 2477724 0 0.0
(read/write) 144936 144936 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78560 78560 0 0.0
.dynamic 560 560 0 0.0
.got 5184 5184 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149560 149560 0 0.0
.text 2067776 2067776 0 0.0
tv-app debug (read only) 3286497 3286497 0 0.0
(read/write) 262216 262216 0 0.0
.bss 170808 170808 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80464 80464 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268856 268856 0 0.0
.text 2823458 2823458 0 0.0
tv-casting-app debug (read only) 5645697 5645697 0 0.0
(read/write) 162608 162608 0 0.0
.bss 52184 52184 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101880 101880 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 359321 359321 0 0.0
.text 5008930 5008930 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2542924 2542924 0 0.0
.bss 222648 222648 0 0.0
.data 5592 5592 0 0.0
.text 1505540 1505540 0 0.0
all-clusters-minimal-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2491312 2491312 0 0.0
.bss 221920 221920 0 0.0
.data 5568 5568 0 0.0
.text 1453908 1453908 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2477868 2477868 0 0.0
.bss 216628 216628 0 0.0
.data 5848 5848 0 0.0
.text 1440484 1440484 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463832 2463832 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1426476 1426476 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2425636 2425636 0 0.0
.bss 214944 214944 0 0.0
.data 5752 5752 0 0.0
.text 1388252 1388252 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190983 1190983 0 0.0
bss 145205 145205 0 0.0
rodata 144540 144540 0 0.0
text 820122 820122 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1361250 1361250 0 0.0
bss 105144 105144 0 0.0
rodata 211640 211640 0 0.0
text 759958 759962 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136647 1136647 0 0.0
bss 144440 144440 0 0.0
rodata 120860 120860 0 0.0
text 790290 790290 0 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1099159 1099159 0 0.0
bss 136822 136822 0 0.0
rodata 120524 120524 0 0.0
text 760836 760836 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1267498 1267498 0 0.0
bss 98796 98796 0 0.0
rodata 176544 176544 0 0.0
text 707740 707740 0 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1144131 1144131 0 0.0
bss 147371 147371 0 0.0
rodata 115640 115640 0 0.0
text 798772 798772 0 0.0
nrf52840dongle_nrf52840 (read/write) 1086991 1086991 0 0.0
bss 154348 154348 0 0.0
rodata 94220 94220 0 0.0
text 754094 754094 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1082018 1082018 0 0.0
bss 143026 143026 0 0.0
rodata 117684 117684 0 0.0
text 738240 738240 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1267498 1267498 0 0.0
bss 98796 98796 0 0.0
rodata 176544 176544 0 0.0
text 707740 707740 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1135927 1135927 0 0.0
bss 137870 137870 0 0.0
rodata 143708 143708 0 0.0
text 773362 773362 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1038466 1038466 0 0.0
bss 133755 133755 0 0.0
rodata 136108 136108 0 0.0
text 685522 685522 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1304614 1304614 0 0.0
bss 99878 99878 0 0.0
rodata 199784 199784 0 0.0
text 720516 720512 -4 -0.0
pump-app nrf52840dk_nrf52840 (read/write) 1089871 1089871 0 0.0
bss 136651 136651 0 0.0
rodata 118612 118612 0 0.0
text 753642 753642 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1075811 1075811 0 0.0
bss 136418 136418 0 0.0
rodata 115096 115096 0 0.0
text 743352 743352 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842056 842056 0 0.0
(read/write) 1749588 1749588 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188624 188624 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1238156 1238156 0 0.0
.debug_aranges 110768 110768 0 0.0
.debug_frame 371952 371952 0 0.0
.debug_info 27059808 27059810 2 0.0
.debug_line 3709695 3709695 0 0.0
.debug_loc 3624640 3624640 0 0.0
.debug_ranges 346584 346584 0 0.0
.debug_str 3453617 3453617 0 0.0
.heap 842056 842056 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 572204 572204 0 0.0
.symtab 422096 422096 0 0.0
.text 0 0 0 0.0
1549912 1549912 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1692116 1692116 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1230047 1230047 0 0.0
.debug_aranges 110240 110240 0 0.0
.debug_frame 375008 375008 0 0.0
.debug_info 26796606 26796607 1 0.0
.debug_line 3728600 3728600 0 0.0
.debug_loc 3612246 3612246 0 0.0
.debug_ranges 345200 345200 0 0.0
.debug_str 3442629 3442629 0 0.0
.heap 842784 842784 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536293 536293 0 0.0
.symtab 408528 408528 0 0.0
.text 1493168 1493168 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1610332 1610332 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1064846 1064846 0 0.0
.debug_aranges 102440 102440 0 0.0
.debug_frame 345344 345344 0 0.0
.debug_info 22259220 22259221 1 0.0
.debug_line 3295709 3295709 0 0.0
.debug_loc 3310168 3310168 0 0.0
.debug_ranges 309336 309336 0 0.0
.debug_str 3248215 3248215 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472618 472618 0 0.0
.symtab 376896 376896 0 0.0
.text 1419576 1419576 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1644268 1644268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1066756 1066756 0 0.0
.debug_aranges 102824 102824 0 0.0
.debug_frame 347140 347140 0 0.0
.debug_info 22477606 22477607 1 0.0
.debug_line 3295603 3295603 0 0.0
.debug_loc 3331600 3331600 0 0.0
.debug_ranges 311192 311192 0 0.0
.debug_str 3264053 3264053 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 475335 475335 0 0.0
.symtab 378896 378896 0 0.0
.text 1448520 1448520 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151236 1151236 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 598336 598336 0 0.0
lock-app qpg6105+debug (read/write) 1117532 1117540 8 0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 564628 564636 8 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1071524 1071524 0 0.0
bss 98856 98856 0 0.0
text 726246 726244 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010824 1010824 0 0.0
bss 98080 98080 0 0.0
text 691408 691408 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932280 932280 0 0.0
bss 90320 90320 0 0.0
text 638032 638032 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010248 1010248 0 0.0
bss 98380 98380 0 0.0
text 703808 703806 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945884 945884 0 0.0
bss 91276 91276 0 0.0
text 649288 649288 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935428 935428 0 0.0
bss 91712 91712 0 0.0
text 638718 638716 -2 -0.0

@github-actions
Copy link

github-actions bot commented Dec 22, 2022

PR #24148: Size comparison from 20cd80f to a5ec69a

Increases (8 builds for bl602, bl702, cc13x2_26x2, nrfconnect, psoc6, qpg, telink)
platform target config section 20cd80f a5ec69a change % change
bl602 lighting-app bl602 .text 1039190 1039192 2 0.0
bl602+rpc (read/write) 1402218 1402226 8 0.0
.text 1070614 1070618 4 0.0
bl702 lighting-app bl702 .debug_info 39187934 39187935 1 0.0
.text 956882 956884 2 0.0
cc13x2_26x2 pump-app LP_CC2652R7 (read only) 690431 690439 8 0.0
.text 598916 598924 8 0.0
nrfconnect pump-controller-app nrf52840dk_nrf52840 text 743348 743352 4 0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 22478109 22478110 1 0.0
qpg lock-app qpg6105+debug (read/write) 1117532 1117540 8 0.0
.text 564628 564636 8 0.0
telink all-clusters-minimal-app tlsr9518adk80d (read/write) 1010824 1010832 8 0.0
text 691406 691410 4 0.0
Decreases (7 builds for cc13x2_26x2, cyw30739, nrfconnect, psoc6, telink)
platform target config section 20cd80f a5ec69a change % change
cc13x2_26x2 pump-app LP_CC2652R7 (read/write) 159312 159304 -8 -0.0
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551862 551854 -8 -0.0
.app_xip_area 433704 433696 -8 -0.0
nrfconnect light-switch-app nrf52840dk_nrf52840 text 760836 760832 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27060313 27060312 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26797110 26797109 -1 -0.0
light cy8ckit_062s2_43012 .debug_info 22259724 22259723 -1 -0.0
telink ota-requestor-app tlsr9518adk80d text 649288 649286 -2 -0.0
Full report (68 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 20cd80f a5ec69a change % change
bl602 lighting-app bl602 (read/write) 1356434 1356434 0 0.0
.bss 86977 86977 0 0.0
.data 9984 9984 0 0.0
.text 1039190 1039192 2 0.0
bl602+rpc (read/write) 1402218 1402226 8 0.0
.bss 95017 95017 0 0.0
.data 10384 10384 0 0.0
.text 1070614 1070618 4 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196351 1196351 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67102 67102 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1529044 1529044 0 0.0
.debug_aranges 132568 132568 0 0.0
.debug_frame 486476 486476 0 0.0
.debug_info 39187934 39187935 1 0.0
.debug_line 5150433 5150433 0 0.0
.debug_loc 3381394 3381394 0 0.0
.debug_ranges 363816 363816 0 0.0
.debug_str 3483437 3483437 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116400 116400 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569377 569377 0 0.0
.symtab 172160 172160 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956882 956884 2 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284827 1284827 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75118 75118 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1676376 1676376 0 0.0
.debug_aranges 140688 140688 0 0.0
.debug_frame 513896 513896 0 0.0
.debug_info 43480353 43480353 0 0.0
.debug_line 5539882 5539882 0 0.0
.debug_loc 3576086 3576086 0 0.0
.debug_ranges 387352 387352 0 0.0
.debug_str 3885835 3885835 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130144 130144 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629661 629661 0 0.0
.symtab 190336 190336 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030862 1030862 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679867 679867 0 0.0
(read/write) 171580 171580 0 0.0
.bss 81140 81140 0 0.0
.data 3380 3380 0 0.0
.rodata 89995 89995 0 0.0
.text 589560 589560 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644139 644139 0 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 79139 79139 0 0.0
.text 564680 564680 0 0.0
lock-ftd LP_CC2652R7 (read only) 677399 677399 0 0.0
(read/write) 171608 171608 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 77415 77415 0 0.0
.text 599504 599504 0 0.0
lock-mtd LP_CC2652R7 (read only) 662203 662203 0 0.0
(read/write) 182068 182068 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 103507 103507 0 0.0
.text 558216 558216 0 0.0
pump-app LP_CC2652R7 (read only) 690431 690439 8 0.0
(read/write) 159312 159304 -8 -0.0
.bss 78756 78756 0 0.0
.data 3296 3296 0 0.0
.rodata 91031 91031 0 0.0
.text 598916 598924 8 0.0
pump-controller-app LP_CC2652R7 (read only) 674363 674363 0 0.0
(read/write) 175484 175484 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86587 86587 0 0.0
.text 587296 587296 0 0.0
shell LP_CC2652R7 (read only) 671090 671090 0 0.0
(read/write) 182684 182684 0 0.0
.bss 83468 83468 0 0.0
.data 3376 3376 0 0.0
.rodata 86738 86738 0 0.0
.text 584036 584036 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588482 588482 0 0.0
.app_xip_area 464828 464828 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592294 592294 0 0.0
.app_xip_area 463344 463344 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551862 551854 -8 -0.0
.app_xip_area 433704 433696 -8 -0.0
.bss 60656 60656 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976468 976468 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 822108 822108 0 0.0
BRD4161A+rs911x (read/write) 1038920 1038920 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 850240 850240 0 0.0
BRD4187C (read/write) 1149948 1149948 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 984268 984268 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069136 1069136 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 908908 908908 0 0.0
window-app BRD4187C (read/write) 1142592 1142592 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 975472 975472 0 0.0
esp32 all-clusters-app c3devkit (read only) 1219464 1219464 0 0.0
(read/write) 1790954 1790954 0 0.0
.dram0.bss 76912 76912 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248392 248392 0 0.0
.flash.text 1219464 1219464 0 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233407 1233407 0 0.0
(read/write) 564187 564187 0 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314180 314180 0 0.0
.flash.text 1228023 1228023 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662716 662716 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 564468 564468 0 0.0
light k32w0+release (read/write) 673400 673400 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 593788 593788 0 0.0
lock k32w0+release (read/write) 634228 634228 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 553836 553836 0 0.0
linux all-clusters-app debug (read only) 3114473 3114473 0 0.0
(read/write) 158600 158600 0 0.0
.bss 62464 62464 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87240 87240 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281611 281611 0 0.0
.text 2648178 2648178 0 0.0
all-clusters-minimal-app debug (read only) 2938137 2938137 0 0.0
(read/write) 150000 150000 0 0.0
.bss 61664 61664 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79608 79608 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 281035 281035 0 0.0
.text 2475458 2475458 0 0.0
bridge-app debug (read only) 2475961 2475961 0 0.0
(read/write) 131344 131344 0 0.0
.bss 51488 51488 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 69992 69992 0 0.0
.dynamic 608 608 0 0.0
.got 4576 4576 0 0.0
.init 27 27 0 0.0
.init_array 840 840 0 0.0
.rodata 211808 211808 0 0.0
.text 2094274 2094274 0 0.0
chip-tool debug (read only) 11182713 11182713 0 0.0
(read/write) 646808 646808 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 611568 611568 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 605029 605029 0 0.0
.text 9078820 9078820 0 0.0
chip-tool-ipv6only arm64 (read only) 10595932 10595932 0 0.0
(read/write) 695928 695928 0 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 640376 640376 0 0.0
.dynamic 560 560 0 0.0
.got 13832 13832 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 535180 535180 0 0.0
.text 8412948 8412948 0 0.0
lighting-app debug+rpc (read only) 2664337 2664337 0 0.0
(read/write) 132488 132488 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 74024 74024 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228224 228224 0 0.0
.text 2259362 2259362 0 0.0
lock-app debug (read only) 2623401 2623401 0 0.0
(read/write) 127472 127472 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70936 70936 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244488 244488 0 0.0
.text 2207010 2207010 0 0.0
ota-provider-app debug (read only) 2190057 2190057 0 0.0
(read/write) 105608 105608 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51864 51864 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 195336 195336 0 0.0
.text 1855010 1855010 0 0.0
ota-requestor-app debug (read only) 2358841 2358841 0 0.0
(read/write) 113952 113952 0 0.0
.bss 49088 49088 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57208 57208 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202512 202512 0 0.0
.text 2007426 2007426 0 0.0
shell debug (read only) 2646945 2646945 0 0.0
(read/write) 143064 143064 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78136 78136 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239858 239858 0 0.0
.text 2247378 2247378 0 0.0
thermostat-no-ble arm64 (read only) 2478044 2478044 0 0.0
(read/write) 145016 145016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78640 78640 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149560 149560 0 0.0
.text 2067888 2067888 0 0.0
tv-app debug (read only) 3286737 3286737 0 0.0
(read/write) 262312 262312 0 0.0
.bss 170808 170808 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80544 80544 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268856 268856 0 0.0
.text 2823554 2823554 0 0.0
tv-casting-app debug (read only) 5645937 5645937 0 0.0
(read/write) 162672 162672 0 0.0
.bss 52184 52184 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101960 101960 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 359321 359321 0 0.0
.text 5009026 5009026 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2542924 2542924 0 0.0
.bss 222648 222648 0 0.0
.data 5592 5592 0 0.0
.text 1505540 1505540 0 0.0
all-clusters-minimal-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2491312 2491312 0 0.0
.bss 221920 221920 0 0.0
.data 5568 5568 0 0.0
.text 1453908 1453908 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2477868 2477868 0 0.0
.bss 216628 216628 0 0.0
.data 5848 5848 0 0.0
.text 1440484 1440484 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463832 2463832 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1426476 1426476 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2425636 2425636 0 0.0
.bss 214944 214944 0 0.0
.data 5752 5752 0 0.0
.text 1388252 1388252 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190987 1190987 0 0.0
bss 145205 145205 0 0.0
rodata 144544 144544 0 0.0
text 820118 820118 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1361250 1361250 0 0.0
bss 105144 105144 0 0.0
rodata 211640 211640 0 0.0
text 759962 759962 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136647 1136647 0 0.0
bss 144440 144440 0 0.0
rodata 120860 120860 0 0.0
text 790290 790290 0 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1099159 1099159 0 0.0
bss 136822 136822 0 0.0
rodata 120524 120524 0 0.0
text 760836 760832 -4 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1267502 1267502 0 0.0
bss 98796 98796 0 0.0
rodata 176548 176548 0 0.0
text 707740 707740 0 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1144131 1144131 0 0.0
bss 147371 147371 0 0.0
rodata 115640 115640 0 0.0
text 798772 798772 0 0.0
nrf52840dongle_nrf52840 (read/write) 1086995 1086995 0 0.0
bss 154348 154348 0 0.0
rodata 94224 94224 0 0.0
text 754094 754094 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1082018 1082018 0 0.0
bss 143026 143026 0 0.0
rodata 117684 117684 0 0.0
text 738240 738240 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1267502 1267502 0 0.0
bss 98796 98796 0 0.0
rodata 176548 176548 0 0.0
text 707740 707740 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1135927 1135927 0 0.0
bss 137870 137870 0 0.0
rodata 143708 143708 0 0.0
text 773362 773362 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1038470 1038470 0 0.0
bss 133755 133755 0 0.0
rodata 136112 136112 0 0.0
text 685522 685522 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1304618 1304618 0 0.0
bss 99878 99878 0 0.0
rodata 199788 199788 0 0.0
text 720516 720516 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1089875 1089875 0 0.0
bss 136651 136651 0 0.0
rodata 118616 118616 0 0.0
text 753642 753642 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1075811 1075811 0 0.0
bss 136418 136418 0 0.0
rodata 115096 115096 0 0.0
text 743348 743352 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842056 842056 0 0.0
(read/write) 1749660 1749660 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188624 188624 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1238156 1238156 0 0.0
.debug_aranges 110768 110768 0 0.0
.debug_frame 371952 371952 0 0.0
.debug_info 27060313 27060312 -1 -0.0
.debug_line 3709704 3709704 0 0.0
.debug_loc 3624768 3624768 0 0.0
.debug_ranges 346584 346584 0 0.0
.debug_str 3453864 3453864 0 0.0
.heap 842056 842056 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 572205 572205 0 0.0
.symtab 422128 422128 0 0.0
.text 0 0 0 0.0
1549984 1549984 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1692188 1692188 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1230047 1230047 0 0.0
.debug_aranges 110240 110240 0 0.0
.debug_frame 375008 375008 0 0.0
.debug_info 26797110 26797109 -1 -0.0
.debug_line 3728609 3728609 0 0.0
.debug_loc 3612374 3612374 0 0.0
.debug_ranges 345200 345200 0 0.0
.debug_str 3442876 3442876 0 0.0
.heap 842784 842784 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536294 536294 0 0.0
.symtab 408560 408560 0 0.0
.text 1493240 1493240 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1610404 1610404 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1064846 1064846 0 0.0
.debug_aranges 102440 102440 0 0.0
.debug_frame 345344 345344 0 0.0
.debug_info 22259724 22259723 -1 -0.0
.debug_line 3295718 3295718 0 0.0
.debug_loc 3310296 3310296 0 0.0
.debug_ranges 309336 309336 0 0.0
.debug_str 3248462 3248462 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472619 472619 0 0.0
.symtab 376928 376928 0 0.0
.text 1419648 1419648 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1644356 1644356 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1066756 1066756 0 0.0
.debug_aranges 102824 102824 0 0.0
.debug_frame 347140 347140 0 0.0
.debug_info 22478109 22478110 1 0.0
.debug_line 3295612 3295612 0 0.0
.debug_loc 3331728 3331728 0 0.0
.debug_ranges 311192 311192 0 0.0
.debug_str 3264300 3264300 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 475336 475336 0 0.0
.symtab 378928 378928 0 0.0
.text 1448608 1448608 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151236 1151236 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 598336 598336 0 0.0
lock-app qpg6105+debug (read/write) 1117532 1117540 8 0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 564628 564636 8 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1071524 1071524 0 0.0
bss 98856 98856 0 0.0
text 726246 726246 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010824 1010832 8 0.0
bss 98080 98080 0 0.0
text 691406 691410 4 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932280 932280 0 0.0
bss 90320 90320 0 0.0
text 638032 638032 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1010248 1010248 0 0.0
bss 98380 98380 0 0.0
text 703808 703808 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945884 945884 0 0.0
bss 91276 91276 0 0.0
text 649288 649286 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 935428 935428 0 0.0
bss 91712 91712 0 0.0
text 638716 638716 0 0.0

@github-actions
Copy link

github-actions bot commented Jan 4, 2023

PR #24148: Size comparison from 45986a3 to 77bc424

Increases (10 builds for bl702, nrfconnect, psoc6, telink)
platform target config section 45986a3 77bc424 change % change
bl702 lighting-app bl702+rpc .debug_info 43480285 43480286 1 0.0
.text 1030860 1030862 2 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 815336 815340 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27060923 27060924 1 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26797722 26797723 1 0.0
light cy8ckit_062s2_43012 .debug_info 22260257 22260258 1 0.0
lock cy8ckit_062s2_43012 .debug_info 22478647 22478648 1 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 689764 689768 4 0.0
light-switch-app tlsr9518adk80d text 636372 636374 2 0.0
lighting-app tlsr9518adk80d text 702150 702152 2 0.0
ota-requestor-app tlsr9518adk80d text 647630 647632 2 0.0
Decreases (6 builds for esp32, nrfconnect, qpg, telink)
platform target config section 45986a3 77bc424 change % change
esp32 all-clusters-app c3devkit (read/write) 1791050 1791034 -16 -0.0
.flash.rodata 248488 248472 -16 -0.0
m5stack (read/write) 564267 564263 -4 -0.0
.flash.rodata 314260 314256 -4 -0.0
nrfconnect lock-app nrf5340dk_nrf5340_cpuapp (read/write) 1025518 1025502 -16 -0.0
text 680504 680500 -4 -0.0
qpg lighting-app qpg6105+debug (read/write) 1151220 1151212 -8 -0.0
.text 598320 598312 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1068540 1068532 -8 -0.0
text 724610 724608 -2 -0.0
thermostat tlsr9518adk80d text 637076 637074 -2 -0.0
Full report (61 builds for bl602, bl702, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 45986a3 77bc424 change % change
bl602 lighting-app bl602 (read/write) 1356450 1356450 0 0.0
.bss 86977 86977 0 0.0
.data 9984 9984 0 0.0
.text 1039208 1039208 0 0.0
bl602+rpc (read/write) 1402234 1402234 0 0.0
.bss 95017 95017 0 0.0
.data 10384 10384 0 0.0
.text 1070632 1070632 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1196351 1196351 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67102 67102 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1528937 1528937 0 0.0
.debug_aranges 132568 132568 0 0.0
.debug_frame 486476 486476 0 0.0
.debug_info 39187906 39187906 0 0.0
.debug_line 5162847 5162847 0 0.0
.debug_loc 3381381 3381381 0 0.0
.debug_ranges 363816 363816 0 0.0
.debug_str 3485937 3485937 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116400 116400 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569755 569755 0 0.0
.symtab 172160 172160 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956884 956884 0 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284827 1284827 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75118 75118 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1676247 1676247 0 0.0
.debug_aranges 140688 140688 0 0.0
.debug_frame 513896 513896 0 0.0
.debug_info 43480285 43480286 1 0.0
.debug_line 5552342 5552342 0 0.0
.debug_loc 3576085 3576085 0 0.0
.debug_ranges 387352 387352 0 0.0
.debug_str 3888335 3888335 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130144 130144 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 630039 630039 0 0.0
.symtab 190336 190336 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030860 1030862 2 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588482 588482 0 0.0
.app_xip_area 464828 464828 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592310 592310 0 0.0
.app_xip_area 463360 463360 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551862 551862 0 0.0
.app_xip_area 433704 433704 0 0.0
.bss 60656 60656 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976452 976452 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 822092 822092 0 0.0
BRD4161A+rs911x (read/write) 1039056 1039056 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 850376 850376 0 0.0
BRD4187C (read/write) 1149924 1149924 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 984244 984244 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069168 1069168 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 908940 908940 0 0.0
window-app BRD4187C (read/write) 1142568 1142568 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 975448 975448 0 0.0
esp32 all-clusters-app c3devkit (read only) 1219518 1219518 0 0.0
(read/write) 1791050 1791034 -16 -0.0
.dram0.bss 76912 76912 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248488 248472 -16 -0.0
.flash.text 1219518 1219518 0 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233447 1233447 0 0.0
(read/write) 564267 564263 -4 -0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314260 314256 -4 -0.0
.flash.text 1228063 1228063 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662716 662716 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 564468 564468 0 0.0
light k32w0+release (read/write) 673400 673400 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 593788 593788 0 0.0
lock k32w0+release (read/write) 634244 634244 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 553852 553852 0 0.0
linux all-clusters-app debug (read only) 3114873 3114873 0 0.0
(read/write) 158600 158600 0 0.0
.bss 62464 62464 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87240 87240 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281707 281707 0 0.0
.text 2648482 2648482 0 0.0
all-clusters-minimal-app debug (read only) 2938473 2938473 0 0.0
(read/write) 150000 150000 0 0.0
.bss 61664 61664 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79608 79608 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 281131 281131 0 0.0
.text 2475698 2475698 0 0.0
bridge-app debug (read only) 2497545 2497545 0 0.0
(read/write) 133120 133120 0 0.0
.bss 52544 52544 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 70696 70696 0 0.0
.dynamic 608 608 0 0.0
.got 4600 4600 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 212416 212416 0 0.0
.text 2113346 2113346 0 0.0
chip-tool debug (read only) 11141865 11141865 0 0.0
(read/write) 646808 646808 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 611568 611568 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 605669 605669 0 0.0
.text 9037332 9037332 0 0.0
chip-tool-ipv6only arm64 (read only) 10555980 10555980 0 0.0
(read/write) 695928 695928 0 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 640376 640376 0 0.0
.dynamic 560 560 0 0.0
.got 13832 13832 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 535388 535388 0 0.0
.text 8372788 8372788 0 0.0
lighting-app debug+rpc (read only) 2664673 2664673 0 0.0
(read/write) 132488 132488 0 0.0
.bss 49984 49984 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 74024 74024 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228320 228320 0 0.0
.text 2259602 2259602 0 0.0
lock-app debug (read only) 2623801 2623801 0 0.0
(read/write) 127472 127472 0 0.0
.bss 48416 48416 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70936 70936 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244584 244584 0 0.0
.text 2207314 2207314 0 0.0
ota-provider-app debug (read only) 2197689 2197689 0 0.0
(read/write) 105904 105904 0 0.0
.bss 46592 46592 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 52120 52120 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 195880 195880 0 0.0
.text 1861906 1861906 0 0.0
ota-requestor-app debug (read only) 2359177 2359177 0 0.0
(read/write) 113952 113952 0 0.0
.bss 49088 49088 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57208 57208 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202608 202608 0 0.0
.text 2007666 2007666 0 0.0
shell debug (read only) 2647329 2647329 0 0.0
(read/write) 143064 143064 0 0.0
.bss 57864 57864 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78136 78136 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239954 239954 0 0.0
.text 2247666 2247666 0 0.0
thermostat-no-ble arm64 (read only) 2478508 2478508 0 0.0
(read/write) 145016 145016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78640 78640 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149656 149656 0 0.0
.text 2068256 2068256 0 0.0
tv-app debug (read only) 3287089 3287089 0 0.0
(read/write) 262312 262312 0 0.0
.bss 170808 170808 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80544 80544 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268952 268952 0 0.0
.text 2823810 2823810 0 0.0
tv-casting-app debug (read only) 5602721 5602721 0 0.0
(read/write) 162672 162672 0 0.0
.bss 52184 52184 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101960 101960 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 360153 360153 0 0.0
.text 4964978 4964978 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2543076 2543076 0 0.0
.bss 222648 222648 0 0.0
.data 5592 5592 0 0.0
.text 1505692 1505692 0 0.0
all-clusters-minimal-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2491464 2491464 0 0.0
.bss 221920 221920 0 0.0
.data 5568 5568 0 0.0
.text 1454060 1454060 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2477956 2477956 0 0.0
.bss 216628 216628 0 0.0
.data 5848 5848 0 0.0
.text 1440572 1440572 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463984 2463984 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1426628 1426628 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2425788 2425788 0 0.0
.bss 214944 214944 0 0.0
.data 5752 5752 0 0.0
.text 1388404 1388404 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1178555 1178555 0 0.0
bss 145193 145193 0 0.0
rodata 136896 136896 0 0.0
text 815336 815340 4 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1349198 1349198 0 0.0
bss 105132 105132 0 0.0
rodata 204292 204292 0 0.0
text 755250 755250 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1124203 1124203 0 0.0
bss 144428 144428 0 0.0
rodata 113216 113216 0 0.0
text 785496 785496 0 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1086527 1086527 0 0.0
bss 136810 136810 0 0.0
rodata 112900 112900 0 0.0
text 755814 755814 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1255434 1255434 0 0.0
bss 98784 98784 0 0.0
rodata 169200 169200 0 0.0
text 703012 703012 0 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1131263 1131263 0 0.0
bss 147359 147359 0 0.0
rodata 107860 107860 0 0.0
text 793686 793686 0 0.0
nrf52840dongle_nrf52840 (read/write) 1074395 1074395 0 0.0
bss 154336 154336 0 0.0
rodata 86504 86504 0 0.0
text 749222 749222 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1069222 1069222 0 0.0
bss 143014 143014 0 0.0
rodata 109944 109944 0 0.0
text 733186 733186 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1255434 1255434 0 0.0
bss 98784 98784 0 0.0
rodata 169200 169200 0 0.0
text 703012 703012 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1122955 1122955 0 0.0
bss 137858 137858 0 0.0
rodata 135776 135776 0 0.0
text 768326 768326 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1025518 1025502 -16 -0.0
bss 133743 133743 0 0.0
rodata 128168 128168 0 0.0
text 680504 680500 -4 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1292166 1292166 0 0.0
bss 99866 99866 0 0.0
rodata 192136 192136 0 0.0
text 715774 715774 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1077755 1077755 0 0.0
bss 136639 136639 0 0.0
rodata 111312 111312 0 0.0
text 748818 748818 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1063675 1063675 0 0.0
bss 136406 136406 0 0.0
rodata 107792 107792 0 0.0
text 738528 738528 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842056 842056 0 0.0
(read/write) 1749796 1749796 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188624 188624 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1238094 1238094 0 0.0
.debug_aranges 110768 110768 0 0.0
.debug_frame 371956 371956 0 0.0
.debug_info 27060923 27060924 1 0.0
.debug_line 3720449 3720449 0 0.0
.debug_loc 3625015 3625015 0 0.0
.debug_ranges 346592 346592 0 0.0
.debug_str 3456750 3456750 0 0.0
.heap 842056 842056 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 572583 572583 0 0.0
.symtab 422128 422128 0 0.0
.text 0 0 0 0.0
1550120 1550120 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1692324 1692324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1229985 1229985 0 0.0
.debug_aranges 110240 110240 0 0.0
.debug_frame 375012 375012 0 0.0
.debug_info 26797722 26797723 1 0.0
.debug_line 3739347 3739347 0 0.0
.debug_loc 3612621 3612621 0 0.0
.debug_ranges 345208 345208 0 0.0
.debug_str 3445762 3445762 0 0.0
.heap 842784 842784 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536672 536672 0 0.0
.symtab 408560 408560 0 0.0
.text 1493376 1493376 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1610540 1610540 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1064762 1064762 0 0.0
.debug_aranges 102440 102440 0 0.0
.debug_frame 345344 345344 0 0.0
.debug_info 22260257 22260258 1 0.0
.debug_line 3304372 3304372 0 0.0
.debug_loc 3310483 3310483 0 0.0
.debug_ranges 309344 309344 0 0.0
.debug_str 3251348 3251348 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472997 472997 0 0.0
.symtab 376928 376928 0 0.0
.text 1419784 1419784 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1644476 1644476 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1066580 1066580 0 0.0
.debug_aranges 102824 102824 0 0.0
.debug_frame 347144 347144 0 0.0
.debug_info 22478647 22478648 1 0.0
.debug_line 3305483 3305483 0 0.0
.debug_loc 3331990 3331990 0 0.0
.debug_ranges 311200 311200 0 0.0
.debug_str 3267186 3267186 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 475714 475714 0 0.0
.symtab 378928 378928 0 0.0
.text 1448728 1448728 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151220 1151212 -8 -0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 598320 598312 -8 -0.0
lock-app qpg6105+debug (read/write) 1117540 1117540 0 0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 564636 564636 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1068540 1068532 -8 -0.0
bss 97632 97632 0 0.0
text 724610 724608 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1007832 1007832 0 0.0
bss 96856 96856 0 0.0
text 689764 689768 4 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929280 929280 0 0.0
bss 89104 89104 0 0.0
text 636372 636374 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1007240 1007240 0 0.0
bss 97156 97156 0 0.0
text 702150 702152 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 942876 942876 0 0.0
bss 90052 90052 0 0.0
text 647630 647632 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932444 932444 0 0.0
bss 90496 90496 0 0.0
text 637076 637074 -2 -0.0

@github-actions
Copy link

github-actions bot commented Jan 4, 2023

PR #24148: Size comparison from 926fefe to 5ec7470

Increases (6 builds for cc13x2_26x2, cyw30739, nrfconnect, psoc6, qpg)
platform target config section 926fefe 5ec7470e change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 677023 677031 8 0.0
.text 599128 599136 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588138 588146 8 0.0
.app_xip_area 464484 464492 8 0.0
nrfconnect lighting-app nrf52840dongle_nrf52840 text 744054 744058 4 0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26829864 26829865 1 0.0
light cy8ckit_062s2_43012 .debug_info 22286944 22286945 1 0.0
qpg lighting-app qpg6105+debug (read/write) 1150860 1150868 8 0.0
.text 597960 597968 8 0.0
Decreases (4 builds for bl702, cc13x2_26x2, telink)
platform target config section 926fefe 5ec7470e change % change
bl702 lighting-app bl702+rpc .debug_info 44095838 44095837 -1 -0.0
.text 1032680 1032678 -2 -0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 171984 171976 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1068540 1068532 -8 -0.0
text 724610 724608 -2 -0.0
light-switch-app tlsr9518adk80d text 636374 636372 -2 -0.0
Full report (68 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 926fefe 5ec7470e change % change
bl602 lighting-app bl602 (read/write) 1343498 1343498 0 0.0
.bss 86510 86510 0 0.0
.data 9584 9584 0 0.0
.text 1021038 1021038 0 0.0
bl602+rpc (read/write) 1388946 1388946 0 0.0
.bss 94550 94550 0 0.0
.data 9976 9976 0 0.0
.text 1051988 1051988 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1194831 1194831 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 66590 66590 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1532737 1532737 0 0.0
.debug_aranges 132536 132536 0 0.0
.debug_frame 486548 486548 0 0.0
.debug_info 39728933 39728933 0 0.0
.debug_line 5207996 5207996 0 0.0
.debug_loc 3387365 3387365 0 0.0
.debug_ranges 363760 363760 0 0.0
.debug_str 3503453 3503453 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116400 116400 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569359 569359 0 0.0
.symtab 172000 172000 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955880 955880 0 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1286883 1286883 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 74622 74622 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4600 4600 0 0.0
.debug_abbrev 1680687 1680687 0 0.0
.debug_aranges 140664 140664 0 0.0
.debug_frame 514080 514080 0 0.0
.debug_info 44095838 44095837 -1 -0.0
.debug_line 5604529 5604529 0 0.0
.debug_loc 3582629 3582629 0 0.0
.debug_ranges 387368 387368 0 0.0
.debug_str 3905988 3905988 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130848 130848 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629948 629948 0 0.0
.symtab 190336 190336 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1032680 1032678 -2 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679827 679827 0 0.0
(read/write) 171620 171620 0 0.0
.bss 81140 81140 0 0.0
.data 3380 3380 0 0.0
.rodata 89995 89995 0 0.0
.text 589520 589520 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 644083 644083 0 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 79139 79139 0 0.0
.text 564624 564624 0 0.0
lock-ftd LP_CC2652R7 (read only) 677023 677031 8 0.0
(read/write) 171984 171976 -8 -0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 77415 77415 0 0.0
.text 599128 599136 8 0.0
lock-mtd LP_CC2652R7 (read only) 662147 662147 0 0.0
(read/write) 182124 182124 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 103507 103507 0 0.0
.text 558160 558160 0 0.0
pump-app LP_CC2652R7 (read only) 690055 690055 0 0.0
(read/write) 159688 159688 0 0.0
.bss 78756 78756 0 0.0
.data 3296 3296 0 0.0
.rodata 91031 91031 0 0.0
.text 598540 598540 0 0.0
pump-controller-app LP_CC2652R7 (read only) 673979 673979 0 0.0
(read/write) 175868 175868 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86587 86587 0 0.0
.text 586912 586912 0 0.0
shell LP_CC2652R7 (read only) 671050 671050 0 0.0
(read/write) 182724 182724 0 0.0
.bss 83468 83468 0 0.0
.data 3376 3376 0 0.0
.rodata 86738 86738 0 0.0
.text 583996 583996 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588138 588146 8 0.0
.app_xip_area 464484 464492 8 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 591974 591974 0 0.0
.app_xip_area 463024 463024 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551830 551830 0 0.0
.app_xip_area 433664 433664 0 0.0
.bss 60664 60664 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976468 976468 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 822108 822108 0 0.0
BRD4161A+rs911x (read/write) 1039056 1039056 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 850376 850376 0 0.0
BRD4187C (read/write) 1149924 1149924 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 984244 984244 0 0.0
lock-app BRD4161A+wf200 (read/write) 1069168 1069168 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 908940 908940 0 0.0
window-app BRD4187C (read/write) 1142568 1142568 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 975448 975448 0 0.0
esp32 all-clusters-app c3devkit (read only) 1219520 1219520 0 0.0
(read/write) 1791050 1791050 0 0.0
.dram0.bss 76912 76912 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248488 248488 0 0.0
.flash.text 1219520 1219520 0 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233423 1233423 0 0.0
(read/write) 564263 564263 0 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314256 314256 0 0.0
.flash.text 1228039 1228039 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662652 662652 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 564404 564404 0 0.0
light k32w0+release (read/write) 673352 673352 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 593740 593740 0 0.0
lock k32w0+release (read/write) 634196 634196 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 553804 553804 0 0.0
linux all-clusters-app debug (read only) 3115481 3115481 0 0.0
(read/write) 158568 158568 0 0.0
.bss 62432 62432 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87240 87240 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281835 281835 0 0.0
.text 2648962 2648962 0 0.0
all-clusters-minimal-app debug (read only) 2938921 2938921 0 0.0
(read/write) 149968 149968 0 0.0
.bss 61632 61632 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79608 79608 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 281227 281227 0 0.0
.text 2476050 2476050 0 0.0
bridge-app debug (read only) 2497897 2497897 0 0.0
(read/write) 133088 133088 0 0.0
.bss 52512 52512 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 70696 70696 0 0.0
.dynamic 608 608 0 0.0
.got 4600 4600 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 212512 212512 0 0.0
.text 2113602 2113602 0 0.0
chip-tool debug (read only) 11149433 11149433 0 0.0
(read/write) 646776 646776 0 0.0
.bss 25880 25880 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 611568 611568 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 605925 605925 0 0.0
.text 9044644 9044644 0 0.0
chip-tool-ipv6only arm64 (read only) 10562316 10562316 0 0.0
(read/write) 696008 696008 0 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 640448 640448 0 0.0
.dynamic 560 560 0 0.0
.got 13832 13832 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 535580 535580 0 0.0
.text 8378852 8378852 0 0.0
lighting-app debug+rpc (read only) 2665153 2665153 0 0.0
(read/write) 132456 132456 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 74024 74024 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228448 228448 0 0.0
.text 2259954 2259954 0 0.0
lock-app debug (read only) 2624249 2624249 0 0.0
(read/write) 127440 127440 0 0.0
.bss 48384 48384 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70936 70936 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244680 244680 0 0.0
.text 2207666 2207666 0 0.0
ota-provider-app debug (read only) 2198169 2198169 0 0.0
(read/write) 105872 105872 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 52120 52120 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 196008 196008 0 0.0
.text 1862258 1862258 0 0.0
ota-requestor-app debug (read only) 2359753 2359753 0 0.0
(read/write) 113920 113920 0 0.0
.bss 49056 49056 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57208 57208 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202704 202704 0 0.0
.text 2008146 2008146 0 0.0
shell debug (read only) 2647809 2647809 0 0.0
(read/write) 143032 143032 0 0.0
.bss 57832 57832 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78136 78136 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 240050 240050 0 0.0
.text 2248050 2248050 0 0.0
thermostat-no-ble arm64 (read only) 2479276 2479276 0 0.0
(read/write) 145016 145016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78640 78640 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149704 149704 0 0.0
.text 2068976 2068976 0 0.0
tv-app debug (read only) 3287569 3287569 0 0.0
(read/write) 262280 262280 0 0.0
.bss 170776 170776 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80544 80544 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 269080 269080 0 0.0
.text 2824162 2824162 0 0.0
tv-casting-app debug (read only) 5610097 5610097 0 0.0
(read/write) 162640 162640 0 0.0
.bss 52152 52152 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101960 101960 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 360345 360345 0 0.0
.text 4972162 4972162 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2543076 2543076 0 0.0
.bss 222648 222648 0 0.0
.data 5592 5592 0 0.0
.text 1505692 1505692 0 0.0
all-clusters-minimal-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2491464 2491464 0 0.0
.bss 221920 221920 0 0.0
.data 5568 5568 0 0.0
.text 1454060 1454060 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2477972 2477972 0 0.0
.bss 216628 216628 0 0.0
.data 5848 5848 0 0.0
.text 1440588 1440588 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2464000 2464000 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1426644 1426644 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2425788 2425788 0 0.0
.bss 214944 214944 0 0.0
.data 5752 5752 0 0.0
.text 1388404 1388404 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1169987 1169987 0 0.0
bss 143621 143621 0 0.0
rodata 136368 136368 0 0.0
text 810132 810132 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1349118 1349118 0 0.0
bss 105132 105132 0 0.0
rodata 204292 204292 0 0.0
text 755184 755184 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1115615 1115615 0 0.0
bss 142856 142856 0 0.0
rodata 112684 112684 0 0.0
text 780288 780288 0 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1077899 1077899 0 0.0
bss 135238 135238 0 0.0
rodata 112368 112368 0 0.0
text 750564 750564 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1255370 1255370 0 0.0
bss 98784 98784 0 0.0
rodata 169200 169200 0 0.0
text 702946 702946 0 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1122603 1122603 0 0.0
bss 145803 145803 0 0.0
rodata 107360 107360 0 0.0
text 788354 788354 0 0.0
nrf52840dongle_nrf52840 (read/write) 1067199 1067199 0 0.0
bss 153988 153988 0 0.0
rodata 86012 86012 0 0.0
text 744054 744058 4 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1069158 1069158 0 0.0
bss 143014 143014 0 0.0
rodata 109944 109944 0 0.0
text 733120 733120 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1255370 1255370 0 0.0
bss 98784 98784 0 0.0
rodata 169200 169200 0 0.0
text 702946 702946 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1114207 1114207 0 0.0
bss 136286 136286 0 0.0
rodata 135244 135244 0 0.0
text 763076 763076 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1025454 1025454 0 0.0
bss 133743 133743 0 0.0
rodata 128168 128168 0 0.0
text 680438 680438 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1292102 1292102 0 0.0
bss 99866 99866 0 0.0
rodata 192136 192136 0 0.0
text 715708 715708 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1069147 1069147 0 0.0
bss 135067 135067 0 0.0
rodata 110784 110784 0 0.0
text 743568 743568 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1055067 1055067 0 0.0
bss 134834 134834 0 0.0
rodata 107264 107264 0 0.0
text 733278 733278 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842056 842056 0 0.0
(read/write) 1749796 1749796 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188624 188624 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1238094 1238094 0 0.0
.debug_aranges 110816 110816 0 0.0
.debug_frame 372184 372184 0 0.0
.debug_info 27093429 27093429 0 0.0
.debug_line 3722947 3722947 0 0.0
.debug_loc 3627724 3627724 0 0.0
.debug_ranges 346640 346640 0 0.0
.debug_str 3459098 3459098 0 0.0
.heap 842056 842056 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 572583 572583 0 0.0
.symtab 422128 422128 0 0.0
.text 0 0 0 0.0
1550120 1550120 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1692324 1692324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1229985 1229985 0 0.0
.debug_aranges 110288 110288 0 0.0
.debug_frame 375240 375240 0 0.0
.debug_info 26829864 26829865 1 0.0
.debug_line 3741845 3741845 0 0.0
.debug_loc 3615330 3615330 0 0.0
.debug_ranges 345256 345256 0 0.0
.debug_str 3448110 3448110 0 0.0
.heap 842784 842784 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536672 536672 0 0.0
.symtab 408560 408560 0 0.0
.text 1493376 1493376 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1610540 1610540 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1064762 1064762 0 0.0
.debug_aranges 102488 102488 0 0.0
.debug_frame 345572 345572 0 0.0
.debug_info 22286944 22286945 1 0.0
.debug_line 3306872 3306872 0 0.0
.debug_loc 3313221 3313221 0 0.0
.debug_ranges 309392 309392 0 0.0
.debug_str 3253696 3253696 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472997 472997 0 0.0
.symtab 376928 376928 0 0.0
.text 1419784 1419784 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1644476 1644476 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1066580 1066580 0 0.0
.debug_aranges 102872 102872 0 0.0
.debug_frame 347372 347372 0 0.0
.debug_info 22505301 22505301 0 0.0
.debug_line 3307985 3307985 0 0.0
.debug_loc 3334760 3334760 0 0.0
.debug_ranges 311248 311248 0 0.0
.debug_str 3269534 3269534 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 475714 475714 0 0.0
.symtab 378928 378928 0 0.0
.text 1448728 1448728 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1150860 1150868 8 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 597960 597968 8 0.0
lock-app qpg6105+debug (read/write) 1117468 1117468 0 0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 564564 564564 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1068540 1068532 -8 -0.0
bss 97632 97632 0 0.0
text 724610 724608 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1007832 1007832 0 0.0
bss 96856 96856 0 0.0
text 689764 689764 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929280 929280 0 0.0
bss 89104 89104 0 0.0
text 636374 636372 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1007240 1007240 0 0.0
bss 97156 97156 0 0.0
text 702150 702150 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 942876 942876 0 0.0
bss 90052 90052 0 0.0
text 647630 647630 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932444 932444 0 0.0
bss 90496 90496 0 0.0
text 637074 637074 0 0.0

@github-actions
Copy link

github-actions bot commented Jan 5, 2023

PR #24148: Size comparison from 260307b to e105cf3

Increases (8 builds for bl702, esp32, nrfconnect, psoc6, telink)
platform target config section 260307b e105cf3 change % change
bl702 lighting-app bl702+rpc .debug_info 44090297 44090299 2 0.0
.text 1033802 1033806 4 0.0
esp32 all-clusters-app c3devkit (read only) 1219576 1219578 2 0.0
.flash.text 1219576 1219578 2 0.0
nrfconnect pump-app nrf52840dk_nrf52840 (read/write) 1067883 1067899 16 0.0
text 742316 742320 4 0.0
pump-controller-app nrf52840dk_nrf52840 text 732026 732030 4 0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26815064 26815065 1 0.0
light cy8ckit_062s2_43012 .debug_info 22277406 22277407 1 0.0
telink light-switch-app tlsr9518adk80d text 636564 636566 2 0.0
thermostat tlsr9518adk80d text 637274 637276 2 0.0
Decreases (8 builds for bl602, nrfconnect, psoc6, qpg, telink)
platform target config section 260307b e105cf3 change % change
bl602 lighting-app bl602 (read/write) 1344626 1344618 -8 -0.0
.text 1022162 1022160 -2 -0.0
bl602+rpc (read/write) 1390074 1390066 -8 -0.0
.text 1053114 1053112 -2 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 753626 753622 -4 -0.0
lock-app nrf52840dk_nrf52840 text 761646 761642 -4 -0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 22496098 22496097 -1 -0.0
qpg lock-app qpg6105+debug (read/write) 1116044 1116036 -8 -0.0
.text 563140 563132 -8 -0.0
telink all-clusters-app tlsr9518adk80d text 724814 724812 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d text 689966 689964 -2 -0.0
Full report (68 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 260307b e105cf3 change % change
bl602 lighting-app bl602 (read/write) 1344626 1344618 -8 -0.0
.bss 86510 86510 0 0.0
.data 9584 9584 0 0.0
.text 1022162 1022160 -2 -0.0
bl602+rpc (read/write) 1390074 1390066 -8 -0.0
.bss 94550 94550 0 0.0
.data 9976 9976 0 0.0
.text 1053114 1053112 -2 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195951 1195951 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 66590 66590 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1534619 1534619 0 0.0
.debug_aranges 132536 132536 0 0.0
.debug_frame 486544 486544 0 0.0
.debug_info 39723331 39723331 0 0.0
.debug_line 5218349 5218349 0 0.0
.debug_loc 3391451 3391451 0 0.0
.debug_ranges 371816 371816 0 0.0
.debug_str 3503443 3503443 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 116400 116400 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569359 569359 0 0.0
.symtab 172000 172000 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
957004 957004 0 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1288003 1288003 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 74622 74622 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4600 4600 0 0.0
.debug_abbrev 1682744 1682744 0 0.0
.debug_aranges 140664 140664 0 0.0
.debug_frame 514076 514076 0 0.0
.debug_info 44090297 44090299 2 0.0
.debug_line 5614882 5614882 0 0.0
.debug_loc 3586745 3586745 0 0.0
.debug_ranges 395424 395424 0 0.0
.debug_str 3905978 3905978 0 0.0
.hbn 509 509 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 130848 130848 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629948 629948 0 0.0
.symtab 190336 190336 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1033802 1033806 4 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 678283 678283 0 0.0
(read/write) 173164 173164 0 0.0
.bss 81140 81140 0 0.0
.data 3380 3380 0 0.0
.rodata 89995 89995 0 0.0
.text 587976 587976 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642643 642643 0 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 79139 79139 0 0.0
.text 563184 563184 0 0.0
lock-ftd LP_CC2652R7 (read only) 675711 675711 0 0.0
(read/write) 173296 173296 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 77415 77415 0 0.0
.text 597816 597816 0 0.0
lock-mtd LP_CC2652R7 (read only) 660819 660819 0 0.0
(read/write) 183452 183452 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 103507 103507 0 0.0
.text 556832 556832 0 0.0
pump-app LP_CC2652R7 (read only) 689015 689015 0 0.0
(read/write) 160728 160728 0 0.0
.bss 78756 78756 0 0.0
.data 3268 3268 0 0.0
.rodata 91103 91103 0 0.0
.text 597428 597428 0 0.0
pump-controller-app LP_CC2652R7 (read only) 672811 672811 0 0.0
(read/write) 177036 177036 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86587 86587 0 0.0
.text 585744 585744 0 0.0
shell LP_CC2652R7 (read only) 669530 669530 0 0.0
(read/write) 184244 184244 0 0.0
.bss 83468 83468 0 0.0
.data 3376 3376 0 0.0
.rodata 86738 86738 0 0.0
.text 582476 582476 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586850 586850 0 0.0
.app_xip_area 463196 463196 0 0.0
.bss 66112 66112 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 590550 590550 0 0.0
.app_xip_area 461600 461600 0 0.0
.bss 71400 71400 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 550710 550710 0 0.0
.app_xip_area 432544 432544 0 0.0
.bss 60664 60664 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 975124 975124 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 820764 820764 0 0.0
BRD4161A+rs911x (read/write) 1038320 1038320 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 849640 849640 0 0.0
BRD4187C (read/write) 1149004 1149004 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 983324 983324 0 0.0
lock-app BRD4161A+wf200 (read/write) 1067840 1067840 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 907612 907612 0 0.0
window-app BRD4187C (read/write) 1141808 1141808 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 974688 974688 0 0.0
esp32 all-clusters-app c3devkit (read only) 1219576 1219578 2 0.0
(read/write) 1791050 1791050 0 0.0
.dram0.bss 76912 76912 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248488 248488 0 0.0
.flash.text 1219576 1219578 2 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233447 1233447 0 0.0
(read/write) 564267 564267 0 0.0
.dram0.bss 82064 82064 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314260 314260 0 0.0
.flash.text 1228063 1228063 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 661356 661356 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 563108 563108 0 0.0
light k32w0+release (read/write) 672216 672216 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 592604 592604 0 0.0
lock k32w0+release (read/write) 632884 632884 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 552492 552492 0 0.0
linux all-clusters-app debug (read only) 3113689 3113689 0 0.0
(read/write) 158568 158568 0 0.0
.bss 62432 62432 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87240 87240 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281835 281835 0 0.0
.text 2647170 2647170 0 0.0
all-clusters-minimal-app debug (read only) 2937113 2937113 0 0.0
(read/write) 149968 149968 0 0.0
.bss 61632 61632 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79608 79608 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 281195 281195 0 0.0
.text 2474274 2474274 0 0.0
bridge-app debug (read only) 2496537 2496537 0 0.0
(read/write) 133088 133088 0 0.0
.bss 52512 52512 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 70696 70696 0 0.0
.dynamic 608 608 0 0.0
.got 4600 4600 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 212480 212480 0 0.0
.text 2112274 2112274 0 0.0
chip-tool debug (read only) 11171537 11171537 0 0.0
(read/write) 646880 646880 0 0.0
.bss 25880 25880 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 611648 611648 0 0.0
.dynamic 608 608 0 0.0
.got 5192 5192 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 606693 606693 0 0.0
.text 9065668 9065668 0 0.0
chip-tool-ipv6only arm64 (read only) 10583356 10583356 0 0.0
(read/write) 696104 696104 0 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 640528 640528 0 0.0
.dynamic 560 560 0 0.0
.got 13840 13840 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 536156 536156 0 0.0
.text 8398740 8398740 0 0.0
lighting-app debug+rpc (read only) 2663713 2663713 0 0.0
(read/write) 132456 132456 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 74024 74024 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228448 228448 0 0.0
.text 2258514 2258514 0 0.0
lock-app debug (read only) 2622905 2622905 0 0.0
(read/write) 127440 127440 0 0.0
.bss 48384 48384 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70936 70936 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244680 244680 0 0.0
.text 2206322 2206322 0 0.0
ota-provider-app debug (read only) 2196793 2196793 0 0.0
(read/write) 105872 105872 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 52120 52120 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 196008 196008 0 0.0
.text 1860882 1860882 0 0.0
ota-requestor-app debug (read only) 2358249 2358249 0 0.0
(read/write) 113920 113920 0 0.0
.bss 49056 49056 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57208 57208 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202704 202704 0 0.0
.text 2006642 2006642 0 0.0
shell debug (read only) 2646337 2646337 0 0.0
(read/write) 143032 143032 0 0.0
.bss 57832 57832 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78136 78136 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 240050 240050 0 0.0
.text 2246578 2246578 0 0.0
thermostat-no-ble arm64 (read only) 2478452 2478452 0 0.0
(read/write) 145016 145016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78640 78640 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149712 149712 0 0.0
.text 2068144 2068144 0 0.0
tv-app debug (read only) 3285681 3285681 0 0.0
(read/write) 262280 262280 0 0.0
.bss 170776 170776 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80544 80544 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 269048 269048 0 0.0
.text 2822306 2822306 0 0.0
tv-casting-app debug (read only) 5627073 5627073 0 0.0
(read/write) 162640 162640 0 0.0
.bss 52152 52152 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101960 101960 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 361177 361177 0 0.0
.text 4988306 4988306 0 0.0
mbed all-clusters-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2541540 2541540 0 0.0
.bss 222648 222648 0 0.0
.data 5592 5592 0 0.0
.text 1504156 1504156 0 0.0
all-clusters-minimal-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2489992 2489992 0 0.0
.bss 221920 221920 0 0.0
.data 5568 5568 0 0.0
.text 1452588 1452588 0 0.0
lighting-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2476884 2476884 0 0.0
.bss 216628 216628 0 0.0
.data 5848 5848 0 0.0
.text 1439500 1439500 0 0.0
lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2462848 2462848 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1425492 1425492 0 0.0
shell CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2424764 2424764 0 0.0
.bss 214944 214944 0 0.0
.data 5752 5752 0 0.0
.text 1387380 1387380 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1168227 1168227 0 0.0
bss 143621 143621 0 0.0
rodata 136368 136368 0 0.0
text 808376 808376 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1347566 1347566 0 0.0
bss 105132 105132 0 0.0
rodata 204292 204292 0 0.0
text 753626 753622 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1113967 1113967 0 0.0
bss 142856 142856 0 0.0
rodata 112684 112684 0 0.0
text 778630 778630 0 0.0
light-switch-app nrf52840dk_nrf52840 (read/write) 1076507 1076507 0 0.0
bss 135238 135238 0 0.0
rodata 112368 112368 0 0.0
text 749166 749166 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1254074 1254074 0 0.0
bss 98784 98784 0 0.0
rodata 169200 169200 0 0.0
text 701654 701654 0 0.0
lighting-app nrf52840dk_nrf52840+rpc (read/write) 1121243 1121243 0 0.0
bss 145803 145803 0 0.0
rodata 107360 107360 0 0.0
text 787000 787000 0 0.0
nrf52840dongle_nrf52840 (read/write) 1065983 1065983 0 0.0
bss 153988 153988 0 0.0
rodata 86012 86012 0 0.0
text 742852 742852 0 0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1067846 1067846 0 0.0
bss 143014 143014 0 0.0
rodata 109944 109944 0 0.0
text 731798 731798 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1254074 1254074 0 0.0
bss 98784 98784 0 0.0
rodata 169200 169200 0 0.0
text 701654 701654 0 0.0
lock-app nrf52840dk_nrf52840 (read/write) 1112767 1112767 0 0.0
bss 136286 136286 0 0.0
rodata 135244 135244 0 0.0
text 761646 761642 -4 -0.0
nrf5340dk_nrf5340_cpuapp (read/write) 1024014 1024014 0 0.0
bss 133743 133743 0 0.0
rodata 128168 128168 0 0.0
text 679008 679008 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1290774 1290774 0 0.0
bss 99866 99866 0 0.0
rodata 192136 192136 0 0.0
text 714384 714384 0 0.0
pump-app nrf52840dk_nrf52840 (read/write) 1067883 1067899 16 0.0
bss 135067 135067 0 0.0
rodata 110784 110784 0 0.0
text 742316 742320 4 0.0
pump-controller-app nrf52840dk_nrf52840 (read/write) 1053819 1053819 0 0.0
bss 134834 134834 0 0.0
rodata 107264 107264 0 0.0
text 732026 732030 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842056 842056 0 0.0
(read/write) 1749268 1749268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188624 188624 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1243455 1243455 0 0.0
.debug_aranges 110824 110824 0 0.0
.debug_frame 372216 372216 0 0.0
.debug_info 27078699 27078699 0 0.0
.debug_line 3734352 3734352 0 0.0
.debug_loc 3635403 3635403 0 0.0
.debug_ranges 355496 355496 0 0.0
.debug_str 3459029 3459029 0 0.0
.heap 842056 842056 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 572583 572583 0 0.0
.symtab 422416 422416 0 0.0
.text 0 0 0 0.0
1549592 1549592 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1691908 1691908 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2664 2664 0 0.0
.debug_abbrev 1235236 1235236 0 0.0
.debug_aranges 110296 110296 0 0.0
.debug_frame 375272 375272 0 0.0
.debug_info 26815064 26815065 1 0.0
.debug_line 3753250 3753250 0 0.0
.debug_loc 3623009 3623009 0 0.0
.debug_ranges 354112 354112 0 0.0
.debug_str 3448041 3448041 0 0.0
.heap 842784 842784 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 536672 536672 0 0.0
.symtab 408688 408688 0 0.0
.text 1492960 1492960 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1609916 1609916 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2456 2456 0 0.0
.debug_abbrev 1068625 1068625 0 0.0
.debug_aranges 102496 102496 0 0.0
.debug_frame 345604 345604 0 0.0
.debug_info 22277406 22277407 1 0.0
.debug_line 3319279 3319279 0 0.0
.debug_loc 3323158 3323158 0 0.0
.debug_ranges 318248 318248 0 0.0
.debug_str 3253627 3253627 0 0.0
.heap 850976 850976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472997 472997 0 0.0
.symtab 377184 377184 0 0.0
.text 1419160 1419160 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1643932 1643932 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1070425 1070425 0 0.0
.debug_aranges 102880 102880 0 0.0
.debug_frame 347404 347404 0 0.0
.debug_info 22496098 22496097 -1 -0.0
.debug_line 3320445 3320445 0 0.0
.debug_loc 3344747 3344747 0 0.0
.debug_ranges 320104 320104 0 0.0
.debug_str 3269465 3269465 0 0.0
.heap 845984 845984 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 475714 475714 0 0.0
.symtab 379008 379008 0 0.0
.text 1448184 1448184 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1149556 1149556 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 596656 596656 0 0.0
lock-app qpg6105+debug (read/write) 1116044 1116036 -8 -0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 563140 563132 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1068740 1068740 0 0.0
bss 97632 97632 0 0.0
text 724814 724812 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1008032 1008032 0 0.0
bss 96856 96856 0 0.0
text 689966 689964 -2 -0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929472 929472 0 0.0
bss 89104 89104 0 0.0
text 636564 636566 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1007432 1007432 0 0.0
bss 97156 97156 0 0.0
text 702344 702344 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 943068 943068 0 0.0
bss 90052 90052 0 0.0
text 647824 647824 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 932644 932644 0 0.0
bss 90496 90496 0 0.0
text 637274 637276 2 0.0

@andy31415 andy31415 merged commit d5bfb4b into project-chip:master Jan 9, 2023
@arkq arkq deleted the restyled-isort branch January 9, 2023 15:29
cletnick pushed a commit to cletnick/connectedhomeip that referenced this pull request Jan 10, 2023
* Add isort formatter to restyled configuration

* Sort Python imports using isort tool

This commit also removes unused imports (reported by flake8) in few
places.

* Restyled by autopep8

* Restyled by isort

* Update ZAP template for cluster Objects

* Fix E402 suppressions in connection with isort

* Fix imports which depend on modified sys path

* Fix circular dependency when importing FabricAdmin

* Restyled by isort

Co-authored-by: Restyled.io <commits@restyled.io>
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
* Add isort formatter to restyled configuration

* Sort Python imports using isort tool

This commit also removes unused imports (reported by flake8) in few
places.

* Restyled by autopep8

* Restyled by isort

* Update ZAP template for cluster Objects

* Fix E402 suppressions in connection with isort

* Fix imports which depend on modified sys path

* Fix circular dependency when importing FabricAdmin

* Restyled by isort

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

Successfully merging this pull request may close these issues.

6 participants