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

Remove null terminator from Base38 String in kotlin #27578

Merged
merged 2 commits into from
Jul 2, 2023
Merged

Remove null terminator from Base38 String in kotlin #27578

merged 2 commits into from
Jul 2, 2023

Conversation

yufengwangca
Copy link
Contributor

@yufengwangca yufengwangca commented Jun 30, 2023

We don't need to account for null terminator in kotlin String, it has been taken care by the language itself. Remove null terminator from Base38 String CharArray from Base38 kotlin.

Override the equals method from the Any class in OnboardingPayload

@github-actions
Copy link

github-actions bot commented Jun 30, 2023

PR #27578: Size comparison from 5c7d81d to 8d3f964

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

@github-actions
Copy link

github-actions bot commented Jun 30, 2023

PR #27578: Size comparison from a8d7e41 to d5bae01

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

@github-actions
Copy link

github-actions bot commented Jul 2, 2023

PR #27578: Size comparison from de80ed8 to 729c922

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

@mergify mergify bot merged commit 7ae5919 into project-chip:master Jul 2, 2023
50 checks passed
@yufengwangca yufengwangca deleted the pr/qrcode/improve branch July 3, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants