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

Decode TLV payload data and present it in a human readable format #27638

Merged
merged 167 commits into from
Jul 7, 2023

Conversation

andy31415
Copy link
Contributor

@andy31415 andy31415 commented Jul 5, 2023

This provides a formatting library that takes in raw TLV + metadata about TLV structure to provide a HUMAN-readable view of the data.

Specifically it turns this:

1536011535012600EA997C7A370x012402012503020124040718240x021B181818290424FF0118

into:

report_data
  attribute_reports
    []
      attribute_data
        data_version: 2054986218
        path
          endpoint_id: 1
          cluster_id: 258 == 'WindowCovering'
          attribute_id: 7 == 'configStatus'
        WindowCovering::configStatus: 27 == kOperational | kOnlineReserved | kLiftPositionAware | kTiltPositionAware
  suppress_response: true
  interaction_model_revison: 1

The parsing is based on metadata generated from .matter files and includes support for decoding bitmaps and enums.

It has unit tests as well as fuzz testing (ran it for 30min with 12 jobs and nothing seemed to go wrong after fixing one error handling issue)

Changes

  • added a flat-array tree positioning library and a payload decoder based on it
  • added compile-time code generation for tlv metadata using the array-tree structure and unit tests for it
  • added unit tests and fuzz tests for the payload decoded
  • added payload decoding in json
  • enabled payload decoding as well as json dumping for chip-tool

@github-actions
Copy link

github-actions bot commented Jul 5, 2023

PR #27638: Size comparison from 7e3aa84 to 3170085

Increases above 0.2%:

platform target config section 7e3aa84 3170085 change % change
linux chip-tool-ipv6only arm64 (read only) 17479712 17692632 212920 1.2
(read/write) 910664 1120056 209392 23.0
.data.rel.ro 774320 983696 209376 27.0
.rodata 688440 718432 29992 4.4
Increases (6 builds for bl702, bl702l, cc32xx, linux, nrfconnect)
platform target config section 7e3aa84 3170085 change % change
bl702 lighting-app bl702 .debug_abbrev 1551791 1551887 96 0.0
.debug_info 41862603 41869066 6463 0.0
.debug_line 5603042 5603244 202 0.0
.debug_loc 3810100 3810125 25 0.0
.debug_str 4369223 4369471 248 0.0
bl702+rpc (read/write) 1277355 1277359 4 0.0
.debug_abbrev 1717074 1717170 96 0.0
.debug_info 47051213 47057708 6495 0.0
.debug_line 6029712 6029914 202 0.0
.debug_loc 4015633 4015650 17 0.0
.debug_str 4797999 4798247 248 0.0
.text 1020244 1020246 2 0.0
bl702l lighting-app bl702l .debug_abbrev 1552694 1552790 96 0.0
.debug_info 41855953 41862417 6464 0.0
.debug_line 5508938 5509140 202 0.0
.debug_str 4379917 4380165 248 0.0
.text 934406 934408 2 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 948237 948579 342 0.0
.debug_info 19971040 19978705 7665 0.0
.debug_line 2878258 2878752 494 0.0
.debug_str 3811978 3812273 295 0.0
linux chip-tool-ipv6only arm64 (read only) 17479712 17692632 212920 1.2
(read/write) 910664 1120056 209392 23.0
.data.rel.ro 774320 983696 209376 27.0
.got 23472 23488 16 0.1
.rodata 688440 718432 29992 4.4
.text 14802228 14815428 13200 0.1
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1224744 1224760 16 0.0
text 850868 850872 4 0.0
Decreases (4 builds for bl602, bl702l, cc32xx)
platform target config section 7e3aa84 3170085 change % change
bl602 lighting-app bl602 (read/write) 1367598 1367590 -8 -0.0
.text 1051738 1051736 -2 -0.0
bl602+rpc .text 1083630 1083628 -2 -0.0
bl702l lighting-app bl702l .debug_loc 3742797 3742782 -15 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_loclists 1732567 1732550 -17 -0.0
Full report (17 builds for bl602, bl702, bl702l, cc32xx, k32w, linux, mbed, nrfconnect, qpg)
platform target config section 7e3aa84 3170085 change % change
bl602 lighting-app bl602 (read/write) 1367598 1367590 -8 -0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051738 1051736 -2 -0.0
bl602+rpc (read/write) 1415034 1415034 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083630 1083628 -2 -0.0
bl702 lighting-app bl702 (read/write) 1178715 1178715 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551791 1551887 96 0.0
.debug_aranges 150792 150792 0 0.0
.debug_frame 554536 554536 0 0.0
.debug_info 41862603 41869066 6463 0.0
.debug_line 5603042 5603244 202 0.0
.debug_loc 3810100 3810125 25 0.0
.debug_ranges 396376 396376 0 0.0
.debug_str 4369223 4369471 248 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105700 105700 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582174 582174 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945846 945846 0 0.0
bl702+rpc (read/write) 1277355 1277359 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717074 1717170 96 0.0
.debug_aranges 159280 159280 0 0.0
.debug_frame 583220 583220 0 0.0
.debug_info 47051213 47057708 6495 0.0
.debug_line 6029712 6029914 202 0.0
.debug_loc 4015633 4015650 17 0.0
.debug_ranges 422064 422064 0 0.0
.debug_str 4797999 4798247 248 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120352 120352 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645115 645115 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020244 1020246 2 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159096 1159096 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552694 1552790 96 0.0
.debug_aranges 144936 144936 0 0.0
.debug_frame 533168 533168 0 0.0
.debug_info 41855953 41862417 6464 0.0
.debug_line 5508938 5509140 202 0.0
.debug_loc 3742797 3742782 -15 -0.0
.debug_ranges 401272 401272 0 0.0
.debug_str 4379917 4380165 248 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99648 99648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582081 582081 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934406 934408 2 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607978 607978 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948237 948579 342 0.0
.debug_aranges 119328 119328 0 0.0
.debug_frame 407584 407584 0 0.0
.debug_info 19971040 19978705 7665 0.0
.debug_line 2878258 2878752 494 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1732567 1732550 -17 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107833 107833 0 0.0
.debug_str 3811978 3812273 295 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104866 104866 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485180 485180 0 0.0
.symtab 288304 288304 0 0.0
.text 500992 500992 0 0.0
k32w contact k32w0+release (read only) 586476 586476 0 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585940 585940 0 0.0
light k32w0+release (read only) 585180 585180 0 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584644 584644 0 0.0
lock k32w0+release (read only) 557756 557756 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557220 557220 0 0.0
linux chip-tool-ipv6only arm64 (read only) 17479712 17692632 212920 1.2
(read/write) 910664 1120056 209392 23.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 774320 983696 209376 27.0
.dynamic 560 560 0 0.0
.got 23472 23488 16 0.1
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 688440 718432 29992 4.4
.text 14802228 14815428 13200 0.1
thermostat-no-ble arm64 (read only) 2611468 2611468 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129904 129904 0 0.0
.text 2215748 2215748 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515512 2515512 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478196 1478196 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224744 1224760 16 0.0
bss 155370 155370 0 0.0
rodata 139436 139436 0 0.0
text 850868 850872 4 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1325764 1325764 0 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762300 762300 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151724 1151724 0 0.0
bss 153489 153489 0 0.0
rodata 111728 111728 0 0.0
text 807416 807416 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172304 1172304 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619144 619144 0 0.0
lock-app qpg6105+debug (read/write) 1130424 1130424 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577268 577268 0 0.0

@github-actions
Copy link

github-actions bot commented Jul 5, 2023

PR #27638: Size comparison from 7e3aa84 to 73eabc6

Increases above 0.2%:

