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

Change all ZAP XML basic data types to lowercase #29706

Merged
merged 9 commits into from Oct 12, 2023

Conversation

andy31415
Copy link
Contributor

@andy31415 andy31415 commented Oct 11, 2023

This changes all of enum8, bitmap8, int*, and so on to be lowercase. I basically ran this:

#!/usr/bin/env ruby

types = [
  "bitmap16", "bitmap24", "bitmap32", "bitmap64", "bitmap8",
  "enum16", "enum32", "enum8",
  "int16s", "int16u", "int24s", "int24u",
  "int32s", "int32u", "int40s", "int40u",
  "int48s", "int48u", "int56s", "int56u",
  "int64s", "int64u", "int8s",  "int8u",
  "action_id", "attrib_id", "cluster_id", "command_id",
  "data_ver", "date", "devtype_id", "elapsed_s", "endpoint_no",
  "entry_idx", "epoch_s", "epoch_us", "event_id", "event_no",
  "fabric_id", "fabric_idx", "field_id", "group_id", "namespace",
  "node_id", "percent", "percent100ths", "posix_ms", "priority",
  "status", "systime_ms", "systime_us", "tag", "temperature",
  "tod", "trans_id", "vendor_id",
  "boolean", "char_string", "octet_string"
]

types.each do |t| 
  puts "Processing #{t}..."
  system("rg -i 'type=\"#{t}\"' --glob '*.xml' src/app --files-with-matches | xargs sd -f i '(type)=\"#{t}\"' '$1=\"#{t.downcase}\"' ")
end

Also fixed yaml tests specifically for percentage type checks:

rg 'type: Percent' --glob '*.yaml' --files-with-matches | xargs sd 'type: Percent' 'type: percent'

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

PR #29706: Size comparison from e8f516a to b14be07

Full report (4 builds for cc32xx, mbed, qpg)
platform target config section e8f516a b14be07 change % change
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617458 617458 0 0.0
(read/write) 206900 206900 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200344 200344 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 938123 938123 0 0.0
.debug_aranges 109000 109000 0 0.0
.debug_frame 367312 367312 0 0.0
.debug_info 20598821 20598821 0 0.0
.debug_line 2663511 2663511 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1635511 1635511 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112211 112211 0 0.0
.debug_str 3440635 3440635 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106282 106282 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515538 515538 0 0.0
.symtab 298480 298480 0 0.0
.text 509052 509052 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521784 2521784 0 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1484468 1484468 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176020 1176020 0 0.0
.bss 100616 100616 0 0.0
.data 744 744 0 0.0
.text 622864 622864 0 0.0
lock-app qpg6105+debug (read/write) 1132692 1132692 0 0.0
.bss 95328 95328 0 0.0
.data 748 748 0 0.0
.text 579532 579532 0 0.0

@andy31415 andy31415 added the skip-protocol-compatibility Marker that protocol backwards compatibility checks are to be skipped label Oct 11, 2023
@andy31415
Copy link
Contributor Author

Skip protocol compatibility: I am not actually changing types

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

PR #29706: Size comparison from 78eb271 to 83a8164

Decreases (1 build for bl702)
platform target config section 78eb271 83a8164 change % change
bl702 lighting-app bl702+rpc (read/write) 1292683 1292679 -4 -0.0
.text 1035322 1035320 -2 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 78eb271 83a8164 change % change
bl602 lighting-app bl602 (read/write) 1389894 1389894 0 0.0
.bss 88184 88184 0 0.0
.data 9368 9368 0 0.0
.text 1066454 1066454 0 0.0
bl602+mfd (read/write) 1403806 1403806 0 0.0
.bss 88352 88352 0 0.0
.data 9344 9344 0 0.0
.text 1081260 1081260 0 0.0
bl602+rpc (read/write) 1437154 1437154 0 0.0
.bss 96208 96208 0 0.0
.data 9744 9744 0 0.0
.text 1098186 1098186 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1194011 1194011 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1549222 1549222 0 0.0
.debug_aranges 138592 138592 0 0.0
.debug_frame 507068 507068 0 0.0
.debug_info 42005867 42005867 0 0.0
.debug_line 5373141 5373141 0 0.0
.debug_loc 3636201 3636201 0 0.0
.debug_ranges 434576 434576 0 0.0
.debug_str 4065018 4065018 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106408 106408 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597289 597289 0 0.0
.symtab 177472 177472 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
961344 961344 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1204591 1204591 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1551295 1551295 0 0.0
.debug_aranges 139760 139760 0 0.0
.debug_frame 512140 512140 0 0.0
.debug_info 42046494 42046494 0 0.0
.debug_line 5412520 5412520 0 0.0
.debug_loc 3674632 3674632 0 0.0
.debug_ranges 436576 436576 0 0.0
.debug_str 4070549 4070549 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105348 105348 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 601049 601049 0 0.0
.symtab 179232 179232 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
972862 972862 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1292683 1292679 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1730204 1730204 0 0.0
.debug_aranges 147312 147312 0 0.0
.debug_frame 536424 536424 0 0.0
.debug_info 47167218 47167218 0 0.0
.debug_line 5791558 5791558 0 0.0
.debug_loc 3843407 3843407 0 0.0
.debug_ranges 462176 462176 0 0.0
.debug_str 4493603 4493603 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121548 121548 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662253 662253 0 0.0
.symtab 196848 196848 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1035322 1035320 -2 -0.0
bl706-eth (read/write) 1042531 1042531 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1084726 1084726 0 0.0
.debug_aranges 115520 115520 0 0.0
.debug_frame 426204 426204 0 0.0
.debug_info 22641648 22641648 0 0.0
.debug_line 4303879 4303879 0 0.0
.debug_loc 3143447 3143447 0 0.0
.debug_ranges 369448 369448 0 0.0
.debug_str 3642822 3642822 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 96140 96140 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465323 465323 0 0.0
.symtab 140064 140064 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
786758 786758 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1207662 1207662 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98455 98455 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1177943 1177943 0 0.0
.debug_aranges 119696 119696 0 0.0
.debug_frame 618848 618848 0 0.0
.debug_info 23811429 23811429 0 0.0
.debug_line 4548195 4548195 0 0.0
.debug_loc 3243358 3243358 0 0.0
.debug_ranges 379336 379336 0 0.0
.debug_str 3715113 3715113 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 109268 109268 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 506050 506050 0 0.0
.symtab 152928 152928 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
955294 955294 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1157168 1157168 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1543510 1543510 0 0.0
.debug_aranges 133456 133456 0 0.0
.debug_frame 487708 487708 0 0.0
.debug_info 41462673 41462673 0 0.0
.debug_line 5276270 5276270 0 0.0
.debug_loc 3580358 3580358 0 0.0
.debug_ranges 441112 441112 0 0.0
.debug_str 4089607 4089607 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100388 100388 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 598915 598915 0 0.0
.symtab 176912 176912 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
944170 944170 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1167788 1167788 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1545598 1545598 0 0.0
.debug_aranges 134624 134624 0 0.0
.debug_frame 492776 492776 0 0.0
.debug_info 41505343 41505343 0 0.0
.debug_line 5315526 5315526 0 0.0
.debug_loc 3618789 3618789 0 0.0
.debug_ranges 443112 443112 0 0.0
.debug_str 4095128 4095128 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99328 99328 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 602743 602743 0 0.0
.symtab 178704 178704 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
955698 955698 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734803 734803 0 0.0
(read/write) 166452 166452 0 0.0
.bss 88868 88868 0 0.0
.data 3420 3420 0 0.0
.rodata 84399 84399 0 0.0
.text 650016 650016 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756331 756331 0 0.0
(read/write) 176700 176700 0 0.0
.bss 99084 99084 0 0.0
.data 3436 3436 0 0.0
.rodata 80023 80023 0 0.0
.text 675916 675916 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743835 743835 0 0.0
(read/write) 171180 171180 0 0.0
.bss 93564 93564 0 0.0
.data 3436 3436 0 0.0
.rodata 106111 106111 0 0.0
.text 637332 637332 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694851 694851 0 0.0
(read/write) 165544 165544 0 0.0
.bss 87736 87736 0 0.0
.data 3408 3408 0 0.0
.rodata 80271 80271 0 0.0
.text 614192 614192 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680531 680531 0 0.0
(read/write) 165684 165684 0 0.0
.bss 87880 87880 0 0.0
.data 3404 3404 0 0.0
.rodata 76103 76103 0 0.0
.text 604040 604040 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617458 617458 0 0.0
(read/write) 206900 206900 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200344 200344 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 938123 938123 0 0.0
.debug_aranges 109000 109000 0 0.0
.debug_frame 367312 367312 0 0.0
.debug_info 20598821 20598821 0 0.0
.debug_line 2663511 2663511 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1635511 1635511 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112211 112211 0 0.0
.debug_str 3440635 3440635 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106282 106282 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515538 515538 0 0.0
.symtab 298480 298480 0 0.0
.text 509052 509052 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551839 551839 0 0.0
.app_xip_area 443033 443033 0 0.0
.bss 63776 63776 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537943 537943 0 0.0
.app_xip_area 424345 424345 0 0.0
.bss 68544 68544 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573887 573887 0 0.0
.app_xip_area 466409 466409 0 0.0
.bss 62520 62520 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549711 549711 0 0.0
.app_xip_area 439137 439137 0 0.0
.bss 65520 65520 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006428 1006428 0 0.0
.bss 171948 171948 0 0.0
.data 2688 2688 0 0.0
.text 831772 831772 0 0.0
BRD4187C (read/write) 1088756 1088756 0 0.0
.bss 196064 196064 0 0.0
.data 3272 3272 0 0.0
.text 889400 889400 0 0.0
lock-app BRD4161A+wf200 (read/write) 1103660 1103660 0 0.0
.bss 186636 186636 0 0.0
.data 2700 2700 0 0.0
.text 914304 914304 0 0.0
window-app BRD4187C (read/write) 1124064 1124064 0 0.0
.bss 168472 168472 0 0.0
.data 3144 3144 0 0.0
.text 952428 952428 0 0.0
esp32 all-clusters-app c3devkit (read only) 1162186 1162186 0 0.0
(read/write) 1701996 1701996 0 0.0
.dram0.bss 77648 77648 0 0.0
.dram0.data 13060 13060 0 0.0
.flash.rodata 268568 268568 0 0.0
.flash.text 1162186 1162186 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1205119 1205119 0 0.0
(read/write) 551930 551930 0 0.0
.dram0.bss 84296 84296 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299996 299996 0 0.0
.flash.text 1199735 1199735 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 588700 588700 0 0.0
(read/write) 87524 87524 0 0.0
.bss 70768 70768 0 0.0
.data 2132 2132 0 0.0
.text 588164 588164 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683956 683956 0 0.0
.bss 66984 66984 0 0.0
.data 2716 2716 0 0.0
.text 570776 570776 0 0.0
light k32w0+release (read only) 588428 588428 0 0.0
(read/write) 87200 87200 0 0.0
.bss 70456 70456 0 0.0
.data 2120 2120 0 0.0
.text 587892 587892 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775776 775776 0 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 653760 653760 0 0.0
lock k32w0+release (read only) 560164 560164 0 0.0
(read/write) 85028 85028 0 0.0
.bss 68344 68344 0 0.0
.data 2060 2060 0 0.0
.text 559628 559628 0 0.0
linux all-clusters-app debug (read only) 5494657 5494657 0 0.0
(read/write) 420712 420712 0 0.0
.bss 130480 130480 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 279008 279008 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 335532 335532 0 0.0
.text 4778163 4778163 0 0.0
all-clusters-minimal-app debug (read only) 4874185 4874185 0 0.0
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270269 270269 0 0.0
.text 4372803 4372803 0 0.0
bridge-app debug (read only) 4356977 4356977 0 0.0
(read/write) 214992 214992 0 0.0
.bss 118904 118904 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 218269 218269 0 0.0
.text 3921075 3921075 0 0.0
chip-tool debug (read only) 10230673 10230673 0 0.0
(read/write) 443512 443512 0 0.0
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337584 337584 0 0.0
.dynamic 624 624 0 0.0
.got 5808 5808 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 386185 386185 0 0.0
.text 9246435 9246435 0 0.0
chip-tool-ipv6only arm64 (read only) 10102892 10102892 0 0.0
(read/write) 505336 505336 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374144 374144 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314936 314936 0 0.0
.text 9021272 9021272 0 0.0
lighting-app debug+rpc+ui (read only) 5213873 5213873 0 0.0
(read/write) 222984 222984 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 336340 336340 0 0.0
.text 4634307 4634307 0 0.0
lock-app debug (read only) 4450529 4450529 0 0.0
(read/write) 203128 203128 0 0.0
.bss 113424 113424 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246781 246781 0 0.0
.text 3994131 3994131 0 0.0
ota-provider-app debug (read only) 4116529 4116529 0 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199997 199997 0 0.0
.text 3725971 3725971 0 0.0
ota-requestor-app debug (read only) 4201961 4201961 0 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203261 203261 0 0.0
.text 3803811 3803811 0 0.0
shell debug (read only) 2900329 2900329 0 0.0
(read/write) 153280 153280 0 0.0
.bss 61000 61000 0 0.0
.data 784 784 0 0.0
.data.rel.ro 85576 85576 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211232 211232 0 0.0
.text 2515634 2515634 0 0.0
thermostat-no-ble arm64 (read only) 4345676 4345676 0 0.0
(read/write) 241880 241880 0 0.0
.bss 122184 122184 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161036 161036 0 0.0
.text 3850024 3850024 0 0.0
tv-app debug (read only) 5276961 5276961 0 0.0
(read/write) 350696 350696 0 0.0
.bss 241888 241888 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5608 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 271053 271053 0 0.0
.text 4761827 4761827 0 0.0
tv-casting-app debug (read only) 8161089 8161089 0 0.0
(read/write) 313256 313256 0 0.0
.bss 155904 155904 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148080 148080 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 336120 336120 0 0.0
.text 7422563 7422563 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521784 2521784 0 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1484468 1484468 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1227872 1227872 0 0.0
bss 154526 154526 0 0.0
rodata 142772 142772 0 0.0
text 851536 851536 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1347392 1347392 0 0.0
bss 140536 140536 0 0.0
rodata 136948 136948 0 0.0
text 779228 779228 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160140 1160140 0 0.0
bss 153948 153948 0 0.0
rodata 113728 113728 0 0.0
text 813528 813528 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837504 837504 0 0.0
(read/write) 1778468 1778468 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193308 193308 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 2528 2528 0 0.0
.debug_abbrev 1381678 1381678 0 0.0
.debug_aranges 145704 145704 0 0.0
.debug_frame 483092 483092 0 0.0
.debug_info 32183947 32183947 0 0.0
.debug_line 4045840 4045840 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2318462 2318462 0 0.0
.debug_rnglists 156114 156114 0 0.0
.debug_str 4194511 4194511 0 0.0
.heap 837504 837504 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 844363 844363 0 0.0
.symtab 513952 513952 0 0.0
.text 0 0 0 0.0
1574244 1574244 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840152 840152 0 0.0
(read/write) 1680884 1680884 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190716 190716 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 2472 2472 0 0.0
.debug_abbrev 1262673 1262673 0 0.0
.debug_aranges 137504 137504 0 0.0
.debug_frame 461520 461520 0 0.0
.debug_info 28524549 28524549 0 0.0
.debug_line 3804899 3804899 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2191829 2191829 0 0.0
.debug_rnglists 147681 147681 0 0.0
.debug_str 3996167 3996167 0 0.0
.heap 840152 840152 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 741179 741179 0 0.0
.symtab 474768 474768 0 0.0
.text 1479308 1479308 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1607284 1607284 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 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 2360 2360 0 0.0
.debug_abbrev 1103645 1103645 0 0.0
.debug_aranges 127568 127568 0 0.0
.debug_frame 424452 424452 0 0.0
.debug_info 23646035 23646035 0 0.0
.debug_line 3379502 3379502 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2028554 2028554 0 0.0
.debug_rnglists 137233 137233 0 0.0
.debug_str 3803225 3803225 0 0.0
.heap 846488 846488 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 654271 654271 0 0.0
.symtab 436224 436224 0 0.0
.text 1412044 1412044 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819232 819232 0 0.0
(read/write) 1640268 1640268 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 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 2368 2368 0 0.0
.debug_abbrev 1095836 1095836 0 0.0
.debug_aranges 126200 126200 0 0.0
.debug_frame 419480 419480 0 0.0
.debug_info 23448963 23448963 0 0.0
.debug_line 3330011 3330011 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2003955 2003955 0 0.0
.debug_rnglists 135171 135171 0 0.0
.debug_str 3765207 3765207 0 0.0
.heap 819232 819232 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 627815 627815 0 0.0
.symtab 427808 427808 0 0.0
.text 1417772 1417772 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176020 1176020 0 0.0
.bss 100616 100616 0 0.0
.data 744 744 0 0.0
.text 622864 622864 0 0.0
lock-app qpg6105+debug (read/write) 1132692 1132692 0 0.0
.bss 95328 95328 0 0.0
.data 748 748 0 0.0
.text 579532 579532 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 873620 873620 0 0.0
bss 78044 78044 0 0.0
text 618274 618274 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1148152 1148152 0 0.0
bss 113232 113232 0 0.0
text 799532 799532 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1093100 1093100 0 0.0
bss 122244 122244 0 0.0
text 757988 757988 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 948708 948708 0 0.0
bss 106888 106888 0 0.0
text 655350 655350 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 876976 876976 0 0.0
bss 78124 78124 0 0.0
text 621388 621388 0 0.0
light-switch-app-rpc-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 922992 922992 0 0.0
bss 83072 83072 0 0.0
text 659476 659476 0 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 999344 999344 0 0.0
bss 109148 109148 0 0.0
text 702528 702528 0 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 932900 932900 0 0.0
bss 78816 78816 0 0.0
text 650536 650536 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 962332 962332 0 0.0
bss 104988 104988 0 0.0
text 671404 671404 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 880864 880864 0 0.0
bss 78228 78228 0 0.0
text 625608 625608 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 821796 821796 0 0.0
bss 66248 66248 0 0.0
text 592710 592710 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 837384 837384 0 0.0
bss 66664 66664 0 0.0
text 603210 603210 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 716168 716168 0 0.0
bss 86424 86424 0 0.0
text 469742 469742 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 878840 878840 0 0.0
bss 78208 78208 0 0.0
text 624180 624180 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 864664 864664 0 0.0
bss 77936 77936 0 0.0
text 612128 612128 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 842892 842892 0 0.0
bss 66540 66540 0 0.0
text 608082 608082 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 840140 840140 0 0.0
bss 66892 66892 0 0.0
text 604918 604918 0 0.0

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

PR #29706: Size comparison from 94f3049 to fa3b0ea

Full report (38 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section 94f3049 fa3b0ea change % change
bl602 lighting-app bl602 (read/write) 1389878 1389878 0 0.0
.bss 88168 88168 0 0.0
.data 9368 9368 0 0.0
.text 1066454 1066454 0 0.0
bl602+mfd (read/write) 1403790 1403790 0 0.0
.bss 88336 88336 0 0.0
.data 9344 9344 0 0.0
.text 1081260 1081260 0 0.0
bl602+rpc (read/write) 1437154 1437154 0 0.0
.bss 96200 96200 0 0.0
.data 9744 9744 0 0.0
.text 1098186 1098186 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1193995 1193995 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30877 30877 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1549222 1549222 0 0.0
.debug_aranges 138592 138592 0 0.0
.debug_frame 507068 507068 0 0.0
.debug_info 42005867 42005867 0 0.0
.debug_line 5373141 5373141 0 0.0
.debug_loc 3636201 3636201 0 0.0
.debug_ranges 434576 434576 0 0.0
.debug_str 4065018 4065018 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106408 106408 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597289 597289 0 0.0
.symtab 177472 177472 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
961344 961344 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1204575 1204575 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31053 31053 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1551295 1551295 0 0.0
.debug_aranges 139760 139760 0 0.0
.debug_frame 512140 512140 0 0.0
.debug_info 42046494 42046494 0 0.0
.debug_line 5412520 5412520 0 0.0
.debug_loc 3674632 3674632 0 0.0
.debug_ranges 436576 436576 0 0.0
.debug_str 4070549 4070549 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105348 105348 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 601049 601049 0 0.0
.symtab 179232 179232 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
972862 972862 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1292667 1292667 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39341 39341 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1730204 1730204 0 0.0
.debug_aranges 147312 147312 0 0.0
.debug_frame 536424 536424 0 0.0
.debug_info 47167218 47167218 0 0.0
.debug_line 5791558 5791558 0 0.0
.debug_loc 3843407 3843407 0 0.0
.debug_ranges 462176 462176 0 0.0
.debug_str 4493603 4493603 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121548 121548 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662253 662253 0 0.0
.symtab 196848 196848 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1035322 1035322 0 0.0
bl706-eth (read/write) 1042531 1042531 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1084726 1084726 0 0.0
.debug_aranges 115520 115520 0 0.0
.debug_frame 426204 426204 0 0.0
.debug_info 22641648 22641648 0 0.0
.debug_line 4303879 4303879 0 0.0
.debug_loc 3143447 3143447 0 0.0
.debug_ranges 369448 369448 0 0.0
.debug_str 3642822 3642822 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 96140 96140 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465323 465323 0 0.0
.symtab 140064 140064 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
786758 786758 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1207662 1207662 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98455 98455 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1177943 1177943 0 0.0
.debug_aranges 119696 119696 0 0.0
.debug_frame 618848 618848 0 0.0
.debug_info 23811429 23811429 0 0.0
.debug_line 4548195 4548195 0 0.0
.debug_loc 3243358 3243358 0 0.0
.debug_ranges 379336 379336 0 0.0
.debug_str 3715113 3715113 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 109268 109268 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 506050 506050 0 0.0
.symtab 152928 152928 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
955294 955294 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1157168 1157168 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1543510 1543510 0 0.0
.debug_aranges 133456 133456 0 0.0
.debug_frame 487708 487708 0 0.0
.debug_info 41462673 41462673 0 0.0
.debug_line 5276270 5276270 0 0.0
.debug_loc 3580358 3580358 0 0.0
.debug_ranges 441112 441112 0 0.0
.debug_str 4089607 4089607 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100388 100388 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 598915 598915 0 0.0
.symtab 176912 176912 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
944170 944170 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1167788 1167788 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1545598 1545598 0 0.0
.debug_aranges 134624 134624 0 0.0
.debug_frame 492776 492776 0 0.0
.debug_info 41505343 41505343 0 0.0
.debug_line 5315526 5315526 0 0.0
.debug_loc 3618789 3618789 0 0.0
.debug_ranges 443112 443112 0 0.0
.debug_str 4095128 4095128 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99328 99328 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 602743 602743 0 0.0
.symtab 178704 178704 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
955698 955698 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617458 617458 0 0.0
(read/write) 206884 206884 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200328 200328 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 938123 938123 0 0.0
.debug_aranges 109000 109000 0 0.0
.debug_frame 367312 367312 0 0.0
.debug_info 20598821 20598821 0 0.0
.debug_line 2663511 2663511 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1635511 1635511 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112211 112211 0 0.0
.debug_str 3440635 3440635 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106282 106282 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515538 515538 0 0.0
.symtab 298480 298480 0 0.0
.text 509052 509052 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551831 551831 0 0.0
.app_xip_area 443033 443033 0 0.0
.bss 63768 63768 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537935 537935 0 0.0
.app_xip_area 424345 424345 0 0.0
.bss 68536 68536 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573879 573879 0 0.0
.app_xip_area 466409 466409 0 0.0
.bss 62512 62512 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549695 549695 0 0.0
.app_xip_area 439137 439137 0 0.0
.bss 65504 65504 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006420 1006420 0 0.0
.bss 171940 171940 0 0.0
.data 2688 2688 0 0.0
.text 831772 831772 0 0.0
BRD4187C (read/write) 1088740 1088740 0 0.0
.bss 196048 196048 0 0.0
.data 3272 3272 0 0.0
.text 889400 889400 0 0.0
lock-app BRD4161A+wf200 (read/write) 1103652 1103652 0 0.0
.bss 186628 186628 0 0.0
.data 2700 2700 0 0.0
.text 914304 914304 0 0.0
window-app BRD4187C (read/write) 1124056 1124056 0 0.0
.bss 168464 168464 0 0.0
.data 3144 3144 0 0.0
.text 952428 952428 0 0.0
esp32 all-clusters-app c3devkit (read only) 1162186 1162186 0 0.0
(read/write) 1701916 1701916 0 0.0
.dram0.bss 77560 77560 0 0.0
.dram0.data 13060 13060 0 0.0
.flash.rodata 268568 268568 0 0.0
.flash.text 1162186 1162186 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1205119 1205119 0 0.0
(read/write) 551850 551850 0 0.0
.dram0.bss 84216 84216 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299996 299996 0 0.0
.flash.text 1199735 1199735 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 588700 588700 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70752 70752 0 0.0
.data 2132 2132 0 0.0
.text 588164 588164 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683940 683940 0 0.0
.bss 66968 66968 0 0.0
.data 2716 2716 0 0.0
.text 570776 570776 0 0.0
light k32w0+release (read only) 588428 588428 0 0.0
(read/write) 87192 87192 0 0.0
.bss 70448 70448 0 0.0
.data 2120 2120 0 0.0
.text 587892 587892 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775760 775760 0 0.0
.bss 76612 76612 0 0.0
.data 1928 1928 0 0.0
.text 653760 653760 0 0.0
lock k32w0+release (read only) 560164 560164 0 0.0
(read/write) 85020 85020 0 0.0
.bss 68336 68336 0 0.0
.data 2060 2060 0 0.0
.text 559628 559628 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10102892 10102892 0 0.0
(read/write) 505336 505336 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374144 374144 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314936 314936 0 0.0
.text 9021272 9021272 0 0.0
thermostat-no-ble arm64 (read only) 4345676 4345676 0 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161036 161036 0 0.0
.text 3850024 3850024 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521784 2521784 0 0.0
.bss 219048 219048 0 0.0
.data 5128 5128 0 0.0
.text 1484468 1484468 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1227744 1227744 0 0.0
bss 154444 154444 0 0.0
rodata 142772 142772 0 0.0
text 851536 851536 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1347312 1347312 0 0.0
bss 140454 140454 0 0.0
rodata 136948 136948 0 0.0
text 779228 779228 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160140 1160140 0 0.0
bss 153938 153938 0 0.0
rodata 113728 113728 0 0.0
text 813528 813528 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837584 837584 0 0.0
(read/write) 1778388 1778388 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193228 193228 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 2528 2528 0 0.0
.debug_abbrev 1381678 1381678 0 0.0
.debug_aranges 145704 145704 0 0.0
.debug_frame 483092 483092 0 0.0
.debug_info 32183947 32183947 0 0.0
.debug_line 4045840 4045840 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2318462 2318462 0 0.0
.debug_rnglists 156114 156114 0 0.0
.debug_str 4194511 4194511 0 0.0
.heap 837584 837584 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 844363 844363 0 0.0
.symtab 513952 513952 0 0.0
.text 0 0 0 0.0
1574244 1574244 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840160 840160 0 0.0
(read/write) 1680876 1680876 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 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 2472 2472 0 0.0
.debug_abbrev 1262673 1262673 0 0.0
.debug_aranges 137504 137504 0 0.0
.debug_frame 461520 461520 0 0.0
.debug_info 28524549 28524549 0 0.0
.debug_line 3804899 3804899 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2191829 2191829 0 0.0
.debug_rnglists 147681 147681 0 0.0
.debug_str 3996167 3996167 0 0.0
.heap 840160 840160 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 741179 741179 0 0.0
.symtab 474768 474768 0 0.0
.text 1479308 1479308 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846496 0 0.0
(read/write) 1607276 1607276 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184484 184484 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 2360 2360 0 0.0
.debug_abbrev 1103645 1103645 0 0.0
.debug_aranges 127568 127568 0 0.0
.debug_frame 424452 424452 0 0.0
.debug_info 23646035 23646035 0 0.0
.debug_line 3379502 3379502 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2028554 2028554 0 0.0
.debug_rnglists 137233 137233 0 0.0
.debug_str 3803225 3803225 0 0.0
.heap 846496 846496 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 654271 654271 0 0.0
.symtab 436224 436224 0 0.0
.text 1412044 1412044 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819240 819240 0 0.0
(read/write) 1640260 1640260 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211732 211732 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 2368 2368 0 0.0
.debug_abbrev 1095836 1095836 0 0.0
.debug_aranges 126200 126200 0 0.0
.debug_frame 419480 419480 0 0.0
.debug_info 23448963 23448963 0 0.0
.debug_line 3330011 3330011 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2003955 2003955 0 0.0
.debug_rnglists 135171 135171 0 0.0
.debug_str 3765207 3765207 0 0.0
.heap 819240 819240 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 627815 627815 0 0.0
.symtab 427808 427808 0 0.0
.text 1417772 1417772 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176020 1176020 0 0.0
.bss 100600 100600 0 0.0
.data 744 744 0 0.0
.text 622864 622864 0 0.0
lock-app qpg6105+debug (read/write) 1132692 1132692 0 0.0
.bss 95312 95312 0 0.0
.data 748 748 0 0.0
.text 579532 579532 0 0.0

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

PR #29706: Size comparison from fd925e4 to f040b01

Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section fd925e4 f040b01 change % change
bl602 lighting-app bl602 (read/write) 1388326 1388326 0 0.0
.bss 88168 88168 0 0.0
.data 9368 9368 0 0.0
.text 1064898 1064898 0 0.0
bl602+mfd (read/write) 1401974 1401974 0 0.0
.bss 88336 88336 0 0.0
.data 9344 9344 0 0.0
.text 1079444 1079444 0 0.0
bl602+rpc (read/write) 1435594 1435594 0 0.0
.bss 96200 96200 0 0.0
.data 9744 9744 0 0.0
.text 1096630 1096630 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1192475 1192475 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1546450 1546450 0 0.0
.debug_aranges 138576 138576 0 0.0
.debug_frame 507276 507276 0 0.0
.debug_info 41948690 41948690 0 0.0
.debug_line 5366011 5366011 0 0.0
.debug_loc 3646581 3646581 0 0.0
.debug_ranges 444632 444632 0 0.0
.debug_str 4066076 4066076 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106408 106408 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597181 597181 0 0.0
.symtab 177456 177456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
959808 959808 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1203035 1203035 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1548545 1548545 0 0.0
.debug_aranges 139744 139744 0 0.0
.debug_frame 512348 512348 0 0.0
.debug_info 41989106 41989106 0 0.0
.debug_line 5405367 5405367 0 0.0
.debug_loc 3684998 3684998 0 0.0
.debug_ranges 446704 446704 0 0.0
.debug_str 4071607 4071607 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105348 105348 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600941 600941 0 0.0
.symtab 179216 179216 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
971322 971322 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1291147 1291147 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1727411 1727411 0 0.0
.debug_aranges 147296 147296 0 0.0
.debug_frame 536632 536632 0 0.0
.debug_info 47109578 47109578 0 0.0
.debug_line 5783915 5783915 0 0.0
.debug_loc 3853786 3853786 0 0.0
.debug_ranges 472280 472280 0 0.0
.debug_str 4494661 4494661 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121548 121548 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662145 662145 0 0.0
.symtab 196832 196832 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1033786 1033786 0 0.0
bl706-eth (read/write) 1040707 1040707 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1081860 1081860 0 0.0
.debug_aranges 115496 115496 0 0.0
.debug_frame 426408 426408 0 0.0
.debug_info 22584249 22584249 0 0.0
.debug_line 4296814 4296814 0 0.0
.debug_loc 3155306 3155306 0 0.0
.debug_ranges 381064 381064 0 0.0
.debug_str 3643880 3643880 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 96140 96140 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465153 465153 0 0.0
.symtab 140016 140016 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
784936 784936 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1205938 1205938 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98439 98439 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1174701 1174701 0 0.0
.debug_aranges 119672 119672 0 0.0
.debug_frame 619068 619068 0 0.0
.debug_info 23753186 23753186 0 0.0
.debug_line 4541356 4541356 0 0.0
.debug_loc 3255220 3255220 0 0.0
.debug_ranges 391120 391120 0 0.0
.debug_str 3716171 3716171 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 109268 109268 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505880 505880 0 0.0
.symtab 152880 152880 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
953588 953588 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1155404 1155404 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1540717 1540717 0 0.0
.debug_aranges 133440 133440 0 0.0
.debug_frame 487916 487916 0 0.0
.debug_info 41405741 41405741 0 0.0
.debug_line 5268990 5268990 0 0.0
.debug_loc 3590644 3590644 0 0.0
.debug_ranges 451192 451192 0 0.0
.debug_str 4090665 4090665 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100388 100388 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 598807 598807 0 0.0
.symtab 176896 176896 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942408 942408 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1166260 1166260 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77168 77168 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1542827 1542827 0 0.0
.debug_aranges 134608 134608 0 0.0
.debug_frame 492984 492984 0 0.0
.debug_info 41448200 41448200 0 0.0
.debug_line 5308223 5308223 0 0.0
.debug_loc 3629061 3629061 0 0.0
.debug_ranges 453264 453264 0 0.0
.debug_str 4096186 4096186 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99328 99328 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 602635 602635 0 0.0
.symtab 178688 178688 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
954188 954188 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734587 734587 0 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84223 84223 0 0.0
.text 649976 649976 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756131 756131 0 0.0
(read/write) 176692 176692 0 0.0
.bss 99076 99076 0 0.0
.data 3436 3436 0 0.0
.rodata 79863 79863 0 0.0
.text 675876 675876 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743619 743619 0 0.0
(read/write) 171172 171172 0 0.0
.bss 93556 93556 0 0.0
.data 3436 3436 0 0.0
.rodata 105951 105951 0 0.0
.text 637276 637276 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694651 694651 0 0.0
(read/write) 165536 165536 0 0.0
.bss 87728 87728 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80111 0 0.0
.text 614152 614152 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680323 680323 0 0.0
(read/write) 165676 165676 0 0.0
.bss 87872 87872 0 0.0
.data 3404 3404 0 0.0
.rodata 75943 75943 0 0.0
.text 603992 603992 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617306 617306 0 0.0
(read/write) 206884 206884 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200328 200328 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 935435 935435 0 0.0
.debug_aranges 109000 109000 0 0.0
.debug_frame 367320 367320 0 0.0
.debug_info 20543009 20543009 0 0.0
.debug_line 2655792 2655792 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1635660 1635660 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112211 112211 0 0.0
.debug_str 3441583 3441583 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515592 515592 0 0.0
.symtab 298448 298448 0 0.0
.text 509020 509020 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551839 551839 0 0.0
.app_xip_area 443041 443041 0 0.0
.bss 63768 63768 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537943 537943 0 0.0
.app_xip_area 424353 424353 0 0.0
.bss 68536 68536 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573639 573639 0 0.0
.app_xip_area 466169 466169 0 0.0
.bss 62512 62512 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549695 549695 0 0.0
.app_xip_area 439137 439137 0 0.0
.bss 65504 65504 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006420 1006420 0 0.0
.bss 171940 171940 0 0.0
.data 2688 2688 0 0.0
.text 831772 831772 0 0.0
BRD4187C (read/write) 1088756 1088756 0 0.0
.bss 196056 196056 0 0.0
.data 3272 3272 0 0.0
.text 889408 889408 0 0.0
lock-app BRD4161A+wf200 (read/write) 1103644 1103644 0 0.0
.bss 186620 186620 0 0.0
.data 2700 2700 0 0.0
.text 914304 914304 0 0.0
window-app BRD4187C (read/write) 1124056 1124056 0 0.0
.bss 168456 168456 0 0.0
.data 3144 3144 0 0.0
.text 952436 952436 0 0.0
esp32 all-clusters-app c3devkit (read only) 1162194 1162194 0 0.0
(read/write) 1701916 1701916 0 0.0
.dram0.bss 77560 77560 0 0.0
.dram0.data 13060 13060 0 0.0
.flash.rodata 268568 268568 0 0.0
.flash.text 1162194 1162194 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1205147 1205147 0 0.0
(read/write) 551850 551850 0 0.0
.dram0.bss 84216 84216 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299996 299996 0 0.0
.flash.text 1199763 1199763 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 588700 588700 0 0.0
(read/write) 87500 87500 0 0.0
.bss 70744 70744 0 0.0
.data 2132 2132 0 0.0
.text 588164 588164 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683932 683932 0 0.0
.bss 66960 66960 0 0.0
.data 2716 2716 0 0.0
.text 570776 570776 0 0.0
light k32w0+release (read only) 588428 588428 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70440 70440 0 0.0
.data 2120 2120 0 0.0
.text 587892 587892 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775776 775776 0 0.0
.bss 76620 76620 0 0.0
.data 1928 1928 0 0.0
.text 653768 653768 0 0.0
lock k32w0+release (read only) 560164 560164 0 0.0
(read/write) 85020 85020 0 0.0
.bss 68336 68336 0 0.0
.data 2060 2060 0 0.0
.text 559628 559628 0 0.0
linux all-clusters-app debug (read only) 5494417 5494417 0 0.0
(read/write) 420616 420616 0 0.0
.bss 130384 130384 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 279008 279008 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 335340 335340 0 0.0
.text 4778115 4778115 0 0.0
all-clusters-minimal-app debug (read only) 4873833 4873833 0 0.0
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270045 270045 0 0.0
.text 4372675 4372675 0 0.0
bridge-app debug (read only) 4356577 4356577 0 0.0
(read/write) 214960 214960 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 218013 218013 0 0.0
.text 3920931 3920931 0 0.0
chip-tool debug (read only) 10230273 10230273 0 0.0
(read/write) 443544 443544 0 0.0
.bss 93720 93720 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337584 337584 0 0.0
.dynamic 624 624 0 0.0
.got 5808 5808 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 385961 385961 0 0.0
.text 9246259 9246259 0 0.0
chip-tool-ipv6only arm64 (read only) 10102540 10102540 0 0.0
(read/write) 505336 505336 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374144 374144 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314760 314760 0 0.0
.text 9021096 9021096 0 0.0
lighting-app debug+rpc+ui (read only) 5213585 5213585 0 0.0
(read/write) 222984 222984 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 336116 336116 0 0.0
.text 4634243 4634243 0 0.0
lock-app debug (read only) 4450177 4450177 0 0.0
(read/write) 203096 203096 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246557 246557 0 0.0
.text 3994003 3994003 0 0.0
ota-provider-app debug (read only) 4116129 4116129 0 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199741 199741 0 0.0
.text 3725827 3725827 0 0.0
ota-requestor-app debug (read only) 4201561 4201561 0 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203005 203005 0 0.0
.text 3803667 3803667 0 0.0
shell debug (read only) 2899977 2899977 0 0.0
(read/write) 153184 153184 0 0.0
.bss 60904 60904 0 0.0
.data 784 784 0 0.0
.data.rel.ro 85576 85576 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211008 211008 0 0.0
.text 2515506 2515506 0 0.0
thermostat-no-ble arm64 (read only) 4345284 4345284 0 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160820 160820 0 0.0
.text 3849848 3849848 0 0.0
tv-app debug (read only) 5276577 5276577 0 0.0
(read/write) 350664 350664 0 0.0
.bss 241856 241856 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5608 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270797 270797 0 0.0
.text 4761699 4761699 0 0.0
tv-casting-app debug (read only) 8160769 8160769 0 0.0
(read/write) 313224 313224 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148080 148080 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 335896 335896 0 0.0
.text 7422467 7422467 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521784 2521784 0 0.0
.bss 219056 219056 0 0.0
.data 5128 5128 0 0.0
.text 1484468 1484468 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1227744 1227744 0 0.0
bss 154444 154444 0 0.0
rodata 142772 142772 0 0.0
text 851536 851536 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1347328 1347328 0 0.0
bss 140454 140454 0 0.0
rodata 136948 136948 0 0.0
text 779236 779236 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160140 1160140 0 0.0
bss 153938 153938 0 0.0
rodata 113728 113728 0 0.0
text 813528 813528 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837584 837584 0 0.0
(read/write) 1778180 1778180 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193228 193228 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 2528 2528 0 0.0
.debug_abbrev 1378125 1378125 0 0.0
.debug_aranges 145704 145704 0 0.0
.debug_frame 483100 483100 0 0.0
.debug_info 32110079 32110079 0 0.0
.debug_line 4036846 4036846 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2318522 2318522 0 0.0
.debug_rnglists 156114 156114 0 0.0
.debug_str 4195459 4195459 0 0.0
.heap 837584 837584 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 844417 844417 0 0.0
.symtab 513904 513904 0 0.0
.text 0 0 0 0.0
1574036 1574036 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840160 840160 0 0.0
(read/write) 1680660 1680660 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 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 2472 2472 0 0.0
.debug_abbrev 1259448 1259448 0 0.0
.debug_aranges 137504 137504 0 0.0
.debug_frame 461528 461528 0 0.0
.debug_info 28460158 28460158 0 0.0
.debug_line 3796956 3796956 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2191898 2191898 0 0.0
.debug_rnglists 147681 147681 0 0.0
.debug_str 3997115 3997115 0 0.0
.heap 840160 840160 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 741233 741233 0 0.0
.symtab 474720 474720 0 0.0
.text 1479092 1479092 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846496 0 0.0
(read/write) 1607068 1607068 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184484 184484 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 2360 2360 0 0.0
.debug_abbrev 1100823 1100823 0 0.0
.debug_aranges 127568 127568 0 0.0
.debug_frame 424460 424460 0 0.0
.debug_info 23590569 23590569 0 0.0
.debug_line 3372269 3372269 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2028622 2028622 0 0.0
.debug_rnglists 137233 137233 0 0.0
.debug_str 3804173 3804173 0 0.0
.heap 846496 846496 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 654325 654325 0 0.0
.symtab 436176 436176 0 0.0
.text 1411836 1411836 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819240 819240 0 0.0
(read/write) 1640052 1640052 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211732 211732 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 2368 2368 0 0.0
.debug_abbrev 1092952 1092952 0 0.0
.debug_aranges 126200 126200 0 0.0
.debug_frame 419488 419488 0 0.0
.debug_info 23393003 23393003 0 0.0
.debug_line 3323022 3323022 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2004023 2004023 0 0.0
.debug_rnglists 135171 135171 0 0.0
.debug_str 3766155 3766155 0 0.0
.heap 819240 819240 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 627869 627869 0 0.0
.symtab 427760 427760 0 0.0
.text 1417564 1417564 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176028 1176028 0 0.0
.bss 100600 100600 0 0.0
.data 744 744 0 0.0
.text 622872 622872 0 0.0
lock-app qpg6105+debug (read/write) 1132692 1132692 0 0.0
.bss 95312 95312 0 0.0
.data 748 748 0 0.0
.text 579532 579532 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 852016 852016 0 0.0
bss 77988 77988 0 0.0
text 603752 603752 0 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1126636 1126636 0 0.0
bss 113148 113148 0 0.0
text 785028 785028 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1071820 1071820 0 0.0
bss 122236 122236 0 0.0
text 743684 743684 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 927344 927344 0 0.0
bss 106876 106876 0 0.0
text 640962 640962 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 855376 855376 0 0.0
bss 78112 78112 0 0.0
text 606818 606818 0 0.0
light-switch-app-rpc-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 901056 901056 0 0.0
bss 83060 83060 0 0.0
text 644520 644520 0 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 978044 978044 0 0.0
bss 109136 109136 0 0.0
text 688198 688198 0 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 911300 911300 0 0.0
bss 78804 78804 0 0.0
text 635964 635964 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 940736 940736 0 0.0
bss 104976 104976 0 0.0
text 656782 656782 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 859252 859252 0 0.0
bss 78220 78220 0 0.0
text 611024 611024 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 800112 800112 0 0.0
bss 66240 66240 0 0.0
text 578060 578060 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 815776 815776 0 0.0
bss 66644 66644 0 0.0
text 588640 588640 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 704848 704848 0 0.0
bss 86424 86424 0 0.0
text 461976 461976 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 857240 857240 0 0.0
bss 78196 78196 0 0.0
text 609610 609610 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 843064 843064 0 0.0
bss 77924 77924 0 0.0
text 597558 597558 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 821164 821164 0 0.0
bss 66528 66528 0 0.0
text 593384 593384 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 818620 818620 0 0.0
bss 66880 66880 0 0.0
text 590432 590432 0 0.0

@github-actions github-actions bot added the tests label Oct 12, 2023
@github-actions
Copy link

github-actions bot commented Oct 12, 2023

PR #29706: Size comparison from fd925e4 to 2f7205f

Increases above 0.2%:

platform target config section fd925e4 2f7205f change % change
cc32xx lock CC3235SF_LAUNCHXL .data 1436 1440 4 0.3
cyw30739 lock cyw930739m2evb_01 .data 688 692 4 0.6
switch cyw930739m2evb_01 .data 684 688 4 0.6
linux shell debug (read only) 2899977 2907785 7808 0.3
.data 784 816 32 4.1
.text 2515506 2523458 7952 0.3
psoc6 all-clusters cy8ckit_062s2_43012 .data 2528 2536 8 0.3
lock cy8ckit_062s2_43012 .data 2368 2376 8 0.3
Increases (47 builds for cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, telink)
platform target config section fd925e4 2f7205f change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734587 734843 256 0.0
.rodata 84223 84287 64 0.1
.text 649976 650168 192 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756131 756395 264 0.0
(read/write) 176692 176696 4 0.0
.data 3436 3440 4 0.1
.text 675876 676140 264 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743619 743899 280 0.0
(read/write) 171172 171176 4 0.0
.data 3436 3440 4 0.1
.text 637276 637556 280 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 617306 617522 216 0.0
(read/write) 206884 206888 4 0.0
.data 1436 1440 4 0.3
.debug_abbrev 935435 936372 937 0.1
.debug_aranges 109000 109056 56 0.1
.debug_frame 367320 367528 208 0.1
.debug_info 20543009 20551504 8495 0.0
.debug_line 2655792 2657804 2012 0.1
.debug_loclists 1635660 1636901 1241 0.1
.debug_rnglists 112211 112317 106 0.1
.debug_str 3441583 3442086 503 0.0
.strtab 515592 515741 149 0.0
.symtab 298448 298512 64 0.0
.text 509020 509236 216 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551839 552015 176 0.0
.app_xip_area 443041 443217 176 0.0
lock cyw930739m2evb_01 (read/write) 537943 538223 280 0.1
.app_xip_area 424353 424625 272 0.1
.data 688 692 4 0.6
switch cyw930739m2evb_01 (read/write) 549695 549967 272 0.0
.app_xip_area 439137 439409 272 0.1
.data 684 688 4 0.6
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006420 1007108 688 0.1
.text 831772 832460 688 0.1
BRD4187C (read/write) 1088756 1088996 240 0.0
.text 889408 889648 240 0.0
lock-app BRD4161A+wf200 (read/write) 1103644 1103920 276 0.0
.data 2700 2704 4 0.1
.text 914304 914576 272 0.0
esp32 all-clusters-app c3devkit (read only) 1162194 1162960 766 0.1
.dram0.data 13060 13068 8 0.1
.flash.text 1162194 1162960 766 0.1
m5stack (read only) 1205147 1205903 756 0.1
.flash.text 1199763 1200519 756 0.1
linux all-clusters-app debug (read only) 5494417 5500233 5816 0.1
.rodata 335340 335404 64 0.0
.text 4778115 4784083 5968 0.1
all-clusters-minimal-app debug (read only) 4873833 4877409 3576 0.1
.rodata 270045 270109 64 0.0
.text 4372675 4376403 3728 0.1
bridge-app debug (read only) 4356577 4359113 2536 0.1
.text 3920931 3923683 2752 0.1
chip-tool debug (read only) 10230273 10232025 1752 0.0
.text 9246259 9248227 1968 0.0
chip-tool-ipv6only arm64 (read only) 10102540 10104332 1792 0.0
.text 9021096 9023080 1984 0.0
lighting-app debug+rpc+ui (read only) 5213585 5217161 3576 0.1
.rodata 336116 336180 64 0.0
.text 4634243 4637971 3728 0.1
lock-app debug (read only) 4450177 4455545 5368 0.1
.text 3994003 3999587 5584 0.1
ota-provider-app debug (read only) 4116129 4117713 1584 0.0
.text 3725827 3727411 1584 0.0
ota-requestor-app debug (read only) 4201561 4203145 1584 0.0
.text 3803667 3805251 1584 0.0
shell debug (read only) 2899977 2907785 7808 0.3
.data 784 816 32 4.1
.rodata 211008 211072 64 0.0
.text 2515506 2523458 7952 0.3
thermostat-no-ble arm64 (read only) 4345284 4346404 1120 0.0
.text 3849848 3850968 1120 0.0
tv-app debug (read only) 5276577 5279257 2680 0.1
.text 4761699 4764595 2896 0.1
tv-casting-app debug (read only) 8160769 8162929 2160 0.0
.text 7422467 7424835 2368 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2521784 2522104 320 0.0
.data 5128 5136 8 0.2
.text 1484468 1484788 320 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1227744 1228456 712 0.1
text 851536 852240 704 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1347328 1348036 708 0.1
text 779236 779940 704 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160140 1160316 176 0.0
text 813528 813712 184 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1778180 1779068 888 0.0
.data 2528 2536 8 0.3
.debug_abbrev 1378125 1379014 889 0.1
.debug_aranges 145704 145760 56 0.0
.debug_frame 483100 483308 208 0.0
.debug_info 32110079 32119510 9431 0.0
.debug_line 4036846 4039284 2438 0.1
.debug_loclists 2318522 2319937 1415 0.1
.debug_rnglists 156114 156259 145 0.1
.debug_str 4195459 4195969 510 0.0
.strtab 844417 844681 264 0.0
.symtab 513904 514048 144 0.0
.text 1574036 1574916 880 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1680660 1680996 336 0.0
.debug_info 28460158 28461087 929 0.0
.debug_line 3796956 3797354 398 0.0
.debug_loclists 2191898 2192072 174 0.0
.debug_rnglists 147681 147720 39 0.0
.strtab 741233 741294 61 0.0
.symtab 474720 474752 32 0.0
.text 1479092 1479428 336 0.0
light cy8ckit_062s2_43012 (read/write) 1607068 1607404 336 0.0
.debug_info 23590569 23591498 929 0.0
.debug_line 3372269 3372667 398 0.0
.debug_loclists 2028622 2028796 174 0.0
.debug_rnglists 137233 137272 39 0.0
.strtab 654325 654386 61 0.0
.symtab 436176 436208 32 0.0
.text 1411836 1412172 336 0.0
lock cy8ckit_062s2_43012 (read/write) 1640052 1640300 248 0.0
.data 2368 2376 8 0.3
.debug_abbrev 1092952 1093841 889 0.1
.debug_aranges 126200 126256 56 0.0
.debug_frame 419488 419696 208 0.0
.debug_info 23393003 23401505 8502 0.0
.debug_line 3323022 3325030 2008 0.1
.debug_loclists 2004023 2005264 1241 0.1
.debug_rnglists 135171 135277 106 0.1
.debug_str 3766155 3766665 510 0.0
.strtab 627869 628018 149 0.0
.symtab 427760 427824 64 0.0
.text 1417564 1417804 240 0.0
telink air-quality-sensor-app tlsr9528a (read/write) 852016 852048 32 0.0
bss 77988 77996 8 0.0
text 603752 603774 22 0.0
all-clusters-app tlsr9518adk80d (read/write) 1126636 1127412 776 0.1
text 785028 785802 774 0.1
all-clusters-minimal-app tlsr9528a (read/write) 1071820 1072020 200 0.0
text 743684 743884 200 0.0
contact-sensor-app tlsr9528a (read/write) 855376 855408 32 0.0
bss 78112 78120 8 0.0
text 606818 606840 22 0.0
light-switch-app-rpc-shell-factory-data tlsr9528a (read/write) 901056 901448 392 0.0
bss 83060 83068 8 0.0
text 644520 644906 386 0.1
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read/write) 978044 978244 200 0.0
text 688198 688398 200 0.0
lock-app tlsr9528a (read/write) 911300 911692 392 0.0
bss 78804 78812 8 0.0
text 635964 636350 386 0.1
pump-app tlsr9528a (read/write) 859252 859284 32 0.0
bss 78220 78228 8 0.0
text 611024 611046 22 0.0
pump-controller-app tlsr9518adk80d (read/write) 800112 800144 32 0.0
bss 66240 66248 8 0.0
text 578060 578082 22 0.0
resource-monitoring-app tlsr9518adk80d (read/write) 815776 815808 32 0.0
bss 66644 66652 8 0.0
text 588640 588662 22 0.0
smoke_co_alarm-app tlsr9528a (read/write) 857240 857800 560 0.1
bss 78196 78204 8 0.0
text 609610 610164 554 0.1
temperature-measurement-app tlsr9528a (read/write) 843064 843088 24 0.0
bss 77924 77932 8 0.0
text 597558 597580 22 0.0
thermostat tlsr9518adk80d (read/write) 821164 821196 32 0.0
bss 66528 66536 8 0.0
text 593384 593406 22 0.0
window-covering tlsr9518adk80d (read/write) 818620 818652 32 0.0
bss 66880 66888 8 0.0
text 590432 590454 22 0.0
Decreases (12 builds for linux, psoc6)
platform target config section fd925e4 2f7205f change % change
linux all-clusters-app debug .got 5384 5368 -16 -0.3
all-clusters-minimal-app debug .got 5344 5328 -16 -0.3
bridge-app debug .got 5312 5296 -16 -0.3
chip-tool debug (read/write) 443544 443512 -32 -0.0
.got 5808 5792 -16 -0.3
chip-tool-ipv6only arm64 (read/write) 505336 505320 -16 -0.0
lighting-app debug+rpc+ui (read/write) 222984 222952 -32 -0.0
.got 5928 5912 -16 -0.3
lock-app debug .got 5264 5248 -16 -0.3
shell debug .got 4112 4096 -16 -0.4
tv-app debug .got 5608 5592 -16 -0.3
tv-casting-app debug .got 5080 5064 -16 -0.3
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837584 837576 -8 -0.0
.heap 837584 837576 -8 -0.0
lock cy8ckit_062s2_43012 (read only) 819240 819232 -8 -0.0
.heap 819240 819232 -8 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section fd925e4 2f7205f change % change
bl602 lighting-app bl602 (read/write) 1388326 1388326 0 0.0
.bss 88168 88168 0 0.0
.data 9368 9368 0 0.0
.text 1064898 1064898 0 0.0
bl602+mfd (read/write) 1401974 1401974 0 0.0
.bss 88336 88336 0 0.0
.data 9344 9344 0 0.0
.text 1079444 1079444 0 0.0
bl602+rpc (read/write) 1435594 1435594 0 0.0
.bss 96200 96200 0 0.0
.data 9744 9744 0 0.0
.text 1096630 1096630 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1192475 1192475 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1546450 1546450 0 0.0
.debug_aranges 138576 138576 0 0.0
.debug_frame 507276 507276 0 0.0
.debug_info 41948690 41948690 0 0.0
.debug_line 5366011 5366011 0 0.0
.debug_loc 3646581 3646581 0 0.0
.debug_ranges 444632 444632 0 0.0
.debug_str 4066076 4066076 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106408 106408 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597181 597181 0 0.0
.symtab 177456 177456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
959808 959808 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1203035 1203035 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1548545 1548545 0 0.0
.debug_aranges 139744 139744 0 0.0
.debug_frame 512348 512348 0 0.0
.debug_info 41989106 41989106 0 0.0
.debug_line 5405367 5405367 0 0.0
.debug_loc 3684998 3684998 0 0.0
.debug_ranges 446704 446704 0 0.0
.debug_str 4071607 4071607 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105348 105348 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600941 600941 0 0.0
.symtab 179216 179216 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
971322 971322 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1291147 1291147 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1727411 1727411 0 0.0
.debug_aranges 147296 147296 0 0.0
.debug_frame 536632 536632 0 0.0
.debug_info 47109578 47109578 0 0.0
.debug_line 5783915 5783915 0 0.0
.debug_loc 3853786 3853786 0 0.0
.debug_ranges 472280 472280 0 0.0
.debug_str 4494661 4494661 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121548 121548 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662145 662145 0 0.0
.symtab 196832 196832 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1033786 1033786 0 0.0
bl706-eth (read/write) 1040707 1040707 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1081860 1081860 0 0.0
.debug_aranges 115496 115496 0 0.0
.debug_frame 426408 426408 0 0.0
.debug_info 22584249 22584249 0 0.0
.debug_line 4296814 4296814 0 0.0
.debug_loc 3155306 3155306 0 0.0
.debug_ranges 381064 381064 0 0.0
.debug_str 3643880 3643880 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 96140 96140 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465153 465153 0 0.0
.symtab 140016 140016 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
784936 784936 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1205938 1205938 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98439 98439 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1174701 1174701 0 0.0
.debug_aranges 119672 119672 0 0.0
.debug_frame 619068 619068 0 0.0
.debug_info 23753186 23753186 0 0.0
.debug_line 4541356 4541356 0 0.0
.debug_loc 3255220 3255220 0 0.0
.debug_ranges 391120 391120 0 0.0
.debug_str 3716171 3716171 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 109268 109268 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505880 505880 0 0.0
.symtab 152880 152880 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
953588 953588 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1155404 1155404 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1540717 1540717 0 0.0
.debug_aranges 133440 133440 0 0.0
.debug_frame 487916 487916 0 0.0
.debug_info 41405741 41405741 0 0.0
.debug_line 5268990 5268990 0 0.0
.debug_loc 3590644 3590644 0 0.0
.debug_ranges 451192 451192 0 0.0
.debug_str 4090665 4090665 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100388 100388 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 598807 598807 0 0.0
.symtab 176896 176896 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942408 942408 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1166260 1166260 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77168 77168 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1542827 1542827 0 0.0
.debug_aranges 134608 134608 0 0.0
.debug_frame 492984 492984 0 0.0
.debug_info 41448200 41448200 0 0.0
.debug_line 5308223 5308223 0 0.0
.debug_loc 3629061 3629061 0 0.0
.debug_ranges 453264 453264 0 0.0
.debug_str 4096186 4096186 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99328 99328 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 602635 602635 0 0.0
.symtab 178688 178688 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
954188 954188 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734587 734843 256 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84223 84287 64 0.1
.text 649976 650168 192 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756131 756395 264 0.0
(read/write) 176692 176696 4 0.0
.bss 99076 99076 0 0.0
.data 3436 3440 4 0.1
.rodata 79863 79863 0 0.0
.text 675876 676140 264 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743619 743899 280 0.0
(read/write) 171172 171176 4 0.0
.bss 93556 93556 0 0.0
.data 3436 3440 4 0.1
.rodata 105951 105951 0 0.0
.text 637276 637556 280 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694651 694651 0 0.0
(read/write) 165536 165536 0 0.0
.bss 87728 87728 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80111 0 0.0
.text 614152 614152 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680323 680323 0 0.0
(read/write) 165676 165676 0 0.0
.bss 87872 87872 0 0.0
.data 3404 3404 0 0.0
.rodata 75943 75943 0 0.0
.text 603992 603992 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617306 617522 216 0.0
(read/write) 206884 206888 4 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200328 200328 0 0.0
.comment 206 206 0 0.0
.data 1436 1440 4 0.3
.debug_abbrev 935435 936372 937 0.1
.debug_aranges 109000 109056 56 0.1
.debug_frame 367320 367528 208 0.1
.debug_info 20543009 20551504 8495 0.0
.debug_line 2655792 2657804 2012 0.1
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1635660 1636901 1241 0.1
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112211 112317 106 0.1
.debug_str 3441583 3442086 503 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515592 515741 149 0.0
.symtab 298448 298512 64 0.0
.text 509020 509236 216 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551839 552015 176 0.0
.app_xip_area 443041 443217 176 0.0
.bss 63768 63768 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537943 538223 280 0.1
.app_xip_area 424353 424625 272 0.1
.bss 68536 68536 0 0.0
.data 688 692 4 0.6
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573639 573639 0 0.0
.app_xip_area 466169 466169 0 0.0
.bss 62512 62512 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549695 549967 272 0.0
.app_xip_area 439137 439409 272 0.1
.bss 65504 65504 0 0.0
.data 684 688 4 0.6
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006420 1007108 688 0.1
.bss 171940 171940 0 0.0
.data 2688 2688 0 0.0
.text 831772 832460 688 0.1
BRD4187C (read/write) 1088756 1088996 240 0.0
.bss 196056 196056 0 0.0
.data 3272 3272 0 0.0
.text 889408 889648 240 0.0
lock-app BRD4161A+wf200 (read/write) 1103644 1103920 276 0.0
.bss 186620 186620 0 0.0
.data 2700 2704 4 0.1
.text 914304 914576 272 0.0
window-app BRD4187C (read/write) 1124056 1124056 0 0.0
.bss 168456 168456 0 0.0
.data 3144 3144 0 0.0
.text 952436 952436 0 0.0
esp32 all-clusters-app c3devkit (read only) 1162194 1162960 766 0.1
(read/write) 1701916 1701916 0 0.0
.dram0.bss 77560 77560 0 0.0
.dram0.data 13060 13068 8 0.1
.flash.rodata 268568 268568 0 0.0
.flash.text 1162194 1162960 766 0.1
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1205147 1205903 756 0.1
(read/write) 551850 551850 0 0.0
.dram0.bss 84216 84216 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299996 299996 0 0.0
.flash.text 1199763 1200519 756 0.1
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 588700 588700 0 0.0
(read/write) 87500 87500 0 0.0
.bss 70744 70744 0 0.0
.data 2132 2132 0 0.0
.text 588164 588164 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683932 683932 0 0.0
.bss 66960 66960 0 0.0
.data 2716 2716 0 0.0
.text 570776 570776 0 0.0
light k32w0+release (read only) 588428 588428 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70440 70440 0 0.0
.data 2120 2120 0 0.0
.text 587892 587892 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775776 775776 0 0.0
.bss 76620 76620 0 0.0
.data 1928 1928 0 0.0
.text 653768 653768 0 0.0
lock k32w0+release (read only) 560164 560164 0 0.0
(read/write) 85020 85020 0 0.0
.bss 68336 68336 0 0.0
.data 2060 2060 0 0.0
.text 559628 559628 0 0.0
linux all-clusters-app debug (read only) 5494417 5500233 5816 0.1
(read/write) 420616 420616 0 0.0
.bss 130384 130384 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 279008 279008 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5368 -16 -0.3
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 335340 335404 64 0.0
.text 4778115 4784083 5968 0.1
all-clusters-minimal-app debug (read only) 4873833 4877409 3576 0.1
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5328 -16 -0.3
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270045 270109 64 0.0
.text 4372675 4376403 3728 0.1
bridge-app debug (read only) 4356577 4359113 2536 0.1
(read/write) 214960 214960 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5296 -16 -0.3
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 218013 218013 0 0.0
.text 3920931 3923683 2752 0.1
chip-tool debug (read only) 10230273 10232025 1752 0.0
(read/write) 443544 443512 -32 -0.0
.bss 93720 93720 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337584 337584 0 0.0
.dynamic 624 624 0 0.0
.got 5808 5792 -16 -0.3
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 385961 385961 0 0.0
.text 9246259 9248227 1968 0.0
chip-tool-ipv6only arm64 (read only) 10102540 10104332 1792 0.0
(read/write) 505336 505320 -16 -0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374144 374144 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314760 314760 0 0.0
.text 9021096 9023080 1984 0.0
lighting-app debug+rpc+ui (read only) 5213585 5217161 3576 0.1
(read/write) 222984 222952 -32 -0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5912 -16 -0.3
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 336116 336180 64 0.0
.text 4634243 4637971 3728 0.1
lock-app debug (read only) 4450177 4455545 5368 0.1
(read/write) 203096 203096 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5248 -16 -0.3
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246557 246557 0 0.0
.text 3994003 3999587 5584 0.1
ota-provider-app debug (read only) 4116129 4117713 1584 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199741 199741 0 0.0
.text 3725827 3727411 1584 0.0
ota-requestor-app debug (read only) 4201561 4203145 1584 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203005 203005 0 0.0
.text 3803667 3805251 1584 0.0
shell debug (read only) 2899977 2907785 7808 0.3
(read/write) 153184 153184 0 0.0
.bss 60904 60904 0 0.0
.data 784 816 32 4.1
.data.rel.ro 85576 85576 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4096 -16 -0.4
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211008 211072 64 0.0
.text 2515506 2523458 7952 0.3
thermostat-no-ble arm64 (read only) 4345284 4346404 1120 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160820 160820 0 0.0
.text 3849848 3850968 1120 0.0
tv-app debug (read only) 5276577 5279257 2680 0.1
(read/write) 350664 350664 0 0.0
.bss 241856 241856 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5592 -16 -0.3
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270797 270797 0 0.0
.text 4761699 4764595 2896 0.1
tv-casting-app debug (read only) 8160769 8162929 2160 0.0
(read/write) 313224 313224 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148080 148080 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5064 -16 -0.3
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 335896 335896 0 0.0
.text 7422467 7424835 2368 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521784 2522104 320 0.0
.bss 219056 219056 0 0.0
.data 5128 5136 8 0.2
.text 1484468 1484788 320 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1227744 1228456 712 0.1
bss 154444 154444 0 0.0
rodata 142772 142772 0 0.0
text 851536 852240 704 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1347328 1348036 708 0.1
bss 140454 140454 0 0.0
rodata 136948 136948 0 0.0
text 779236 779940 704 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160140 1160316 176 0.0
bss 153938 153938 0 0.0
rodata 113728 113728 0 0.0
text 813528 813712 184 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837584 837576 -8 -0.0
(read/write) 1778180 1779068 888 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193228 193228 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 2528 2536 8 0.3
.debug_abbrev 1378125 1379014 889 0.1
.debug_aranges 145704 145760 56 0.0
.debug_frame 483100 483308 208 0.0
.debug_info 32110079 32119510 9431 0.0
.debug_line 4036846 4039284 2438 0.1
.debug_line_str 957 957 0 0.0
.debug_loclists 2318522 2319937 1415 0.1
.debug_rnglists 156114 156259 145 0.1
.debug_str 4195459 4195969 510 0.0
.heap 837584 837576 -8 -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 844417 844681 264 0.0
.symtab 513904 514048 144 0.0
.text 1574036 1574916 880 0.1
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840160 840160 0 0.0
(read/write) 1680660 1680996 336 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 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 2472 2472 0 0.0
.debug_abbrev 1259448 1259448 0 0.0
.debug_aranges 137504 137504 0 0.0
.debug_frame 461528 461528 0 0.0
.debug_info 28460158 28461087 929 0.0
.debug_line 3796956 3797354 398 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2191898 2192072 174 0.0
.debug_rnglists 147681 147720 39 0.0
.debug_str 3997115 3997115 0 0.0
.heap 840160 840160 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 741233 741294 61 0.0
.symtab 474720 474752 32 0.0
.text 1479092 1479428 336 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846496 0 0.0
(read/write) 1607068 1607404 336 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184484 184484 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 2360 2360 0 0.0
.debug_abbrev 1100823 1100823 0 0.0
.debug_aranges 127568 127568 0 0.0
.debug_frame 424460 424460 0 0.0
.debug_info 23590569 23591498 929 0.0
.debug_line 3372269 3372667 398 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2028622 2028796 174 0.0
.debug_rnglists 137233 137272 39 0.0
.debug_str 3804173 3804173 0 0.0
.heap 846496 846496 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 654325 654386 61 0.0
.symtab 436176 436208 32 0.0
.text 1411836 1412172 336 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819240 819232 -8 -0.0
(read/write) 1640052 1640300 248 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211732 211732 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 2368 2376 8 0.3
.debug_abbrev 1092952 1093841 889 0.1
.debug_aranges 126200 126256 56 0.0
.debug_frame 419488 419696 208 0.0
.debug_info 23393003 23401505 8502 0.0
.debug_line 3323022 3325030 2008 0.1
.debug_line_str 933 933 0 0.0
.debug_loclists 2004023 2005264 1241 0.1
.debug_rnglists 135171 135277 106 0.1
.debug_str 3766155 3766665 510 0.0
.heap 819240 819232 -8 -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 627869 628018 149 0.0
.symtab 427760 427824 64 0.0
.text 1417564 1417804 240 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176028 1176028 0 0.0
.bss 100600 100600 0 0.0
.data 744 744 0 0.0
.text 622872 622872 0 0.0
lock-app qpg6105+debug (read/write) 1132692 1132692 0 0.0
.bss 95312 95312 0 0.0
.data 748 748 0 0.0
.text 579532 579532 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 852016 852048 32 0.0
bss 77988 77996 8 0.0
text 603752 603774 22 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1126636 1127412 776 0.1
bss 113148 113148 0 0.0
text 785028 785802 774 0.1
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1071820 1072020 200 0.0
bss 122236 122236 0 0.0
text 743684 743884 200 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 927344 927344 0 0.0
bss 106876 106876 0 0.0
text 640962 640962 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 855376 855408 32 0.0
bss 78112 78120 8 0.0
text 606818 606840 22 0.0
light-switch-app-rpc-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 901056 901448 392 0.0
bss 83060 83068 8 0.0
text 644520 644906 386 0.1
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 978044 978244 200 0.0
bss 109136 109136 0 0.0
text 688198 688398 200 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 911300 911692 392 0.0
bss 78804 78812 8 0.0
text 635964 636350 386 0.1
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 940736 940736 0 0.0
bss 104976 104976 0 0.0
text 656782 656782 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 859252 859284 32 0.0
bss 78220 78228 8 0.0
text 611024 611046 22 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 800112 800144 32 0.0
bss 66240 66248 8 0.0
text 578060 578082 22 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 815776 815808 32 0.0
bss 66644 66652 8 0.0
text 588640 588662 22 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 704848 704848 0 0.0
bss 86424 86424 0 0.0
text 461976 461976 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 857240 857800 560 0.1
bss 78196 78204 8 0.0
text 609610 610164 554 0.1
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 843064 843088 24 0.0
bss 77924 77932 8 0.0
text 597558 597580 22 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 821164 821196 32 0.0
bss 66528 66536 8 0.0
text 593384 593406 22 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 818620 818652 32 0.0
bss 66880 66888 8 0.0
text 590432 590454 22 0.0

@github-actions
Copy link

github-actions bot commented Oct 12, 2023

PR #29706: Size comparison from fd925e4 to 3ad5017

Increases above 0.2%:

platform target config section fd925e4 3ad5017 change % change
cc32xx lock CC3235SF_LAUNCHXL .data 1436 1440 4 0.3
cyw30739 lock cyw930739m2evb_01 .data 688 692 4 0.6
switch cyw930739m2evb_01 .data 684 688 4 0.6
linux shell debug (read only) 2899977 2907785 7808 0.3
.data 784 816 32 4.1
.text 2515506 2523458 7952 0.3
psoc6 all-clusters cy8ckit_062s2_43012 .data 2528 2536 8 0.3
lock cy8ckit_062s2_43012 .data 2368 2376 8 0.3
telink air-quality-sensor-app tlsr9528a (read/write) 852016 856144 4128 0.5
all-clusters-app tlsr9518adk80d (read/write) 1126636 1131508 4872 0.4
all-clusters-minimal-app tlsr9528a (read/write) 1071820 1076116 4296 0.4
bridge-app tlsr9518adk80d (read/write) 927344 931440 4096 0.4
contact-sensor-app tlsr9528a (read/write) 855376 859504 4128 0.5
light-switch-app-rpc-shell-factory-data tlsr9528a (read/write) 901056 905544 4488 0.5
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read/write) 978044 982340 4296 0.4
lock-app tlsr9528a (read/write) 911300 915788 4488 0.5
ota-requestor-app tlsr9518adk80d (read/write) 940736 944876 4140 0.4
pump-app tlsr9528a (read/write) 859252 863380 4128 0.5
pump-controller-app tlsr9518adk80d (read/write) 800112 804240 4128 0.5
resource-monitoring-app tlsr9518adk80d (read/write) 815776 819904 4128 0.5
shell tlsr9518adk80d (read/write) 704848 708944 4096 0.6
smoke_co_alarm-app tlsr9528a (read/write) 857240 861896 4656 0.5
temperature-measurement-app tlsr9528a (read/write) 843064 847184 4120 0.5
thermostat tlsr9518adk80d (read/write) 821164 825292 4128 0.5
window-covering tlsr9518adk80d (read/write) 818620 822748 4128 0.5
Increases (50 builds for cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6, telink)
platform target config section fd925e4 3ad5017 change % change
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734587 734843 256 0.0
.rodata 84223 84287 64 0.1
.text 649976 650168 192 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756131 756395 264 0.0
(read/write) 176692 176696 4 0.0
.data 3436 3440 4 0.1
.text 675876 676140 264 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743619 743899 280 0.0
(read/write) 171172 171176 4 0.0
.data 3436 3440 4 0.1
.text 637276 637556 280 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 617306 617522 216 0.0
(read/write) 206884 206888 4 0.0
.data 1436 1440 4 0.3
.debug_abbrev 935435 936372 937 0.1
.debug_aranges 109000 109056 56 0.1
.debug_frame 367320 367528 208 0.1
.debug_info 20543009 20551504 8495 0.0
.debug_line 2655792 2657804 2012 0.1
.debug_loclists 1635660 1636901 1241 0.1
.debug_rnglists 112211 112317 106 0.1
.debug_str 3441583 3442086 503 0.0
.strtab 515592 515741 149 0.0
.symtab 298448 298512 64 0.0
.text 509020 509236 216 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551839 552015 176 0.0
.app_xip_area 443041 443217 176 0.0
lock cyw930739m2evb_01 (read/write) 537943 538223 280 0.1
.app_xip_area 424353 424625 272 0.1
.data 688 692 4 0.6
switch cyw930739m2evb_01 (read/write) 549695 549967 272 0.0
.app_xip_area 439137 439409 272 0.1
.data 684 688 4 0.6
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006420 1007188 768 0.1
.text 831772 832540 768 0.1
BRD4187C (read/write) 1088756 1088996 240 0.0
.text 889408 889648 240 0.0
lock-app BRD4161A+wf200 (read/write) 1103644 1103920 276 0.0
.data 2700 2704 4 0.1
.text 914304 914576 272 0.0
esp32 all-clusters-app c3devkit (read only) 1162194 1162960 766 0.1
.dram0.data 13060 13068 8 0.1
.flash.text 1162194 1162960 766 0.1
m5stack (read only) 1205147 1205903 756 0.1
.flash.text 1199763 1200519 756 0.1
linux all-clusters-app debug (read only) 5494417 5500233 5816 0.1
.rodata 335340 335404 64 0.0
.text 4778115 4784083 5968 0.1
all-clusters-minimal-app debug (read only) 4873833 4877409 3576 0.1
.rodata 270045 270109 64 0.0
.text 4372675 4376403 3728 0.1
bridge-app debug (read only) 4356577 4359113 2536 0.1
.text 3920931 3923683 2752 0.1
chip-tool debug (read only) 10230273 10232025 1752 0.0
.text 9246259 9248227 1968 0.0
chip-tool-ipv6only arm64 (read only) 10102540 10104332 1792 0.0
.text 9021096 9023080 1984 0.0
lighting-app debug+rpc+ui (read only) 5213585 5217161 3576 0.1
.rodata 336116 336180 64 0.0
.text 4634243 4637971 3728 0.1
lock-app debug (read only) 4450177 4455545 5368 0.1
.text 3994003 3999587 5584 0.1
ota-provider-app debug (read only) 4116129 4117713 1584 0.0
.text 3725827 3727411 1584 0.0
ota-requestor-app debug (read only) 4201561 4203145 1584 0.0
.text 3803667 3805251 1584 0.0
shell debug (read only) 2899977 2907785 7808 0.3
.data 784 816 32 4.1
.rodata 211008 211072 64 0.0
.text 2515506 2523458 7952 0.3
thermostat-no-ble arm64 (read only) 4345284 4346404 1120 0.0
.text 3849848 3850968 1120 0.0
tv-app debug (read only) 5276577 5279257 2680 0.1
.text 4761699 4764595 2896 0.1
tv-casting-app debug (read only) 8160769 8162929 2160 0.0
.text 7422467 7424835 2368 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2521784 2522104 320 0.0
.data 5128 5136 8 0.2
.text 1484468 1484788 320 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1227744 1228456 712 0.1
text 851536 852240 704 0.1
nrf7002dk_nrf5340_cpuapp (read/write) 1347328 1348036 708 0.1
text 779236 779940 704 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160140 1160316 176 0.0
text 813528 813712 184 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1778180 1779068 888 0.0
.data 2528 2536 8 0.3
.debug_abbrev 1378125 1379014 889 0.1
.debug_aranges 145704 145760 56 0.0
.debug_frame 483100 483308 208 0.0
.debug_info 32110079 32119510 9431 0.0
.debug_line 4036846 4039284 2438 0.1
.debug_loclists 2318522 2319937 1415 0.1
.debug_rnglists 156114 156259 145 0.1
.debug_str 4195459 4195969 510 0.0
.strtab 844417 844681 264 0.0
.symtab 513904 514048 144 0.0
.text 1574036 1574916 880 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1680660 1680996 336 0.0
.debug_info 28460158 28461087 929 0.0
.debug_line 3796956 3797354 398 0.0
.debug_loclists 2191898 2192072 174 0.0
.debug_rnglists 147681 147720 39 0.0
.strtab 741233 741294 61 0.0
.symtab 474720 474752 32 0.0
.text 1479092 1479428 336 0.0
light cy8ckit_062s2_43012 (read/write) 1607068 1607404 336 0.0
.debug_info 23590569 23591498 929 0.0
.debug_line 3372269 3372667 398 0.0
.debug_loclists 2028622 2028796 174 0.0
.debug_rnglists 137233 137272 39 0.0
.strtab 654325 654386 61 0.0
.symtab 436176 436208 32 0.0
.text 1411836 1412172 336 0.0
lock cy8ckit_062s2_43012 (read/write) 1640052 1640300 248 0.0
.data 2368 2376 8 0.3
.debug_abbrev 1092952 1093841 889 0.1
.debug_aranges 126200 126256 56 0.0
.debug_frame 419488 419696 208 0.0
.debug_info 23393003 23401505 8502 0.0
.debug_line 3323022 3325030 2008 0.1
.debug_loclists 2004023 2005264 1241 0.1
.debug_rnglists 135171 135277 106 0.1
.debug_str 3766155 3766665 510 0.0
.strtab 627869 628018 149 0.0
.symtab 427760 427824 64 0.0
.text 1417564 1417804 240 0.0
telink air-quality-sensor-app tlsr9528a (read/write) 852016 856144 4128 0.5
bss 77988 77996 8 0.0
text 603752 603774 22 0.0
all-clusters-app tlsr9518adk80d (read/write) 1126636 1131508 4872 0.4
text 785028 785802 774 0.1
all-clusters-minimal-app tlsr9528a (read/write) 1071820 1076116 4296 0.4
text 743684 743884 200 0.0
bridge-app tlsr9518adk80d (read/write) 927344 931440 4096 0.4
contact-sensor-app tlsr9528a (read/write) 855376 859504 4128 0.5
bss 78112 78120 8 0.0
text 606818 606840 22 0.0
light-switch-app-rpc-shell-factory-data tlsr9528a (read/write) 901056 905544 4488 0.5
bss 83060 83068 8 0.0
text 644520 644906 386 0.1
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read/write) 978044 982340 4296 0.4
text 688198 688398 200 0.0
lock-app tlsr9528a (read/write) 911300 915788 4488 0.5
bss 78804 78812 8 0.0
text 635964 636350 386 0.1
ota-requestor-app tlsr9518adk80d (read/write) 940736 944876 4140 0.4
text 656782 656802 20 0.0
pump-app tlsr9528a (read/write) 859252 863380 4128 0.5
bss 78220 78228 8 0.0
text 611024 611046 22 0.0
pump-controller-app tlsr9518adk80d (read/write) 800112 804240 4128 0.5
bss 66240 66248 8 0.0
text 578060 578082 22 0.0
resource-monitoring-app tlsr9518adk80d (read/write) 815776 819904 4128 0.5
bss 66644 66652 8 0.0
text 588640 588662 22 0.0
shell tlsr9518adk80d (read/write) 704848 708944 4096 0.6
smoke_co_alarm-app tlsr9528a (read/write) 857240 861896 4656 0.5
bss 78196 78204 8 0.0
text 609610 610164 554 0.1
temperature-measurement-app tlsr9528a (read/write) 843064 847184 4120 0.5
bss 77924 77932 8 0.0
text 597558 597580 22 0.0
thermostat tlsr9518adk80d (read/write) 821164 825292 4128 0.5
bss 66528 66536 8 0.0
text 593384 593406 22 0.0
window-covering tlsr9518adk80d (read/write) 818620 822748 4128 0.5
bss 66880 66888 8 0.0
text 590432 590454 22 0.0
Decreases (13 builds for bl702, linux, psoc6)
platform target config section fd925e4 3ad5017 change % change
bl702 lighting-app bl702+rpc (read/write) 1291147 1291143 -4 -0.0
.text 1033786 1033784 -2 -0.0
linux all-clusters-app debug .got 5384 5368 -16 -0.3
all-clusters-minimal-app debug .got 5344 5328 -16 -0.3
bridge-app debug .got 5312 5296 -16 -0.3
chip-tool debug (read/write) 443544 443512 -32 -0.0
.got 5808 5792 -16 -0.3
chip-tool-ipv6only arm64 (read/write) 505336 505320 -16 -0.0
lighting-app debug+rpc+ui (read/write) 222984 222952 -32 -0.0
.got 5928 5912 -16 -0.3
lock-app debug .got 5264 5248 -16 -0.3
shell debug .got 4112 4096 -16 -0.4
tv-app debug .got 5608 5592 -16 -0.3
tv-casting-app debug .got 5080 5064 -16 -0.3
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837584 837576 -8 -0.0
.heap 837584 837576 -8 -0.0
lock cy8ckit_062s2_43012 (read only) 819240 819232 -8 -0.0
.heap 819240 819232 -8 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section fd925e4 3ad5017 change % change
bl602 lighting-app bl602 (read/write) 1388326 1388326 0 0.0
.bss 88168 88168 0 0.0
.data 9368 9368 0 0.0
.text 1064898 1064898 0 0.0
bl602+mfd (read/write) 1401974 1401974 0 0.0
.bss 88336 88336 0 0.0
.data 9344 9344 0 0.0
.text 1079444 1079444 0 0.0
bl602+rpc (read/write) 1435594 1435594 0 0.0
.bss 96200 96200 0 0.0
.data 9744 9744 0 0.0
.text 1096630 1096630 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1192475 1192475 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1546450 1546450 0 0.0
.debug_aranges 138576 138576 0 0.0
.debug_frame 507276 507276 0 0.0
.debug_info 41948690 41948690 0 0.0
.debug_line 5366011 5366011 0 0.0
.debug_loc 3646581 3646581 0 0.0
.debug_ranges 444632 444632 0 0.0
.debug_str 4066076 4066076 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106408 106408 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597181 597181 0 0.0
.symtab 177456 177456 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
959808 959808 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1203035 1203035 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1548545 1548545 0 0.0
.debug_aranges 139744 139744 0 0.0
.debug_frame 512348 512348 0 0.0
.debug_info 41989106 41989106 0 0.0
.debug_line 5405367 5405367 0 0.0
.debug_loc 3684998 3684998 0 0.0
.debug_ranges 446704 446704 0 0.0
.debug_str 4071607 4071607 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105348 105348 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600941 600941 0 0.0
.symtab 179216 179216 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
971322 971322 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1291147 1291143 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1727411 1727411 0 0.0
.debug_aranges 147296 147296 0 0.0
.debug_frame 536632 536632 0 0.0
.debug_info 47109578 47109578 0 0.0
.debug_line 5783915 5783915 0 0.0
.debug_loc 3853786 3853786 0 0.0
.debug_ranges 472280 472280 0 0.0
.debug_str 4494661 4494661 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121548 121548 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662145 662145 0 0.0
.symtab 196832 196832 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1033786 1033784 -2 -0.0
bl706-eth (read/write) 1040707 1040707 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1081860 1081860 0 0.0
.debug_aranges 115496 115496 0 0.0
.debug_frame 426408 426408 0 0.0
.debug_info 22584249 22584249 0 0.0
.debug_line 4296814 4296814 0 0.0
.debug_loc 3155306 3155306 0 0.0
.debug_ranges 381064 381064 0 0.0
.debug_str 3643880 3643880 0 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 96140 96140 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465153 465153 0 0.0
.symtab 140016 140016 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
784936 784936 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1205938 1205938 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98439 98439 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1174701 1174701 0 0.0
.debug_aranges 119672 119672 0 0.0
.debug_frame 619068 619068 0 0.0
.debug_info 23753186 23753186 0 0.0
.debug_line 4541356 4541356 0 0.0
.debug_loc 3255220 3255220 0 0.0
.debug_ranges 391120 391120 0 0.0
.debug_str 3716171 3716171 0 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 109268 109268 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505880 505880 0 0.0
.symtab 152880 152880 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
953588 953588 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1155404 1155404 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1540717 1540717 0 0.0
.debug_aranges 133440 133440 0 0.0
.debug_frame 487916 487916 0 0.0
.debug_info 41405741 41405741 0 0.0
.debug_line 5268990 5268990 0 0.0
.debug_loc 3590644 3590644 0 0.0
.debug_ranges 451192 451192 0 0.0
.debug_str 4090665 4090665 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100388 100388 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 598807 598807 0 0.0
.symtab 176896 176896 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
942408 942408 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1166260 1166260 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77168 77168 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1542827 1542827 0 0.0
.debug_aranges 134608 134608 0 0.0
.debug_frame 492984 492984 0 0.0
.debug_info 41448200 41448200 0 0.0
.debug_line 5308223 5308223 0 0.0
.debug_loc 3629061 3629061 0 0.0
.debug_ranges 453264 453264 0 0.0
.debug_str 4096186 4096186 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99328 99328 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 602635 602635 0 0.0
.symtab 178688 178688 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
954188 954188 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734587 734843 256 0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84223 84287 64 0.1
.text 649976 650168 192 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756131 756395 264 0.0
(read/write) 176692 176696 4 0.0
.bss 99076 99076 0 0.0
.data 3436 3440 4 0.1
.rodata 79863 79863 0 0.0
.text 675876 676140 264 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743619 743899 280 0.0
(read/write) 171172 171176 4 0.0
.bss 93556 93556 0 0.0
.data 3436 3440 4 0.1
.rodata 105951 105951 0 0.0
.text 637276 637556 280 0.0
pump-app LP_EM_CC1354P10_6 (read only) 694651 694651 0 0.0
(read/write) 165536 165536 0 0.0
.bss 87728 87728 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80111 0 0.0
.text 614152 614152 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680323 680323 0 0.0
(read/write) 165676 165676 0 0.0
.bss 87872 87872 0 0.0
.data 3404 3404 0 0.0
.rodata 75943 75943 0 0.0
.text 603992 603992 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617306 617522 216 0.0
(read/write) 206884 206888 4 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200328 200328 0 0.0
.comment 206 206 0 0.0
.data 1436 1440 4 0.3
.debug_abbrev 935435 936372 937 0.1
.debug_aranges 109000 109056 56 0.1
.debug_frame 367320 367528 208 0.1
.debug_info 20543009 20551504 8495 0.0
.debug_line 2655792 2657804 2012 0.1
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1635660 1636901 1241 0.1
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112211 112317 106 0.1
.debug_str 3441583 3442086 503 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515592 515741 149 0.0
.symtab 298448 298512 64 0.0
.text 509020 509236 216 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551839 552015 176 0.0
.app_xip_area 443041 443217 176 0.0
.bss 63768 63768 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537943 538223 280 0.1
.app_xip_area 424353 424625 272 0.1
.bss 68536 68536 0 0.0
.data 688 692 4 0.6
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573639 573639 0 0.0
.app_xip_area 466169 466169 0 0.0
.bss 62512 62512 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549695 549967 272 0.0
.app_xip_area 439137 439409 272 0.1
.bss 65504 65504 0 0.0
.data 684 688 4 0.6
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006420 1007188 768 0.1
.bss 171940 171940 0 0.0
.data 2688 2688 0 0.0
.text 831772 832540 768 0.1
BRD4187C (read/write) 1088756 1088996 240 0.0
.bss 196056 196056 0 0.0
.data 3272 3272 0 0.0
.text 889408 889648 240 0.0
lock-app BRD4161A+wf200 (read/write) 1103644 1103920 276 0.0
.bss 186620 186620 0 0.0
.data 2700 2704 4 0.1
.text 914304 914576 272 0.0
window-app BRD4187C (read/write) 1124056 1124056 0 0.0
.bss 168456 168456 0 0.0
.data 3144 3144 0 0.0
.text 952436 952436 0 0.0
esp32 all-clusters-app c3devkit (read only) 1162194 1162960 766 0.1
(read/write) 1701916 1701916 0 0.0
.dram0.bss 77560 77560 0 0.0
.dram0.data 13060 13068 8 0.1
.flash.rodata 268568 268568 0 0.0
.flash.text 1162194 1162960 766 0.1
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1205147 1205903 756 0.1
(read/write) 551850 551850 0 0.0
.dram0.bss 84216 84216 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299996 299996 0 0.0
.flash.text 1199763 1200519 756 0.1
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 588700 588700 0 0.0
(read/write) 87500 87500 0 0.0
.bss 70744 70744 0 0.0
.data 2132 2132 0 0.0
.text 588164 588164 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683932 683932 0 0.0
.bss 66960 66960 0 0.0
.data 2716 2716 0 0.0
.text 570776 570776 0 0.0
light k32w0+release (read only) 588428 588428 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70440 70440 0 0.0
.data 2120 2120 0 0.0
.text 587892 587892 0 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775776 775776 0 0.0
.bss 76620 76620 0 0.0
.data 1928 1928 0 0.0
.text 653768 653768 0 0.0
lock k32w0+release (read only) 560164 560164 0 0.0
(read/write) 85020 85020 0 0.0
.bss 68336 68336 0 0.0
.data 2060 2060 0 0.0
.text 559628 559628 0 0.0
linux all-clusters-app debug (read only) 5494417 5500233 5816 0.1
(read/write) 420616 420616 0 0.0
.bss 130384 130384 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 279008 279008 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5368 -16 -0.3
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 335340 335404 64 0.0
.text 4778115 4784083 5968 0.1
all-clusters-minimal-app debug (read only) 4873833 4877409 3576 0.1
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5328 -16 -0.3
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270045 270109 64 0.0
.text 4372675 4376403 3728 0.1
bridge-app debug (read only) 4356577 4359113 2536 0.1
(read/write) 214960 214960 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5296 -16 -0.3
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 218013 218013 0 0.0
.text 3920931 3923683 2752 0.1
chip-tool debug (read only) 10230273 10232025 1752 0.0
(read/write) 443544 443512 -32 -0.0
.bss 93720 93720 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337584 337584 0 0.0
.dynamic 624 624 0 0.0
.got 5808 5792 -16 -0.3
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 385961 385961 0 0.0
.text 9246259 9248227 1968 0.0
chip-tool-ipv6only arm64 (read only) 10102540 10104332 1792 0.0
(read/write) 505336 505320 -16 -0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374144 374144 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314760 314760 0 0.0
.text 9021096 9023080 1984 0.0
lighting-app debug+rpc+ui (read only) 5213585 5217161 3576 0.1
(read/write) 222984 222952 -32 -0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5912 -16 -0.3
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 336116 336180 64 0.0
.text 4634243 4637971 3728 0.1
lock-app debug (read only) 4450177 4455545 5368 0.1
(read/write) 203096 203096 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5248 -16 -0.3
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246557 246557 0 0.0
.text 3994003 3999587 5584 0.1
ota-provider-app debug (read only) 4116129 4117713 1584 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199741 199741 0 0.0
.text 3725827 3727411 1584 0.0
ota-requestor-app debug (read only) 4201561 4203145 1584 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203005 203005 0 0.0
.text 3803667 3805251 1584 0.0
shell debug (read only) 2899977 2907785 7808 0.3
(read/write) 153184 153184 0 0.0
.bss 60904 60904 0 0.0
.data 784 816 32 4.1
.data.rel.ro 85576 85576 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4096 -16 -0.4
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211008 211072 64 0.0
.text 2515506 2523458 7952 0.3
thermostat-no-ble arm64 (read only) 4345284 4346404 1120 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160820 160820 0 0.0
.text 3849848 3850968 1120 0.0
tv-app debug (read only) 5276577 5279257 2680 0.1
(read/write) 350664 350664 0 0.0
.bss 241856 241856 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5592 -16 -0.3
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270797 270797 0 0.0
.text 4761699 4764595 2896 0.1
tv-casting-app debug (read only) 8160769 8162929 2160 0.0
(read/write) 313224 313224 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148080 148080 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5064 -16 -0.3
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 335896 335896 0 0.0
.text 7422467 7424835 2368 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521784 2522104 320 0.0
.bss 219056 219056 0 0.0
.data 5128 5136 8 0.2
.text 1484468 1484788 320 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1227744 1228456 712 0.1
bss 154444 154444 0 0.0
rodata 142772 142772 0 0.0
text 851536 852240 704 0.1
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1347328 1348036 708 0.1
bss 140454 140454 0 0.0
rodata 136948 136948 0 0.0
text 779236 779940 704 0.1
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160140 1160316 176 0.0
bss 153938 153938 0 0.0
rodata 113728 113728 0 0.0
text 813528 813712 184 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837584 837576 -8 -0.0
(read/write) 1778180 1779068 888 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193228 193228 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 2528 2536 8 0.3
.debug_abbrev 1378125 1379014 889 0.1
.debug_aranges 145704 145760 56 0.0
.debug_frame 483100 483308 208 0.0
.debug_info 32110079 32119510 9431 0.0
.debug_line 4036846 4039284 2438 0.1
.debug_line_str 957 957 0 0.0
.debug_loclists 2318522 2319937 1415 0.1
.debug_rnglists 156114 156259 145 0.1
.debug_str 4195459 4195969 510 0.0
.heap 837584 837576 -8 -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 844417 844681 264 0.0
.symtab 513904 514048 144 0.0
.text 1574036 1574916 880 0.1
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840160 840160 0 0.0
(read/write) 1680660 1680996 336 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 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 2472 2472 0 0.0
.debug_abbrev 1259448 1259448 0 0.0
.debug_aranges 137504 137504 0 0.0
.debug_frame 461528 461528 0 0.0
.debug_info 28460158 28461087 929 0.0
.debug_line 3796956 3797354 398 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2191898 2192072 174 0.0
.debug_rnglists 147681 147720 39 0.0
.debug_str 3997115 3997115 0 0.0
.heap 840160 840160 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 741233 741294 61 0.0
.symtab 474720 474752 32 0.0
.text 1479092 1479428 336 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846496 0 0.0
(read/write) 1607068 1607404 336 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184484 184484 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 2360 2360 0 0.0
.debug_abbrev 1100823 1100823 0 0.0
.debug_aranges 127568 127568 0 0.0
.debug_frame 424460 424460 0 0.0
.debug_info 23590569 23591498 929 0.0
.debug_line 3372269 3372667 398 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2028622 2028796 174 0.0
.debug_rnglists 137233 137272 39 0.0
.debug_str 3804173 3804173 0 0.0
.heap 846496 846496 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 654325 654386 61 0.0
.symtab 436176 436208 32 0.0
.text 1411836 1412172 336 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819240 819232 -8 -0.0
(read/write) 1640052 1640300 248 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211732 211732 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 2368 2376 8 0.3
.debug_abbrev 1092952 1093841 889 0.1
.debug_aranges 126200 126256 56 0.0
.debug_frame 419488 419696 208 0.0
.debug_info 23393003 23401505 8502 0.0
.debug_line 3323022 3325030 2008 0.1
.debug_line_str 933 933 0 0.0
.debug_loclists 2004023 2005264 1241 0.1
.debug_rnglists 135171 135277 106 0.1
.debug_str 3766155 3766665 510 0.0
.heap 819240 819232 -8 -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 627869 628018 149 0.0
.symtab 427760 427824 64 0.0
.text 1417564 1417804 240 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176028 1176028 0 0.0
.bss 100600 100600 0 0.0
.data 744 744 0 0.0
.text 622872 622872 0 0.0
lock-app qpg6105+debug (read/write) 1132692 1132692 0 0.0
.bss 95312 95312 0 0.0
.data 748 748 0 0.0
.text 579532 579532 0 0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 852016 856144 4128 0.5
bss 77988 77996 8 0.0
text 603752 603774 22 0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1126636 1131508 4872 0.4
bss 113148 113148 0 0.0
text 785028 785802 774 0.1
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1071820 1076116 4296 0.4
bss 122236 122236 0 0.0
text 743684 743884 200 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 927344 931440 4096 0.4
bss 106876 106876 0 0.0
text 640962 640962 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 855376 859504 4128 0.5
bss 78112 78120 8 0.0
text 606818 606840 22 0.0
light-switch-app-rpc-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 901056 905544 4488 0.5
bss 83060 83068 8 0.0
text 644520 644906 386 0.1
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 978044 982340 4296 0.4
bss 109136 109136 0 0.0
text 688198 688398 200 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 911300 915788 4488 0.5
bss 78804 78812 8 0.0
text 635964 636350 386 0.1
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 940736 944876 4140 0.4
bss 104976 104976 0 0.0
text 656782 656802 20 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 859252 863380 4128 0.5
bss 78220 78228 8 0.0
text 611024 611046 22 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 800112 804240 4128 0.5
bss 66240 66248 8 0.0
text 578060 578082 22 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 815776 819904 4128 0.5
bss 66644 66652 8 0.0
text 588640 588662 22 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 704848 708944 4096 0.6
bss 86424 86424 0 0.0
text 461976 461976 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 857240 861896 4656 0.5
bss 78196 78204 8 0.0
text 609610 610164 554 0.1
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 843064 847184 4120 0.5
bss 77924 77932 8 0.0
text 597558 597580 22 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 821164 825292 4128 0.5
bss 66528 66536 8 0.0
text 593384 593406 22 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 818620 822748 4128 0.5
bss 66880 66888 8 0.0
text 590432 590454 22 0.0

@mergify mergify bot merged commit 47836d2 into project-chip:master Oct 12, 2023
56 checks passed
HunsupJung pushed a commit to HunsupJung/connectedhomeip that referenced this pull request Oct 23, 2023
* Replace bitmaps and enums

* Replace all the rest

* Zap regen

* Replace Percent with percent in yaml tests

* Regenerate zap

* More type updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
app controller examples review - approved skip-protocol-compatibility Marker that protocol backwards compatibility checks are to be skipped tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants