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

Use zcl_clusters to loop over clusters for controller_clusters.zap #26617

Merged

Conversation

andy31415
Copy link
Contributor

@andy31415 andy31415 commented May 16, 2023

This makes it so that .matter files for client side does NOT care about cluster enabling/disabling.

Changes:

  • split out cluster_definition into its own template partial and use that
  • is_client/is_server does not work anymore using this loop, so pass in the generateClient flag directly
  • update zap_regen_all to use the new template
  • regenerate (we start seeing a few new clusters as a result)
  • regenrate again to also see java changes (... this is not ideal....this sequencing should be fixed)
  • Updated a lot of java files to switch to zcl_clusters
  • Updated java to use ClusterBase instead of named clusters from CHIPClusters (as CHIPClusters seem a bit useless ... just aliases really)

@github-actions
Copy link

github-actions bot commented May 16, 2023

PR #26617: Size comparison from 7a2dd22 to 117505f

Increases (4 builds for linux, psoc6, qpg)
platform target config section 7a2dd22 117505f change % change
linux chip-tool debug (read only) 13424929 13425217 288 0.0
.text 11180596 11180884 288 0.0
chip-tool-ipv6only arm64 (read only) 12650108 12650444 336 0.0
.text 10303572 10303908 336 0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 23138016 23138017 1 0.0
qpg lock-app qpg6105+debug (read/write) 1139540 1139548 8 0.0
.text 586640 586648 8 0.0
Decreases (7 builds for bl602, bl702, cc32xx, psoc6)
platform target config section 7a2dd22 117505f change % change
bl602 lighting-app bl602 .text 1036270 1036268 -2 -0.0
bl602+rpc (read/write) 1401646 1401638 -8 -0.0
.text 1067626 1067624 -2 -0.0
bl702 lighting-app bl702 (read/write) 1187071 1187055 -16 -0.0
.debug_info 41798514 41798512 -2 -0.0
.text 966388 966384 -4 -0.0
bl702+rpc .debug_info 46721811 46721809 -2 -0.0
.text 1039776 1039772 -4 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20296714 20296713 -1 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27857696 27857695 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 27621439 27621438 -1 -0.0
Full report (36 builds for bl602, bl702, cc32xx, cyw30739, efr32, k32w, linux, psoc6, qpg)
platform target config section 7a2dd22 117505f change % change
bl602 lighting-app bl602 (read/write) 1355370 1355370 0 0.0
.bss 87886 87886 0 0.0
.data 9648 9648 0 0.0
.text 1036270 1036268 -2 -0.0
bl602+rpc (read/write) 1401646 1401638 -8 -0.0
.bss 95934 95934 0 0.0
.data 10040 10040 0 0.0
.text 1067626 1067624 -2 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1187071 1187055 -16 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67585 67585 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1553810 1553810 0 0.0
.debug_aranges 135040 135040 0 0.0
.debug_frame 496608 496608 0 0.0
.debug_info 41798514 41798512 -2 -0.0
.debug_line 5346339 5346339 0 0.0
.debug_loc 3473262 3473262 0 0.0
.debug_ranges 374424 374424 0 0.0
.debug_str 3789960 3789960 0 0.0
.hbn 536 536 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 106400 106400 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 581292 581292 0 0.0
.symtab 175472 175472 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
966388 966384 -4 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1275859 1275859 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75633 75633 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1712820 1712820 0 0.0
.debug_aranges 143328 143328 0 0.0
.debug_frame 524620 524620 0 0.0
.debug_info 46721811 46721809 -2 -0.0
.debug_line 5762175 5762175 0 0.0
.debug_loc 3675984 3675984 0 0.0
.debug_ranges 399784 399784 0 0.0
.debug_str 4215339 4215339 0 0.0
.hbn 536 536 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 120480 120480 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 642612 642612 0 0.0
.symtab 193968 193968 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1039776 1039772 -4 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 605154 605154 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 956414 956414 0 0.0
.debug_aranges 103360 103360 0 0.0
.debug_frame 349588 349588 0 0.0
.debug_info 20296714 20296713 -1 -0.0
.debug_line 2699267 2699267 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1518740 1518740 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 96034 96034 0 0.0
.debug_str 3215165 3215165 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104322 104322 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 483205 483205 0 0.0
.symtab 287280 287280 0 0.0
.text 498708 498708 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 524451 524451 0 0.0
.app_xip_area 417245 417245 0 0.0
.bss 62184 62184 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) 529131 529131 0 0.0
.app_xip_area 416621 416621 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) 566171 566171 0 0.0
.app_xip_area 459725 459725 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) 530939 530939 0 0.0
.app_xip_area 421925 421925 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) 963620 963620 0 0.0
.bss 179672 179672 0 0.0
.data 2136 2136 0 0.0
.text 781792 781792 0 0.0
BRD4187C (read/write) 1000960 1000960 0 0.0
.bss 159420 159420 0 0.0
.data 2780 2780 0 0.0
.text 838740 838740 0 0.0
lock-app BRD4161A+wf200 (read/write) 1068724 1068724 0 0.0
.bss 174144 174144 0 0.0
.data 2152 2152 0 0.0
.text 892408 892408 0 0.0
window-app BRD4187C (read/write) 1075808 1075808 0 0.0
.bss 143876 143876 0 0.0
.data 2676 2676 0 0.0
.text 929236 929236 0 0.0
k32w contact k32w0+release (read only) 583548 583548 0 0.0
(read/write) 82704 82704 0 0.0
.bss 65888 65888 0 0.0
.data 2192 2192 0 0.0
.text 583012 583012 0 0.0
light k32w0+release (read only) 582516 582516 0 0.0
(read/write) 82356 82356 0 0.0
.bss 65552 65552 0 0.0
.data 2180 2180 0 0.0
.text 581980 581980 0 0.0
lock k32w0+release (read only) 555956 555956 0 0.0
(read/write) 80352 80352 0 0.0
.bss 63624 63624 0 0.0
.data 2104 2104 0 0.0
.text 555420 555420 0 0.0
linux all-clusters-app debug (read only) 3138661 3138661 0 0.0
(read/write) 152416 152416 0 0.0
.bss 60128 60128 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 83640 83640 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 229640 229640 0 0.0
.text 2723381 2723381 0 0.0
all-clusters-minimal-app debug (read only) 2952237 2952237 0 0.0
(read/write) 145632 145632 0 0.0
.bss 59296 59296 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 77816 77816 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 223368 223368 0 0.0
.text 2546645 2546645 0 0.0
bridge-app debug (read only) 2515877 2515877 0 0.0
(read/write) 129616 129616 0 0.0
.bss 50232 50232 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69552 69552 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 172584 172584 0 0.0
.text 2171045 2171045 0 0.0
chip-tool debug (read only) 13424929 13425217 288 0.0
(read/write) 694312 694312 0 0.0
.bss 26424 26424 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 658056 658056 0 0.0
.dynamic 608 608 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 630989 630989 0 0.0
.text 11180596 11180884 288 0.0
chip-tool-ipv6only arm64 (read only) 12650108 12650444 336 0.0
(read/write) 745896 745896 0 0.0
.bss 34392 34392 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 687312 687312 0 0.0
.dynamic 560 560 0 0.0
.got 15976 15976 0 0.0
.init 24 24 0 0.0
.init_array 216 216 0 0.0
.rodata 576768 576768 0 0.0
.text 10303572 10303908 336 0.0
dynamic-bridge-app-ipv6only debug (read only) 2579493 2579493 0 0.0
(read/write) 126808 126808 0 0.0
.bss 47544 47544 0 0.0
.data 2864 2864 0 0.0
.data.rel.ro 70136 70136 0 0.0
.dynamic 624 624 0 0.0
.got 4800 4800 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 175304 175304 0 0.0
.text 2226901 2226901 0 0.0
lighting-app debug+rpc+ui (read only) 3242465 3242465 0 0.0
(read/write) 132208 132208 0 0.0
.bss 48032 48032 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 74680 74680 0 0.0
.dynamic 656 656 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 283988 283988 0 0.0
.text 2766754 2766754 0 0.0
lock-app debug (read only) 2654653 2654653 0 0.0
(read/write) 123560 123560 0 0.0
.bss 45952 45952 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 69592 69592 0 0.0
.dynamic 608 608 0 0.0
.got 4648 4648 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 205576 205576 0 0.0
.text 2276453 2276453 0 0.0
ota-provider-app debug (read only) 2207237 2207237 0 0.0
(read/write) 103640 103640 0 0.0
.bss 44528 44528 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 51888 51888 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 153736 153736 0 0.0
.text 1912053 1912053 0 0.0
ota-requestor-app debug (read only) 2374269 2374269 0 0.0
(read/write) 111400 111400 0 0.0
.bss 46960 46960 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56744 56744 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 157800 157800 0 0.0
.text 2066149 2066149 0 0.0
shell debug (read only) 2675529 2675529 0 0.0
(read/write) 140904 140904 0 0.0
.bss 59080 59080 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 74760 74760 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 198162 198162 0 0.0
.text 2315586 2315586 0 0.0
thermostat-no-ble arm64 (read only) 2519684 2519684 0 0.0
(read/write) 142392 142392 0 0.0
.bss 53464 53464 0 0.0
.data 1784 1784 0 0.0
.data.rel.ro 77672 77672 0 0.0
.dynamic 560 560 0 0.0
.got 5424 5424 0 0.0
.init 24 24 0 0.0
.init_array 384 384 0 0.0
.rodata 129256 129256 0 0.0
.text 2127156 2127156 0 0.0
tv-app debug (read only) 3310617 3310617 0 0.0
(read/write) 261512 261512 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79424 79424 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 222008 222008 0 0.0
.text 2892498 2892498 0 0.0
tv-casting-app debug (read only) 7235785 7235785 0 0.0
(read/write) 192400 192400 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 132000 132000 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 313260 313260 0 0.0
.text 6560722 6560722 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 840680 840680 0 0.0
(read/write) 1706796 1706796 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190108 190108 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 2552 2552 0 0.0
.debug_abbrev 1282123 1282123 0 0.0
.debug_aranges 130424 130424 0 0.0
.debug_frame 433316 433316 0 0.0
.debug_info 27857696 27857695 -1 -0.0
.debug_line 3787125 3787125 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2049381 2049381 0 0.0
.debug_rnglists 129718 129718 0 0.0
.debug_str 3723471 3723471 0 0.0
.heap 840680 840680 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 716287 716287 0 0.0
.symtab 466384 466384 0 0.0
.text 0 0 0 0.0
1505748 1505748 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 841440 841440 0 0.0
(read/write) 1649108 1649108 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189348 189348 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 2552 2552 0 0.0
.debug_abbrev 1276979 1276979 0 0.0
.debug_aranges 129896 129896 0 0.0
.debug_frame 436384 436384 0 0.0
.debug_info 27621439 27621438 -1 -0.0
.debug_line 3809826 3809826 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2042475 2042475 0 0.0
.debug_rnglists 128882 128882 0 0.0
.debug_str 3715173 3715173 0 0.0
.heap 841440 841440 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 674975 674975 0 0.0
.symtab 451696 451696 0 0.0
.text 1448820 1448820 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849736 849736 0 0.0
(read/write) 1570740 1570740 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181220 181220 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 2384 2384 0 0.0
.debug_abbrev 1110199 1110199 0 0.0
.debug_aranges 120048 120048 0 0.0
.debug_frame 399620 399620 0 0.0
.debug_info 22969762 22969762 0 0.0
.debug_line 3372821 3372821 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1873968 1873968 0 0.0
.debug_rnglists 118511 118511 0 0.0
.debug_str 3521152 3521152 0 0.0
.heap 849736 849736 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 591028 591028 0 0.0
.symtab 414144 414144 0 0.0
.text 1378748 1378748 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821952 821952 0 0.0
(read/write) 1627244 1627244 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208996 208996 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 1109240 1109240 0 0.0
.debug_aranges 120552 120552 0 0.0
.debug_frame 401712 401712 0 0.0
.debug_info 23138016 23138017 1 0.0
.debug_line 3369203 3369203 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1887395 1887395 0 0.0
.debug_rnglists 118967 118967 0 0.0
.debug_str 3536134 3536134 0 0.0
.heap 821952 821952 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 595029 595029 0 0.0
.symtab 416448 416448 0 0.0
.text 1407468 1407468 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1170296 1170296 0 0.0
.bss 99928 99928 0 0.0
.data 856 856 0 0.0
.text 617396 617396 0 0.0
lock-app qpg6105+debug (read/write) 1139540 1139548 8 0.0
.bss 94824 94824 0 0.0
.data 856 856 0 0.0
.text 586640 586648 8 0.0