platform target config section 7e3aa84 73eabc6 change % change
linux chip-tool debug (read only) 18163849 18392537 228688 1.3
(read/write) 843088 1052496 209408 24.8
.data.rel.ro 737072 946480 209408 28.4
.rodata 765473 809601 44128 5.8
chip-tool-ipv6only arm64 (read only) 17479712 17692648 212936 1.2
(read/write) 910664 1120056 209392 23.0
.data.rel.ro 774320 983696 209376 27.0
.rodata 688440 718448 30008 4.4
Increases (17 builds for bl702, bl702l, cc32xx, cyw30739, linux, psoc6, telink)
platform target config section 7e3aa84 73eabc6 change % change
bl702 lighting-app bl702 .debug_abbrev 1551791 1551887 96 0.0
.debug_info 41862603 41869066 6463 0.0
.debug_line 5603042 5603244 202 0.0
.debug_loc 3810100 3810125 25 0.0
.debug_str 4369223 4369471 248 0.0
bl702+rpc (read/write) 1277355 1277359 4 0.0
.debug_abbrev 1717074 1717170 96 0.0
.debug_info 47051213 47057708 6495 0.0
.debug_line 6029712 6029914 202 0.0
.debug_loc 4015633 4015650 17 0.0
.debug_str 4797999 4798247 248 0.0
.text 1020244 1020246 2 0.0
bl702l lighting-app bl702l .debug_abbrev 1552694 1552790 96 0.0
.debug_info 41855953 41862416 6463 0.0
.debug_line 5508938 5509140 202 0.0
.debug_str 4379917 4380165 248 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 948237 948579 342 0.0
.debug_info 19971040 19978705 7665 0.0
.debug_line 2878258 2878752 494 0.0
.debug_str 3811978 3812273 295 0.0
cyw30739 ota-requestor cyw930739m2evb_01 (read/write) 568495 568503 8 0.0
.app_xip_area 462041 462049 8 0.0
linux chip-tool debug (read only) 18163849 18392537 228688 1.3
(read/write) 843088 1052496 209408 24.8
.data.rel.ro 737072 946480 209408 28.4
.rodata 765473 809601 44128 5.8
.text 15593699 15608579 14880 0.1
chip-tool-ipv6only arm64 (read only) 17479712 17692648 212936 1.2
(read/write) 910664 1120056 209392 23.0
.data.rel.ro 774320 983696 209376 27.0
.got 23472 23488 16 0.1
.rodata 688440 718448 30008 4.4
.text 14802228 14815428 13200 0.1
lighting-app debug+rpc+ui (read only) 5209849 5209929 80 0.0
.text 4640803 4640883 80 0.0
tv-casting-app debug (read only) 9314481 9314569 88 0.0
.text 8548546 8548642 96 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1314218 1314565 347 0.0
.debug_info 29654330 29663252 8922 0.0
.debug_line 4085970 4086461 491 0.0
.debug_str 4421901 4422196 295 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1281948 1282295 347 0.0
.debug_info 28374373 28383111 8738 0.0
.debug_line 4039122 4039613 491 0.0
.debug_str 4364072 4364367 295 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1118805 1119152 347 0.0
.debug_info 23155733 23163583 7850 0.0
.debug_line 3611074 3611565 491 0.0
.debug_str 4177823 4178118 295 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1101049 1101396 347 0.0
.debug_info 22854244 22862094 7850 0.0
.debug_line 3546344 3546835 491 0.0
.debug_str 4133007 4133302 295 0.0
telink light-switch-app tlsr9518adk80d (read/write) 890684 890692 8 0.0
text 611688 611690 2 0.0
lighting-app-rpc tlsr9518adk80d text 726858 726860 2 0.0
lighting-app-shell tlsr9518adk80d text 747004 747008 4 0.0
window-covering tlsr9518adk80d text 612298 612300 2 0.0
Decreases (17 builds for bl602, bl702l, cc32xx, cyw30739, linux, psoc6, telink)
platform target config section 7e3aa84 73eabc6 change % change
bl602 lighting-app bl602 (read/write) 1367598 1367590 -8 -0.0
.text 1051738 1051736 -2 -0.0
bl602+rpc .text 1083630 1083628 -2 -0.0
bl702l lighting-app bl702l .debug_loc 3742797 3742782 -15 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_loclists 1732567 1732550 -17 -0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 530495 530487 -8 -0.0
.app_xip_area 417977 417969 -8 -0.0
linux tv-casting-app debug .rodata 330932 330924 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_loclists 2338168 2338151 -17 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_loclists 2296408 2296390 -18 -0.0
light cy8ckit_062s2_43012 .debug_loclists 2137509 2137491 -18 -0.0
lock cy8ckit_062s2_43012 .debug_loclists 2106089 2106071 -18 -0.0
telink all-clusters-app tlsr9518adk80d text 721456 721454 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d text 668002 668000 -2 -0.0
lighting-app-factory-data tlsr9518adk80d text 689488 689486 -2 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 884680 884672 -8 -0.0
text 608070 608068 -2 -0.0
pump-app tlsr9518adk80d (read/write) 867680 867672 -8 -0.0
text 591988 591984 -4 -0.0
pump-controller-app tlsr9518adk80d text 582332 582330 -2 -0.0
temperature-measurement-app tlsr9518adk80d (read/write) 850856 850848 -8 -0.0
text 577962 577960 -2 -0.0
Full report (53 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, k32w, linux, mbed, psoc6, qpg, telink)
platform target config section 7e3aa84 73eabc6 change % change
bl602 lighting-app bl602 (read/write) 1367598 1367590 -8 -0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051738 1051736 -2 -0.0
bl602+rpc (read/write) 1415034 1415034 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083630 1083628 -2 -0.0
bl702 lighting-app bl702 (read/write) 1178715 1178715 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551791 1551887 96 0.0
.debug_aranges 150792 150792 0 0.0
.debug_frame 554536 554536 0 0.0
.debug_info 41862603 41869066 6463 0.0
.debug_line 5603042 5603244 202 0.0
.debug_loc 3810100 3810125 25 0.0
.debug_ranges 396376 396376 0 0.0
.debug_str 4369223 4369471 248 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105700 105700 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582174 582174 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945846 945846 0 0.0
bl702+rpc (read/write) 1277355 1277359 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717074 1717170 96 0.0
.debug_aranges 159280 159280 0 0.0
.debug_frame 583220 583220 0 0.0
.debug_info 47051213 47057708 6495 0.0
.debug_line 6029712 6029914 202 0.0
.debug_loc 4015633 4015650 17 0.0
.debug_ranges 422064 422064 0 0.0
.debug_str 4797999 4798247 248 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120352 120352 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645115 645115 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020244 1020246 2 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159096 1159096 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552694 1552790 96 0.0
.debug_aranges 144936 144936 0 0.0
.debug_frame 533168 533168 0 0.0
.debug_info 41855953 41862416 6463 0.0
.debug_line 5508938 5509140 202 0.0
.debug_loc 3742797 3742782 -15 -0.0
.debug_ranges 401272 401272 0 0.0
.debug_str 4379917 4380165 248 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99648 99648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582081 582081 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934406 934406 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607978 607978 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948237 948579 342 0.0
.debug_aranges 119328 119328 0 0.0
.debug_frame 407584 407584 0 0.0
.debug_info 19971040 19978705 7665 0.0
.debug_line 2878258 2878752 494 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1732567 1732550 -17 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107833 107833 0 0.0
.debug_str 3811978 3812273 295 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104866 104866 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485180 485180 0 0.0
.symtab 288304 288304 0 0.0
.text 500992 500992 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545423 545423 0 0.0
.app_xip_area 437881 437881 0 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530495 530487 -8 -0.0
.app_xip_area 417977 417969 -8 -0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568495 568503 8 0.0
.app_xip_area 462041 462049 8 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541671 541671 0 0.0
.app_xip_area 432265 432265 0 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 998168 998168 0 0.0
.bss 182008 182008 0 0.0
.data 2148 2148 0 0.0
.text 813988 813988 0 0.0
BRD4187C (read/write) 1027276 1027276 0 0.0
.bss 161732 161732 0 0.0
.data 2792 2792 0 0.0
.text 862732 862732 0 0.0
lock-app BRD4161A+wf200 (read/write) 1076160 1076160 0 0.0
.bss 176120 176120 0 0.0
.data 2152 2152 0 0.0
.text 897868 897868 0 0.0
window-app BRD4187C (read/write) 1097868 1097868 0 0.0
.bss 144740 144740 0 0.0
.data 2688 2688 0 0.0
.text 950420 950420 0 0.0
k32w contact k32w0+release (read only) 586476 586476 0 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585940 585940 0 0.0
light k32w0+release (read only) 585180 585180 0 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584644 584644 0 0.0
lock k32w0+release (read only) 557756 557756 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557220 557220 0 0.0
linux all-clusters-app debug (read only) 3343605 3343605 0 0.0
(read/write) 160904 160904 0 0.0
.bss 60288 60288 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233352 233352 0 0.0
.text 2917413 2917413 0 0.0
all-clusters-minimal-app debug (read only) 3056957 3056957 0 0.0
(read/write) 146664 146664 0 0.0
.bss 58176 58176 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224456 224456 0 0.0
.text 2645621 2645621 0 0.0
bridge-app debug (read only) 2525485 2525485 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172968 172968 0 0.0
.text 2179381 2179381 0 0.0
chip-tool debug (read only) 18163849 18392537 228688 1.3
(read/write) 843088 1052496 209408 24.8
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 737072 946480 209408 28.4
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 765473 809601 44128 5.8
.text 15593699 15608579 14880 0.1
chip-tool-ipv6only arm64 (read only) 17479712 17692648 212936 1.2
(read/write) 910664 1120056 209392 23.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 774320 983696 209376 27.0
.dynamic 560 560 0 0.0
.got 23472 23488 16 0.1
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 688440 718448 30008 4.4
.text 14802228 14815428 13200 0.1
lighting-app debug+rpc+ui (read only) 5209849 5209929 80 0.0
(read/write) 220712 220712 0 0.0
.bss 117248 117248 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329268 329268 0 0.0
.text 4640803 4640883 80 0.0
lock-app debug (read only) 2618181 2618181 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200456 200456 0 0.0
.text 2252757 2252757 0 0.0
ota-provider-app debug (read only) 2214685 2214685 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154088 154088 0 0.0
.text 1918261 1918261 0 0.0
ota-requestor-app debug (read only) 2383669 2383669 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158184 158184 0 0.0
.text 2074277 2074277 0 0.0
shell debug (read only) 2879745 2879745 0 0.0
(read/write) 149320 149320 0 0.0
.bss 59240 59240 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201522 201522 0 0.0
.text 2509410 2509410 0 0.0
thermostat-no-ble arm64 (read only) 2611468 2611468 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129904 129904 0 0.0
.text 2215748 2215748 0 0.0
tv-app debug (read only) 3320481 3320481 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222776 222776 0 0.0
.text 2900706 2900706 0 0.0
tv-casting-app debug (read only) 9314481 9314569 88 0.0
(read/write) 221744 221744 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 330932 330924 -8 -0.0
.text 8548546 8548642 96 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515512 2515512 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478196 1478196 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746300 1746300 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1314218 1314565 347 0.0
.debug_aranges 150832 150832 0 0.0
.debug_frame 505260 505260 0 0.0
.debug_info 29654330 29663252 8922 0.0
.debug_line 4085970 4086461 491 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2338168 2338151 -17 -0.0
.debug_rnglists 146351 146351 0 0.0
.debug_str 4421901 4422196 295 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775714 775714 0 0.0
.symtab 488144 488144 0 0.0
.text 0 0 0 0.0
1545932 1545932 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664668 1664668 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1281948 1282295 347 0.0
.debug_aranges 148064 148064 0 0.0
.debug_frame 501056 501056 0 0.0
.debug_info 28374373 28383111 8738 0.0
.debug_line 4039122 4039613 491 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2296408 2296390 -18 -0.0
.debug_rnglists 143101 143101 0 0.0
.debug_str 4364072 4364367 295 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703355 703355 0 0.0
.symtab 461792 461792 0 0.0
.text 1466148 1466148 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597324 1597324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118805 1119152 347 0.0
.debug_aranges 138424 138424 0 0.0
.debug_frame 465024 465024 0 0.0
.debug_info 23155733 23163583 7850 0.0
.debug_line 3611074 3611565 491 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2137509 2137491 -18 -0.0
.debug_rnglists 133135 133135 0 0.0
.debug_str 4177823 4178118 295 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626852 626852 0 0.0
.symtab 427328 427328 0 0.0
.text 1405012 1405012 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628220 1628220 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101049 1101396 347 0.0
.debug_aranges 136520 136520 0 0.0
.debug_frame 458284 458284 0 0.0
.debug_info 22854244 22862094 7850 0.0
.debug_line 3546344 3546835 491 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2106089 2106071 -18 -0.0
.debug_rnglists 130659 130659 0 0.0
.debug_str 4133007 4133302 295 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597081 597081 0 0.0
.symtab 417616 417616 0 0.0
.text 1408452 1408452 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172304 1172304 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619144 619144 0 0.0
lock-app qpg6105+debug (read/write) 1130424 1130424 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577268 577268 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1050600 1050600 0 0.0
bss 98292 98292 0 0.0
text 721456 721454 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964972 964972 0 0.0
bss 96288 96288 0 0.0
text 668002 668000 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930372 930372 0 0.0
bss 100312 100312 0 0.0
text 643056 643056 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862080 862080 0 0.0
bss 89972 89972 0 0.0
text 586228 586228 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890684 890692 8 0.0
bss 90516 90516 0 0.0
text 611688 611690 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968928 968928 0 0.0
bss 98652 98652 0 0.0
text 681968 681968 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980300 980300 0 0.0
bss 102900 102900 0 0.0
text 689488 689486 -2 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038412 1038412 0 0.0
bss 100208 100208 0 0.0
text 726858 726860 2 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069776 1069776 0 0.0
bss 111292 111292 0 0.0
text 747004 747008 4 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917192 917192 0 0.0
bss 90636 90636 0 0.0
text 614894 614894 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884680 884672 -8 -0.0
bss 91248 91248 0 0.0
text 608070 608068 -2 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867680 867672 -8 -0.0
bss 90104 90104 0 0.0
text 591988 591984 -4 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854700 854700 0 0.0
bss 89904 89904 0 0.0
text 582332 582330 -2 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850856 850848 -8 -0.0
bss 89812 89812 0 0.0
text 577962 577960 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896760 896760 0 0.0
bss 90348 90348 0 0.0
text 617376 617376 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892140 892140 0 0.0
bss 90640 90640 0 0.0
text 612298 612300 2 0.0

@github-actions
Copy link

github-actions bot commented Jul 6, 2023

PR #27638: Size comparison from 7e3aa84 to 930fd62

Full report (1 build for mbed)
platform target config section 7e3aa84 930fd62 change % change
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515512 2515512 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478196 1478196 0 0.0

@github-actions
Copy link

github-actions bot commented Jul 6, 2023

PR #27638: Size comparison from c747f54 to 8b7d834

Increases above 0.2%:

