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

[ESP32] Fix the build with pregenerated files #27654

Merged
merged 1 commit into from
Jul 8, 2023

Conversation

shubhamdp
Copy link
Contributor

@shubhamdp shubhamdp commented Jul 6, 2023

Problem

#27636

Change Overview

Fixes #27636
Do not use --fail-on-unused-args flag when using pregenerated file

Tests

cd connectedhomeip/examples/all-clusters-app/esp32
# Successfully built example using both methods
idf.py -DCHIP_CODEGEN_PREGEN_DIR=/Users/shubhampatil/esp/connectedhomeip/zzz_pregen build
idf.py build

@github-actions
Copy link

github-actions bot commented Jul 6, 2023

PR #27654: Size comparison from ffc026f to be100e6

Increases (4 builds for bl702, cc32xx, cyw30739, psoc6)
platform target config section ffc026f be100e6 change % change
bl702 lighting-app bl702 .debug_info 41862603 4186260 1 0.0
.text 945846 945848 2 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19971039 19971041 2 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545423 545431 8 0.0
.app_xip_area 437881 437889 8 0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 22854243 22854245 2 0.0
Decreases (5 builds for bl702, esp32, psoc6)
platform target config section ffc026f be100e6 change % change
bl702 lighting-app bl702+rpc .debug_info 47051213 47051212 -1 -0.0
.text 1020244 1020242 -2 -0.0
esp32 all-clusters-app c3devkit (read only) 1088790 1088788 -2 -0.0
.flash.text 1088790 1088788 -2 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29654331 29654330 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28374374 28374373 -1 -0.0
light cy8ckit_062s2_43012 .debug_info 23155734 23155732 -2 -0.0
Full report (42 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section ffc026f be100e6 change % change
bl602 lighting-app bl602 (read/write) 1367590 1367590 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051736 1051736 0 0.0
bl602+rpc (read/write) 1415034 1415034 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083628 1083628 0 0.0
bl702 lighting-app bl702 (read/write) 1178715 1178715 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551791 1551791 0 0.0
.debug_aranges 150792 150792 0 0.0
.debug_frame 554536 554536 0 0.0
.debug_info 41862603 4186260 1 0.0
.debug_line 5603042 5603042 0 0.0
.debug_loc 3810100 3810100 0 0.0
.debug_ranges 396376 396376 0 0.0
.debug_str 4369223 4369223 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105700 105700 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582174 582174 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945846 945848 2 0.0
bl702+rpc (read/write) 1277355 1277355 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717074 1717074 0 0.0
.debug_aranges 159280 159280 0 0.0
.debug_frame 583220 583220 0 0.0
.debug_info 47051213 47051212 -1 -0.0
.debug_line 6029712 6029712 0 0.0
.debug_loc 4015633 4015633 0 0.0
.debug_ranges 422064 422064 0 0.0
.debug_str 4797999 4797999 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120352 120352 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645115 645115 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020244 1020242 -2 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159096 1159096 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552694 1552694 0 0.0
.debug_aranges 144936 144936 0 0.0
.debug_frame 533168 533168 0 0.0
.debug_info 41855953 41855953 0 0.0
.debug_line 5508938 5508938 0 0.0
.debug_loc 3742797 3742797 0 0.0
.debug_ranges 401272 401272 0 0.0
.debug_str 4379917 4379917 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99648 99648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582081 582081 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934406 934406 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607978 607978 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948237 948237 0 0.0
.debug_aranges 119328 119328 0 0.0
.debug_frame 407584 407584 0 0.0
.debug_info 19971039 19971041 2 0.0
.debug_line 2878258 2878258 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1732567 1732567 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107833 107833 0 0.0
.debug_str 3811978 3811978 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104866 104866 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485180 485180 0 0.0
.symtab 288304 288304 0 0.0
.text 500992 500992 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545423 545431 8 0.0
.app_xip_area 437881 437889 8 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530495 530495 0 0.0
.app_xip_area 417977 417977 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568503 568503 0 0.0
.app_xip_area 462049 462049 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541671 541671 0 0.0
.app_xip_area 432265 432265 0 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 998168 998168 0 0.0
.bss 182008 182008 0 0.0
.data 2148 2148 0 0.0
.text 813988 813988 0 0.0
BRD4187C (read/write) 1027276 1027276 0 0.0
.bss 161732 161732 0 0.0
.data 2792 2792 0 0.0
.text 862732 862732 0 0.0
lock-app BRD4161A+wf200 (read/write) 1076160 1076160 0 0.0
.bss 176120 176120 0 0.0
.data 2152 2152 0 0.0
.text 897868 897868 0 0.0
window-app BRD4187C (read/write) 1097868 1097868 0 0.0
.bss 144740 144740 0 0.0
.data 2688 2688 0 0.0
.text 950420 950420 0 0.0
esp32 all-clusters-app c3devkit (read only) 1088790 1088788 -2 -0.0
(read/write) 1586728 1586728 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217696 217696 0 0.0
.flash.text 1088790 1088788 -2 -0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135459 1135459 0 0.0
(read/write) 497130 497130 0 0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246252 246252 0 0.0
.flash.text 1130075 1130075 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586476 586476 0 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585940 585940 0 0.0
light k32w0+release (read only) 585164 585164 0 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584628 584628 0 0.0
lock k32w0+release (read only) 557756 557756 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557220 557220 0 0.0
linux all-clusters-app debug (read only) 3343605 3343605 0 0.0
(read/write) 160904 160904 0 0.0
.bss 60288 60288 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233352 233352 0 0.0
.text 2917413 2917413 0 0.0
all-clusters-minimal-app debug (read only) 3056957 3056957 0 0.0
(read/write) 146664 146664 0 0.0
.bss 58176 58176 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224456 224456 0 0.0
.text 2645621 2645621 0 0.0
bridge-app debug (read only) 2525485 2525485 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172968 172968 0 0.0
.text 2179381 2179381 0 0.0
chip-tool debug (read only) 18163849 18163849 0 0.0
(read/write) 843088 843088 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 737072 737072 0 0.0
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 765473 765473 0 0.0
.text 15593699 15593699 0 0.0
chip-tool-ipv6only arm64 (read only) 17479712 17479712 0 0.0
(read/write) 910664 910664 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 774320 774320 0 0.0
.dynamic 560 560 0 0.0
.got 23472 23472 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 688440 688440 0 0.0
.text 14802228 14802228 0 0.0
lighting-app debug+rpc+ui (read only) 5209849 5209849 0 0.0
(read/write) 220712 220712 0 0.0
.bss 117248 117248 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329268 329268 0 0.0
.text 4640803 4640803 0 0.0
lock-app debug (read only) 2618181 2618181 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200456 200456 0 0.0
.text 2252757 2252757 0 0.0
ota-provider-app debug (read only) 2214685 2214685 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154088 154088 0 0.0
.text 1918261 1918261 0 0.0
ota-requestor-app debug (read only) 2383669 2383669 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158184 158184 0 0.0
.text 2074277 2074277 0 0.0
shell debug (read only) 2879745 2879745 0 0.0
(read/write) 149320 149320 0 0.0
.bss 59240 59240 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201522 201522 0 0.0
.text 2509410 2509410 0 0.0
thermostat-no-ble arm64 (read only) 2611468 2611468 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129904 129904 0 0.0
.text 2215748 2215748 0 0.0
tv-app debug (read only) 3320481 3320481 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222776 222776 0 0.0
.text 2900706 2900706 0 0.0
tv-casting-app debug (read only) 9314481 9314481 0 0.0
(read/write) 221744 221744 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 330932 330932 0 0.0
.text 8548546 8548546 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515512 2515512 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478196 1478196 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224760 1224760 0 0.0
bss 155370 155370 0 0.0
rodata 139436 139436 0 0.0
text 850872 850872 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1325764 1325764 0 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762300 762300 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151724 1151724 0 0.0
bss 153489 153489 0 0.0
rodata 111728 111728 0 0.0
text 807416 807416 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 0 0 0 0.0
(read only) 841360 841360 0 0.0
(read/write) 1746300 1746300 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1314218 1314218 0 0.0
.debug_aranges 150832 150832 0 0.0
.debug_frame 505260 505260 0 0.0
.debug_info 29654331 29654330 -1 -0.0
.debug_line 4085970 4085970 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2338168 2338168 0 0.0
.debug_rnglists 146351 146351 0 0.0
.debug_str 4421901 4421901 0 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775714 775714 0 0.0
.symtab 488144 488144 0 0.0
.text 1545932 1545932 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 0 0 0 0.0
(read only) 843208 843208 0 0.0
(read/write) 1664668 1664668 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1281948 1281948 0 0.0
.debug_aranges 148064 148064 0 0.0
.debug_frame 501056 501056 0 0.0
.debug_info 28374374 28374373 -1 -0.0
.debug_line 4039122 4039122 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2296408 2296408 0 0.0
.debug_rnglists 143101 143101 0 0.0
.debug_str 4364072 4364072 0 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703355 703355 0 0.0
.symtab 461792 461792 0 0.0
.text 1466148 1466148 0 0.0
.zero.table 8 8 0 0.0
light cy8ckit_062s2_43012 0 0 0 0.0
(read only) 849416 849416 0 0.0
(read/write) 1597324 1597324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118805 1118805 0 0.0
.debug_aranges 138424 138424 0 0.0
.debug_frame 465024 465024 0 0.0
.debug_info 23155734 23155732 -2 -0.0
.debug_line 3611074 3611074 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2137509 2137509 0 0.0
.debug_rnglists 133135 133135 0 0.0
.debug_str 4177823 4177823 0 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626852 626852 0 0.0
.symtab 427328 427328 0 0.0
.text 1405012 1405012 0 0.0
.zero.table 8 8 0 0.0
lock cy8ckit_062s2_43012 0 0 0 0.0
(read only) 821960 821960 0 0.0
(read/write) 1628220 1628220 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101049 1101049 0 0.0
.debug_aranges 136520 136520 0 0.0
.debug_frame 458284 458284 0 0.0
.debug_info 22854243 22854245 2 0.0
.debug_line 3546344 3546344 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2106089 2106089 0 0.0
.debug_rnglists 130659 130659 0 0.0
.debug_str 4133007 4133007 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597081 597081 0 0.0
.symtab 417616 417616 0 0.0
.text 1408452 1408452 0 0.0
.zero.table 8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172304 1172304 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619144 619144 0 0.0
lock-app qpg6105+debug (read/write) 1130424 1130424 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577268 577268 0 0.0

@github-actions
Copy link

github-actions bot commented Jul 6, 2023

PR #27654: Size comparison from ffc026f to 4f62736

Increases above 0.2%:

platform target config section ffc026f 4f62736 change % change
bl702 lighting-app bl702 .debug_aranges 150792 151176 384 0.3
.debug_frame 554536 555976 1440 0.3
bl702l lighting-app bl702l .debug_aranges 144936 145320 384 0.3
.debug_frame 533168 534608 1440 0.3
cc32xx lock CC3235SF_LAUNCHXL .debug_aranges 119328 119712 384 0.3
.debug_frame 407584 408976 1392 0.3
.debug_loclists 1732567 1738762 6195 0.4
.debug_rnglists 107833 108121 288 0.3
psoc6 all-clusters cy8ckit_062s2_43012 .debug_aranges 150832 151216 384 0.3
.debug_frame 505260 506652 1392 0.3
.debug_loclists 2338168 2344354 6186 0.3
all-clusters-minimal cy8ckit_062s2_43012 .debug_aranges 148064 148448 384 0.3
.debug_frame 501056 502448 1392 0.3
.debug_loclists 2296408 2302594 6186 0.3
light cy8ckit_062s2_43012 .debug_aranges 138424 138808 384 0.3
.debug_frame 465024 466416 1392 0.3
.debug_loclists 2137509 2143695 6186 0.3
lock cy8ckit_062s2_43012 .debug_aranges 136520 136904 384 0.3
.debug_frame 458284 459676 1392 0.3
.debug_loclists 2106089 2112275 6186 0.3
Increases (17 builds for bl702, bl702l, cc32xx, esp32, k32w, linux, psoc6, telink)
platform target config section ffc026f 4f62736 change % change
bl702 lighting-app bl702 .debug_aranges 150792 151176 384 0.3
.debug_frame 554536 555976 1440 0.3
.debug_info 41862603 41896804 34201 0.1
.debug_line 5603042 5609390 6348 0.1
.debug_loc 3810100 3819439 9339 0.2
.debug_ranges 396376 397048 672 0.2
.debug_str 4369223 4377627 8404 0.2
.text 945846 945848 2 0.0
bl702+rpc .debug_aranges 159280 159664 384 0.2
.debug_frame 583220 584660 1440 0.2
.debug_info 47051213 47085797 34584 0.1
.debug_line 6029712 6036060 6348 0.1
.debug_loc 4015633 4024931 9298 0.2
.debug_ranges 422064 422736 672 0.2
.debug_str 4797999 4806403 8404 0.2
bl702l lighting-app bl702l .debug_aranges 144936 145320 384 0.3
.debug_frame 533168 534608 1440 0.3
.debug_info 41855953 41890154 34201 0.1
.debug_line 5508938 5515286 6348 0.1
.debug_loc 3742797 3752080 9283 0.2
.debug_ranges 401272 401944 672 0.2
.debug_str 4379917 4388321 8404 0.2
.text 934406 934408 2 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_aranges 119328 119712 384 0.3
.debug_frame 407584 408976 1392 0.3
.debug_info 19971039 20002191 31152 0.2
.debug_line 2878258 2882985 4727 0.2
.debug_loclists 1732567 1738762 6195 0.4
.debug_rnglists 107833 108121 288 0.3
.debug_str 3811978 3820382 8404 0.2
esp32 all-clusters-app m5stack (read only) 1135459 1135475 16 0.0
.flash.text 1130075 1130091 16 0.0
k32w light k32w0+release (read only) 585164 585180 16 0.0
.text 584628 584644 16 0.0
linux chip-tool debug (read only) 18163849 18169689 5840 0.0
.rodata 765473 765793 320 0.0
.text 15593699 15599219 5520 0.0
chip-tool-ipv6only arm64 (read only) 17479712 17484528 4816 0.0
.rodata 688440 688520 80 0.0
.text 14802228 14806964 4736 0.0
tv-casting-app debug (read only) 9314481 9320337 5856 0.1
.rodata 330932 331252 320 0.1
.text 8548546 8554082 5536 0.1
psoc6 all-clusters cy8ckit_062s2_43012 .debug_aranges 150832 151216 384 0.3
.debug_frame 505260 506652 1392 0.3
.debug_info 29654331 29700362 46031 0.2
.debug_line 4085970 4090696 4726 0.1
.debug_loclists 2338168 2344354 6186 0.3
.debug_rnglists 146351 146639 288 0.2
.debug_str 4421901 4430305 8404 0.2
all-clusters-minimal cy8ckit_062s2_43012 .debug_aranges 148064 148448 384 0.3
.debug_frame 501056 502448 1392 0.3
.debug_info 28374374 28417802 43428 0.2
.debug_line 4039122 4043848 4726 0.1
.debug_loclists 2296408 2302594 6186 0.3
.debug_rnglists 143101 143389 288 0.2
.debug_str 4364072 4372476 8404 0.2
light cy8ckit_062s2_43012 .debug_aranges 138424 138808 384 0.3
.debug_frame 465024 466416 1392 0.3
.debug_info 23155734 23189118 33384 0.1
.debug_line 3611074 3615800 4726 0.1
.debug_loclists 2137509 2143695 6186 0.3
.debug_rnglists 133135 133423 288 0.2
.debug_str 4177823 4186227 8404 0.2
lock cy8ckit_062s2_43012 .debug_aranges 136520 136904 384 0.3
.debug_frame 458284 459676 1392 0.3
.debug_info 22854243 22886908 32665 0.1
.debug_line 3546344 3551070 4726 0.1
.debug_loclists 2106089 2112275 6186 0.3
.debug_rnglists 130659 130947 288 0.2
.debug_str 4133007 4141411 8404 0.2
telink lighting-app-shell tlsr9518adk80d text 747006 747008 2 0.0
ota-requestor-app tlsr9518adk80d (read/write) 884672 884680 8 0.0
text 608068 608070 2 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 850848 850856 8 0.0
text 577958 577962 4 0.0
window-covering tlsr9518adk80d text 612298 612300 2 0.0
Decreases (12 builds for bl602, esp32, nrfconnect, telink)
platform target config section ffc026f 4f62736 change % change
bl602 lighting-app bl602 .text 1051736 1051734 -2 -0.0
bl602+rpc .text 1083628 1083626 -2 -0.0
esp32 all-clusters-app m5stack (read/write) 497130 497126 -4 -0.0
.flash.rodata 246252 246248 -4 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1224760 1224744 -16 -0.0
text 850872 850868 -4 -0.0
nrf7002dk_nrf5340_cpuapp text 762300 762296 -4 -0.0
telink all-clusters-app tlsr9518adk80d text 721456 721454 -2 -0.0
light-switch-app tlsr9518adk80d (read/write) 890692 890684 -8 -0.0
text 611690 611688 -2 -0.0
lighting-app tlsr9518adk80d text 681970 681968 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 980308 980300 -8 -0.0
text 689490 689486 -4 -0.0
lighting-app-rpc tlsr9518adk80d text 726860 726858 -2 -0.0
lock-app tlsr9518adk80d (read/write) 917192 917184 -8 -0.0
text 614894 614892 -2 -0.0
pump-app tlsr9518adk80d (read/write) 867680 867672 -8 -0.0
text 591986 591984 -2 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section ffc026f 4f62736 change % change
bl602 lighting-app bl602 (read/write) 1367590 1367590 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051736 1051734 -2 -0.0
bl602+rpc (read/write) 1415034 1415034 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083628 1083626 -2 -0.0
bl702 lighting-app bl702 (read/write) 1178715 1178715 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551791 1551791 0 0.0
.debug_aranges 150792 151176 384 0.3
.debug_frame 554536 555976 1440 0.3
.debug_info 41862603 41896804 34201 0.1
.debug_line 5603042 5609390 6348 0.1
.debug_loc 3810100 3819439 9339 0.2
.debug_ranges 396376 397048 672 0.2
.debug_str 4369223 4377627 8404 0.2
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105700 105700 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582174 582174 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945846 945848 2 0.0
bl702+rpc (read/write) 1277355 1277355 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717074 1717074 0 0.0
.debug_aranges 159280 159664 384 0.2
.debug_frame 583220 584660 1440 0.2
.debug_info 47051213 47085797 34584 0.1
.debug_line 6029712 6036060 6348 0.1
.debug_loc 4015633 4024931 9298 0.2
.debug_ranges 422064 422736 672 0.2
.debug_str 4797999 4806403 8404 0.2
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120352 120352 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645115 645115 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020244 1020244 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159096 1159096 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552694 1552694 0 0.0
.debug_aranges 144936 145320 384 0.3
.debug_frame 533168 534608 1440 0.3
.debug_info 41855953 41890154 34201 0.1
.debug_line 5508938 5515286 6348 0.1
.debug_loc 3742797 3752080 9283 0.2
.debug_ranges 401272 401944 672 0.2
.debug_str 4379917 4388321 8404 0.2
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99648 99648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582081 582081 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934406 934408 2 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607978 607978 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948237 948237 0 0.0
.debug_aranges 119328 119712 384 0.3
.debug_frame 407584 408976 1392 0.3
.debug_info 19971039 20002191 31152 0.2
.debug_line 2878258 2882985 4727 0.2
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1732567 1738762 6195 0.4
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107833 108121 288 0.3
.debug_str 3811978 3820382 8404 0.2
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104866 104866 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485180 485180 0 0.0
.symtab 288304 288304 0 0.0
.text 500992 500992 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545423 545423 0 0.0
.app_xip_area 437881 437881 0 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530495 530495 0 0.0
.app_xip_area 417977 417977 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568503 568503 0 0.0
.app_xip_area 462049 462049 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541671 541671 0 0.0
.app_xip_area 432265 432265 0 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 998168 998168 0 0.0
.bss 182008 182008 0 0.0
.data 2148 2148 0 0.0
.text 813988 813988 0 0.0
BRD4187C (read/write) 1027276 1027276 0 0.0
.bss 161732 161732 0 0.0
.data 2792 2792 0 0.0
.text 862732 862732 0 0.0
lock-app BRD4161A+wf200 (read/write) 1076160 1076160 0 0.0
.bss 176120 176120 0 0.0
.data 2152 2152 0 0.0
.text 897868 897868 0 0.0
window-app BRD4187C (read/write) 1097868 1097868 0 0.0
.bss 144740 144740 0 0.0
.data 2688 2688 0 0.0
.text 950420 950420 0 0.0
esp32 all-clusters-app c3devkit (read only) 1088790 1088790 0 0.0
(read/write) 1586728 1586728 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217696 217696 0 0.0
.flash.text 1088790 1088790 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135459 1135475 16 0.0
(read/write) 497130 497126 -4 -0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246252 246248 -4 -0.0
.flash.text 1130075 1130091 16 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586476 586476 0 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585940 585940 0 0.0
light k32w0+release (read only) 585164 585180 16 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584628 584644 16 0.0
lock k32w0+release (read only) 557756 557756 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557220 557220 0 0.0
linux all-clusters-app debug (read only) 3343605 3343605 0 0.0
(read/write) 160904 160904 0 0.0
.bss 60288 60288 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233352 233352 0 0.0
.text 2917413 2917413 0 0.0
all-clusters-minimal-app debug (read only) 3056957 3056957 0 0.0
(read/write) 146664 146664 0 0.0
.bss 58176 58176 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224456 224456 0 0.0
.text 2645621 2645621 0 0.0
bridge-app debug (read only) 2525485 2525485 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172968 172968 0 0.0
.text 2179381 2179381 0 0.0
chip-tool debug (read only) 18163849 18169689 5840 0.0
(read/write) 843088 843088 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 737072 737072 0 0.0
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 765473 765793 320 0.0
.text 15593699 15599219 5520 0.0
chip-tool-ipv6only arm64 (read only) 17479712 17484528 4816 0.0
(read/write) 910664 910664 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 774320 774320 0 0.0
.dynamic 560 560 0 0.0
.got 23472 23472 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 688440 688520 80 0.0
.text 14802228 14806964 4736 0.0
lighting-app debug+rpc+ui (read only) 5209849 5209849 0 0.0
(read/write) 220712 220712 0 0.0
.bss 117248 117248 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329268 329268 0 0.0
.text 4640803 4640803 0 0.0
lock-app debug (read only) 2618181 2618181 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200456 200456 0 0.0
.text 2252757 2252757 0 0.0
ota-provider-app debug (read only) 2214685 2214685 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154088 154088 0 0.0
.text 1918261 1918261 0 0.0
ota-requestor-app debug (read only) 2383669 2383669 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158184 158184 0 0.0
.text 2074277 2074277 0 0.0
shell debug (read only) 2879745 2879745 0 0.0
(read/write) 149320 149320 0 0.0
.bss 59240 59240 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201522 201522 0 0.0
.text 2509410 2509410 0 0.0
thermostat-no-ble arm64 (read only) 2611468 2611468 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129904 129904 0 0.0
.text 2215748 2215748 0 0.0
tv-app debug (read only) 3320481 3320481 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222776 222776 0 0.0
.text 2900706 2900706 0 0.0
tv-casting-app debug (read only) 9314481 9320337 5856 0.1
(read/write) 221744 221744 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 330932 331252 320 0.1
.text 8548546 8554082 5536 0.1
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515512 2515512 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478196 1478196 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224760 1224744 -16 -0.0
bss 155370 155370 0 0.0
rodata 139436 139436 0 0.0
text 850872 850868 -4 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1325764 1325764 0 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762300 762296 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151724 1151724 0 0.0
bss 153489 153489 0 0.0
rodata 111728 111728 0 0.0
text 807416 807416 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746300 1746300 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1314218 1314218 0 0.0
.debug_aranges 150832 151216 384 0.3
.debug_frame 505260 506652 1392 0.3
.debug_info 29654331 29700362 46031 0.2
.debug_line 4085970 4090696 4726 0.1
.debug_line_str 957 957 0 0.0
.debug_loclists 2338168 2344354 6186 0.3
.debug_rnglists 146351 146639 288 0.2
.debug_str 4421901 4430305 8404 0.2
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775714 775714 0 0.0
.symtab 488144 488144 0 0.0
.text 1545932 1545932 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664668 1664668 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1281948 1281948 0 0.0
.debug_aranges 148064 148448 384 0.3
.debug_frame 501056 502448 1392 0.3
.debug_info 28374374 28417802 43428 0.2
.debug_line 4039122 4043848 4726 0.1
.debug_line_str 981 981 0 0.0
.debug_loclists 2296408 2302594 6186 0.3
.debug_rnglists 143101 143389 288 0.2
.debug_str 4364072 4372476 8404 0.2
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703355 703355 0 0.0
.symtab 461792 461792 0 0.0
.text 1466148 1466148 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597324 1597324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118805 1118805 0 0.0
.debug_aranges 138424 138808 384 0.3
.debug_frame 465024 466416 1392 0.3
.debug_info 23155734 23189118 33384 0.1
.debug_line 3611074 3615800 4726 0.1
.debug_line_str 942 942 0 0.0
.debug_loclists 2137509 2143695 6186 0.3
.debug_rnglists 133135 133423 288 0.2
.debug_str 4177823 4186227 8404 0.2
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626852 626852 0 0.0
.symtab 427328 427328 0 0.0
.text 1405012 1405012 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628220 1628220 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101049 1101049 0 0.0
.debug_aranges 136520 136904 384 0.3
.debug_frame 458284 459676 1392 0.3
.debug_info 22854243 22886908 32665 0.1
.debug_line 3546344 3551070 4726 0.1
.debug_line_str 933 933 0 0.0
.debug_loclists 2106089 2112275 6186 0.3
.debug_rnglists 130659 130947 288 0.2
.debug_str 4133007 4141411 8404 0.2
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597081 597081 0 0.0
.symtab 417616 417616 0 0.0
.text 1408452 1408452 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172304 1172304 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619144 619144 0 0.0
lock-app qpg6105+debug (read/write) 1130424 1130424 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577268 577268 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1050600 1050600 0 0.0
bss 98292 98292 0 0.0
text 721456 721454 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964972 964972 0 0.0
bss 96288 96288 0 0.0
text 668000 668000 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930372 930372 0 0.0
bss 100312 100312 0 0.0
text 643054 643054 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862080 862080 0 0.0
bss 89972 89972 0 0.0
text 586226 586226 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890692 890684 -8 -0.0
bss 90516 90516 0 0.0
text 611690 611688 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968928 968928 0 0.0
bss 98652 98652 0 0.0
text 681970 681968 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980308 980300 -8 -0.0
bss 102900 102900 0 0.0
text 689490 689486 -4 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038412 1038412 0 0.0
bss 100208 100208 0 0.0
text 726860 726858 -2 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069776 1069776 0 0.0
bss 111292 111292 0 0.0
text 747006 747008 2 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917192 917184 -8 -0.0
bss 90636 90636 0 0.0
text 614894 614892 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884672 884680 8 0.0
bss 91248 91248 0 0.0
text 608068 608070 2 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867680 867672 -8 -0.0
bss 90104 90104 0 0.0
text 591986 591984 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854700 854700 0 0.0
bss 89904 89904 0 0.0
text 582330 582330 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850848 850856 8 0.0
bss 89812 89812 0 0.0
text 577958 577962 4 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896760 896760 0 0.0
bss 90348 90348 0 0.0
text 617376 617376 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892140 892140 0 0.0
bss 90640 90640 0 0.0
text 612298 612300 2 0.0

@github-actions
Copy link

github-actions bot commented Jul 7, 2023

PR #27654: Size comparison from 19deed2 to 1e40958

Increases (12 builds for bl602, bl702, cyw30739, esp32, nrfconnect, telink)
platform target config section 19deed2 1e40958 change % change
bl602 lighting-app bl602+rpc .text 1083652 1083654 2 0.0
bl702 lighting-app bl702+rpc (read/write) 1277379 1277383 4 0.0
.debug_info 47095815 47095817 2 0.0
.text 1020266 1020270 4 0.0
cyw30739 switch cyw930739m2evb_01 (read/write) 541679 541687 8 0.0
.app_xip_area 432273 432281 8 0.0
esp32 all-clusters-app m5stack (read/write) 497126 497130 4 0.0
.flash.rodata 246248 246252 4 0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 807428 807432 4 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 668014 668016 2 0.0
bridge-app tlsr9518adk80d text 643068 643072 4 0.0
contact-sensor-app tlsr9518adk80d text 586242 586244 2 0.0
lighting-app-factory-data tlsr9518adk80d text 689502 689504 2 0.0
pump-app tlsr9518adk80d (read/write) 867688 867696 8 0.0
text 592000 592002 2 0.0
pump-controller-app tlsr9518adk80d (read/write) 854708 854716 8 0.0
text 582344 582348 4 0.0
window-covering tlsr9518adk80d text 612314 612316 2 0.0
Decreases (8 builds for bl702l, k32w, psoc6, telink)
platform target config section 19deed2 1e40958 change % change
bl702l lighting-app bl702l .debug_info 41900173 41900172 -1 -0.0
.text 934432 934430 -2 -0.0
k32w light k32w0+release (read only) 585196 585180 -16 -0.0
.text 584660 584644 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29712131 29712130 -1 -0.0
telink all-clusters-app tlsr9518adk80d text 721472 721470 -2 -0.0
light-switch-app tlsr9518adk80d (read/write) 890708 890700 -8 -0.0
text 611706 611704 -2 -0.0
lighting-app-shell tlsr9518adk80d text 747022 747020 -2 -0.0
lock-app tlsr9518adk80d (read/write) 917208 917200 -8 -0.0
text 614910 614908 -2 -0.0
thermostat tlsr9518adk80d (read/write) 896784 896776 -8 -0.0
text 617394 617392 -2 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 19deed2 1e40958 change % change
bl602 lighting-app bl602 (read/write) 1367614 1367614 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051760 1051760 0 0.0
bl602+rpc (read/write) 1415058 1415058 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083652 1083654 2 0.0
bl702 lighting-app bl702 (read/write) 1178739 1178739 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551788 1551788 0 0.0
.debug_aranges 151272 151272 0 0.0
.debug_frame 556384 556384 0 0.0
.debug_info 41906822 41906822 0 0.0
.debug_line 5610902 5610902 0 0.0
.debug_loc 3820824 3820824 0 0.0
.debug_ranges 397176 397176 0 0.0
.debug_str 4381288 4381288 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105700 105700 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582262 582262 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945870 945870 0 0.0
bl702+rpc (read/write) 1277379 1277383 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717071 1717071 0 0.0
.debug_aranges 159760 159760 0 0.0
.debug_frame 585068 585068 0 0.0
.debug_info 47095815 47095817 2 0.0
.debug_line 6037572 6037572 0 0.0
.debug_loc 4026273 4026273 0 0.0
.debug_ranges 422864 422864 0 0.0
.debug_str 4809646 4809646 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120352 120352 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645203 645203 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020266 1020270 4 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159120 1159120 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552691 1552691 0 0.0
.debug_aranges 145416 145416 0 0.0
.debug_frame 535016 535016 0 0.0
.debug_info 41900173 41900172 -1 -0.0
.debug_line 5516798 5516798 0 0.0
.debug_loc 3753466 3753466 0 0.0
.debug_ranges 402072 402072 0 0.0
.debug_str 4391982 4391982 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99648 99648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582169 582169 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934432 934430 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 608002 608002 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948154 948154 0 0.0
.debug_aranges 119808 119808 0 0.0
.debug_frame 409264 409264 0 0.0
.debug_info 20013475 20013475 0 0.0
.debug_line 2883912 2883912 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1739681 1739681 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108193 108193 0 0.0
.debug_str 3824100 3824100 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104866 104866 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485268 485268 0 0.0
.symtab 288304 288304 0 0.0
.text 501016 501016 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545447 545447 0 0.0
.app_xip_area 437905 437905 0 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530511 530511 0 0.0
.app_xip_area 417993 417993 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568519 568519 0 0.0
.app_xip_area 462065 462065 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541679 541687 8 0.0
.app_xip_area 432273 432281 8 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1002668 1002668 0 0.0
.bss 182124 182124 0 0.0
.data 2692 2692 0 0.0
.text 817832 817832 0 0.0
BRD4187C (read/write) 1029240 1029240 0 0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864052 864052 0 0.0
lock-app BRD4161A+wf200 (read/write) 1080560 1080560 0 0.0
.bss 176244 176244 0 0.0
.data 2696 2696 0 0.0
.text 901600 901600 0 0.0
window-app BRD4187C (read/write) 1099640 1099640 0 0.0
.bss 144876 144876 0 0.0
.data 3204 3204 0 0.0
.text 951540 951540 0 0.0
esp32 all-clusters-app c3devkit (read only) 1088802 1088802 0 0.0
(read/write) 1586728 1586728 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217696 217696 0 0.0
.flash.text 1088802 1088802 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135483 1135483 0 0.0
(read/write) 497126 497130 4 0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246248 246252 4 0.0
.flash.text 1130099 1130099 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586492 586492 0 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585956 585956 0 0.0
light k32w0+release (read only) 585196 585180 -16 -0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584660 584644 -16 -0.0
lock k32w0+release (read only) 557772 557772 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557236 557236 0 0.0
linux all-clusters-app debug (read only) 3344309 3344309 0 0.0
(read/write) 160904 160904 0 0.0
.bss 60288 60288 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233384 233384 0 0.0
.text 2918085 2918085 0 0.0
all-clusters-minimal-app debug (read only) 3057661 3057661 0 0.0
(read/write) 146664 146664 0 0.0
.bss 58176 58176 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224488 224488 0 0.0
.text 2646293 2646293 0 0.0
bridge-app debug (read only) 2526189 2526189 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 173000 173000 0 0.0
.text 2180053 2180053 0 0.0
chip-tool debug (read only) 18170441 18170441 0 0.0
(read/write) 843088 843088 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 737072 737072 0 0.0
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 765825 765825 0 0.0
.text 15599939 15599939 0 0.0
chip-tool-ipv6only arm64 (read only) 17485104 17485104 0 0.0
(read/write) 910664 910664 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 774320 774320 0 0.0
.dynamic 560 560 0 0.0
.got 23472 23472 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 688520 688520 0 0.0
.text 14807540 14807540 0 0.0
lighting-app debug+rpc+ui (read only) 5210553 5210553 0 0.0
(read/write) 220712 220712 0 0.0
.bss 117248 117248 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329300 329300 0 0.0
.text 4641475 4641475 0 0.0
lock-app debug (read only) 2618885 2618885 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200488 200488 0 0.0
.text 2253429 2253429 0 0.0
ota-provider-app debug (read only) 2215389 2215389 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154120 154120 0 0.0
.text 1918933 1918933 0 0.0
ota-requestor-app debug (read only) 2384389 2384389 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158216 158216 0 0.0
.text 2074965 2074965 0 0.0
shell debug (read only) 2880465 2880465 0 0.0
(read/write) 149320 149320 0 0.0
.bss 59240 59240 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201554 201554 0 0.0
.text 2510098 2510098 0 0.0
thermostat-no-ble arm64 (read only) 2611996 2611996 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129904 129904 0 0.0
.text 2216276 2216276 0 0.0
tv-app debug (read only) 3321201 3321201 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222808 222808 0 0.0
.text 2901394 2901394 0 0.0
tv-casting-app debug (read only) 9321057 9321057 0 0.0
(read/write) 221744 221744 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 331284 331284 0 0.0
.text 8554770 8554770 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515576 2515576 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478260 1478260 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224776 1224776 0 0.0
bss 155370 155370 0 0.0
rodata 139436 139436 0 0.0
text 850888 850888 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1325780 1325780 0 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762316 762316 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151740 1151740 0 0.0
bss 153489 153489 0 0.0
rodata 111728 111728 0 0.0
text 807428 807432 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746316 1746316 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1314082 1314082 0 0.0
.debug_aranges 151312 151312 0 0.0
.debug_frame 506940 506940 0 0.0
.debug_info 29712131 29712130 -1 -0.0
.debug_line 4091624 4091624 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2345241 2345241 0 0.0
.debug_rnglists 146711 146711 0 0.0
.debug_str 4434013 4434013 0 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775802 775802 0 0.0
.symtab 488144 488144 0 0.0
.text 1545948 1545948 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664684 1664684 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1281812 1281812 0 0.0
.debug_aranges 148544 148544 0 0.0
.debug_frame 502736 502736 0 0.0
.debug_info 28429568 28429568 0 0.0
.debug_line 4044776 4044776 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2303481 2303481 0 0.0
.debug_rnglists 143461 143461 0 0.0
.debug_str 4376184 4376184 0 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703443 703443 0 0.0
.symtab 461792 461792 0 0.0
.text 1466164 1466164 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597340 1597340 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118669 1118669 0 0.0
.debug_aranges 138904 138904 0 0.0
.debug_frame 466704 466704 0 0.0
.debug_info 23200647 23200647 0 0.0
.debug_line 3616728 3616728 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2144582 2144582 0 0.0
.debug_rnglists 133495 133495 0 0.0
.debug_str 4189935 4189935 0 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626940 626940 0 0.0
.symtab 427328 427328 0 0.0
.text 1405028 1405028 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628236 1628236 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1100913 1100913 0 0.0
.debug_aranges 137000 137000 0 0.0
.debug_frame 459964 459964 0 0.0
.debug_info 22898437 22898437 0 0.0
.debug_line 3551998 3551998 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2113162 2113162 0 0.0
.debug_rnglists 131019 131019 0 0.0
.debug_str 4145119 4145119 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597169 597169 0 0.0
.symtab 417616 417616 0 0.0
.text 1408468 1408468 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172320 1172320 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619160 619160 0 0.0
lock-app qpg6105+debug (read/write) 1130440 1130440 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577284 577284 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1050616 1050616 0 0.0
bss 98292 98292 0 0.0
text 721472 721470 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964988 964988 0 0.0
bss 96288 96288 0 0.0
text 668014 668016 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930388 930388 0 0.0
bss 100312 100312 0 0.0
text 643068 643072 4 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862096 862096 0 0.0
bss 89972 89972 0 0.0
text 586242 586244 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890708 890700 -8 -0.0
bss 90516 90516 0 0.0
text 611706 611704 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968944 968944 0 0.0
bss 98652 98652 0 0.0
text 681984 681984 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980316 980316 0 0.0
bss 102900 102900 0 0.0
text 689502 689504 2 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038428 1038428 0 0.0
bss 100208 100208 0 0.0
text 726874 726874 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069792 1069792 0 0.0
bss 111292 111292 0 0.0
text 747022 747020 -2 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917208 917200 -8 -0.0
bss 90636 90636 0 0.0
text 614910 614908 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884688 884688 0 0.0
bss 91248 91248 0 0.0
text 608084 608084 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867688 867696 8 0.0
bss 90104 90104 0 0.0
text 592000 592002 2 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854708 854716 8 0.0
bss 89904 89904 0 0.0
text 582344 582348 4 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850864 850864 0 0.0
bss 89812 89812 0 0.0
text 577976 577976 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896784 896776 -8 -0.0
bss 90348 90348 0 0.0
text 617394 617392 -2 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892156 892156 0 0.0
bss 90640 90640 0 0.0
text 612314 612316 2 0.0

@github-actions
Copy link

github-actions bot commented Jul 8, 2023

PR #27654: Size comparison from 4fc5866 to bef05d2

Increases (11 builds for bl602, cc32xx, cyw30739, psoc6, qpg, telink)
platform target config section 4fc5866 bef05d2 change % change
bl602 lighting-app bl602 .text 1051796 1051798 2 0.0
bl602+rpc (read/write) 1415158 1415166 8 0.0
.text 1083678 1083682 4 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20024771 20024773 2 0.0
cyw30739 ota-requestor cyw930739m2evb_01 (read/write) 568607 568615 8 0.0
.app_xip_area 462153 462161 8 0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28442662 28442663 1 0.0
lock cy8ckit_062s2_43012 .debug_info 22910053 22910055 2 0.0
qpg lock-app qpg6105+debug (read/write) 1130616 1130624 8 0.0
.text 577460 577468 8 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 668176 668180 4 0.0
bridge-app tlsr9518adk80d text 643230 643232 2 0.0
contact-sensor-app tlsr9518adk80d text 586402 586404 2 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 851028 851036 8 0.0
text 578136 578138 2 0.0
Decreases (10 builds for bl702, bl702l, cyw30739, efr32, psoc6, telink)
platform target config section 4fc5866 bef05d2 change % change
bl702 lighting-app bl702 (read/write) 1178719 1178715 -4 -0.0
.debug_info 4191511 41915111 -1 -0.0
.text 945846 945844 -2 -0.0
bl702l lighting-app bl702l (read/write) 1159100 1159096 -4 -0.0
.debug_info 41908462 41908461 -1 -0.0
.text 934406 934404 -2 -0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 530575 530567 -8 -0.0
.app_xip_area 418057 418049 -8 -0.0
switch cyw930739m2evb_01 (read/write) 541767 541759 -8 -0.0
.app_xip_area 432361 432353 -8 -0.0
efr32 lighting-app BRD4187C (read/write) 1030016 1030008 -8 -0.0
.text 864828 864820 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29725827 29725826 -1 -0.0
telink lighting-app-rpc tlsr9518adk80d text 727036 727034 -2 -0.0
lighting-app-shell tlsr9518adk80d (read/write) 1069964 1069956 -8 -0.0
text 747186 747184 -2 -0.0
pump-controller-app tlsr9518adk80d text 582508 582506 -2 -0.0
window-covering tlsr9518adk80d text 612476 612474 -2 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 4fc5866 bef05d2 change % change
bl602 lighting-app bl602 (read/write) 1367730 1367730 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051796 1051798 2 0.0
bl602+rpc (read/write) 1415158 1415166 8 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083678 1083682 4 0.0
bl702 lighting-app bl702 (read/write) 1178719 1178715 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1552038 1552038 0 0.0
.debug_aranges 151272 151272 0 0.0
.debug_frame 556396 556396 0 0.0
.debug_info 4191511 41915111 -1 -0.0
.debug_line 5612011 5612011 0 0.0
.debug_loc 3821430 3821430 0 0.0
.debug_ranges 397320 397320 0 0.0
.debug_str 4381484 4381484 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105704 105704 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582236 582236 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945846 945844 -2 -0.0
bl702+rpc (read/write) 1277351 1277351 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717649 1717649 0 0.0
.debug_aranges 159760 159760 0 0.0
.debug_frame 585080 585080 0 0.0
.debug_info 47104185 47104185 0 0.0
.debug_line 6038681 6038681 0 0.0
.debug_loc 4026977 4026977 0 0.0
.debug_ranges 423008 423008 0 0.0
.debug_str 4809842 4809842 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120356 120356 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645177 645177 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020236 1020236 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159100 1159096 -4 -0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552941 1552941 0 0.0
.debug_aranges 145416 145416 0 0.0
.debug_frame 535028 535028 0 0.0
.debug_info 41908462 41908461 -1 -0.0
.debug_line 5517909 5517909 0 0.0
.debug_loc 3754098 3754098 0 0.0
.debug_ranges 402216 402216 0 0.0
.debug_str 4392178 4392178 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99652 99652 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582143 582143 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934406 934404 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 608298 608298 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948504 948504 0 0.0
.debug_aranges 119824 119824 0 0.0
.debug_frame 409320 409320 0 0.0
.debug_info 20024771 20024773 2 0.0
.debug_line 2885658 2885658 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1740724 1740724 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108217 108217 0 0.0
.debug_str 3824719 3824719 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104914 104914 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485459 485459 0 0.0
.symtab 288368 288368 0 0.0
.text 501260 501260 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545519 545519 0 0.0
.app_xip_area 437977 437977 0 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530575 530567 -8 -0.0
.app_xip_area 418057 418049 -8 -0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568607 568615 8 0.0
.app_xip_area 462153 462161 8 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541767 541759 -8 -0.0
.app_xip_area 432361 432353 -8 -0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1004956 1004956 0 0.0
.bss 182252 182252 0 0.0
.data 2700 2700 0 0.0
.text 819984 819984 0 0.0
BRD4187C (read/write) 1030016 1030008 -8 -0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864828 864820 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1080728 1080728 0 0.0
.bss 176252 176252 0 0.0
.data 2696 2696 0 0.0
.text 901760 901760 0 0.0
window-app BRD4187C (read/write) 1100456 1100456 0 0.0
.bss 144868 144868 0 0.0
.data 3204 3204 0 0.0
.text 952364 952364 0 0.0
esp32 all-clusters-app c3devkit (read only) 1089214 1089214 0 0.0
(read/write) 1586768 1586768 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217736 217736 0 0.0
.flash.text 1089214 1089214 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135823 1135823 0 0.0
(read/write) 497174 497174 0 0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246296 246296 0 0.0
.flash.text 1130439 1130439 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586652 586652 0 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 586116 586116 0 0.0
light k32w0+release (read only) 585356 585356 0 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584820 584820 0 0.0
lock k32w0+release (read only) 557948 557948 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557412 557412 0 0.0
linux all-clusters-app debug (read only) 3345205 3345205 0 0.0
(read/write) 160936 160936 0 0.0
.bss 60320 60320 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233448 233448 0 0.0
.text 2918917 2918917 0 0.0
all-clusters-minimal-app debug (read only) 3058557 3058557 0 0.0
(read/write) 146696 146696 0 0.0
.bss 58208 58208 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224552 224552 0 0.0
.text 2647125 2647125 0 0.0
bridge-app debug (read only) 2527085 2527085 0 0.0
(read/write) 129992 129992 0 0.0
.bss 50328 50328 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 173064 173064 0 0.0
.text 2180885 2180885 0 0.0
chip-tool debug (read only) 18400425 18400425 0 0.0
(read/write) 1052912 1052912 0 0.0
.bss 93560 93560 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 946864 946864 0 0.0
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 810049 810049 0 0.0
.text 15615731 15615731 0 0.0
chip-tool-ipv6only arm64 (read only) 17698336 17698336 0 0.0
(read/write) 1120472 1120472 0 0.0
.bss 102952 102952 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 984080 984080 0 0.0
.dynamic 560 560 0 0.0
.got 23488 23488 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 718592 718592 0 0.0
.text 14820516 14820516 0 0.0
lighting-app debug+rpc+ui (read only) 5211529 5211529 0 0.0
(read/write) 220728 220728 0 0.0
.bss 117264 117264 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329332 329332 0 0.0
.text 4642419 4642419 0 0.0
lock-app debug (read only) 2619781 2619781 0 0.0
(read/write) 117376 117376 0 0.0
.bss 45392 45392 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200552 200552 0 0.0
.text 2254261 2254261 0 0.0
ota-provider-app debug (read only) 2216237 2216237 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154184 154184 0 0.0
.text 1919717 1919717 0 0.0
ota-requestor-app debug (read only) 2385189 2385189 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158248 158248 0 0.0
.text 2075733 2075733 0 0.0
shell debug (read only) 2881329 2881329 0 0.0
(read/write) 149352 149352 0 0.0
.bss 59272 59272 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201586 201586 0 0.0
.text 2510930 2510930 0 0.0
thermostat-no-ble arm64 (read only) 2611708 2611708 0 0.0
(read/write) 143160 143160 0 0.0
.bss 52392 52392 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129952 129952 0 0.0
.text 2215748 2215748 0 0.0
tv-app debug (read only) 3322097 3322097 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222872 222872 0 0.0
.text 2902226 2902226 0 0.0
tv-casting-app debug (read only) 9321993 9321993 0 0.0
(read/write) 221776 221776 0 0.0
.bss 52128 52128 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 331308 331308 0 0.0
.text 8555682 8555682 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515936 2515936 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478620 1478620 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224940 1224940 0 0.0
bss 155370 155370 0 0.0
rodata 139440 139440 0 0.0
text 851052 851052 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1326068 1326068 0 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762612 762612 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151904 1151904 0 0.0
bss 153489 153489 0 0.0
rodata 111732 111732 0 0.0
text 807596 807596 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746604 1746604 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1314555 1314555 0 0.0
.debug_aranges 151328 151328 0 0.0
.debug_frame 506988 506988 0 0.0
.debug_info 29725827 29725826 -1 -0.0
.debug_line 4093516 4093516 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2346216 2346216 0 0.0
.debug_rnglists 146735 146735 0 0.0
.debug_str 4434632 4434632 0 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775993 775993 0 0.0
.symtab 488208 488208 0 0.0
.text 1546236 1546236 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664972 1664972 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1282285 1282285 0 0.0
.debug_aranges 148560 148560 0 0.0
.debug_frame 502784 502784 0 0.0
.debug_info 28442662 28442663 1 0.0
.debug_line 4046639 4046639 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2304459 2304459 0 0.0
.debug_rnglists 143485 143485 0 0.0
.debug_str 4376803 4376803 0 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703634 703634 0 0.0
.symtab 461856 461856 0 0.0
.text 1466452 1466452 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597644 1597644 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1119163 1119163 0 0.0
.debug_aranges 138920 138920 0 0.0
.debug_frame 466752 466752 0 0.0
.debug_info 23212181 23212181 0 0.0
.debug_line 3618476 3618476 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2145560 2145560 0 0.0
.debug_rnglists 133519 133519 0 0.0
.debug_str 4190554 4190554 0 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 627131 627131 0 0.0
.symtab 427392 427392 0 0.0
.text 1405332 1405332 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628540 1628540 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101369 1101369 0 0.0
.debug_aranges 137016 137016 0 0.0
.debug_frame 460012 460012 0 0.0
.debug_info 22910053 22910055 2 0.0
.debug_line 3553761 3553761 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2114140 2114140 0 0.0
.debug_rnglists 131043 131043 0 0.0
.debug_str 4145738 4145738 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597360 597360 0 0.0
.symtab 417680 417680 0 0.0
.text 1408772 1408772 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172504 1172504 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619344 619344 0 0.0
lock-app qpg6105+debug (read/write) 1130616 1130624 8 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577460 577468 8 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1050780 1050780 0 0.0
bss 98292 98292 0 0.0
text 721634 721634 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965152 965152 0 0.0
bss 96288 96288 0 0.0
text 668176 668180 4 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930552 930552 0 0.0
bss 100312 100312 0 0.0
text 643230 643232 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862260 862260 0 0.0
bss 89972 89972 0 0.0
text 586402 586404 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890872 890872 0 0.0
bss 90516 90516 0 0.0
text 611870 611870 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 969108 969108 0 0.0
bss 98652 98652 0 0.0
text 682144 682144 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980488 980488 0 0.0
bss 102900 102900 0 0.0
text 689666 689666 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038592 1038592 0 0.0
bss 100208 100208 0 0.0
text 727036 727034 -2 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069964 1069956 -8 -0.0
bss 111292 111292 0 0.0
text 747186 747184 -2 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917372 917372 0 0.0
bss 90636 90636 0 0.0
text 615072 615072 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884860 884860 0 0.0
bss 91248 91248 0 0.0
text 608248 608248 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867860 867860 0 0.0
bss 90104 90104 0 0.0
text 592164 592164 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854880 854880 0 0.0
bss 89904 89904 0 0.0
text 582508 582506 -2 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 851028 851036 8 0.0
bss 89812 89812 0 0.0
text 578136 578138 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896948 896948 0 0.0
bss 90348 90348 0 0.0
text 617554 617554 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892320 892320 0 0.0
bss 90640 90640 0 0.0
text 612476 612474 -2 -0.0

@mergify mergify bot merged commit 4e60859 into project-chip:master Jul 8, 2023
49 checks passed
@shubhamdp shubhamdp deleted the fix_build_with_pregen branch July 28, 2023 11:49
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.

Unable to build pregen files
4 participants