@github-actions github-actions bot added the gn label May 17, 2023
@github-actions
Copy link

github-actions bot commented May 17, 2023

PR #26617: Size comparison from 64bf867 to 4a0d257

Increases (9 builds for bl702, efr32, linux, psoc6, telink)
platform target config section 64bf867 4a0d257 change % change
bl702 lighting-app bl702+rpc .debug_info 46725926 46725927 1 0.0
.text 1039772 1039774 2 0.0
efr32 lighting-app BRD4187C (read/write) 1000952 1000960 8 0.0
.text 838732 838740 8 0.0
linux chip-tool debug (read only) 13426969 13427193 224 0.0
.text 11182356 1118258 224 0.0
chip-tool-ipv6only arm64 (read only) 12651772 12652076 304 0.0
.text 10305012 10305316 304 0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 27626245 27626246 1 0.0
telink lighting-app-rpc tlsr9518adk80d (read/write) 1002856 1002864 8 0.0
text 696172 696174 2 0.0
pump-controller-app tlsr9518adk80d (read/write) 840460 840468 8 0.0
text 571788 571790 2 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 836696 836704 8 0.0
text 567500 567504 4 0.0
window-covering tlsr9518adk80d text 587526 587528 2 0.0
Decreases (6 builds for bl602, telink)
platform target config section 64bf867 4a0d257 change % change
bl602 lighting-app bl602+rpc .text 1067624 1067622 -2 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1002432 1002424 -8 -0.0
text 681050 681048 -2 -0.0
contact-sensor-app tlsr9518adk80d (read/write) 847672 847664 -8 -0.0
text 575494 575492 -2 -0.0
light-switch-app tlsr9518adk80d (read/write) 863968 863960 -8 -0.0
text 590124 590120 -4 -0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 946000 945992 -8 -0.0
text 660018 660016 -2 -0.0
pump-app tlsr9518adk80d (read/write) 853672 853664 -8 -0.0
text 581670 581668 -2 -0.0
Full report (54 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 64bf867 4a0d257 change % change
bl602 lighting-app bl602 (read/write) 1355462 1355462 0 0.0
.bss 87886 87886 0 0.0
.data 9648 9648 0 0.0
.text 1036268 1036268 0 0.0
bl602+rpc (read/write) 1401730 1401730 0 0.0
.bss 95934 95934 0 0.0
.data 10040 10040 0 0.0
.text 1067624 1067622 -2 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1187151 1187151 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67585 67585 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1553810 1553810 0 0.0
.debug_aranges 135056 135056 0 0.0
.debug_frame 496668 496668 0 0.0
.debug_info 41802598 41802598 0 0.0
.debug_line 5346950 5346950 0 0.0
.debug_loc 3473676 3473676 0 0.0
.debug_ranges 374456 374456 0 0.0
.debug_str 3790135 3790135 0 0.0
.hbn 536 536 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 106496 106496 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 581292 581292 0 0.0
.symtab 175472 175472 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
966384 966384 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1275955 1275955 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75633 75633 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1712820 1712820 0 0.0
.debug_aranges 143344 143344 0 0.0
.debug_frame 524680 524680 0 0.0
.debug_info 46725926 46725927 1 0.0
.debug_line 5762786 5762786 0 0.0
.debug_loc 3676394 3676394 0 0.0
.debug_ranges 399816 399816 0 0.0
.debug_str 4215514 4215514 0 0.0
.hbn 536 536 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 120576 120576 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 642612 642612 0 0.0
.symtab 193968 193968 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1039772 1039774 2 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 605154 605154 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 956414 956414 0 0.0
.debug_aranges 103376 103376 0 0.0
.debug_frame 349648 349648 0 0.0
.debug_info 20300459 20300459 0 0.0
.debug_line 2699629 2699629 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1518938 1518938 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 96048 96048 0 0.0
.debug_str 3215337 3215337 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104322 104322 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 483205 483205 0 0.0
.symtab 287296 287296 0 0.0
.text 0 0 0 0.0
498708 498708 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 524451 524451 0 0.0
.app_xip_area 417245 417245 0 0.0
.bss 62184 62184 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) 529131 529131 0 0.0
.app_xip_area 416621 416621 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) 566163 566163 0 0.0
.app_xip_area 459717 459717 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) 530931 530931 0 0.0
.app_xip_area 421917 421917 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) 963620 963620 0 0.0
.bss 179672 179672 0 0.0
.data 2136 2136 0 0.0
.text 781792 781792 0 0.0
BRD4187C (read/write) 1000952 1000960 8 0.0
.bss 159420 159420 0 0.0
.data 2780 2780 0 0.0
.text 838732 838740 8 0.0
lock-app BRD4161A+wf200 (read/write) 1068724 1068724 0 0.0
.bss 174144 174144 0 0.0
.data 2152 2152 0 0.0
.text 892408 892408 0 0.0
window-app BRD4187C (read/write) 1075808 1075808 0 0.0
.bss 143876 143876 0 0.0
.data 2676 2676 0 0.0
.text 929236 929236 0 0.0
esp32 all-clusters-app c3devkit (read only) 1053938 1053938 0 0.0
(read/write) 1583688 1583688 0 0.0
.dram0.bss 77176 77176 0 0.0
.dram0.data 13968 13968 0 0.0
.flash.rodata 213408 213408 0 0.0
.flash.text 1053938 1053938 0 0.0
.iram0.text 76708 76708 0 0.0
m5stack (read only) 1101867 1101867 0 0.0
(read/write) 492858 492858 0 0.0
.dram0.bss 82192 82192 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 241212 241212 0 0.0
.flash.text 1096483 1096483 0 0.0
.iram0.text 126055 126055 0 0.0
linux all-clusters-app debug (read only) 3144373 3144373 0 0.0
(read/write) 152744 152744 0 0.0
.bss 60192 60192 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 83896 83896 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 230088 230088 0 0.0
.text 2728405 2728405 0 0.0
all-clusters-minimal-app debug (read only) 2952205 2952205 0 0.0
(read/write) 145632 145632 0 0.0
.bss 59296 59296 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 77816 77816 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 223368 223368 0 0.0
.text 2546613 2546613 0 0.0
bridge-app debug (read only) 2515845 2515845 0 0.0
(read/write) 129616 129616 0 0.0
.bss 50232 50232 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69552 69552 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 172584 172584 0 0.0
.text 2171013 2171013 0 0.0
chip-tool debug (read only) 13426969 13427193 224 0.0
(read/write) 694376 694376 0 0.0
.bss 26424 26424 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 658120 658120 0 0.0
.dynamic 608 608 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 631245 631245 0 0.0
.text 11182356 1118258 224 0.0
chip-tool-ipv6only arm64 (read only) 12651772 12652076 304 0.0
(read/write) 745960 745960 0 0.0
.bss 34392 34392 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 687376 687376 0 0.0
.dynamic 560 560 0 0.0
.got 15976 15976 0 0.0
.init 24 24 0 0.0
.init_array 216 216 0 0.0
.rodata 576976 576976 0 0.0
.text 10305012 10305316 304 0.0
dynamic-bridge-app-ipv6only debug (read only) 2579461 2579461 0 0.0
(read/write) 126808 126808 0 0.0
.bss 47544 47544 0 0.0
.data 2864 2864 0 0.0
.data.rel.ro 70136 70136 0 0.0
.dynamic 624 624 0 0.0
.got 4800 4800 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 175304 175304 0 0.0
.text 2226869 2226869 0 0.0
lighting-app debug+rpc+ui (read only) 3242433 3242433 0 0.0
(read/write) 132208 132208 0 0.0
.bss 48032 48032 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 74680 74680 0 0.0
.dynamic 656 656 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 283988 283988 0 0.0
.text 2766722 2766722 0 0.0
lock-app debug (read only) 2654621 2654621 0 0.0
(read/write) 123560 123560 0 0.0
.bss 45952 45952 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 69592 69592 0 0.0
.dynamic 608 608 0 0.0
.got 4648 4648 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 205576 205576 0 0.0
.text 2276421 2276421 0 0.0
ota-provider-app debug (read only) 2207205 2207205 0 0.0
(read/write) 103640 103640 0 0.0
.bss 44528 44528 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 51888 51888 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 153736 153736 0 0.0
.text 1912021 1912021 0 0.0
ota-requestor-app debug (read only) 2374237 2374237 0 0.0
(read/write) 111400 111400 0 0.0
.bss 46960 46960 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56744 56744 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 157800 157800 0 0.0
.text 2066117 2066117 0 0.0
shell debug (read only) 2681241 2681241 0 0.0
(read/write) 141232 141232 0 0.0
.bss 59144 59144 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 75016 75016 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 198610 198610 0 0.0
.text 2320610 2320610 0 0.0
thermostat-no-ble arm64 (read only) 2519668 2519668 0 0.0
(read/write) 142392 142392 0 0.0
.bss 53464 53464 0 0.0
.data 1784 1784 0 0.0
.data.rel.ro 77672 77672 0 0.0
.dynamic 560 560 0 0.0
.got 5424 5424 0 0.0
.init 24 24 0 0.0
.init_array 384 384 0 0.0
.rodata 129256 129256 0 0.0
.text 2127140 2127140 0 0.0
tv-app debug (read only) 3310585 3310585 0 0.0
(read/write) 261512 261512 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79424 79424 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 222008 222008 0 0.0
.text 2892466 2892466 0 0.0
tv-casting-app debug (read only) 7237609 7237609 0 0.0
(read/write) 192400 192400 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 132000 132000 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 313484 313484 0 0.0
.text 6562322 6562322 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2495192 2495192 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1457876 1457876 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1177436 1177436 0 0.0
bss 155605 155605 0 0.0
rodata 132988 132988 0 0.0
text 808132 808132 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1437244 1437244 0 0.0
bss 135345 135345 0 0.0
rodata 229004 229004 0 0.0
text 778792 778792 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1123576 1123576 0 0.0
bss 154757 154757 0 0.0
rodata 109752 109752 0 0.0
text 778344 778344 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 840640 840640 0 0.0
(read/write) 1708044 1708044 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190148 190148 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 2552 2552 0 0.0
.debug_abbrev 1287292 1287292 0 0.0
.debug_aranges 130664 130664 0 0.0
.debug_frame 434004 434004 0 0.0
.debug_info 28000381 28000381 0 0.0
.debug_line 3796996 3796996 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2051754 2051754 0 0.0
.debug_rnglists 129947 129947 0 0.0
.debug_str 3726642 3726642 0 0.0
.heap 840640 840640 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 718721 718721 0 0.0
.symtab 467296 467296 0 0.0
.text 0 0 0 0.0
1506956 1506956 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 841440 841440 0 0.0
(read/write) 1649108 1649108 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189348 189348 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 2552 2552 0 0.0
.debug_abbrev 1276979 1276979 0 0.0
.debug_aranges 129912 129912 0 0.0
.debug_frame 436444 436444 0 0.0
.debug_info 27626245 27626246 1 0.0
.debug_line 3810188 3810188 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2042667 2042667 0 0.0
.debug_rnglists 128896 128896 0 0.0
.debug_str 3715345 3715345 0 0.0
.heap 841440 841440 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 674975 674975 0 0.0
.symtab 451712 451712 0 0.0
.text 1448820 1448820 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849736 849736 0 0.0
(read/write) 1570740 1570740 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181220 181220 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 2384 2384 0 0.0
.debug_abbrev 1110199 1110199 0 0.0
.debug_aranges 120064 120064 0 0.0
.debug_frame 399680 399680 0 0.0
.debug_info 22973719 22973719 0 0.0
.debug_line 3373183 3373183 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1874160 1874160 0 0.0
.debug_rnglists 118525 118525 0 0.0
.debug_str 3521324 3521324 0 0.0
.heap 849736 849736 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 591028 591028 0 0.0
.symtab 414160 414160 0 0.0
.text 1378748 1378748 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821952 821952 0 0.0
(read/write) 1627244 1627244 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208996 208996 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 1109240 1109240 0 0.0
.debug_aranges 120568 120568 0 0.0
.debug_frame 401772 401772 0 0.0
.debug_info 23141914 23141914 0 0.0
.debug_line 3369565 3369565 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1887587 1887587 0 0.0
.debug_rnglists 118981 118981 0 0.0
.debug_str 3536306 3536306 0 0.0
.heap 821952 821952 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 595029 595029 0 0.0
.symtab 416464 416464 0 0.0
.text 1407468 1407468 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1170296 1170296 0 0.0
.bss 99928 99928 0 0.0
.data 856 856 0 0.0
.text 617396 617396 0 0.0
lock-app qpg6105+debug (read/write) 1139540 1139540 0 0.0
.bss 94824 94824 0 0.0
.data 856 856 0 0.0
.text 586640 586640 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1002432 1002424 -8 -0.0
bss 97952 97952 0 0.0
text 681050 681048 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 938036 938036 0 0.0
bss 97004 97004 0 0.0
text 642814 642814 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 919432 919432 0 0.0
bss 99348 99348 0 0.0
text 635464 635464 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 847672 847664 -8 -0.0
bss 88904 88904 0 0.0
text 575494 575492 -2 -0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 863968 863960 -8 -0.0
bss 89060 89060 0 0.0
text 590124 590120 -4 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934580 934580 0 0.0
bss 97376 97376 0 0.0
text 652460 652460 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 946000 945992 -8 -0.0
bss 101624 101624 0 0.0
text 660018 660016 -2 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1002856 1002864 8 0.0
bss 98940 98940 0 0.0
text 696172 696174 2 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 902664 902664 0 0.0
bss 89556 89556 0 0.0
text 604138 604138 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 870552 870552 0 0.0
bss 90176 90176 0 0.0
text 597590 597590 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 853672 853664 -8 -0.0
bss 89024 89024 0 0.0
text 581670 581668 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 840460 840468 8 0.0
bss 88824 88824 0 0.0
text 571788 571790 2 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 836696 836704 8 0.0
bss 88744 88744 0 0.0
text 567500 567504 4 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868356 868356 0 0.0
bss 90448 90448 0 0.0
text 591840 591840 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865016 865016 0 0.0
bss 90868 90868 0 0.0
text 587526 587528 2 0.0

@github-actions
Copy link

github-actions bot commented May 17, 2023

PR #26617: Size comparison from 64bf867 to 546f5ba

Increases (8 builds for bl702, efr32, linux, psoc6, telink)
platform target config section 64bf867 546f5ba change % change
bl702 lighting-app bl702+rpc .debug_info 46725926 46725927 1 0.0
.text 1039772 1039774 2 0.0
efr32 lighting-app BRD4187C (read/write) 1000952 1000960 8 0.0
.text 838732 838740 8 0.0
linux chip-tool debug (read only) 13426969 13427193 224 0.0
.text 11182356 1118258 224 0.0
chip-tool-ipv6only arm64 (read only) 12651772 12652076 304 0.0
.text 10305012 10305316 304 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 28000381 28000382 1 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 27626245 27626247 2 0.0
telink lighting-app-rpc tlsr9518adk80d (read/write) 1002856 1002864 8 0.0
text 696172 696174 2 0.0
pump-controller-app tlsr9518adk80d (read/write) 840460 840468 8 0.0
text 571788 571790 2 0.0
Decreases (10 builds for bl602, cc32xx, cyw30739, telink)
platform target config section 64bf867 546f5ba change % change
bl602 lighting-app bl602 .text 1036268 1036266 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20300459 20300458 -1 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 524451 524443 -8 -0.0
.app_xip_area 417245 417237 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1002432 1002424 -8 -0.0
text 681050 681046 -4 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 938036 938028 -8 -0.0
text 642814 642812 -2 -0.0
light-switch-app tlsr9518adk80d (read/write) 863968 863960 -8 -0.0
text 590124 590120 -4 -0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 946000 945992 -8 -0.0
text 660018 660016 -2 -0.0
lock-app tlsr9518adk80d (read/write) 902664 902656 -8 -0.0
text 604138 604136 -2 -0.0
ota-requestor-app tlsr9518adk80d text 597590 597588 -2 -0.0
thermostat tlsr9518adk80d text 591840 591836 -4 -0.0
Full report (54 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 64bf867 546f5ba change % change
bl602 lighting-app bl602 (read/write) 1355462 1355462 0 0.0
.bss 87886 87886 0 0.0
.data 9648 9648 0 0.0
.text 1036268 1036266 -2 -0.0
bl602+rpc (read/write) 1401730 1401730 0 0.0
.bss 95934 95934 0 0.0
.data 10040 10040 0 0.0
.text 1067624 1067624 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1187151 1187151 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67585 67585 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1553810 1553810 0 0.0
.debug_aranges 135056 135056 0 0.0
.debug_frame 496668 496668 0 0.0
.debug_info 41802598 41802598 0 0.0
.debug_line 5346950 5346950 0 0.0
.debug_loc 3473676 3473676 0 0.0
.debug_ranges 374456 374456 0 0.0
.debug_str 3790135 3790135 0 0.0
.hbn 536 536 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 106496 106496 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 581292 581292 0 0.0
.symtab 175472 175472 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
966384 966384 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1275955 1275955 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75633 75633 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1712820 1712820 0 0.0
.debug_aranges 143344 143344 0 0.0
.debug_frame 524680 524680 0 0.0
.debug_info 46725926 46725927 1 0.0
.debug_line 5762786 5762786 0 0.0
.debug_loc 3676394 3676394 0 0.0
.debug_ranges 399816 399816 0 0.0
.debug_str 4215514 4215514 0 0.0
.hbn 536 536 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 120576 120576 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 642612 642612 0 0.0
.symtab 193968 193968 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1039772 1039774 2 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 605154 605154 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 956414 956414 0 0.0
.debug_aranges 103376 103376 0 0.0
.debug_frame 349648 349648 0 0.0
.debug_info 20300459 20300458 -1 -0.0
.debug_line 2699629 2699629 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1518938 1518938 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 96048 96048 0 0.0
.debug_str 3215337 3215337 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104322 104322 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 483205 483205 0 0.0
.symtab 287296 287296 0 0.0
.text 498708 498708 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 524451 524443 -8 -0.0
.app_xip_area 417245 417237 -8 -0.0
.bss 62184 62184 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) 529131 529131 0 0.0
.app_xip_area 416621 416621 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) 566163 566163 0 0.0
.app_xip_area 459717 459717 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) 530931 530931 0 0.0
.app_xip_area 421917 421917 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) 963620 963620 0 0.0
.bss 179672 179672 0 0.0
.data 2136 2136 0 0.0
.text 781792 781792 0 0.0
BRD4187C (read/write) 1000952 1000960 8 0.0
.bss 159420 159420 0 0.0
.data 2780 2780 0 0.0
.text 838732 838740 8 0.0
lock-app BRD4161A+wf200 (read/write) 1068724 1068724 0 0.0
.bss 174144 174144 0 0.0
.data 2152 2152 0 0.0
.text 892408 892408 0 0.0
window-app BRD4187C (read/write) 1075808 1075808 0 0.0
.bss 143876 143876 0 0.0
.data 2676 2676 0 0.0
.text 929236 929236 0 0.0
esp32 all-clusters-app c3devkit (read only) 1053938 1053938 0 0.0
(read/write) 1583688 1583688 0 0.0
.dram0.bss 77176 77176 0 0.0
.dram0.data 13968 13968 0 0.0
.flash.rodata 213408 213408 0 0.0
.flash.text 1053938 1053938 0 0.0
.iram0.text 76708 76708 0 0.0
m5stack (read only) 1101867 1101867 0 0.0
(read/write) 492858 492858 0 0.0
.dram0.bss 82192 82192 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 241212 241212 0 0.0
.flash.text 1096483 1096483 0 0.0
.iram0.text 126055 126055 0 0.0
linux all-clusters-app debug (read only) 3144373 3144373 0 0.0
(read/write) 152744 152744 0 0.0
.bss 60192 60192 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 83896 83896 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 230088 230088 0 0.0
.text 2728405 2728405 0 0.0
all-clusters-minimal-app debug (read only) 2952205 2952205 0 0.0
(read/write) 145632 145632 0 0.0
.bss 59296 59296 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 77816 77816 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 223368 223368 0 0.0
.text 2546613 2546613 0 0.0
bridge-app debug (read only) 2515845 2515845 0 0.0
(read/write) 129616 129616 0 0.0
.bss 50232 50232 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69552 69552 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 172584 172584 0 0.0
.text 2171013 2171013 0 0.0
chip-tool debug (read only) 13426969 13427193 224 0.0
(read/write) 694376 694376 0 0.0
.bss 26424 26424 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 658120 658120 0 0.0
.dynamic 608 608 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 631245 631245 0 0.0
.text 11182356 1118258 224 0.0
chip-tool-ipv6only arm64 (read only) 12651772 12652076 304 0.0
(read/write) 745960 745960 0 0.0
.bss 34392 34392 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 687376 687376 0 0.0
.dynamic 560 560 0 0.0
.got 15976 15976 0 0.0
.init 24 24 0 0.0
.init_array 216 216 0 0.0
.rodata 576976 576976 0 0.0
.text 10305012 10305316 304 0.0
dynamic-bridge-app-ipv6only debug (read only) 2579461 2579461 0 0.0
(read/write) 126808 126808 0 0.0
.bss 47544 47544 0 0.0
.data 2864 2864 0 0.0
.data.rel.ro 70136 70136 0 0.0
.dynamic 624 624 0 0.0
.got 4800 4800 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 175304 175304 0 0.0
.text 2226869 2226869 0 0.0
lighting-app debug+rpc+ui (read only) 3242433 3242433 0 0.0
(read/write) 132208 132208 0 0.0
.bss 48032 48032 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 74680 74680 0 0.0
.dynamic 656 656 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 283988 283988 0 0.0
.text 2766722 2766722 0 0.0
lock-app debug (read only) 2654621 2654621 0 0.0
(read/write) 123560 123560 0 0.0
.bss 45952 45952 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 69592 69592 0 0.0
.dynamic 608 608 0 0.0
.got 4648 4648 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 205576 205576 0 0.0
.text 2276421 2276421 0 0.0
ota-provider-app debug (read only) 2207205 2207205 0 0.0
(read/write) 103640 103640 0 0.0
.bss 44528 44528 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 51888 51888 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 153736 153736 0 0.0
.text 1912021 1912021 0 0.0
ota-requestor-app debug (read only) 2374237 2374237 0 0.0
(read/write) 111400 111400 0 0.0
.bss 46960 46960 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56744 56744 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 157800 157800 0 0.0
.text 2066117 2066117 0 0.0
shell debug (read only) 2681241 2681241 0 0.0
(read/write) 141232 141232 0 0.0
.bss 59144 59144 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 75016 75016 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 198610 198610 0 0.0
.text 2320610 2320610 0 0.0
thermostat-no-ble arm64 (read only) 2519668 2519668 0 0.0
(read/write) 142392 142392 0 0.0
.bss 53464 53464 0 0.0
.data 1784 1784 0 0.0
.data.rel.ro 77672 77672 0 0.0
.dynamic 560 560 0 0.0
.got 5424 5424 0 0.0
.init 24 24 0 0.0
.init_array 384 384 0 0.0
.rodata 129256 129256 0 0.0
.text 2127140 2127140 0 0.0
tv-app debug (read only) 3310585 3310585 0 0.0
(read/write) 261512 261512 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79424 79424 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 222008 222008 0 0.0
.text 2892466 2892466 0 0.0
tv-casting-app debug (read only) 7237609 7237609 0 0.0
(read/write) 192400 192400 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 132000 132000 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 313484 313484 0 0.0
.text 6562322 6562322 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2495192 2495192 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1457876 1457876 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1177436 1177436 0 0.0
bss 155605 155605 0 0.0
rodata 132988 132988 0 0.0
text 808132 808132 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1437244 1437244 0 0.0
bss 135345 135345 0 0.0
rodata 229004 229004 0 0.0
text 778792 778792 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1123576 1123576 0 0.0
bss 154757 154757 0 0.0
rodata 109752 109752 0 0.0
text 778344 778344 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 840640 840640 0 0.0
(read/write) 1708044 1708044 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190148 190148 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 2552 2552 0 0.0
.debug_abbrev 1287292 1287292 0 0.0
.debug_aranges 130664 130664 0 0.0
.debug_frame 434004 434004 0 0.0
.debug_info 28000381 28000382 1 0.0
.debug_line 3796996 3796996 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2051754 2051754 0 0.0
.debug_rnglists 129947 129947 0 0.0
.debug_str 3726642 3726642 0 0.0
.heap 840640 840640 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 718721 718721 0 0.0
.symtab 467296 467296 0 0.0
.text 1506956 1506956 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 841440 841440 0 0.0
(read/write) 1649108 1649108 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189348 189348 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 2552 2552 0 0.0
.debug_abbrev 1276979 1276979 0 0.0
.debug_aranges 129912 129912 0 0.0
.debug_frame 436444 436444 0 0.0
.debug_info 27626245 27626247 2 0.0
.debug_line 3810188 3810188 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2042667 2042667 0 0.0
.debug_rnglists 128896 128896 0 0.0
.debug_str 3715345 3715345 0 0.0
.heap 841440 841440 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 674975 674975 0 0.0
.symtab 451712 451712 0 0.0
.text 1448820 1448820 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849736 849736 0 0.0
(read/write) 1570740 1570740 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181220 181220 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 2384 2384 0 0.0
.debug_abbrev 1110199 1110199 0 0.0
.debug_aranges 120064 120064 0 0.0
.debug_frame 399680 399680 0 0.0
.debug_info 22973719 22973719 0 0.0
.debug_line 3373183 3373183 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1874160 1874160 0 0.0
.debug_rnglists 118525 118525 0 0.0
.debug_str 3521324 3521324 0 0.0
.heap 849736 849736 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 591028 591028 0 0.0
.symtab 414160 414160 0 0.0
.text 1378748 1378748 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821952 821952 0 0.0
(read/write) 1627244 1627244 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208996 208996 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 1109240 1109240 0 0.0
.debug_aranges 120568 120568 0 0.0
.debug_frame 401772 401772 0 0.0
.debug_info 23141914 23141914 0 0.0
.debug_line 3369565 3369565 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1887587 1887587 0 0.0
.debug_rnglists 118981 118981 0 0.0
.debug_str 3536306 3536306 0 0.0
.heap 821952 821952 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 595029 595029 0 0.0
.symtab 416464 416464 0 0.0
.text 1407468 1407468 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1170296 1170296 0 0.0
.bss 99928 99928 0 0.0
.data 856 856 0 0.0
.text 617396 617396 0 0.0
lock-app qpg6105+debug (read/write) 1139540 1139540 0 0.0
.bss 94824 94824 0 0.0
.data 856 856 0 0.0
.text 586640 586640 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1002432 1002424 -8 -0.0
bss 97952 97952 0 0.0
text 681050 681046 -4 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 938036 938028 -8 -0.0
bss 97004 97004 0 0.0
text 642814 642812 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 919432 919432 0 0.0
bss 99348 99348 0 0.0
text 635464 635464 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 847672 847672 0 0.0
bss 88904 88904 0 0.0
text 575494 575494 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 863968 863960 -8 -0.0
bss 89060 89060 0 0.0
text 590124 590120 -4 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934580 934580 0 0.0
bss 97376 97376 0 0.0
text 652460 652460 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 946000 945992 -8 -0.0
bss 101624 101624 0 0.0
text 660018 660016 -2 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1002856 1002864 8 0.0
bss 98940 98940 0 0.0
text 696172 696174 2 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 902664 902656 -8 -0.0
bss 89556 89556 0 0.0
text 604138 604136 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 870552 870552 0 0.0
bss 90176 90176 0 0.0
text 597590 597588 -2 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 853672 853672 0 0.0
bss 89024 89024 0 0.0
text 581670 581670 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 840460 840468 8 0.0
bss 88824 88824 0 0.0
text 571788 571790 2 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 836696 836696 0 0.0
bss 88744 88744 0 0.0
text 567500 567500 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868356 868356 0 0.0
bss 90448 90448 0 0.0
text 591840 591836 -4 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865016 865016 0 0.0
bss 90868 90868 0 0.0
text 587526 587526 0 0.0

@github-actions
Copy link

github-actions bot commented May 17, 2023

PR #26617: Size comparison from 21ef744 to eeea706

Increases (7 builds for cc32xx, linux, nrfconnect, telink)
platform target config section 21ef744 eeea706 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20300482 20300483 1 0.0
linux chip-tool debug (read only) 13427529 13427753 224 0.0
.text 11182276 11182500 224 0.0
chip-tool-ipv6only arm64 (read only) 12651788 12652076 288 0.0
.text 10305028 10305316 288 0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 778792 778796 4 0.0
telink lighting-app-rpc tlsr9518adk80d (read/write) 1002856 1002864 8 0.0
text 696172 696174 2 0.0
thermostat tlsr9518adk80d text 591836 591840 4 0.0
window-covering tlsr9518adk80d text 587526 587528 2 0.0
Decreases (11 builds for bl602, bl702, esp32, psoc6, telink)
platform target config section 21ef744 eeea706 change % change
bl602 lighting-app bl602+rpc .text 1067368 1067366 -2 -0.0
bl702 lighting-app bl702 (read/write) 1187791 1187775 -16 -0.0
.debug_info 41802624 41802623 -1 -0.0
.text 966386 966384 -2 -0.0
bl702+rpc .debug_info 46725953 46725952 -1 -0.0
.text 1039776 1039774 -2 -0.0
esp32 all-clusters-app c3devkit (read only) 1053942 1053940 -2 -0.0
.flash.text 1053942 1053940 -2 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 28000407 28000406 -1 -0.0
telink all-clusters-app tlsr9518adk80d text 681048 681046 -2 -0.0
light-switch-app tlsr9518adk80d (read/write) 863968 863960 -8 -0.0
text 590122 590120 -2 -0.0
ota-requestor-app tlsr9518adk80d text 597590 597588 -2 -0.0
pump-app tlsr9518adk80d (read/write) 853672 853664 -8 -0.0
text 581670 581668 -2 -0.0
pump-controller-app tlsr9518adk80d text 571792 571790 -2 -0.0
temperature-measurement-app tlsr9518adk80d text 567504 567502 -2 -0.0
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 21ef744 eeea706 change % change
bl602 lighting-app bl602 (read/write) 1356094 1356094 0 0.0
.bss 87886 87886 0 0.0
.data 9648 9648 0 0.0
.text 1036266 1036266 0 0.0
bl602+rpc (read/write) 1402106 1402106 0 0.0
.bss 95934 95934 0 0.0
.data 10040 10040 0 0.0
.text 1067368 1067366 -2 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1187791 1187775 -16 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67585 67585 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1553810 1553810 0 0.0
.debug_aranges 135056 135056 0 0.0
.debug_frame 496668 496668 0 0.0
.debug_info 41802624 41802623 -1 -0.0
.debug_line 5347152 5347152 0 0.0
.debug_loc 3473576 3473576 0 0.0
.debug_ranges 374456 374456 0 0.0
.debug_str 3790166 3790166 0 0.0
.hbn 536 536 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 107120 107120 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 581292 581292 0 0.0
.symtab 175472 175472 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
966386 966384 -2 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1276595 1276595 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75633 75633 0 0.0
.bss_psram 25056 25056 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1712820 1712820 0 0.0
.debug_aranges 143344 143344 0 0.0
.debug_frame 524680 524680 0 0.0
.debug_info 46725953 46725952 -1 -0.0
.debug_line 5762988 5762988 0 0.0
.debug_loc 3676294 3676294 0 0.0
.debug_ranges 399816 399816 0 0.0
.debug_str 4215545 4215545 0 0.0
.hbn 536 536 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 121216 121216 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 642612 642612 0 0.0
.symtab 193968 193968 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1039776 1039774 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 605234 605234 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 956414 956414 0 0.0
.debug_aranges 103376 103376 0 0.0
.debug_frame 349648 349648 0 0.0
.debug_info 20300482 20300483 1 0.0
.debug_line 2699644 2699644 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1518946 1518946 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 96048 96048 0 0.0
.debug_str 3215368 3215368 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104322 104322 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 483205 483205 0 0.0
.symtab 287296 287296 0 0.0
.text 498788 498788 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 524459 524459 0 0.0
.app_xip_area 417253 417253 0 0.0
.bss 62184 62184 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) 529139 529139 0 0.0
.app_xip_area 416629 416629 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) 566163 566163 0 0.0
.app_xip_area 459717 459717 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) 530931 530931 0 0.0
.app_xip_area 421917 421917 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) 963420 963420 0 0.0
.bss 179672 179672 0 0.0
.data 2136 2136 0 0.0
.text 781592 781592 0 0.0
BRD4187C (read/write) 1000736 1000736 0 0.0
.bss 159420 159420 0 0.0
.data 2780 2780 0 0.0
.text 838516 838516 0 0.0
lock-app BRD4161A+wf200 (read/write) 1068476 1068476 0 0.0
.bss 174144 174144 0 0.0
.data 2152 2152 0 0.0
.text 892160 892160 0 0.0
window-app BRD4187C (read/write) 1075640 1075640 0 0.0
.bss 143876 143876 0 0.0
.data 2676 2676 0 0.0
.text 929068 929068 0 0.0
esp32 all-clusters-app c3devkit (read only) 1053942 1053940 -2 -0.0
(read/write) 1583688 1583688 0 0.0
.dram0.bss 77176 77176 0 0.0
.dram0.data 13968 13968 0 0.0
.flash.rodata 213408 213408 0 0.0
.flash.text 1053942 1053940 -2 -0.0
.iram0.text 76708 76708 0 0.0
m5stack (read only) 1101871 1101871 0 0.0
(read/write) 492858 492858 0 0.0
.dram0.bss 82192 82192 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 241212 241212 0 0.0
.flash.text 1096487 1096487 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 583548 583548 0 0.0
(read/write) 82704 82704 0 0.0
.bss 65888 65888 0 0.0
.data 2192 2192 0 0.0
.text 583012 583012 0 0.0
light k32w0+release (read only) 582516 582516 0 0.0
(read/write) 82356 82356 0 0.0
.bss 65552 65552 0 0.0
.data 2180 2180 0 0.0
.text 581980 581980 0 0.0
lock k32w0+release (read only) 555956 555956 0 0.0
(read/write) 80352 80352 0 0.0
.bss 63624 63624 0 0.0
.data 2104 2104 0 0.0
.text 555420 555420 0 0.0
linux all-clusters-app debug (read only) 3144917 3144917 0 0.0
(read/write) 152744 152744 0 0.0
.bss 60192 60192 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 83896 83896 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1120 1120 0 0.0
.rodata 230696 230696 0 0.0
.text 2728341 2728341 0 0.0
all-clusters-minimal-app debug (read only) 2952781 2952781 0 0.0
(read/write) 145632 145632 0 0.0
.bss 59296 59296 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 77816 77816 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 224008 224008 0 0.0
.text 2546549 2546549 0 0.0
bridge-app debug (read only) 2516421 2516421 0 0.0
(read/write) 129616 129616 0 0.0
.bss 50232 50232 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69552 69552 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 173224 173224 0 0.0
.text 2170949 2170949 0 0.0
chip-tool debug (read only) 13427529 13427753 224 0.0
(read/write) 694376 694376 0 0.0
.bss 26424 26424 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 658120 658120 0 0.0
.dynamic 608 608 0 0.0
.got 5360 5360 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 631885 631885 0 0.0
.text 11182276 11182500 224 0.0
chip-tool-ipv6only arm64 (read only) 12651788 12652076 288 0.0
(read/write) 745960 745960 0 0.0
.bss 34392 34392 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 687376 687376 0 0.0
.dynamic 560 560 0 0.0
.got 15976 15976 0 0.0
.init 24 24 0 0.0
.init_array 216 216 0 0.0
.rodata 576976 576976 0 0.0
.text 10305028 10305316 288 0.0
dynamic-bridge-app-ipv6only debug (read only) 2580037 2580037 0 0.0
(read/write) 126808 126808 0 0.0
.bss 47544 47544 0 0.0
.data 2864 2864 0 0.0
.data.rel.ro 70136 70136 0 0.0
.dynamic 624 624 0 0.0
.got 4800 4800 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 175944 175944 0 0.0
.text 2226805 2226805 0 0.0
lighting-app debug+rpc+ui (read only) 3243009 3243009 0 0.0
(read/write) 132208 132208 0 0.0
.bss 48032 48032 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 74680 74680 0 0.0
.dynamic 656 656 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 284628 284628 0 0.0
.text 2766658 2766658 0 0.0
lock-app debug (read only) 2655181 2655181 0 0.0
(read/write) 123560 123560 0 0.0
.bss 45952 45952 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 69592 69592 0 0.0
.dynamic 608 608 0 0.0
.got 4648 4648 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 206216 206216 0 0.0
.text 2276341 2276341 0 0.0
ota-provider-app debug (read only) 2207749 2207749 0 0.0
(read/write) 103640 103640 0 0.0
.bss 44528 44528 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 51888 51888 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 154344 154344 0 0.0
.text 1911957 1911957 0 0.0
ota-requestor-app debug (read only) 2374813 2374813 0 0.0
(read/write) 111400 111400 0 0.0
.bss 46960 46960 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56744 56744 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 158440 158440 0 0.0
.text 2066053 2066053 0 0.0
shell debug (read only) 2681785 2681785 0 0.0
(read/write) 141232 141232 0 0.0
.bss 59144 59144 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 75016 75016 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 199218 199218 0 0.0
.text 2320546 2320546 0 0.0
thermostat-no-ble arm64 (read only) 2519684 2519684 0 0.0
(read/write) 142392 142392 0 0.0
.bss 53464 53464 0 0.0
.data 1784 1784 0 0.0
.data.rel.ro 77672 77672 0 0.0
.dynamic 560 560 0 0.0
.got 5424 5424 0 0.0
.init 24 24 0 0.0
.init_array 384 384 0 0.0
.rodata 129256 129256 0 0.0
.text 2127156 2127156 0 0.0
tv-app debug (read only) 3311129 3311129 0 0.0
(read/write) 261512 261512 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79424 79424 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 222616 222616 0 0.0
.text 2892402 2892402 0 0.0
tv-casting-app debug (read only) 7238137 7238137 0 0.0
(read/write) 192400 192400 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 132000 132000 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 314092 314092 0 0.0
.text 6562242 6562242 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2495256 2495256 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1457940 1457940 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1177436 1177436 0 0.0
bss 155605 155605 0 0.0
rodata 132988 132988 0 0.0
text 808132 808132 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1437244 1437244 0 0.0
bss 135345 135345 0 0.0
rodata 229004 229004 0 0.0
text 778792 778796 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1123592 1123592 0 0.0
bss 154757 154757 0 0.0
rodata 109752 109752 0 0.0
text 778348 778348 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 840640 840640 0 0.0
(read/write) 1708124 1708124 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190148 190148 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 2552 2552 0 0.0
.debug_abbrev 1287292 1287292 0 0.0
.debug_aranges 130664 130664 0 0.0
.debug_frame 434004 434004 0 0.0
.debug_info 28000407 28000406 -1 -0.0
.debug_line 3797011 3797011 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2051762 2051762 0 0.0
.debug_rnglists 129947 129947 0 0.0
.debug_str 3726673 3726673 0 0.0
.heap 840640 840640 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 718721 718721 0 0.0
.symtab 467296 467296 0 0.0
.text 0 0 0 0.0
1507036 1507036 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 841440 841440 0 0.0
(read/write) 1649188 1649188 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189348 189348 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 2552 2552 0 0.0
.debug_abbrev 1276979 1276979 0 0.0
.debug_aranges 129912 129912 0 0.0
.debug_frame 436444 436444 0 0.0
.debug_info 27626271 27626271 0 0.0
.debug_line 3810203 3810203 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2042675 2042675 0 0.0
.debug_rnglists 128896 128896 0 0.0
.debug_str 3715376 3715376 0 0.0
.heap 841440 841440 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 674975 674975 0 0.0
.symtab 451712 451712 0 0.0
.text 1448900 1448900 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849736 849736 0 0.0
(read/write) 1570820 1570820 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181220 181220 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 2384 2384 0 0.0
.debug_abbrev 1110199 1110199 0 0.0
.debug_aranges 120064 120064 0 0.0
.debug_frame 399680 399680 0 0.0
.debug_info 22973743 22973743 0 0.0
.debug_line 3373198 3373198 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1874168 1874168 0 0.0
.debug_rnglists 118525 118525 0 0.0
.debug_str 3521355 3521355 0 0.0
.heap 849736 849736 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 591028 591028 0 0.0
.symtab 414160 414160 0 0.0
.text 1378828 1378828 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821952 821952 0 0.0
(read/write) 1627308 1627308 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208996 208996 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 1109240 1109240 0 0.0
.debug_aranges 120568 120568 0 0.0
.debug_frame 401772 401772 0 0.0
.debug_info 23141937 23141937 0 0.0
.debug_line 3369580 3369580 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1887595 1887595 0 0.0
.debug_rnglists 118981 118981 0 0.0
.debug_str 3536337 3536337 0 0.0
.heap 821952 821952 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 595029 595029 0 0.0
.symtab 416464 416464 0 0.0
.text 1407532 1407532 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1170296 1170296 0 0.0
.bss 99928 99928 0 0.0
.data 856 856 0 0.0
.text 617396 617396 0 0.0
lock-app qpg6105+debug (read/write) 1139540 1139540 0 0.0
.bss 94824 94824 0 0.0
.data 856 856 0 0.0
.text 586640 586640 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1002424 1002424 0 0.0
bss 97952 97952 0 0.0
text 681048 681046 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 938036 938036 0 0.0
bss 97004 97004 0 0.0
text 642814 642814 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 919432 919432 0 0.0
bss 99348 99348 0 0.0
text 635464 635464 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 847672 847672 0 0.0
bss 88904 88904 0 0.0
text 575494 575494 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 863968 863960 -8 -0.0
bss 89060 89060 0 0.0
text 590122 590120 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934580 934580 0 0.0
bss 97376 97376 0 0.0
text 652460 652460 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945992 945992 0 0.0
bss 101624 101624 0 0.0
text 660014 660014 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1002856 1002864 8 0.0
bss 98940 98940 0 0.0
text 696172 696174 2 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 902656 902656 0 0.0
bss 89556 89556 0 0.0
text 604136 604136 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 870552 870552 0 0.0
bss 90176 90176 0 0.0
text 597590 597588 -2 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 853672 853664 -8 -0.0
bss 89024 89024 0 0.0
text 581670 581668 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 840468 840468 0 0.0
bss 88824 88824 0 0.0
text 571792 571790 -2 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 836704 836704 0 0.0
bss 88744 88744 0 0.0
text 567504 567502 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868356 868356 0 0.0
bss 90448 90448 0 0.0
text 591836 591840 4 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865016 865016 0 0.0
bss 90868 90868 0 0.0
text 587526 587528 2 0.0

Copy link
Contributor

@bzbarsky-apple bzbarsky-apple left a comment

Choose a reason for hiding this comment

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

Thank you!

@andy31415 andy31415 merged commit a295e01 into project-chip:master May 18, 2023
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