platform target config section c747f54 8b7d834 change % change
linux chip-tool-ipv6only arm64 (read only) 17484528 17697768 213240 1.2
(read/write) 910664 1120440 209776 23.0
.data.rel.ro 774320 984080 209760 27.1
.rodata 688520 718544 30024 4.4
Increases (5 builds for bl702, bl702l, cc32xx, linux)
platform target config section c747f54 8b7d834 change % change
bl702 lighting-app bl702 .debug_abbrev 1551791 1551887 96 0.0
.debug_info 41896803 41903265 6462 0.0
.debug_line 5609390 5609592 202 0.0
.debug_str 4377627 4377875 248 0.0
bl702+rpc .debug_abbrev 1717074 1717170 96 0.0
.debug_info 47085797 47092291 6494 0.0
.debug_line 6036060 6036262 202 0.0
.debug_loc 4024931 4024949 18 0.0
.debug_str 4806403 4806651 248 0.0
bl702l lighting-app bl702l .debug_abbrev 1552694 1552790 96 0.0
.debug_info 41890154 41896616 6462 0.0
.debug_line 5515286 5515488 202 0.0
.debug_loc 3752080 3752094 14 0.0
.debug_str 4388321 4388569 248 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 948237 948579 342 0.0
.debug_info 20002192 20009858 7666 0.0
.debug_line 2882985 2883478 493 0.0
.debug_str 3820382 3820677 295 0.0
linux chip-tool-ipv6only arm64 (read only) 17484528 17697768 213240 1.2
(read/write) 910664 1120440 209776 23.0
.data.rel.ro 774320 984080 209760 27.1
.got 23472 23488 16 0.1
.rodata 688520 718544 30024 4.4
.text 14806964 14820164 13200 0.1
Decreases (5 builds for bl602, bl702, bl702l, cc32xx, nrfconnect)
platform target config section c747f54 8b7d834 change % change
bl602 lighting-app bl602+rpc .text 1083630 1083628 -2 -0.0
bl702 lighting-app bl702 (read/write) 1178715 1178711 -4 -0.0
.debug_loc 3819439 3819395 -44 -0.0
.text 945846 945844 -2 -0.0
bl702l lighting-app bl702l .text 934408 934406 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_loclists 1738762 1738736 -26 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 762300 762296 -4 -0.0
Full report (14 builds for bl602, bl702, bl702l, cc32xx, linux, mbed, nrfconnect, qpg)
platform target config section c747f54 8b7d834 change % change
bl602 lighting-app bl602 (read/write) 1367590 1367590 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051736 1051736 0 0.0
bl602+rpc (read/write) 1415034 1415034 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083630 1083628 -2 -0.0
bl702 lighting-app bl702 (read/write) 1178715 1178711 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551791 1551887 96 0.0
.debug_aranges 151176 151176 0 0.0
.debug_frame 555976 555976 0 0.0
.debug_info 41896803 41903265 6462 0.0
.debug_line 5609390 5609592 202 0.0
.debug_loc 3819439 3819395 -44 -0.0
.debug_ranges 397048 397048 0 0.0
.debug_str 4377627 4377875 248 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105700 105700 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582174 582174 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945846 945844 -2 -0.0
bl702+rpc (read/write) 1277355 1277355 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717074 1717170 96 0.0
.debug_aranges 159664 159664 0 0.0
.debug_frame 584660 584660 0 0.0
.debug_info 47085797 47092291 6494 0.0
.debug_line 6036060 6036262 202 0.0
.debug_loc 4024931 4024949 18 0.0
.debug_ranges 422736 422736 0 0.0
.debug_str 4806403 4806651 248 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120352 120352 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645115 645115 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020244 1020244 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159096 1159096 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552694 1552790 96 0.0
.debug_aranges 145320 145320 0 0.0
.debug_frame 534608 534608 0 0.0
.debug_info 41890154 41896616 6462 0.0
.debug_line 5515286 5515488 202 0.0
.debug_loc 3752080 3752094 14 0.0
.debug_ranges 401944 401944 0 0.0
.debug_str 4388321 4388569 248 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99648 99648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582081 582081 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934408 934406 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607978 607978 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948237 948579 342 0.0
.debug_aranges 119712 119712 0 0.0
.debug_frame 408976 408976 0 0.0
.debug_info 20002192 20009858 7666 0.0
.debug_line 2882985 2883478 493 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1738762 1738736 -26 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108121 108121 0 0.0
.debug_str 3820382 3820677 295 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104866 104866 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485180 485180 0 0.0
.symtab 288304 288304 0 0.0
.text 500992 500992 0 0.0
linux chip-tool-ipv6only arm64 (read only) 17484528 17697768 213240 1.2
(read/write) 910664 1120440 209776 23.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 774320 984080 209760 27.1
.dynamic 560 560 0 0.0
.got 23472 23488 16 0.1
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 688520 718544 30024 4.4
.text 14806964 14820164 13200 0.1
thermostat-no-ble arm64 (read only) 2611468 2611468 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129904 129904 0 0.0
.text 2215748 2215748 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515512 2515512 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478196 1478196 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224760 1224760 0 0.0
bss 155370 155370 0 0.0
rodata 139436 139436 0 0.0
text 850872 850872 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1325764 1325764 0 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762300 762296 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151724 1151724 0 0.0
bss 153489 153489 0 0.0
rodata 111728 111728 0 0.0
text 807416 807416 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172304 1172304 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619144 619144 0 0.0
lock-app qpg6105+debug (read/write) 1130424 1130424 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577268 577268 0 0.0

@github-actions
Copy link

github-actions bot commented Jul 6, 2023

PR #27638: Size comparison from c747f54 to 4a94492

Increases above 0.2%:

platform target config section c747f54 4a94492 change % change
linux chip-tool-ipv6only arm64 (read only) 17484528 17697768 213240 1.2
(read/write) 910664 1120440 209776 23.0
.data.rel.ro 774320 984080 209760 27.1
.rodata 688520 718544 30024 4.4
Increases (9 builds for bl702, bl702l, cc32xx, linux, psoc6)
platform target config section c747f54 4a94492 change % change
bl702 lighting-app bl702 .debug_abbrev 1551791 1551887 96 0.0
.debug_info 41896803 41903266 6463 0.0
.debug_line 5609390 5609592 202 0.0
.debug_str 4377627 4377875 248 0.0
bl702+rpc .debug_abbrev 1717074 1717170 96 0.0
.debug_info 47085797 47092291 6494 0.0
.debug_line 6036060 6036262 202 0.0
.debug_loc 4024931 4024949 18 0.0
.debug_str 4806403 4806651 248 0.0
bl702l lighting-app bl702l .debug_abbrev 1552694 1552790 96 0.0
.debug_info 41890154 41896616 6462 0.0
.debug_line 5515286 5515488 202 0.0
.debug_loc 3752080 3752094 14 0.0
.debug_str 4388321 4388569 248 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 948237 948579 342 0.0
.debug_info 20002192 20009858 7666 0.0
.debug_line 2882985 2883478 493 0.0
.debug_str 3820382 3820677 295 0.0
linux chip-tool-ipv6only arm64 (read only) 17484528 17697768 213240 1.2
(read/write) 910664 1120440 209776 23.0
.data.rel.ro 774320 984080 209760 27.1
.got 23472 23488 16 0.1
.rodata 688520 718544 30024 4.4
.text 14806964 14820164 13200 0.1
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1314218 1314565 347 0.0
.debug_info 29700363 29709285 8922 0.0
.debug_line 4090696 4091188 492 0.0
.debug_str 4430305 4430600 295 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1281948 1282295 347 0.0
.debug_info 28417801 28426539 8738 0.0
.debug_line 4043848 4044340 492 0.0
.debug_str 4372476 4372771 295 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1118805 1119152 347 0.0
.debug_info 23189118 23196967 7849 0.0
.debug_line 3615800 3616292 492 0.0
.debug_str 4186227 4186522 295 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1101049 1101396 347 0.0
.debug_info 22886907 22894759 7852 0.0
.debug_line 3551070 3551562 492 0.0
.debug_str 4141411 4141706 295 0.0
Decreases (9 builds for bl602, bl702, bl702l, cc32xx, cyw30739, psoc6)
platform target config section c747f54 4a94492 change % change
bl602 lighting-app bl602+rpc .text 1083630 1083626 -4 -0.0
bl702 lighting-app bl702 .debug_loc 3819439 3819395 -44 -0.0
bl702l lighting-app bl702l .text 934408 934406 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_loclists 1738762 1738736 -26 -0.0
cyw30739 ota-requestor cyw930739m2evb_01 (read/write) 568503 568495 -8 -0.0
.app_xip_area 462049 462041 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_loclists 2344354 2344343 -11 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_loclists 2302594 2302585 -9 -0.0
light cy8ckit_062s2_43012 .debug_loclists 2143695 2143686 -9 -0.0
lock cy8ckit_062s2_43012 .debug_loclists 2112275 2112266 -9 -0.0
Full report (29 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section c747f54 4a94492 change % change
bl602 lighting-app bl602 (read/write) 1367590 1367590 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051736 1051736 0 0.0
bl602+rpc (read/write) 1415034 1415034 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083630 1083626 -4 -0.0
bl702 lighting-app bl702 (read/write) 1178715 1178715 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551791 1551887 96 0.0
.debug_aranges 151176 151176 0 0.0
.debug_frame 555976 555976 0 0.0
.debug_info 41896803 41903266 6463 0.0
.debug_line 5609390 5609592 202 0.0
.debug_loc 3819439 3819395 -44 -0.0
.debug_ranges 397048 397048 0 0.0
.debug_str 4377627 4377875 248 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105700 105700 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582174 582174 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945846 945846 0 0.0
bl702+rpc (read/write) 1277355 1277355 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717074 1717170 96 0.0
.debug_aranges 159664 159664 0 0.0
.debug_frame 584660 584660 0 0.0
.debug_info 47085797 47092291 6494 0.0
.debug_line 6036060 6036262 202 0.0
.debug_loc 4024931 4024949 18 0.0
.debug_ranges 422736 422736 0 0.0
.debug_str 4806403 4806651 248 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120352 120352 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645115 645115 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020244 1020244 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159096 1159096 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552694 1552790 96 0.0
.debug_aranges 145320 145320 0 0.0
.debug_frame 534608 534608 0 0.0
.debug_info 41890154 41896616 6462 0.0
.debug_line 5515286 5515488 202 0.0
.debug_loc 3752080 3752094 14 0.0
.debug_ranges 401944 401944 0 0.0
.debug_str 4388321 4388569 248 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99648 99648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582081 582081 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934408 934406 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607978 607978 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948237 948579 342 0.0
.debug_aranges 119712 119712 0 0.0
.debug_frame 408976 408976 0 0.0
.debug_info 20002192 20009858 7666 0.0
.debug_line 2882985 2883478 493 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1738762 1738736 -26 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108121 108121 0 0.0
.debug_str 3820382 3820677 295 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104866 104866 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485180 485180 0 0.0
.symtab 288304 288304 0 0.0
.text 500992 500992 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545431 545431 0 0.0
.app_xip_area 437889 437889 0 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530495 530495 0 0.0
.app_xip_area 417977 417977 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568503 568495 -8 -0.0
.app_xip_area 462049 462041 -8 -0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541671 541671 0 0.0
.app_xip_area 432265 432265 0 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1002652 1002652 0 0.0
.bss 182124 182124 0 0.0
.data 2692 2692 0 0.0
.text 817816 817816 0 0.0
BRD4187C (read/write) 1029224 1029224 0 0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864036 864036 0 0.0
lock-app BRD4161A+wf200 (read/write) 1080544 1080544 0 0.0
.bss 176244 176244 0 0.0
.data 2696 2696 0 0.0
.text 901584 901584 0 0.0
window-app BRD4187C (read/write) 1099616 1099616 0 0.0
.bss 144876 144876 0 0.0
.data 3204 3204 0 0.0
.text 951516 951516 0 0.0
k32w contact k32w0+release (read only) 586476 586476 0 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585940 585940 0 0.0
light k32w0+release (read only) 585180 585180 0 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584644 584644 0 0.0
lock k32w0+release (read only) 557756 557756 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557220 557220 0 0.0
linux chip-tool-ipv6only arm64 (read only) 17484528 17697768 213240 1.2
(read/write) 910664 1120440 209776 23.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 774320 984080 209760 27.1
.dynamic 560 560 0 0.0
.got 23472 23488 16 0.1
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 688520 718544 30024 4.4
.text 14806964 14820164 13200 0.1
thermostat-no-ble arm64 (read only) 2611468 2611468 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129904 129904 0 0.0
.text 2215748 2215748 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515512 2515512 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478196 1478196 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224760 1224760 0 0.0
bss 155370 155370 0 0.0
rodata 139436 139436 0 0.0
text 850872 850872 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1325764 1325764 0 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762300 762300 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151724 1151724 0 0.0
bss 153489 153489 0 0.0
rodata 111728 111728 0 0.0
text 807416 807416 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746300 1746300 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1314218 1314565 347 0.0
.debug_aranges 151216 151216 0 0.0
.debug_frame 506652 506652 0 0.0
.debug_info 29700363 29709285 8922 0.0
.debug_line 4090696 4091188 492 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2344354 2344343 -11 -0.0
.debug_rnglists 146639 146639 0 0.0
.debug_str 4430305 4430600 295 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775714 775714 0 0.0
.symtab 488144 488144 0 0.0
.text 1545932 1545932 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664668 1664668 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1281948 1282295 347 0.0
.debug_aranges 148448 148448 0 0.0
.debug_frame 502448 502448 0 0.0
.debug_info 28417801 28426539 8738 0.0
.debug_line 4043848 4044340 492 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2302594 2302585 -9 -0.0
.debug_rnglists 143389 143389 0 0.0
.debug_str 4372476 4372771 295 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703355 703355 0 0.0
.symtab 461792 461792 0 0.0
.text 1466148 1466148 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597324 1597324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118805 1119152 347 0.0
.debug_aranges 138808 138808 0 0.0
.debug_frame 466416 466416 0 0.0
.debug_info 23189118 23196967 7849 0.0
.debug_line 3615800 3616292 492 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2143695 2143686 -9 -0.0
.debug_rnglists 133423 133423 0 0.0
.debug_str 4186227 4186522 295 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626852 626852 0 0.0
.symtab 427328 427328 0 0.0
.text 1405012 1405012 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628220 1628220 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101049 1101396 347 0.0
.debug_aranges 136904 136904 0 0.0
.debug_frame 459676 459676 0 0.0
.debug_info 22886907 22894759 7852 0.0
.debug_line 3551070 3551562 492 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2112275 2112266 -9 -0.0
.debug_rnglists 130947 130947 0 0.0
.debug_str 4141411 4141706 295 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597081 597081 0 0.0
.symtab 417616 417616 0 0.0
.text 1408452 1408452 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172304 1172304 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619144 619144 0 0.0
lock-app qpg6105+debug (read/write) 1130424 1130424 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577268 577268 0 0.0

@github-actions
Copy link

github-actions bot commented Jul 6, 2023

PR #27638: Size comparison from c747f54 to 73117ce

Increases above 0.2%:

platform target config section c747f54 73117ce change % change
linux chip-tool debug (read only) 18169689 18399449 229760 1.3
(read/write) 843088 1052880 209792 24.9
.data.rel.ro 737072 946864 209792 28.5
.rodata 765793 809985 44192 5.8
chip-tool-ipv6only arm64 (read only) 17484528 17698344 213816 1.2
(read/write) 910664 1120440 209776 23.0
.data.rel.ro 774320 984080 209760 27.1
.rodata 688520 718544 30024 4.4
Increases (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section c747f54 73117ce change % change
bl602 lighting-app bl602 (read/write) 1367590 1367622 32 0.0
.text 1051736 1051762 26 0.0
bl602+rpc (read/write) 1415034 1415058 24 0.0
.text 1083630 1083652 22 0.0
bl702 lighting-app bl702 (read/write) 1178715 1178735 20 0.0
.debug_abbrev 1551791 1551884 93 0.0
.debug_aranges 151176 151272 96 0.1
.debug_frame 555976 556384 408 0.1
.debug_info 41896803 41913284 16481 0.0
.debug_line 5609390 5611104 1714 0.0
.debug_loc 3819439 3820780 1341 0.0
.debug_ranges 397048 397176 128 0.0
.debug_str 4377627 4381536 3909 0.1
.strtab 582174 582262 88 0.0
.text 945846 945868 22 0.0
bl702+rpc (read/write) 1277355 1277379 24 0.0
.debug_abbrev 1717074 1717167 93 0.0
.debug_aranges 159664 159760 96 0.1
.debug_frame 584660 585068 408 0.1
.debug_info 47085797 47102309 16512 0.0
.debug_line 6036060 6037774 1714 0.0
.debug_loc 4024931 4026317 1386 0.0
.debug_ranges 422736 422864 128 0.0
.debug_str 4806403 4809894 3491 0.1
.strtab 645115 645203 88 0.0
.text 1020244 1020266 22 0.0
bl702l lighting-app bl702l (read/write) 1159096 1159120 24 0.0
.debug_abbrev 1552694 1552787 93 0.0
.debug_aranges 145320 145416 96 0.1
.debug_frame 534608 535016 408 0.1
.debug_info 41890154 41906635 16481 0.0
.debug_line 5515286 5517000 1714 0.0
.debug_loc 3752080 3753463 1383 0.0
.debug_ranges 401944 402072 128 0.0
.debug_str 4388321 4392230 3909 0.1
.strtab 582081 582169 88 0.0
.text 934408 934430 22 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 607978 608002 24 0.0
.debug_abbrev 948237 948496 259 0.0
.debug_aranges 119712 119808 96 0.1
.debug_frame 408976 409264 288 0.1
.debug_info 20002192 20021142 18950 0.1
.debug_line 2882985 2884407 1422 0.0
.debug_loclists 1738762 1739663 901 0.1
.debug_rnglists 108121 108193 72 0.1
.debug_str 3820382 3824395 4013 0.1
.strtab 485180 485268 88 0.0
.text 500992 501016 24 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545431 545447 16 0.0
.app_xip_area 437889 437905 16 0.0
lock cyw930739m2evb_01 (read/write) 530495 530511 16 0.0
.app_xip_area 417977 417993 16 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568503 568519 16 0.0
.app_xip_area 462049 462065 16 0.0
switch cyw930739m2evb_01 (read/write) 541671 541687 16 0.0
.app_xip_area 432265 432281 16 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1002652 1002668 16 0.0
.text 817816 817832 16 0.0
BRD4187C (read/write) 1029224 1029240 16 0.0
.text 864036 864052 16 0.0
lock-app BRD4161A+wf200 (read/write) 1080544 1080560 16 0.0
.text 901584 901600 16 0.0
window-app BRD4187C (read/write) 1099616 1099640 24 0.0
.text 951516 951540 24 0.0
esp32 all-clusters-app c3devkit (read only) 1088790 1088800 10 0.0
.flash.text 1088790 1088800 10 0.0
m5stack (read only) 1135475 1135483 8 0.0
.flash.text 1130091 1130099 8 0.0
k32w contact k32w0+release (read only) 586476 586492 16 0.0
.text 585940 585956 16 0.0
light k32w0+release (read only) 585180 585196 16 0.0
.text 584644 584660 16 0.0
lock k32w0+release (read only) 557756 557772 16 0.0
.text 557220 557236 16 0.0
linux all-clusters-app debug (read only) 3343605 3344309 704 0.0
.rodata 233352 233384 32 0.0
.text 2917413 2918085 672 0.0
all-clusters-minimal-app debug (read only) 3056957 3057661 704 0.0
.rodata 224456 224488 32 0.0
.text 2645621 2646293 672 0.0
bridge-app debug (read only) 2525485 2526189 704 0.0
.rodata 172968 173000 32 0.0
.text 2179381 2180053 672 0.0
chip-tool debug (read only) 18169689 18399449 229760 1.3
(read/write) 843088 1052880 209792 24.9
.data.rel.ro 737072 946864 209792 28.5
.rodata 765793 809985 44192 5.8
.text 15599219 15614819 15600 0.1
chip-tool-ipv6only arm64 (read only) 17484528 17698344 213816 1.2
(read/write) 910664 1120440 209776 23.0
.data.rel.ro 774320 984080 209760 27.1
.got 23472 23488 16 0.1
.rodata 688520 718544 30024 4.4
.text 14806964 14820740 13776 0.1
lighting-app debug+rpc+ui (read only) 5209849 5210649 800 0.0
.rodata 329268 329300 32 0.0
.text 4640803 4641571 768 0.0
lock-app debug (read only) 2618181 2618885 704 0.0
.rodata 200456 200488 32 0.0
.text 2252757 2253429 672 0.0
ota-provider-app debug (read only) 2214685 2215389 704 0.0
.rodata 154088 154120 32 0.0
.text 1918261 1918933 672 0.0
ota-requestor-app debug (read only) 2383669 2384389 720 0.0
.rodata 158184 158216 32 0.0
.text 2074277 2074965 688 0.0
shell debug (read only) 2879745 2880465 720 0.0
.rodata 201522 201554 32 0.0
.text 2509410 2510098 688 0.0
thermostat-no-ble arm64 (read only) 2611468 2611996 528 0.0
.text 2215748 2216276 528 0.0
tv-app debug (read only) 3320481 3321201 720 0.0
.rodata 222776 222808 32 0.0
.text 2900706 2901394 688 0.0
tv-casting-app debug (read only) 9320337 9321145 808 0.0
.rodata 331252 331276 24 0.0
.text 8554082 8554866 784 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2515512 2515576 64 0.0
.text 1478196 1478260 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1224760 1224776 16 0.0
text 850872 850888 16 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1325764 1325780 16 0.0
text 762300 762312 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1151724 1151740 16 0.0
text 807416 807432 16 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746300 1746316 16 0.0
.debug_abbrev 1314218 1314429 211 0.0
.debug_aranges 151216 151312 96 0.1
.debug_frame 506652 506940 288 0.1
.debug_info 29700363 29721050 20687 0.1
.debug_line 4090696 4092115 1419 0.0
.debug_loclists 2344354 2345204 850 0.0
.debug_rnglists 146639 146711 72 0.0
.debug_str 4430305 4434308 4003 0.1
.strtab 775714 775802 88 0.0
.text 1545932 1545948 16 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1664668 1664684 16 0.0
.debug_abbrev 1281948 1282159 211 0.0
.debug_aranges 148448 148544 96 0.1
.debug_frame 502448 502736 288 0.1
.debug_info 28417801 28438307 20506 0.1
.debug_line 4043848 4045267 1419 0.0
.debug_loclists 2302594 2303446 852 0.0
.debug_rnglists 143389 143461 72 0.1
.debug_str 4372476 4376479 4003 0.1
.strtab 703355 703443 88 0.0
.text 1466148 1466164 16 0.0
light cy8ckit_062s2_43012 (read/write) 1597324 1597340 16 0.0
.debug_abbrev 1118805 1119016 211 0.0
.debug_aranges 138808 138904 96 0.1
.debug_frame 466416 466704 288 0.1
.debug_info 23189118 23208495 19377 0.1
.debug_line 3615800 3617219 1419 0.0
.debug_loclists 2143695 2144547 852 0.0
.debug_rnglists 133423 133495 72 0.1
.debug_str 4186227 4190230 4003 0.1
.strtab 626852 626940 88 0.0
.text 1405012 1405028 16 0.0
lock cy8ckit_062s2_43012 (read/write) 1628220 1628236 16 0.0
.debug_abbrev 1101049 1101260 211 0.0
.debug_aranges 136904 137000 96 0.1
.debug_frame 459676 459964 288 0.1
.debug_info 22886907 22906288 19381 0.1
.debug_line 3551070 3552489 1419 0.0
.debug_loclists 2112275 2113127 852 0.0
.debug_rnglists 130947 131019 72 0.1
.debug_str 4141411 4145414 4003 0.1
.strtab 597081 597169 88 0.0
.text 1408452 1408468 16 0.0
qpg lighting-app qpg6105+debug (read/write) 1172304 1172312 8 0.0
.text 619144 619152 8 0.0
lock-app qpg6105+debug (read/write) 1130424 1130432 8 0.0
.text 577268 577276 8 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1050600 1050616 16 0.0
text 721456 721474 18 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 964972 964988 16 0.0
text 668000 668014 14 0.0
bridge-app tlsr9518adk80d (read/write) 930372 930388 16 0.0
text 643054 643070 16 0.0
contact-sensor-app tlsr9518adk80d (read/write) 862080 862096 16 0.0
text 586226 586242 16 0.0
light-switch-app tlsr9518adk80d (read/write) 890692 890708 16 0.0
text 611692 611706 14 0.0
lighting-app tlsr9518adk80d (read/write) 968928 968944 16 0.0
text 681966 681982 16 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 980300 980324 24 0.0
text 689488 689506 18 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1038412 1038428 16 0.0
text 726856 726872 16 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1069776 1069792 16 0.0
text 747004 747020 16 0.0
lock-app tlsr9518adk80d (read/write) 917192 917208 16 0.0
text 614896 614912 16 0.0
ota-requestor-app tlsr9518adk80d (read/write) 884680 884696 16 0.0
text 608072 608086 14 0.0
pump-app tlsr9518adk80d (read/write) 867672 867696 24 0.0
text 591984 592002 18 0.0
pump-controller-app tlsr9518adk80d (read/write) 854692 854708 16 0.0
text 582328 582344 16 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 850848 850864 16 0.0
text 577960 577974 14 0.0
thermostat tlsr9518adk80d (read/write) 896760 896776 16 0.0
text 617376 617390 14 0.0
window-covering tlsr9518adk80d (read/write) 892140 892156 16 0.0
text 612298 612314 16 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 c747f54 73117ce change % change
bl602 lighting-app bl602 (read/write) 1367590 1367622 32 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051736 1051762 26 0.0
bl602+rpc (read/write) 1415034 1415058 24 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083630 1083652 22 0.0
bl702 lighting-app bl702 (read/write) 1178715 1178735 20 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551791 1551884 93 0.0
.debug_aranges 151176 151272 96 0.1
.debug_frame 555976 556384 408 0.1
.debug_info 41896803 41913284 16481 0.0
.debug_line 5609390 5611104 1714 0.0
.debug_loc 3819439 3820780 1341 0.0
.debug_ranges 397048 397176 128 0.0
.debug_str 4377627 4381536 3909 0.1
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105700 105700 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582174 582262 88 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945846 945868 22 0.0
bl702+rpc (read/write) 1277355 1277379 24 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717074 1717167 93 0.0
.debug_aranges 159664 159760 96 0.1
.debug_frame 584660 585068 408 0.1
.debug_info 47085797 47102309 16512 0.0
.debug_line 6036060 6037774 1714 0.0
.debug_loc 4024931 4026317 1386 0.0
.debug_ranges 422736 422864 128 0.0
.debug_str 4806403 4809894 3491 0.1
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120352 120352 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645115 645203 88 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020244 1020266 22 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159096 1159120 24 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552694 1552787 93 0.0
.debug_aranges 145320 145416 96 0.1
.debug_frame 534608 535016 408 0.1
.debug_info 41890154 41906635 16481 0.0
.debug_line 5515286 5517000 1714 0.0
.debug_loc 3752080 3753463 1383 0.0
.debug_ranges 401944 402072 128 0.0
.debug_str 4388321 4392230 3909 0.1
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99648 99648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582081 582169 88 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934408 934430 22 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607978 608002 24 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948237 948496 259 0.0
.debug_aranges 119712 119808 96 0.1
.debug_frame 408976 409264 288 0.1
.debug_info 20002192 20021142 18950 0.1
.debug_line 2882985 2884407 1422 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1738762 1739663 901 0.1
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108121 108193 72 0.1
.debug_str 3820382 3824395 4013 0.1
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104866 104866 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485180 485268 88 0.0
.symtab 288304 288304 0 0.0
.text 500992 501016 24 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545431 545447 16 0.0
.app_xip_area 437889 437905 16 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530495 530511 16 0.0
.app_xip_area 417977 417993 16 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568503 568519 16 0.0
.app_xip_area 462049 462065 16 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541671 541687 16 0.0
.app_xip_area 432265 432281 16 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1002652 1002668 16 0.0
.bss 182124 182124 0 0.0
.data 2692 2692 0 0.0
.text 817816 817832 16 0.0
BRD4187C (read/write) 1029224 1029240 16 0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864036 864052 16 0.0
lock-app BRD4161A+wf200 (read/write) 1080544 1080560 16 0.0
.bss 176244 176244 0 0.0
.data 2696 2696 0 0.0
.text 901584 901600 16 0.0
window-app BRD4187C (read/write) 1099616 1099640 24 0.0
.bss 144876 144876 0 0.0
.data 3204 3204 0 0.0
.text 951516 951540 24 0.0
esp32 all-clusters-app c3devkit (read only) 1088790 1088800 10 0.0
(read/write) 1586728 1586728 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217696 217696 0 0.0
.flash.text 1088790 1088800 10 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135475 1135483 8 0.0
(read/write) 497130 497130 0 0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246252 246252 0 0.0
.flash.text 1130091 1130099 8 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586476 586492 16 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585940 585956 16 0.0
light k32w0+release (read only) 585180 585196 16 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584644 584660 16 0.0
lock k32w0+release (read only) 557756 557772 16 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557220 557236 16 0.0
linux all-clusters-app debug (read only) 3343605 3344309 704 0.0
(read/write) 160904 160904 0 0.0
.bss 60288 60288 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233352 233384 32 0.0
.text 2917413 2918085 672 0.0
all-clusters-minimal-app debug (read only) 3056957 3057661 704 0.0
(read/write) 146664 146664 0 0.0
.bss 58176 58176 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224456 224488 32 0.0
.text 2645621 2646293 672 0.0
bridge-app debug (read only) 2525485 2526189 704 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172968 173000 32 0.0
.text 2179381 2180053 672 0.0
chip-tool debug (read only) 18169689 18399449 229760 1.3
(read/write) 843088 1052880 209792 24.9
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 737072 946864 209792 28.5
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 765793 809985 44192 5.8
.text 15599219 15614819 15600 0.1
chip-tool-ipv6only arm64 (read only) 17484528 17698344 213816 1.2
(read/write) 910664 1120440 209776 23.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 774320 984080 209760 27.1
.dynamic 560 560 0 0.0
.got 23472 23488 16 0.1
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 688520 718544 30024 4.4
.text 14806964 14820740 13776 0.1
lighting-app debug+rpc+ui (read only) 5209849 5210649 800 0.0
(read/write) 220712 220712 0 0.0
.bss 117248 117248 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329268 329300 32 0.0
.text 4640803 4641571 768 0.0
lock-app debug (read only) 2618181 2618885 704 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200456 200488 32 0.0
.text 2252757 2253429 672 0.0
ota-provider-app debug (read only) 2214685 2215389 704 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154088 154120 32 0.0
.text 1918261 1918933 672 0.0
ota-requestor-app debug (read only) 2383669 2384389 720 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158184 158216 32 0.0
.text 2074277 2074965 688 0.0
shell debug (read only) 2879745 2880465 720 0.0
(read/write) 149320 149320 0 0.0
.bss 59240 59240 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201522 201554 32 0.0
.text 2509410 2510098 688 0.0
thermostat-no-ble arm64 (read only) 2611468 2611996 528 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129904 129904 0 0.0
.text 2215748 2216276 528 0.0
tv-app debug (read only) 3320481 3321201 720 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222776 222808 32 0.0
.text 2900706 2901394 688 0.0
tv-casting-app debug (read only) 9320337 9321145 808 0.0
(read/write) 221744 221744 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 331252 331276 24 0.0
.text 8554082 8554866 784 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515512 2515576 64 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478196 1478260 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224760 1224776 16 0.0
bss 155370 155370 0 0.0
rodata 139436 139436 0 0.0
text 850872 850888 16 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1325764 1325780 16 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762300 762312 12 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151724 1151740 16 0.0
bss 153489 153489 0 0.0
rodata 111728 111728 0 0.0
text 807416 807432 16 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746300 1746316 16 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1314218 1314429 211 0.0
.debug_aranges 151216 151312 96 0.1
.debug_frame 506652 506940 288 0.1
.debug_info 29700363 29721050 20687 0.1
.debug_line 4090696 4092115 1419 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2344354 2345204 850 0.0
.debug_rnglists 146639 146711 72 0.0
.debug_str 4430305 4434308 4003 0.1
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775714 775802 88 0.0
.symtab 488144 488144 0 0.0
.text 1545932 1545948 16 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664668 1664684 16 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1281948 1282159 211 0.0
.debug_aranges 148448 148544 96 0.1
.debug_frame 502448 502736 288 0.1
.debug_info 28417801 28438307 20506 0.1
.debug_line 4043848 4045267 1419 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2302594 2303446 852 0.0
.debug_rnglists 143389 143461 72 0.1
.debug_str 4372476 4376479 4003 0.1
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703355 703443 88 0.0
.symtab 461792 461792 0 0.0
.text 1466148 1466164 16 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597324 1597340 16 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118805 1119016 211 0.0
.debug_aranges 138808 138904 96 0.1
.debug_frame 466416 466704 288 0.1
.debug_info 23189118 23208495 19377 0.1
.debug_line 3615800 3617219 1419 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2143695 2144547 852 0.0
.debug_rnglists 133423 133495 72 0.1
.debug_str 4186227 4190230 4003 0.1
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626852 626940 88 0.0
.symtab 427328 427328 0 0.0
.text 1405012 1405028 16 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628220 1628236 16 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101049 1101260 211 0.0
.debug_aranges 136904 137000 96 0.1
.debug_frame 459676 459964 288 0.1
.debug_info 22886907 22906288 19381 0.1
.debug_line 3551070 3552489 1419 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2112275 2113127 852 0.0
.debug_rnglists 130947 131019 72 0.1
.debug_str 4141411 4145414 4003 0.1
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597081 597169 88 0.0
.symtab 417616 417616 0 0.0
.text 1408452 1408468 16 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172304 1172312 8 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619144 619152 8 0.0
lock-app qpg6105+debug (read/write) 1130424 1130432 8 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577268 577276 8 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1050600 1050616 16 0.0
bss 98292 98292 0 0.0
text 721456 721474 18 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964972 964988 16 0.0
bss 96288 96288 0 0.0
text 668000 668014 14 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930372 930388 16 0.0
bss 100312 100312 0 0.0
text 643054 643070 16 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862080 862096 16 0.0
bss 89972 89972 0 0.0
text 586226 586242 16 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890692 890708 16 0.0
bss 90516 90516 0 0.0
text 611692 611706 14 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968928 968944 16 0.0
bss 98652 98652 0 0.0
text 681966 681982 16 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980300 980324 24 0.0
bss 102900 102900 0 0.0
text 689488 689506 18 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038412 1038428 16 0.0
bss 100208 100208 0 0.0
text 726856 726872 16 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069776 1069792 16 0.0
bss 111292 111292 0 0.0
text 747004 747020 16 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917192 917208 16 0.0
bss 90636 90636 0 0.0
text 614896 614912 16 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884680 884696 16 0.0
bss 91248 91248 0 0.0
text 608072 608086 14 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867672 867696 24 0.0
bss 90104 90104 0 0.0
text 591984 592002 18 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854692 854708 16 0.0
bss 89904 89904 0 0.0
text 582328 582344 16 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850848 850864 16 0.0
bss 89812 89812 0 0.0
text 577960 577974 14 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896760 896776 16 0.0
bss 90348 90348 0 0.0
text 617376 617390 14 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892140 892156 16 0.0
bss 90640 90640 0 0.0
text 612298 612314 16 0.0

@github-actions
Copy link

github-actions bot commented Jul 6, 2023

PR #27638: Size comparison from c747f54 to df64905

Increases above 0.2%:

platform target config section c747f54 df64905 change % change
linux chip-tool debug (read only) 18169689 18399449 229760 1.3
(read/write) 843088 1052880 209792 24.9
.data.rel.ro 737072 946864 209792 28.5
.rodata 765793 809985 44192 5.8
chip-tool-ipv6only arm64 (read only) 17484528 17698344 213816 1.2
(read/write) 910664 1120440 209776 23.0
.data.rel.ro 774320 984080 209760 27.1
.rodata 688520 718544 30024 4.4
Increases (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section c747f54 df64905 change % change
bl602 lighting-app bl602 (read/write) 1367590 1367614 24 0.0
.text 1051736 1051760 24 0.0
bl602+rpc (read/write) 1415034 1415058 24 0.0
.text 1083630 1083654 24 0.0
bl702 lighting-app bl702 (read/write) 1178715 1178739 24 0.0
.debug_abbrev 1551791 1551884 93 0.0
.debug_aranges 151176 151272 96 0.1
.debug_frame 555976 556384 408 0.1
.debug_info 41896803 41913286 16483 0.0
.debug_line 5609390 5611104 1714 0.0
.debug_loc 3819439 3820780 1341 0.0
.debug_ranges 397048 397176 128 0.0
.debug_str 4377627 4381536 3909 0.1
.strtab 582174 582262 88 0.0
.text 945846 945872 26 0.0
bl702+rpc (read/write) 1277355 1277379 24 0.0
.debug_abbrev 1717074 1717167 93 0.0
.debug_aranges 159664 159760 96 0.1
.debug_frame 584660 585068 408 0.1
.debug_info 47085797 47102310 16513 0.0
.debug_line 6036060 6037774 1714 0.0
.debug_loc 4024931 4026317 1386 0.0
.debug_ranges 422736 422864 128 0.0
.debug_str 4806403 4809894 3491 0.1
.strtab 645115 645203 88 0.0
.text 1020244 1020268 24 0.0
bl702l lighting-app bl702l (read/write) 1159096 1159120 24 0.0
.debug_abbrev 1552694 1552787 93 0.0
.debug_aranges 145320 145416 96 0.1
.debug_frame 534608 535016 408 0.1
.debug_info 41890154 41906636 16482 0.0
.debug_line 5515286 5517000 1714 0.0
.debug_loc 3752080 3753463 1383 0.0
.debug_ranges 401944 402072 128 0.0
.debug_str 4388321 4392230 3909 0.1
.strtab 582081 582169 88 0.0
.text 934408 934432 24 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 607978 608002 24 0.0
.debug_abbrev 948237 948496 259 0.0
.debug_aranges 119712 119808 96 0.1
.debug_frame 408976 409264 288 0.1
.debug_info 20002192 20021143 18951 0.1
.debug_line 2882985 2884407 1422 0.0
.debug_loclists 1738762 1739663 901 0.1
.debug_rnglists 108121 108193 72 0.1
.debug_str 3820382 3824395 4013 0.1
.strtab 485180 485268 88 0.0
.text 500992 501016 24 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545431 545447 16 0.0
.app_xip_area 437889 437905 16 0.0
lock cyw930739m2evb_01 (read/write) 530495 530511 16 0.0
.app_xip_area 417977 417993 16 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568503 568519 16 0.0
.app_xip_area 462049 462065 16 0.0
switch cyw930739m2evb_01 (read/write) 541671 541687 16 0.0
.app_xip_area 432265 432281 16 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1002652 1002668 16 0.0
.text 817816 817832 16 0.0
BRD4187C (read/write) 1029224 1029240 16 0.0
.text 864036 864052 16 0.0
lock-app BRD4161A+wf200 (read/write) 1080544 1080560 16 0.0
.text 901584 901600 16 0.0
window-app BRD4187C (read/write) 1099616 1099640 24 0.0
.text 951516 951540 24 0.0
esp32 all-clusters-app c3devkit (read only) 1088790 1088800 10 0.0
.flash.text 1088790 1088800 10 0.0
m5stack (read only) 1135475 1135483 8 0.0
.flash.text 1130091 1130099 8 0.0
k32w contact k32w0+release (read only) 586476 586492 16 0.0
.text 585940 585956 16 0.0
light k32w0+release (read only) 585180 585196 16 0.0
.text 584644 584660 16 0.0
lock k32w0+release (read only) 557756 557772 16 0.0
.text 557220 557236 16 0.0
linux all-clusters-app debug (read only) 3343605 3344309 704 0.0
.rodata 233352 233384 32 0.0
.text 2917413 2918085 672 0.0
all-clusters-minimal-app debug (read only) 3056957 3057661 704 0.0
.rodata 224456 224488 32 0.0
.text 2645621 2646293 672 0.0
bridge-app debug (read only) 2525485 2526189 704 0.0
.rodata 172968 173000 32 0.0
.text 2179381 2180053 672 0.0
chip-tool debug (read only) 18169689 18399449 229760 1.3
(read/write) 843088 1052880 209792 24.9
.data.rel.ro 737072 946864 209792 28.5
.rodata 765793 809985 44192 5.8
.text 15599219 15614819 15600 0.1
chip-tool-ipv6only arm64 (read only) 17484528 17698344 213816 1.2
(read/write) 910664 1120440 209776 23.0
.data.rel.ro 774320 984080 209760 27.1
.got 23472 23488 16 0.1
.rodata 688520 718544 30024 4.4
.text 14806964 14820740 13776 0.1
lighting-app debug+rpc+ui (read only) 5209849 5210649 800 0.0
.rodata 329268 329300 32 0.0
.text 4640803 4641571 768 0.0
lock-app debug (read only) 2618181 2618885 704 0.0
.rodata 200456 200488 32 0.0
.text 2252757 2253429 672 0.0
ota-provider-app debug (read only) 2214685 2215389 704 0.0
.rodata 154088 154120 32 0.0
.text 1918261 1918933 672 0.0
ota-requestor-app debug (read only) 2383669 2384389 720 0.0
.rodata 158184 158216 32 0.0
.text 2074277 2074965 688 0.0
shell debug (read only) 2879745 2880465 720 0.0
.rodata 201522 201554 32 0.0
.text 2509410 2510098 688 0.0
thermostat-no-ble arm64 (read only) 2611468 2611996 528 0.0
.text 2215748 2216276 528 0.0
tv-app debug (read only) 3320481 3321201 720 0.0
.rodata 222776 222808 32 0.0
.text 2900706 2901394 688 0.0
tv-casting-app debug (read only) 9320337 9321145 808 0.0
.rodata 331252 331276 24 0.0
.text 8554082 8554866 784 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2515512 2515576 64 0.0
.text 1478196 1478260 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1224760 1224776 16 0.0
text 850872 850888 16 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1325764 1325780 16 0.0
text 762300 762316 16 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1151724 1151740 16 0.0
text 807416 807432 16 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1746300 1746316 16 0.0
.debug_abbrev 1314218 1314429 211 0.0
.debug_aranges 151216 151312 96 0.1
.debug_frame 506652 506940 288 0.1
.debug_info 29700363 29721052 20689 0.1
.debug_line 4090696 4092115 1419 0.0
.debug_loclists 2344354 2345204 850 0.0
.debug_rnglists 146639 146711 72 0.0
.debug_str 4430305 4434308 4003 0.1
.strtab 775714 775802 88 0.0
.text 1545932 1545948 16 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1664668 1664684 16 0.0
.debug_abbrev 1281948 1282159 211 0.0
.debug_aranges 148448 148544 96 0.1
.debug_frame 502448 502736 288 0.1
.debug_info 28417801 28438307 20506 0.1
.debug_line 4043848 4045267 1419 0.0
.debug_loclists 2302594 2303446 852 0.0
.debug_rnglists 143389 143461 72 0.1
.debug_str 4372476 4376479 4003 0.1
.strtab 703355 703443 88 0.0
.text 1466148 1466164 16 0.0
light cy8ckit_062s2_43012 (read/write) 1597324 1597340 16 0.0
.debug_abbrev 1118805 1119016 211 0.0
.debug_aranges 138808 138904 96 0.1
.debug_frame 466416 466704 288 0.1
.debug_info 23189118 23208496 19378 0.1
.debug_line 3615800 3617219 1419 0.0
.debug_loclists 2143695 2144547 852 0.0
.debug_rnglists 133423 133495 72 0.1
.debug_str 4186227 4190230 4003 0.1
.strtab 626852 626940 88 0.0
.text 1405012 1405028 16 0.0
lock cy8ckit_062s2_43012 (read/write) 1628220 1628236 16 0.0
.debug_abbrev 1101049 1101260 211 0.0
.debug_aranges 136904 137000 96 0.1
.debug_frame 459676 459964 288 0.1
.debug_info 22886907 22906289 19382 0.1
.debug_line 3551070 3552489 1419 0.0
.debug_loclists 2112275 2113127 852 0.0
.debug_rnglists 130947 131019 72 0.1
.debug_str 4141411 4145414 4003 0.1
.strtab 597081 597169 88 0.0
.text 1408452 1408468 16 0.0
qpg lighting-app qpg6105+debug (read/write) 1172304 1172320 16 0.0
.text 619144 619160 16 0.0
lock-app qpg6105+debug (read/write) 1130424 1130440 16 0.0
.text 577268 577284 16 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1050600 1050616 16 0.0
text 721456 721472 16 0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 964972 964988 16 0.0
text 668000 668018 18 0.0
bridge-app tlsr9518adk80d (read/write) 930372 930388 16 0.0
text 643054 643072 18 0.0
contact-sensor-app tlsr9518adk80d (read/write) 862080 862096 16 0.0
text 586226 586244 18 0.0
light-switch-app tlsr9518adk80d (read/write) 890692 890700 8 0.0
text 611692 611704 12 0.0
lighting-app tlsr9518adk80d (read/write) 968928 968944 16 0.0
text 681966 681984 18 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 980300 980316 16 0.0
text 689488 689504 16 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1038412 1038428 16 0.0
text 726856 726872 16 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1069776 1069792 16 0.0
text 747004 747022 18 0.0
lock-app tlsr9518adk80d (read/write) 917192 917200 8 0.0
text 614896 614908 12 0.0
ota-requestor-app tlsr9518adk80d (read/write) 884680 884696 16 0.0
text 608072 608088 16 0.0
pump-app tlsr9518adk80d (read/write) 867672 867696 24 0.0
text 591984 592002 18 0.0
pump-controller-app tlsr9518adk80d (read/write) 854692 854716 24 0.0
text 582328 582346 18 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 850848 850872 24 0.0
text 577960 577978 18 0.0
thermostat tlsr9518adk80d (read/write) 896760 896776 16 0.0
text 617376 617392 16 0.0
window-covering tlsr9518adk80d (read/write) 892140 892156 16 0.0
text 612298 612314 16 0.0
Decreases (1 build for esp32)
platform target config section c747f54 df64905 change % change
esp32 all-clusters-app m5stack (read/write) 497130 497126 -4 -0.0
.flash.rodata 246252 246248 -4 -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 c747f54 df64905 change % change
bl602 lighting-app bl602 (read/write) 1367590 1367614 24 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051736 1051760 24 0.0
bl602+rpc (read/write) 1415034 1415058 24 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083630 1083654 24 0.0
bl702 lighting-app bl702 (read/write) 1178715 1178739 24 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551791 1551884 93 0.0
.debug_aranges 151176 151272 96 0.1
.debug_frame 555976 556384 408 0.1
.debug_info 41896803 41913286 16483 0.0
.debug_line 5609390 5611104 1714 0.0
.debug_loc 3819439 3820780 1341 0.0
.debug_ranges 397048 397176 128 0.0
.debug_str 4377627 4381536 3909 0.1
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105700 105700 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582174 582262 88 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945846 945872 26 0.0
bl702+rpc (read/write) 1277355 1277379 24 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717074 1717167 93 0.0
.debug_aranges 159664 159760 96 0.1
.debug_frame 584660 585068 408 0.1
.debug_info 47085797 47102310 16513 0.0
.debug_line 6036060 6037774 1714 0.0
.debug_loc 4024931 4026317 1386 0.0
.debug_ranges 422736 422864 128 0.0
.debug_str 4806403 4809894 3491 0.1
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120352 120352 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645115 645203 88 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020244 1020268 24 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159096 1159120 24 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552694 1552787 93 0.0
.debug_aranges 145320 145416 96 0.1
.debug_frame 534608 535016 408 0.1
.debug_info 41890154 41906636 16482 0.0
.debug_line 5515286 5517000 1714 0.0
.debug_loc 3752080 3753463 1383 0.0
.debug_ranges 401944 402072 128 0.0
.debug_str 4388321 4392230 3909 0.1
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99648 99648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582081 582169 88 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934408 934432 24 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607978 608002 24 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948237 948496 259 0.0
.debug_aranges 119712 119808 96 0.1
.debug_frame 408976 409264 288 0.1
.debug_info 20002192 20021143 18951 0.1
.debug_line 2882985 2884407 1422 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1738762 1739663 901 0.1
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108121 108193 72 0.1
.debug_str 3820382 3824395 4013 0.1
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104866 104866 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485180 485268 88 0.0
.symtab 288304 288304 0 0.0
.text 500992 501016 24 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545431 545447 16 0.0
.app_xip_area 437889 437905 16 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530495 530511 16 0.0
.app_xip_area 417977 417993 16 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568503 568519 16 0.0
.app_xip_area 462049 462065 16 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541671 541687 16 0.0
.app_xip_area 432265 432281 16 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1002652 1002668 16 0.0
.bss 182124 182124 0 0.0
.data 2692 2692 0 0.0
.text 817816 817832 16 0.0
BRD4187C (read/write) 1029224 1029240 16 0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864036 864052 16 0.0
lock-app BRD4161A+wf200 (read/write) 1080544 1080560 16 0.0
.bss 176244 176244 0 0.0
.data 2696 2696 0 0.0
.text 901584 901600 16 0.0
window-app BRD4187C (read/write) 1099616 1099640 24 0.0
.bss 144876 144876 0 0.0
.data 3204 3204 0 0.0
.text 951516 951540 24 0.0
esp32 all-clusters-app c3devkit (read only) 1088790 1088800 10 0.0
(read/write) 1586728 1586728 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217696 217696 0 0.0
.flash.text 1088790 1088800 10 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135475 1135483 8 0.0
(read/write) 497130 497126 -4 -0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246252 246248 -4 -0.0
.flash.text 1130091 1130099 8 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586476 586492 16 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585940 585956 16 0.0
light k32w0+release (read only) 585180 585196 16 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584644 584660 16 0.0
lock k32w0+release (read only) 557756 557772 16 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557220 557236 16 0.0
linux all-clusters-app debug (read only) 3343605 3344309 704 0.0
(read/write) 160904 160904 0 0.0
.bss 60288 60288 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233352 233384 32 0.0
.text 2917413 2918085 672 0.0
all-clusters-minimal-app debug (read only) 3056957 3057661 704 0.0
(read/write) 146664 146664 0 0.0
.bss 58176 58176 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224456 224488 32 0.0
.text 2645621 2646293 672 0.0
bridge-app debug (read only) 2525485 2526189 704 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172968 173000 32 0.0
.text 2179381 2180053 672 0.0
chip-tool debug (read only) 18169689 18399449 229760 1.3
(read/write) 843088 1052880 209792 24.9
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 737072 946864 209792 28.5
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 765793 809985 44192 5.8
.text 15599219 15614819 15600 0.1
chip-tool-ipv6only arm64 (read only) 17484528 17698344 213816 1.2
(read/write) 910664 1120440 209776 23.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 774320 984080 209760 27.1
.dynamic 560 560 0 0.0
.got 23472 23488 16 0.1
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 688520 718544 30024 4.4
.text 14806964 14820740 13776 0.1
lighting-app debug+rpc+ui (read only) 5209849 5210649 800 0.0
(read/write) 220712 220712 0 0.0
.bss 117248 117248 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329268 329300 32 0.0
.text 4640803 4641571 768 0.0
lock-app debug (read only) 2618181 2618885 704 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200456 200488 32 0.0
.text 2252757 2253429 672 0.0
ota-provider-app debug (read only) 2214685 2215389 704 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154088 154120 32 0.0
.text 1918261 1918933 672 0.0
ota-requestor-app debug (read only) 2383669 2384389 720 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158184 158216 32 0.0
.text 2074277 2074965 688 0.0
shell debug (read only) 2879745 2880465 720 0.0
(read/write) 149320 149320 0 0.0
.bss 59240 59240 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201522 201554 32 0.0
.text 2509410 2510098 688 0.0
thermostat-no-ble arm64 (read only) 2611468 2611996 528 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129904 129904 0 0.0
.text 2215748 2216276 528 0.0
tv-app debug (read only) 3320481 3321201 720 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222776 222808 32 0.0
.text 2900706 2901394 688 0.0
tv-casting-app debug (read only) 9320337 9321145 808 0.0
(read/write) 221744 221744 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 331252 331276 24 0.0
.text 8554082 8554866 784 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515512 2515576 64 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478196 1478260 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224760 1224776 16 0.0
bss 155370 155370 0 0.0
rodata 139436 139436 0 0.0
text 850872 850888 16 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1325764 1325780 16 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762300 762316 16 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151724 1151740 16 0.0
bss 153489 153489 0 0.0
rodata 111728 111728 0 0.0
text 807416 807432 16 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746300 1746316 16 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1314218 1314429 211 0.0
.debug_aranges 151216 151312 96 0.1
.debug_frame 506652 506940 288 0.1
.debug_info 29700363 29721052 20689 0.1
.debug_line 4090696 4092115 1419 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2344354 2345204 850 0.0
.debug_rnglists 146639 146711 72 0.0
.debug_str 4430305 4434308 4003 0.1
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775714 775802 88 0.0
.symtab 488144 488144 0 0.0
.text 1545932 1545948 16 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664668 1664684 16 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1281948 1282159 211 0.0
.debug_aranges 148448 148544 96 0.1
.debug_frame 502448 502736 288 0.1
.debug_info 28417801 28438307 20506 0.1
.debug_line 4043848 4045267 1419 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2302594 2303446 852 0.0
.debug_rnglists 143389 143461 72 0.1
.debug_str 4372476 4376479 4003 0.1
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703355 703443 88 0.0
.symtab 461792 461792 0 0.0
.text 1466148 1466164 16 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597324 1597340 16 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118805 1119016 211 0.0
.debug_aranges 138808 138904 96 0.1
.debug_frame 466416 466704 288 0.1
.debug_info 23189118 23208496 19378 0.1
.debug_line 3615800 3617219 1419 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2143695 2144547 852 0.0
.debug_rnglists 133423 133495 72 0.1
.debug_str 4186227 4190230 4003 0.1
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626852 626940 88 0.0
.symtab 427328 427328 0 0.0
.text 1405012 1405028 16 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628220 1628236 16 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101049 1101260 211 0.0
.debug_aranges 136904 137000 96 0.1
.debug_frame 459676 459964 288 0.1
.debug_info 22886907 22906289 19382 0.1
.debug_line 3551070 3552489 1419 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2112275 2113127 852 0.0
.debug_rnglists 130947 131019 72 0.1
.debug_str 4141411 4145414 4003 0.1
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597081 597169 88 0.0
.symtab 417616 417616 0 0.0
.text 1408452 1408468 16 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172304 1172320 16 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619144 619160 16 0.0
lock-app qpg6105+debug (read/write) 1130424 1130440 16 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577268 577284 16 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1050600 1050616 16 0.0
bss 98292 98292 0 0.0
text 721456 721472 16 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964972 964988 16 0.0
bss 96288 96288 0 0.0
text 668000 668018 18 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930372 930388 16 0.0
bss 100312 100312 0 0.0
text 643054 643072 18 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862080 862096 16 0.0
bss 89972 89972 0 0.0
text 586226 586244 18 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890692 890700 8 0.0
bss 90516 90516 0 0.0
text 611692 611704 12 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968928 968944 16 0.0
bss 98652 98652 0 0.0
text 681966 681984 18 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980300 980316 16 0.0
bss 102900 102900 0 0.0
text 689488 689504 16 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038412 1038428 16 0.0
bss 100208 100208 0 0.0
text 726856 726872 16 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069776 1069792 16 0.0
bss 111292 111292 0 0.0
text 747004 747022 18 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917192 917200 8 0.0
bss 90636 90636 0 0.0
text 614896 614908 12 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884680 884696 16 0.0
bss 91248 91248 0 0.0
text 608072 608088 16 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867672 867696 24 0.0
bss 90104 90104 0 0.0
text 591984 592002 18 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854692 854716 24 0.0
bss 89904 89904 0 0.0
text 582328 582346 18 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850848 850872 24 0.0
bss 89812 89812 0 0.0
text 577960 577978 18 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896760 896776 16 0.0
bss 90348 90348 0 0.0
text 617376 617392 16 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892140 892156 16 0.0
bss 90640 90640 0 0.0
text 612298 612314 16 0.0

@github-actions
Copy link

github-actions bot commented Jul 7, 2023

PR #27638: Size comparison from 2f875c7 to 9f95ab8

Increases above 0.2%:

platform target config section 2f875c7 9f95ab8 change % change
linux chip-tool debug (read only) 18170441 18399449 229008 1.3
(read/write) 843088 1052880 209792 24.9
.data.rel.ro 737072 946864 209792 28.5
.rodata 765825 809985 44160 5.8
chip-tool-ipv6only arm64 (read only) 17485104 17698344 213240 1.2
(read/write) 910664 1120440 209776 23.0
.data.rel.ro 774320 984080 209760 27.1
.rodata 688520 718544 30024 4.4
Increases (19 builds for bl602, bl702, bl702l, cc32xx, linux, nrfconnect, psoc6, telink)
platform target config section 2f875c7 9f95ab8 change % change
bl602 lighting-app bl602 .text 1051758 1051760 2 0.0
bl702 lighting-app bl702 .debug_abbrev 1551788 1551884 96 0.0
.debug_info 41906823 41913286 6463 0.0
.debug_line 5610902 5611104 202 0.0
.debug_str 4381288 4381536 248 0.0
bl702+rpc .debug_abbrev 1717071 1717167 96 0.0
.debug_info 47095816 47102310 6494 0.0
.debug_line 6037572 6037774 202 0.0
.debug_loc 4026273 4026317 44 0.0
.debug_str 4809646 4809894 248 0.0
bl702l lighting-app bl702l .debug_abbrev 1552691 1552787 96 0.0
.debug_info 41900172 41906635 6463 0.0
.debug_line 5516798 5517000 202 0.0
.debug_str 4391982 4392230 248 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 948154 948496 342 0.0
.debug_info 20013476 20021141 7665 0.0
.debug_line 2883912 2884407 495 0.0
.debug_str 3824100 3824395 295 0.0
linux chip-tool debug (read only) 18170441 18399449 229008 1.3
(read/write) 843088 1052880 209792 24.9
.data.rel.ro 737072 946864 209792 28.5
.rodata 765825 809985 44160 5.8
.text 15599939 15614819 14880 0.1
chip-tool-ipv6only arm64 (read only) 17485104 17698344 213240 1.2
(read/write) 910664 1120440 209776 23.0
.data.rel.ro 774320 984080 209760 27.1
.got 23472 23488 16 0.1
.rodata 688520 718544 30024 4.4
.text 14807540 14820740 13200 0.1
lighting-app debug+rpc+ui (read only) 5210553 5210649 96 0.0
.text 4641475 4641571 96 0.0
tv-casting-app debug (read only) 9321057 9321145 88 0.0
.text 8554770 8554866 96 0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 807428 807432 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1314082 1314429 347 0.0
.debug_info 29712131 29721051 8920 0.0
.debug_line 4091624 4092115 491 0.0
.debug_str 4434013 4434308 295 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1281812 1282159 347 0.0
.debug_info 28429568 28438307 8739 0.0
.debug_line 4044776 4045267 491 0.0
.debug_str 4376184 4376479 295 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1118669 1119016 347 0.0
.debug_info 23200647 23208497 7850 0.0
.debug_line 3616728 3617219 491 0.0
.debug_str 4189935 4190230 295 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1100913 1101260 347 0.0
.debug_info 22898436 22906288 7852 0.0
.debug_line 3551998 3552489 491 0.0
.debug_str 4145119 4145414 295 0.0
telink contact-sensor-app tlsr9518adk80d text 586242 586244 2 0.0
lighting-app tlsr9518adk80d text 681984 681986 2 0.0
lighting-app-factory-data tlsr9518adk80d text 689502 689504 2 0.0
ota-requestor-app tlsr9518adk80d (read/write) 884688 884696 8 0.0
text 608084 608088 4 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 850864 850872 8 0.0
text 577976 577978 2 0.0
Decreases (15 builds for bl602, bl702, bl702l, cc32xx, cyw30739, esp32, linux, nrfconnect, psoc6, telink)
platform target config section 2f875c7 9f95ab8 change % change
bl602 lighting-app bl602+rpc .text 1083654 1083650 -4 -0.0
bl702 lighting-app bl702 .debug_loc 3820824 3820780 -44 -0.0
bl702l lighting-app bl702l .debug_loc 3753466 3753463 -3 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_loclists 1739681 1739663 -18 -0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 530511 530503 -8 -0.0
.app_xip_area 417993 417985 -8 -0.0
ota-requestor cyw930739m2evb_01 (read/write) 568519 568511 -8 -0.0
.app_xip_area 462065 462057 -8 -0.0
esp32 all-clusters-app m5stack (read/write) 497130 497126 -4 -0.0
.flash.rodata 246252 246248 -4 -0.0
linux tv-casting-app debug .rodata 331284 331276 -8 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1224776 1224760 -16 -0.0
text 850888 850884 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_loclists 2345241 2345204 -37 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_loclists 2303481 2303446 -35 -0.0
light cy8ckit_062s2_43012 .debug_loclists 2144582 2144547 -35 -0.0
lock cy8ckit_062s2_43012 .debug_loclists 2113162 2113127 -35 -0.0
telink lighting-app-rpc tlsr9518adk80d text 726876 726872 -4 -0.0
window-covering tlsr9518adk80d text 612316 612312 -4 -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 2f875c7 9f95ab8 change % change
bl602 lighting-app bl602 (read/write) 1367614 1367614 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051758 1051760 2 0.0
bl602+rpc (read/write) 1415058 1415058 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083654 1083650 -4 -0.0
bl702 lighting-app bl702 (read/write) 1178739 1178739 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551788 1551884 96 0.0
.debug_aranges 151272 151272 0 0.0
.debug_frame 556384 556384 0 0.0
.debug_info 41906823 41913286 6463 0.0
.debug_line 5610902 5611104 202 0.0
.debug_loc 3820824 3820780 -44 -0.0
.debug_ranges 397176 397176 0 0.0
.debug_str 4381288 4381536 248 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105700 105700 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582262 582262 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945872 945872 0 0.0
bl702+rpc (read/write) 1277379 1277379 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 1717071 1717167 96 0.0
.debug_aranges 159760 159760 0 0.0
.debug_frame 585068 585068 0 0.0
.debug_info 47095816 47102310 6494 0.0
.debug_line 6037572 6037774 202 0.0
.debug_loc 4026273 4026317 44 0.0
.debug_ranges 422864 422864 0 0.0
.debug_str 4809646 4809894 248 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120352 120352 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645203 645203 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020268 1020268 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159120 1159120 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552691 1552787 96 0.0
.debug_aranges 145416 145416 0 0.0
.debug_frame 535016 535016 0 0.0
.debug_info 41900172 41906635 6463 0.0
.debug_line 5516798 5517000 202 0.0
.debug_loc 3753466 3753463 -3 -0.0
.debug_ranges 402072 402072 0 0.0
.debug_str 4391982 4392230 248 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99648 99648 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582169 582169 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934430 934430 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 608002 608002 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948154 948496 342 0.0
.debug_aranges 119808 119808 0 0.0
.debug_frame 409264 409264 0 0.0
.debug_info 20013476 20021141 7665 0.0
.debug_line 2883912 2884407 495 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1739681 1739663 -18 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108193 108193 0 0.0
.debug_str 3824100 3824395 295 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104866 104866 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485268 485268 0 0.0
.symtab 288304 288304 0 0.0
.text 501016 501016 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545447 545447 0 0.0
.app_xip_area 437905 437905 0 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530511 530503 -8 -0.0
.app_xip_area 417993 417985 -8 -0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568519 568511 -8 -0.0
.app_xip_area 462065 462057 -8 -0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541687 541687 0 0.0
.app_xip_area 432281 432281 0 0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1002668 1002668 0 0.0
.bss 182124 182124 0 0.0
.data 2692 2692 0 0.0
.text 817832 817832 0 0.0
BRD4187C (read/write) 1029240 1029240 0 0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864052 864052 0 0.0
lock-app BRD4161A+wf200 (read/write) 1080560 1080560 0 0.0
.bss 176244 176244 0 0.0
.data 2696 2696 0 0.0
.text 901600 901600 0 0.0
window-app BRD4187C (read/write) 1099640 1099640 0 0.0
.bss 144876 144876 0 0.0
.data 3204 3204 0 0.0
.text 951540 951540 0 0.0
esp32 all-clusters-app c3devkit (read only) 1088802 1088802 0 0.0
(read/write) 1586728 1586728 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217696 217696 0 0.0
.flash.text 1088802 1088802 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135483 1135483 0 0.0
(read/write) 497130 497126 -4 -0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246252 246248 -4 -0.0
.flash.text 1130099 1130099 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586492 586492 0 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585956 585956 0 0.0
light k32w0+release (read only) 585196 585196 0 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584660 584660 0 0.0
lock k32w0+release (read only) 557772 557772 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557236 557236 0 0.0
linux all-clusters-app debug (read only) 3344309 3344309 0 0.0
(read/write) 160904 160904 0 0.0
.bss 60288 60288 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233384 233384 0 0.0
.text 2918085 2918085 0 0.0
all-clusters-minimal-app debug (read only) 3057661 3057661 0 0.0
(read/write) 146664 146664 0 0.0
.bss 58176 58176 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224488 224488 0 0.0
.text 2646293 2646293 0 0.0
bridge-app debug (read only) 2526189 2526189 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 173000 173000 0 0.0
.text 2180053 2180053 0 0.0
chip-tool debug (read only) 18170441 18399449 229008 1.3
(read/write) 843088 1052880 209792 24.9
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 737072 946864 209792 28.5
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 765825 809985 44160 5.8
.text 15599939 15614819 14880 0.1
chip-tool-ipv6only arm64 (read only) 17485104 17698344 213240 1.2
(read/write) 910664 1120440 209776 23.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 774320 984080 209760 27.1
.dynamic 560 560 0 0.0
.got 23472 23488 16 0.1
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 688520 718544 30024 4.4
.text 14807540 14820740 13200 0.1
lighting-app debug+rpc+ui (read only) 5210553 5210649 96 0.0
(read/write) 220712 220712 0 0.0
.bss 117248 117248 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329300 329300 0 0.0
.text 4641475 4641571 96 0.0
lock-app debug (read only) 2618885 2618885 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200488 200488 0 0.0
.text 2253429 2253429 0 0.0
ota-provider-app debug (read only) 2215389 2215389 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154120 154120 0 0.0
.text 1918933 1918933 0 0.0
ota-requestor-app debug (read only) 2384389 2384389 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158216 158216 0 0.0
.text 2074965 2074965 0 0.0
shell debug (read only) 2880465 2880465 0 0.0
(read/write) 149320 149320 0 0.0
.bss 59240 59240 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201554 201554 0 0.0
.text 2510098 2510098 0 0.0
thermostat-no-ble arm64 (read only) 2611996 2611996 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129904 129904 0 0.0
.text 2216276 2216276 0 0.0
tv-app debug (read only) 3321201 3321201 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222808 222808 0 0.0
.text 2901394 2901394 0 0.0
tv-casting-app debug (read only) 9321057 9321145 88 0.0
(read/write) 221744 221744 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 331284 331276 -8 -0.0
.text 8554770 8554866 96 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515576 2515576 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478260 1478260 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224776 1224760 -16 -0.0
bss 155370 155370 0 0.0
rodata 139436 139436 0 0.0
text 850888 850884 -4 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1325780 1325780 0 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762316 762316 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151740 1151740 0 0.0
bss 153489 153489 0 0.0
rodata 111728 111728 0 0.0
text 807428 807432 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746316 1746316 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1314082 1314429 347 0.0
.debug_aranges 151312 151312 0 0.0
.debug_frame 506940 506940 0 0.0
.debug_info 29712131 29721051 8920 0.0
.debug_line 4091624 4092115 491 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2345241 2345204 -37 -0.0
.debug_rnglists 146711 146711 0 0.0
.debug_str 4434013 4434308 295 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775802 775802 0 0.0
.symtab 488144 488144 0 0.0
.text 1545948 1545948 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664684 1664684 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1281812 1282159 347 0.0
.debug_aranges 148544 148544 0 0.0
.debug_frame 502736 502736 0 0.0
.debug_info 28429568 28438307 8739 0.0
.debug_line 4044776 4045267 491 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2303481 2303446 -35 -0.0
.debug_rnglists 143461 143461 0 0.0
.debug_str 4376184 4376479 295 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703443 703443 0 0.0
.symtab 461792 461792 0 0.0
.text 1466164 1466164 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597340 1597340 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118669 1119016 347 0.0
.debug_aranges 138904 138904 0 0.0
.debug_frame 466704 466704 0 0.0
.debug_info 23200647 23208497 7850 0.0
.debug_line 3616728 3617219 491 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2144582 2144547 -35 -0.0
.debug_rnglists 133495 133495 0 0.0
.debug_str 4189935 4190230 295 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626940 626940 0 0.0
.symtab 427328 427328 0 0.0
.text 1405028 1405028 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628236 1628236 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1100913 1101260 347 0.0
.debug_aranges 137000 137000 0 0.0
.debug_frame 459964 459964 0 0.0
.debug_info 22898436 22906288 7852 0.0
.debug_line 3551998 3552489 491 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2113162 2113127 -35 -0.0
.debug_rnglists 131019 131019 0 0.0
.debug_str 4145119 4145414 295 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597169 597169 0 0.0
.symtab 417616 417616 0 0.0
.text 1408468 1408468 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172320 1172320 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619160 619160 0 0.0
lock-app qpg6105+debug (read/write) 1130440 1130440 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577284 577284 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1050616 1050616 0 0.0
bss 98292 98292 0 0.0
text 721470 721470 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964988 964988 0 0.0
bss 96288 96288 0 0.0
text 668016 668016 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930388 930388 0 0.0
bss 100312 100312 0 0.0
text 643070 643070 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862096 862096 0 0.0
bss 89972 89972 0 0.0
text 586242 586244 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890700 890700 0 0.0
bss 90516 90516 0 0.0
text 611704 611704 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968944 968944 0 0.0
bss 98652 98652 0 0.0
text 681984 681986 2 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980316 980316 0 0.0
bss 102900 102900 0 0.0
text 689502 689504 2 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038428 1038428 0 0.0
bss 100208 100208 0 0.0
text 726876 726872 -4 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069792 1069792 0 0.0
bss 111292 111292 0 0.0
text 747020 747020 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917208 917208 0 0.0
bss 90636 90636 0 0.0
text 614910 614910 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884688 884696 8 0.0
bss 91248 91248 0 0.0
text 608084 608088 4 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867696 867696 0 0.0
bss 90104 90104 0 0.0
text 592002 592002 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854716 854716 0 0.0
bss 89904 89904 0 0.0
text 582346 582346 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850864 850872 8 0.0
bss 89812 89812 0 0.0
text 577976 577978 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896776 896776 0 0.0
bss 90348 90348 0 0.0
text 617392 617392 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892156 892156 0 0.0
bss 90640 90640 0 0.0
text 612316 612312 -4 -0.0

@mergify mergify bot merged commit 21bbc36 into project-chip:master Jul 7, 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