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

Bugfix using CHIP_CONFIG_SECURITY_TEST_MODE will not allow to build. #28638

Merged
merged 4 commits into from
Aug 15, 2023

Conversation

Sarthak-Shaha
Copy link
Contributor

  1. Issue : When enabled the CHIP_CONFIG_SECURITY_TEST_MODE created a call for otThreadGetNetworkKey API. The API call fails due to wrong number of arguments
  2. Modified the API call otThreadGetNetworkKey() to return the otKey as an argument out. Following the declaration
    void otThreadGetNetworkKey(otInstance *aInstance, otNetworkKey *aNetworkKey);

@CLAassistant
Copy link

CLAassistant commented Aug 10, 2023

CLA assistant check
All committers have signed the CLA.

@github-actions
Copy link

github-actions bot commented Aug 10, 2023

PR #28638: Size comparison from 7353fd6 to 1eaa662

Increases (1 build for bl702l)
platform target config section 7353fd6 1eaa662 change % change
bl702l lighting-app bl702l (read/write) 1153720 1153724 4 0.0
.debug_info 41508792 41508793 1 0.0
.text 943740 943742 2 0.0
Decreases (5 builds for bl602, bl702, cc32xx, nrfconnect)
platform target config section 7353fd6 1eaa662 change % change
bl602 lighting-app bl602 (read/write) 1365090 1365082 -8 -0.0
.text 1057842 1057840 -2 -0.0
bl702 lighting-app bl702 (read/write) 1168115 1168111 -4 -0.0
.debug_info 41507684 41507683 -1 -0.0
.text 954990 954988 -2 -0.0
bl702+rpc .debug_info 46402384 46402383 -1 -0.0
.text 1029676 1029674 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19421693 19421691 -2 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 772100 772096 -4 -0.0
Full report (12 builds for bl602, bl702, bl702l, cc32xx, mbed, nrfconnect, qpg)
platform target config section 7353fd6 1eaa662 change % change
bl602 lighting-app bl602 (read/write) 1365090 1365082 -8 -0.0
.bss 73622 73622 0 0.0
.data 9560 9560 0 0.0
.text 1057842 1057840 -2 -0.0
bl602+rpc (read/write) 1412550 1412550 0 0.0
.bss 81662 81662 0 0.0
.data 9952 9952 0 0.0
.text 1089774 1089774 0 0.0
bl702 lighting-app bl702 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1168115 1168111 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41285 41285 0 0.0
.bss_psram 43424 43424 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1567425 1567425 0 0.0
.debug_aranges 140400 140400 0 0.0
.debug_frame 516636 516636 0 0.0
.debug_info 41507684 41507683 -1 -0.0
.debug_line 5484885 5484885 0 0.0
.debug_loc 3565126 3565126 0 0.0
.debug_ranges 384504 384504 0 0.0
.debug_str 4012456 4012456 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107196 107196 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 589680 589680 0 0.0
.symtab 175808 175808 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 954990 954988 -2 -0.0
bl702+rpc 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1267051 1267051 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49749 49749 0 0.0
.bss_psram 43424 43424 0 0.0
.comment 48 48 0 0.0
.data 4104 4104 0 0.0
.debug_abbrev 1744555 1744555 0 0.0
.debug_aranges 148944 148944 0 0.0
.debug_frame 545540 545540 0 0.0
.debug_info 46402384 46402383 -1 -0.0
.debug_line 5897407 5897407 0 0.0
.debug_loc 3771282 3771282 0 0.0
.debug_ranges 410256 410256 0 0.0
.debug_str 4432321 4432321 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121848 121848 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 652643 652643 0 0.0
.symtab 194736 194736 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 1029676 1029674 -2 -0.0
bl702l lighting-app bl702l 0 0 0 0.0
(read only) 278 278 0 0.0
(read/write) 1153720 1153724 4 0.0
.boot2 292 292 0 0.0
.bss 15988 15988 0 0.0
.bss_psram 77840 77840 0 0.0
.comment 48 48 0 0.0
.data 4528 4528 0 0.0
.debug_abbrev 1569644 1569644 0 0.0
.debug_aranges 134904 134904 0 0.0
.debug_frame 496324 496324 0 0.0
.debug_info 41508792 41508793 1 0.0
.debug_line 5400579 5400579 0 0.0
.debug_loc 3501265 3501265 0 0.0
.debug_ranges 389712 389712 0 0.0
.debug_str 4024925 4024925 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 101080 101080 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 589895 589895 0 0.0
.symtab 175360 175360 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 943740 943742 2 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 615906 615906 0 0.0
(read/write) 207744 207744 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201184 201184 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 962032 962032 0 0.0
.debug_aranges 109056 109056 0 0.0
.debug_frame 369852 369852 0 0.0
.debug_info 19421693 19421691 -2 -0.0
.debug_line 2814036 2814036 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1597077 1597077 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 100566 100566 0 0.0
.debug_str 3427071 3427071 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106458 106458 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 496459 496459 0 0.0
.symtab 293440 293440 0 0.0
.text 507328 507328 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522440 2522440 0 0.0
.bss 219904 219904 0 0.0
.data 5128 5128 0 0.0
.text 1485124 1485124 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1220332 1220332 0 0.0
bss 154612 154612 0 0.0
rodata 141696 141696 0 0.0
text 845072 845072 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1338544 1338544 0 0.0
bss 140070 140070 0 0.0
rodata 135688 135688 0 0.0
text 772100 772096 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1157248 1157248 0 0.0
bss 154791 154791 0 0.0
rodata 113036 113036 0 0.0
text 810436 810436 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178348 1178348 0 0.0
.bss 101176 101176 0 0.0
.data 744 744 0 0.0
.text 625192 625192 0 0.0
lock-app qpg6105+debug (read/write) 1135420 1135420 0 0.0
.bss 95896 95896 0 0.0
.data 748 748 0 0.0
.text 582260 582260 0 0.0

@github-actions
Copy link

github-actions bot commented Aug 10, 2023

PR #28638: Size comparison from 95e3d94 to 4ca6226

Increases (10 builds for bl602, bl702, psoc6, telink)
platform target config section 95e3d94 4ca6226 change % change
bl602 lighting-app bl602 (read/write) 1365082 1365090 8 0.0
.text 1057840 1057842 2 0.0
bl602+rpc .text 1089772 1089776 4 0.0
bl702 lighting-app bl702 .debug_info 41507684 41507685 1 0.0
.text 954990 954992 2 0.0
bl702+rpc (read/write) 1267047 1267051 4 0.0
.debug_info 46402382 46402384 2 0.0
.text 1029672 1029676 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 30260942 30260943 1 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 27228964 27228966 2 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1072260 1072268 8 0.0
text 730712 730716 4 0.0
all-clusters-minimal-app tlsr9518adk80d text 670086 670088 2 0.0
lock-app tlsr9518adk80d text 621400 621404 4 0.0
pump-app tlsr9518adk80d text 596332 596334 2 0.0
Decreases (6 builds for efr32, esp32, telink)
platform target config section 95e3d94 4ca6226 change % change
efr32 lighting-app BRD4187C (read/write) 1036948 1036940 -8 -0.0
.text 869572 869564 -8 -0.0
esp32 all-clusters-app c3devkit (read only) 1151284 1151282 -2 -0.0
.flash.text 1151284 1151282 -2 -0.0
telink lighting-app tlsr9518adk80d (read/write) 983040 983032 -8 -0.0
text 686094 686092 -2 -0.0
temperature-measurement-app tlsr9518adk80d (read/write) 865500 865492 -8 -0.0
text 582442 582440 -2 -0.0
thermostat tlsr9518adk80d (read/write) 911332 911324 -8 -0.0
text 621770 621768 -2 -0.0
window-covering tlsr9518adk80d (read/write) 907120 907112 -8 -0.0
text 617078 617076 -2 -0.0
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 95e3d94 4ca6226 change % change
bl602 lighting-app bl602 (read/write) 1365082 1365090 8 0.0
.bss 73622 73622 0 0.0
.data 9560 9560 0 0.0
.text 1057840 1057842 2 0.0
bl602+rpc (read/write) 1412550 1412550 0 0.0
.bss 81662 81662 0 0.0
.data 9952 9952 0 0.0
.text 1089772 1089776 4 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1168115 1168115 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41285 41285 0 0.0
.bss_psram 43424 43424 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1567425 1567425 0 0.0
.debug_aranges 140400 140400 0 0.0
.debug_frame 516636 516636 0 0.0
.debug_info 41507684 41507685 1 0.0
.debug_line 5484885 5484885 0 0.0
.debug_loc 3565126 3565126 0 0.0
.debug_ranges 384504 384504 0 0.0
.debug_str 4012456 4012456 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107196 107196 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 589680 589680 0 0.0
.symtab 175808 175808 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
954990 954992 2 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1267047 1267051 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49749 49749 0 0.0
.bss_psram 43424 43424 0 0.0
.comment 48 48 0 0.0
.data 4104 4104 0 0.0
.debug_abbrev 1744555 1744555 0 0.0
.debug_aranges 148944 148944 0 0.0
.debug_frame 545540 545540 0 0.0
.debug_info 46402382 46402384 2 0.0
.debug_line 5897407 5897407 0 0.0
.debug_loc 3771282 3771282 0 0.0
.debug_ranges 410256 410256 0 0.0
.debug_str 4432321 4432321 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121848 121848 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 652643 652643 0 0.0
.symtab 194736 194736 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1029672 1029676 4 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1153720 1153720 0 0.0
.boot2 292 292 0 0.0
.bss 15988 15988 0 0.0
.bss_psram 77840 77840 0 0.0
.comment 48 48 0 0.0
.data 4528 4528 0 0.0
.debug_abbrev 1569644 1569644 0 0.0
.debug_aranges 134904 134904 0 0.0
.debug_frame 496324 496324 0 0.0
.debug_info 41508792 41508792 0 0.0
.debug_line 5400579 5400579 0 0.0
.debug_loc 3501265 3501265 0 0.0
.debug_ranges 389712 389712 0 0.0
.debug_str 4024925 4024925 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 101080 101080 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 589895 589895 0 0.0
.symtab 175360 175360 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
943740 943740 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 615906 615906 0 0.0
(read/write) 207744 207744 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201184 201184 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 962032 962032 0 0.0
.debug_aranges 109056 109056 0 0.0
.debug_frame 369852 369852 0 0.0
.debug_info 19421692 19421692 0 0.0
.debug_line 2814036 2814036 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1597077 1597077 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 100566 100566 0 0.0
.debug_str 3427071 3427071 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106458 106458 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 496459 496459 0 0.0
.symtab 293440 293440 0 0.0
.text 507328 507328 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 550567 550567 0 0.0
.app_xip_area 441857 441857 0 0.0
.bss 63728 63728 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537663 537663 0 0.0
.app_xip_area 423905 423905 0 0.0
.bss 68752 68752 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574327 574327 0 0.0
.app_xip_area 466697 466697 0 0.0
.bss 62720 62720 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549319 549319 0 0.0
.app_xip_area 438681 438681 0 0.0
.bss 65632 65632 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1012316 1012316 0 0.0
.bss 184524 184524 0 0.0
.data 2652 2652 0 0.0
.text 825120 825120 0 0.0
BRD4187C (read/write) 1036948 1036940 -8 -0.0
.bss 164108 164108 0 0.0
.data 3248 3248 0 0.0
.text 869572 869564 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1089120 1089120 0 0.0
.bss 178580 178580 0 0.0
.data 2672 2672 0 0.0
.text 907848 907848 0 0.0
window-app BRD4187C (read/write) 1108344 1108344 0 0.0
.bss 147148 147148 0 0.0
.data 3132 3132 0 0.0
.text 958044 958044 0 0.0
esp32 all-clusters-app c3devkit (read only) 1151284 1151282 -2 -0.0
(read/write) 1702364 1702364 0 0.0
.dram0.bss 79048 79048 0 0.0
.dram0.data 13084 13084 0 0.0
.flash.rodata 266488 266488 0 0.0
.flash.text 1151284 1151282 -2 -0.0
.iram0.text 75262 75262 0 0.0
m5stack (read only) 1192971 1192971 0 0.0
(read/write) 550566 550566 0 0.0
.dram0.bss 85416 85416 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 297472 297472 0 0.0
.flash.text 1187587 1187587 0 0.0
.iram0.text 123311 123311 0 0.0
k32w contact k32w0+release (read only) 590932 590932 0 0.0
(read/write) 88096 88096 0 0.0
.bss 71344 71344 0 0.0
.data 2128 2128 0 0.0
.text 590396 590396 0 0.0
light k32w0+release (read only) 589732 589732 0 0.0
(read/write) 87748 87748 0 0.0
.bss 71008 71008 0 0.0
.data 2116 2116 0 0.0
.text 589196 589196 0 0.0
lock k32w0+release (read only) 562068 562068 0 0.0
(read/write) 85548 85548 0 0.0
.bss 68864 68864 0 0.0
.data 2060 2060 0 0.0
.text 561532 561532 0 0.0
linux all-clusters-app debug (read only) 5517169 5517169 0 0.0
(read/write) 418144 418144 0 0.0
.bss 130464 130464 0 0.0
.data 4016 4016 0 0.0
.data.rel.ro 276320 276320 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1304 1304 0 0.0
.rodata 336080 336080 0 0.0
.text 4803219 4803219 0 0.0
all-clusters-minimal-app debug (read only) 4901937 4901937 0 0.0
(read/write) 231392 231392 0 0.0
.bss 126016 126016 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 94376 94376 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 272166 272166 0 0.0
.text 4399571 4399571 0 0.0
bridge-app debug (read only) 2769633 2769633 0 0.0
(read/write) 132816 132816 0 0.0
.bss 51480 51480 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 71400 71400 0 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 214728 214728 0 0.0
.text 2377379 2377379 0 0.0
chip-tool debug (read only) 17605761 17605761 0 0.0
(read/write) 1046144 1046144 0 0.0
.bss 93752 93752 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 939952 939952 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 900305 900305 0 0.0
.text 14672051 14672051 0 0.0
chip-tool-ipv6only arm64 (read only) 16838852 16838852 0 0.0
(read/write) 1113528 1113528 0 0.0
.bss 103064 103064 0 0.0
.data 4392 4392 0 0.0
.data.rel.ro 977304 977304 0 0.0
.dynamic 512 512 0 0.0
.got 23272 23272 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 812400 812400 0 0.0
.text 13808520 13808520 0 0.0
lighting-app debug+rpc+ui (read only) 5241057 5241057 0 0.0
(read/write) 222056 222056 0 0.0
.bss 117712 117712 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 92240 92240 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 337204 337204 0 0.0
.text 4661779 4661779 0 0.0
lock-app debug (read only) 4472097 4472097 0 0.0
(read/write) 202808 202808 0 0.0
.bss 113328 113328 0 0.0
.data 3728 3728 0 0.0
.data.rel.ro 78960 78960 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 248102 248102 0 0.0
.text 4014643 4014643 0 0.0
ota-provider-app debug (read only) 4128249 4128249 0 0.0
(read/write) 191872 191872 0 0.0
.bss 113504 113504 0 0.0
.data 4000 4000 0 0.0
.data.rel.ro 68448 68448 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 201254 201254 0 0.0
.text 3736675 3736675 0 0.0
ota-requestor-app debug (read only) 4222145 4222145 0 0.0
(read/write) 196184 196184 0 0.0
.bss 114560 114560 0 0.0
.data 4240 4240 0 0.0
.data.rel.ro 71448 71448 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 204646 204646 0 0.0
.text 3822851 3822851 0 0.0
shell debug (read only) 2938089 2938089 0 0.0
(read/write) 150720 150720 0 0.0
.bss 60008 60008 0 0.0
.data 784 784 0 0.0
.data.rel.ro 84056 84056 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 212466 212466 0 0.0
.text 2554658 2554658 0 0.0
thermostat-no-ble arm64 (read only) 4451300 4451300 0 0.0
(read/write) 243848 243848 0 0.0
.bss 122280 122280 0 0.0
.data 2880 2880 0 0.0
.data.rel.ro 102232 102232 0 0.0
.dynamic 512 512 0 0.0
.got 11984 11984 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 162252 162252 0 0.0
.text 3950968 3950968 0 0.0
tv-app debug (read only) 5316385 5316385 0 0.0
(read/write) 349856 349856 0 0.0
.bss 241280 241280 0 0.0
.data 5104 5104 0 0.0
.data.rel.ro 96048 96048 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272662 272662 0 0.0
.text 4800083 4800083 0 0.0
tv-casting-app debug (read only) 8295761 8295761 0 0.0
(read/write) 210568 210568 0 0.0
.bss 54208 54208 0 0.0
.data 2544 2544 0 0.0
.data.rel.ro 147016 147016 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 367900 367900 0 0.0
.text 7527699 7527699 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522440 2522440 0 0.0
.bss 219904 219904 0 0.0
.data 5128 5128 0 0.0
.text 1485124 1485124 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1220332 1220332 0 0.0
bss 154612 154612 0 0.0
rodata 141696 141696 0 0.0
text 845072 845072 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1338544 1338544 0 0.0
bss 140070 140070 0 0.0
rodata 135688 135688 0 0.0
text 772100 772100 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1157248 1157248 0 0.0
bss 154791 154791 0 0.0
rodata 113036 113036 0 0.0
text 810436 810436 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837688 837688 0 0.0
(read/write) 1768740 1768740 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193116 193116 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 2536 2536 0 0.0
.debug_abbrev 1382428 1382428 0 0.0
.debug_aranges 143944 143944 0 0.0
.debug_frame 479448 479448 0 0.0
.debug_info 30260942 30260943 1 0.0
.debug_line 4150198 4150198 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2248862 2248862 0 0.0
.debug_rnglists 142374 142374 0 0.0
.debug_str 4124872 4124872 0 0.0
.heap 837688 837688 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 806017 806017 0 0.0
.symtab 501808 501808 0 0.0
.text 0 0 0 0.0
1564700 1564700 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839648 839648 0 0.0
(read/write) 1674508 1674508 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191228 191228 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 2464 2464 0 0.0
.debug_abbrev 1285135 1285135 0 0.0
.debug_aranges 137208 137208 0 0.0
.debug_frame 462396 462396 0 0.0
.debug_info 27228964 27228966 2 0.0
.debug_line 3961338 3961338 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2149233 2149233 0 0.0
.debug_rnglists 135474 135474 0 0.0
.debug_str 3979293 3979293 0 0.0
.heap 839648 839648 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 713468 713468 0 0.0
.symtab 465936 465936 0 0.0
.text 1472428 1472428 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845912 845912 0 0.0
(read/write) 1606012 1606012 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185076 185076 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 2352 2352 0 0.0
.debug_abbrev 1125358 1125358 0 0.0
.debug_aranges 127336 127336 0 0.0
.debug_frame 425540 425540 0 0.0
.debug_info 2237130 2237130 0 0.0
.debug_line 3526643 3526643 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1986348 1986348 0 0.0
.debug_rnglists 125244 125244 0 0.0
.debug_str 3787365 3787365 0 0.0
.heap 845912 845912 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 634460 634460 0 0.0
.symtab 430576 430576 0 0.0
.text 1410196 1410196 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818392 818392 0 0.0
(read/write) 1639516 1639516 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212580 212580 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 1116822 1116822 0 0.0
.debug_aranges 126248 126248 0 0.0
.debug_frame 421568 421568 0 0.0
.debug_info 22284855 22284855 0 0.0
.debug_line 3482094 3482094 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1966757 1966757 0 0.0
.debug_rnglists 123420 123420 0 0.0
.debug_str 3751903 3751903 0 0.0
.heap 818392 818392 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 608360 608360 0 0.0
.symtab 422704 422704 0 0.0
.text 1416180 1416180 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178348 1178348 0 0.0
.bss 101176 101176 0 0.0
.data 744 744 0 0.0
.text 625192 625192 0 0.0
lock-app qpg6105+debug (read/write) 1135420 1135420 0 0.0
.bss 95896 95896 0 0.0
.data 748 748 0 0.0
.text 582260 582260 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1072260 1072268 8 0.0
bss 107308 107308 0 0.0
text 730712 730716 4 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 977384 977384 0 0.0
bss 105284 105284 0 0.0
text 670086 670088 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944784 944784 0 0.0
bss 109660 109660 0 0.0
text 647338 647338 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876740 876740 0 0.0
bss 98840 98840 0 0.0
text 590728 590728 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 908044 908044 0 0.0
bss 99464 99464 0 0.0
text 618460 618460 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 983040 983032 -8 -0.0
bss 107516 107516 0 0.0
text 686094 686092 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 994404 994404 0 0.0
bss 111764 111764 0 0.0
text 693610 693610 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1052564 1052564 0 0.0
bss 109088 109088 0 0.0
text 731026 731026 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1083892 1083892 0 0.0
bss 120164 120164 0 0.0
text 751130 751130 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934192 934192 0 0.0
bss 99560 99560 0 0.0
text 621400 621404 4 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 899320 899320 0 0.0
bss 100148 100148 0 0.0
text 612570 612570 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 882140 882140 0 0.0
bss 98972 98972 0 0.0
text 596332 596334 2 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 869320 869320 0 0.0
bss 98772 98772 0 0.0
text 586796 586796 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744196 744196 0 0.0
bss 97208 97208 0 0.0
text 478658 478658 0 0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 879224 879224 0 0.0
bss 98952 98952 0 0.0
text 594204 594204 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865500 865492 -8 -0.0
bss 98680 98680 0 0.0
text 582442 582440 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 911332 911324 -8 -0.0
bss 99224 99224 0 0.0
text 621770 621768 -2 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 907120 907112 -8 -0.0
bss 99560 99560 0 0.0
text 617078 617076 -2 -0.0

Copy link
Member

@jmartinez-silabs jmartinez-silabs left a comment

Choose a reason for hiding this comment

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

This should probably be gated with a #ifdef on the API version of open thread to not break platform that would use an older thread version. It is done a few time in the GenericThread files

Edit**
I looked it up, this new API changed with version OPENTHREAD_API_VERSION (160)
https://github.com/openthread/openthread/pull/6862/files#diff-67e8f8a8f8f67e317379f96d198f1bb77a23ffa2b9a3f4fafebb4c1317c4fcd2

so wrap new call in#if OPENTHREAD_API_VERSION >= 160 and #else keep the old call

@selissia
Copy link
Contributor

selissia commented Aug 11, 2023

@jmartinez-silabs In view of this #28058 there's probably no need for the API version check?

@jmartinez-silabs
Copy link
Member

@selissia Yes we can ignore that. I didn't realize that it has been broken for so long. The other comment needs to be addressed still.

@github-actions
Copy link

github-actions bot commented Aug 11, 2023

PR #28638: Size comparison from 9a35c44 to 8c3b603

Increases (14 builds for bl602, bl702, bl702l, cc32xx, cyw30739, esp32, psoc6, telink)
platform target config section 9a35c44 8c3b603 change % change
bl602 lighting-app bl602+rpc .text 1089860 1089862 2 0.0
bl702 lighting-app bl702+rpc (read/write) 1267135 1267139 4 0.0
.debug_info 46403895 46403896 1 0.0
.text 1029760 1029762 2 0.0
bl702l lighting-app bl702l .debug_info 41510304 41510305 1 0.0
.text 943826 943828 2 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19423289 19423290 1 0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 537735 537743 8 0.0
.app_xip_area 423977 423985 8 0.0
esp32 all-clusters-app c3devkit (read only) 1151428 1151430 2 0.0
.flash.text 1151428 1151430 2 0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 22372914 22372915 1 0.0
lock cy8ckit_062s2_43012 .debug_info 22286450 22286451 1 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 670206 670208 2 0.0
contact-sensor-app tlsr9518adk80d (read/write) 876860 876868 8 0.0
text 590846 590850 4 0.0
lighting-app-rpc tlsr9518adk80d text 731144 731146 2 0.0
pump-app tlsr9518adk80d text 596450 596452 2 0.0
pump-controller-app tlsr9518adk80d text 586914 586916 2 0.0
shell tlsr9518adk80d text 478656 478658 2 0.0
Decreases (5 builds for telink)
platform target config section 9a35c44 8c3b603 change % change
telink all-clusters-app tlsr9518adk80d text 730836 730834 -2 -0.0
light-switch-app tlsr9518adk80d (read/write) 908172 908164 -8 -0.0
text 618582 618580 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 994524 994516 -8 -0.0
text 693730 693728 -2 -0.0
lock-app tlsr9518adk80d text 621524 621522 -2 -0.0
thermostat tlsr9518adk80d (read/write) 911452 911444 -8 -0.0
text 621892 621888 -4 -0.0
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 9a35c44 8c3b603 change % change
bl602 lighting-app bl602 (read/write) 1365170 1365170 0 0.0
.bss 73622 73622 0 0.0
.data 9560 9560 0 0.0
.text 1057926 1057926 0 0.0
bl602+rpc (read/write) 1412638 1412638 0 0.0
.bss 81662 81662 0 0.0
.data 9952 9952 0 0.0
.text 1089860 1089862 2 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1168199 1168199 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41285 41285 0 0.0
.bss_psram 43424 43424 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1567493 1567493 0 0.0
.debug_aranges 140400 140400 0 0.0
.debug_frame 516640 516640 0 0.0
.debug_info 41509196 41509196 0 0.0
.debug_line 5485389 5485389 0 0.0
.debug_loc 3565999 3565999 0 0.0
.debug_ranges 384712 384712 0 0.0
.debug_str 4012573 4012573 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107196 107196 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 589689 589689 0 0.0
.symtab 175808 175808 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
955076 955076 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1267135 1267139 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49749 49749 0 0.0
.bss_psram 43424 43424 0 0.0
.comment 48 48 0 0.0
.data 4104 4104 0 0.0
.debug_abbrev 1744623 1744623 0 0.0
.debug_aranges 148944 148944 0 0.0
.debug_frame 545544 545544 0 0.0
.debug_info 46403895 46403896 1 0.0
.debug_line 5897911 5897911 0 0.0
.debug_loc 3772155 3772155 0 0.0
.debug_ranges 410464 410464 0 0.0
.debug_str 4432438 4432438 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121848 121848 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 652652 652652 0 0.0
.symtab 194736 194736 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1029760 1029762 2 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1153808 1153808 0 0.0
.boot2 292 292 0 0.0
.bss 15988 15988 0 0.0
.bss_psram 77840 77840 0 0.0
.comment 48 48 0 0.0
.data 4528 4528 0 0.0
.debug_abbrev 1569712 1569712 0 0.0
.debug_aranges 134904 134904 0 0.0
.debug_frame 496328 496328 0 0.0
.debug_info 41510304 41510305 1 0.0
.debug_line 5401083 5401083 0 0.0
.debug_loc 3502138 3502138 0 0.0
.debug_ranges 389920 389920 0 0.0
.debug_str 4025042 4025042 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 101080 101080 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 589904 589904 0 0.0
.symtab 175360 175360 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
943826 943828 2 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 615962 615962 0 0.0
(read/write) 207744 207744 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201184 201184 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 962080 962080 0 0.0
.debug_aranges 109056 109056 0 0.0
.debug_frame 369852 369852 0 0.0
.debug_info 19423289 19423290 1 0.0
.debug_line 2814419 2814419 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1597625 1597625 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 100591 100591 0 0.0
.debug_str 3427188 3427188 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106458 106458 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 496476 496476 0 0.0
.symtab 293440 293440 0 0.0
.text 507384 507384 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 550647 550647 0 0.0
.app_xip_area 441937 441937 0 0.0
.bss 63728 63728 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537735 537743 8 0.0
.app_xip_area 423977 423985 8 0.0
.bss 68752 68752 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574407 574407 0 0.0
.app_xip_area 466777 466777 0 0.0
.bss 62720 62720 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549399 549399 0 0.0
.app_xip_area 438761 438761 0 0.0
.bss 65632 65632 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1012364 1012364 0 0.0
.bss 184524 184524 0 0.0
.data 2652 2652 0 0.0
.text 825168 825168 0 0.0
BRD4187C (read/write) 1037012 1037012 0 0.0
.bss 164108 164108 0 0.0
.data 3248 3248 0 0.0
.text 869636 869636 0 0.0
lock-app BRD4161A+wf200 (read/write) 1089184 1089184 0 0.0
.bss 178580 178580 0 0.0
.data 2672 2672 0 0.0
.text 907912 907912 0 0.0
window-app BRD4187C (read/write) 1108400 1108400 0 0.0
.bss 147148 147148 0 0.0
.data 3132 3132 0 0.0
.text 958100 958100 0 0.0
esp32 all-clusters-app c3devkit (read only) 1151428 1151430 2 0.0
(read/write) 1702412 1702412 0 0.0
.dram0.bss 79048 79048 0 0.0
.dram0.data 13084 13084 0 0.0
.flash.rodata 266536 266536 0 0.0
.flash.text 1151428 1151430 2 0.0
.iram0.text 75262 75262 0 0.0
m5stack (read only) 1193059 1193059 0 0.0
(read/write) 550606 550606 0 0.0
.dram0.bss 85416 85416 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 297512 297512 0 0.0
.flash.text 1187675 1187675 0 0.0
.iram0.text 123311 123311 0 0.0
k32w contact k32w0+release (read only) 591012 591012 0 0.0
(read/write) 88096 88096 0 0.0
.bss 71344 71344 0 0.0
.data 2128 2128 0 0.0
.text 590476 590476 0 0.0
light k32w0+release (read only) 589812 589812 0 0.0
(read/write) 87748 87748 0 0.0
.bss 71008 71008 0 0.0
.data 2116 2116 0 0.0
.text 589276 589276 0 0.0
lock k32w0+release (read only) 562148 562148 0 0.0
(read/write) 85548 85548 0 0.0
.bss 68864 68864 0 0.0
.data 2060 2060 0 0.0
.text 561612 561612 0 0.0
linux all-clusters-app debug (read only) 5518193 5518193 0 0.0
(read/write) 418176 418176 0 0.0
.bss 130464 130464 0 0.0
.data 4016 4016 0 0.0
.data.rel.ro 276360 276360 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1304 1304 0 0.0
.rodata 336016 336016 0 0.0
.text 4804259 4804259 0 0.0
all-clusters-minimal-app debug (read only) 4902913 4902913 0 0.0
(read/write) 231392 231392 0 0.0
.bss 126016 126016 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 94384 94384 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 272102 272102 0 0.0
.text 4400611 4400611 0 0.0
bridge-app debug (read only) 2770593 2770593 0 0.0
(read/write) 132848 132848 0 0.0
.bss 51512 51512 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 71408 71408 0 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 214664 214664 0 0.0
.text 2378403 2378403 0 0.0
chip-tool debug (read only) 17528481 17528481 0 0.0
(read/write) 1043136 1043136 0 0.0
.bss 93752 93752 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 936936 936936 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 892049 892049 0 0.0
.text 14610179 14610179 0 0.0
chip-tool-ipv6only arm64 (read only) 16770644 16770644 0 0.0
(read/write) 1110520 1110520 0 0.0
.bss 103064 103064 0 0.0
.data 4392 4392 0 0.0
.data.rel.ro 974328 974328 0 0.0
.dynamic 512 512 0 0.0
.got 23248 23248 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 804416 804416 0 0.0
.text 13755528 13755528 0 0.0
lighting-app debug+rpc+ui (read only) 5242001 5242001 0 0.0
(read/write) 222088 222088 0 0.0
.bss 117744 117744 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 92248 92248 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 337108 337108 0 0.0
.text 4662819 4662819 0 0.0
lock-app debug (read only) 4473057 4473057 0 0.0
(read/write) 202840 202840 0 0.0
.bss 113360 113360 0 0.0
.data 3728 3728 0 0.0
.data.rel.ro 78952 78952 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 248038 248038 0 0.0
.text 4015667 4015667 0 0.0
ota-provider-app debug (read only) 4128329 4128329 0 0.0
(read/write) 191872 191872 0 0.0
.bss 113504 113504 0 0.0
.data 4000 4000 0 0.0
.data.rel.ro 68448 68448 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 201254 201254 0 0.0
.text 3736755 3736755 0 0.0
ota-requestor-app debug (read only) 4222225 4222225 0 0.0
(read/write) 196184 196184 0 0.0
.bss 114560 114560 0 0.0
.data 4240 4240 0 0.0
.data.rel.ro 71448 71448 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 204646 204646 0 0.0
.text 3822931 3822931 0 0.0
shell debug (read only) 2939049 2939049 0 0.0
(read/write) 150720 150720 0 0.0
.bss 60008 60008 0 0.0
.data 784 784 0 0.0
.data.rel.ro 84056 84056 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 212370 212370 0 0.0
.text 2555714 2555714 0 0.0
thermostat-no-ble arm64 (read only) 4451476 4451476 0 0.0
(read/write) 243848 243848 0 0.0
.bss 122280 122280 0 0.0
.data 2880 2880 0 0.0
.data.rel.ro 102232 102232 0 0.0
.dynamic 512 512 0 0.0
.got 11984 11984 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 162252 162252 0 0.0
.text 3951144 3951144 0 0.0
tv-app debug (read only) 5317361 5317361 0 0.0
(read/write) 349856 349856 0 0.0
.bss 241280 241280 0 0.0
.data 5104 5104 0 0.0
.data.rel.ro 96048 96048 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272598 272598 0 0.0
.text 4801123 4801123 0 0.0
tv-casting-app debug (read only) 8296737 8296737 0 0.0
(read/write) 210568 210568 0 0.0
.bss 54208 54208 0 0.0
.data 2544 2544 0 0.0
.data.rel.ro 147016 147016 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 367836 367836 0 0.0
.text 7528739 7528739 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522504 2522504 0 0.0
.bss 219904 219904 0 0.0
.data 5128 5128 0 0.0
.text 1485188 1485188 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1220412 1220412 0 0.0
bss 154612 154612 0 0.0
rodata 141696 141696 0 0.0
text 845152 845152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1338624 1338624 0 0.0
bss 140070 140070 0 0.0
rodata 135688 135688 0 0.0
text 772180 772180 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1157328 1157328 0 0.0
bss 154791 154791 0 0.0
rodata 113036 113036 0 0.0
text 810516 810516 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837688 837688 0 0.0
(read/write) 1768804 1768804 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193116 193116 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 2536 2536 0 0.0
.debug_abbrev 1382477 1382477 0 0.0
.debug_aranges 143944 143944 0 0.0
.debug_frame 479472 479472 0 0.0
.debug_info 30262562 30262562 0 0.0
.debug_line 4150562 4150562 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2249376 2249376 0 0.0
.debug_rnglists 142398 142398 0 0.0
.debug_str 4124989 4124989 0 0.0
.heap 837688 837688 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 806034 806034 0 0.0
.symtab 501808 501808 0 0.0
.text 1564764 1564764 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839648 839648 0 0.0
(read/write) 1674572 1674572 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191228 191228 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 2464 2464 0 0.0
.debug_abbrev 1285184 1285184 0 0.0
.debug_aranges 137208 137208 0 0.0
.debug_frame 462420 462420 0 0.0
.debug_info 27230583 27230583 0 0.0
.debug_line 3961702 3961702 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2149738 2149738 0 0.0
.debug_rnglists 135498 135498 0 0.0
.debug_str 3979410 3979410 0 0.0
.heap 839648 839648 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 713485 713485 0 0.0
.symtab 465936 465936 0 0.0
.text 1472492 1472492 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845912 845912 0 0.0
(read/write) 1606076 1606076 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185076 185076 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 2352 2352 0 0.0
.debug_abbrev 1125407 1125407 0 0.0
.debug_aranges 127336 127336 0 0.0
.debug_frame 425564 425564 0 0.0
.debug_info 22372914 22372915 1 0.0
.debug_line 3527007 3527007 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1986853 1986853 0 0.0
.debug_rnglists 125268 125268 0 0.0
.debug_str 3787482 3787482 0 0.0
.heap 845912 845912 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 634477 634477 0 0.0
.symtab 430576 430576 0 0.0
.text 1410260 1410260 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818392 818392 0 0.0
(read/write) 1639580 1639580 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212580 212580 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 1116871 1116871 0 0.0
.debug_aranges 126248 126248 0 0.0
.debug_frame 421592 421592 0 0.0
.debug_info 22286450 22286451 1 0.0
.debug_line 3482458 3482458 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1967262 1967262 0 0.0
.debug_rnglists 123444 123444 0 0.0
.debug_str 3752020 3752020 0 0.0
.heap 818392 818392 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 608377 608377 0 0.0
.symtab 422704 422704 0 0.0
.text 1416244 1416244 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178444 1178444 0 0.0
.bss 101176 101176 0 0.0
.data 744 744 0 0.0
.text 625288 625288 0 0.0
lock-app qpg6105+debug (read/write) 1135500 1135500 0 0.0
.bss 95896 95896 0 0.0
.data 748 748 0 0.0
.text 582340 582340 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1072388 1072388 0 0.0
bss 107308 107308 0 0.0
text 730836 730834 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 977504 977504 0 0.0
bss 105284 105284 0 0.0
text 670206 670208 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944904 944904 0 0.0
bss 109660 109660 0 0.0
text 647460 647460 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876860 876868 8 0.0
bss 98840 98840 0 0.0
text 590846 590850 4 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 908172 908164 -8 -0.0
bss 99464 99464 0 0.0
text 618582 618580 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 983160 983160 0 0.0
bss 107516 107516 0 0.0
text 686214 686214 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 994524 994516 -8 -0.0
bss 111764 111764 0 0.0
text 693730 693728 -2 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1052684 1052684 0 0.0
bss 109088 109088 0 0.0
text 731144 731146 2 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1084012 1084012 0 0.0
bss 120164 120164 0 0.0
text 751250 751250 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934312 934312 0 0.0
bss 99560 99560 0 0.0
text 621524 621522 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 899440 899440 0 0.0
bss 100148 100148 0 0.0
text 612690 612690 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 882260 882260 0 0.0
bss 98972 98972 0 0.0
text 596450 596452 2 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 869440 869440 0 0.0
bss 98772 98772 0 0.0
text 586914 586916 2 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744196 744196 0 0.0
bss 97208 97208 0 0.0
text 478656 478658 2 0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 879344 879344 0 0.0
bss 98952 98952 0 0.0
text 594324 594324 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865612 865612 0 0.0
bss 98680 98680 0 0.0
text 582560 582560 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 911452 911444 -8 -0.0
bss 99224 99224 0 0.0
text 621892 621888 -4 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 907240 907240 0 0.0
bss 99560 99560 0 0.0
text 617198 617198 0 0.0

Copy link
Contributor

@bzbarsky-apple bzbarsky-apple left a comment

Choose a reason for hiding this comment

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

This makes much more sense.

@github-actions
Copy link

github-actions bot commented Aug 12, 2023

PR #28638: Size comparison from d928f3c to 87a1bf0

Increases (6 builds for nrfconnect, telink)
platform target config section d928f3c 87a1bf0 change % change
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 845148 845152 4 0.0
telink bridge-app tlsr9518adk80d (read/write) 944896 944904 8 0.0
text 647456 647458 2 0.0
lighting-app tlsr9518adk80d (read/write) 983152 983160 8 0.0
text 686212 686214 2 0.0
lighting-app-rpc tlsr9518adk80d text 731144 731148 4 0.0
lighting-app-shell tlsr9518adk80d (read/write) 1084004 1084012 8 0.0
text 751248 751250 2 0.0
pump-controller-app tlsr9518adk80d text 586914 586916 2 0.0
Decreases (15 builds for bl602, bl702, cc32xx, efr32, psoc6, telink)
platform target config section d928f3c 87a1bf0 change % change
bl602 lighting-app bl602 .text 1057926 1057924 -2 -0.0
bl602+rpc .text 1089862 1089860 -2 -0.0
bl702 lighting-app bl702 (read/write) 1168203 1168199 -4 -0.0
.debug_info 41509197 41509195 -2 -0.0
.text 955078 955074 -4 -0.0
bl702+rpc (read/write) 1267139 1267135 -4 -0.0
.debug_info 46403896 46403894 -2 -0.0
.text 1029762 1029758 -4 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19423289 19423288 -1 -0.0
efr32 lighting-app BRD4187C (read/write) 1037020 1037012 -8 -0.0
.text 869644 869636 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 30262561 30262560 -1 -0.0
lock cy8ckit_062s2_43012 .debug_info 22286450 22286449 -1 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1072388 1072380 -8 -0.0
text 730834 730832 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 977504 977496 -8 -0.0
text 670208 670204 -4 -0.0
lighting-app-factory-data tlsr9518adk80d text 693732 693730 -2 -0.0
lock-app tlsr9518adk80d text 621522 621520 -2 -0.0
ota-requestor-app tlsr9518adk80d text 612690 612688 -2 -0.0
temperature-measurement-app tlsr9518adk80d text 582564 582562 -2 -0.0
thermostat tlsr9518adk80d text 621892 621890 -2 -0.0
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section d928f3c 87a1bf0 change % change
bl602 lighting-app bl602 (read/write) 1365170 1365170 0 0.0
.bss 73622 73622 0 0.0
.data 9560 9560 0 0.0
.text 1057926 1057924 -2 -0.0
bl602+rpc (read/write) 1412638 1412638 0 0.0
.bss 81662 81662 0 0.0
.data 9952 9952 0 0.0
.text 1089862 1089860 -2 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1168203 1168199 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41285 41285 0 0.0
.bss_psram 43424 43424 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1567493 1567493 0 0.0
.debug_aranges 140400 140400 0 0.0
.debug_frame 516640 516640 0 0.0
.debug_info 41509197 41509195 -2 -0.0
.debug_line 5485389 5485389 0 0.0
.debug_loc 3565999 3565999 0 0.0
.debug_ranges 384712 384712 0 0.0
.debug_str 4012573 4012573 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107196 107196 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 589689 589689 0 0.0
.symtab 175808 175808 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
955078 955074 -4 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1267139 1267135 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49749 49749 0 0.0
.bss_psram 43424 43424 0 0.0
.comment 48 48 0 0.0
.data 4104 4104 0 0.0
.debug_abbrev 1744623 1744623 0 0.0
.debug_aranges 148944 148944 0 0.0
.debug_frame 545544 545544 0 0.0
.debug_info 46403896 46403894 -2 -0.0
.debug_line 5897911 5897911 0 0.0
.debug_loc 3772155 3772155 0 0.0
.debug_ranges 410464 410464 0 0.0
.debug_str 4432438 4432438 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121848 121848 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 652652 652652 0 0.0
.symtab 194736 194736 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1029762 1029758 -4 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1153808 1153808 0 0.0
.boot2 292 292 0 0.0
.bss 15988 15988 0 0.0
.bss_psram 77840 77840 0 0.0
.comment 48 48 0 0.0
.data 4528 4528 0 0.0
.debug_abbrev 1569712 1569712 0 0.0
.debug_aranges 134904 134904 0 0.0
.debug_frame 496328 496328 0 0.0
.debug_info 41510304 41510304 0 0.0
.debug_line 5401083 5401083 0 0.0
.debug_loc 3502138 3502138 0 0.0
.debug_ranges 389920 389920 0 0.0
.debug_str 4025042 4025042 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 101080 101080 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 589904 589904 0 0.0
.symtab 175360 175360 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
943826 943826 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 615962 615962 0 0.0
(read/write) 207744 207744 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201184 201184 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 962080 962080 0 0.0
.debug_aranges 109056 109056 0 0.0
.debug_frame 369852 369852 0 0.0
.debug_info 19423289 19423288 -1 -0.0
.debug_line 2814419 2814419 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1597625 1597625 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 100591 100591 0 0.0
.debug_str 3427188 3427188 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106458 106458 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 496476 496476 0 0.0
.symtab 293440 293440 0 0.0
.text 507384 507384 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 550647 550647 0 0.0
.app_xip_area 441937 441937 0 0.0
.bss 63728 63728 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537743 537743 0 0.0
.app_xip_area 423985 423985 0 0.0
.bss 68752 68752 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574407 574407 0 0.0
.app_xip_area 466777 466777 0 0.0
.bss 62720 62720 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549399 549399 0 0.0
.app_xip_area 438761 438761 0 0.0
.bss 65632 65632 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1012364 1012364 0 0.0
.bss 184524 184524 0 0.0
.data 2652 2652 0 0.0
.text 825168 825168 0 0.0
BRD4187C (read/write) 1037020 1037012 -8 -0.0
.bss 164108 164108 0 0.0
.data 3248 3248 0 0.0
.text 869644 869636 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1089184 1089184 0 0.0
.bss 178580 178580 0 0.0
.data 2672 2672 0 0.0
.text 907912 907912 0 0.0
window-app BRD4187C (read/write) 1108400 1108400 0 0.0
.bss 147148 147148 0 0.0
.data 3132 3132 0 0.0
.text 958100 958100 0 0.0
esp32 all-clusters-app c3devkit (read only) 1151432 1151432 0 0.0
(read/write) 1702412 1702412 0 0.0
.dram0.bss 79048 79048 0 0.0
.dram0.data 13084 13084 0 0.0
.flash.rodata 266536 266536 0 0.0
.flash.text 1151432 1151432 0 0.0
.iram0.text 75262 75262 0 0.0
m5stack (read only) 1193059 1193059 0 0.0
(read/write) 550606 550606 0 0.0
.dram0.bss 85416 85416 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 297512 297512 0 0.0
.flash.text 1187675 1187675 0 0.0
.iram0.text 123311 123311 0 0.0
k32w contact k32w0+release (read only) 591012 591012 0 0.0
(read/write) 88096 88096 0 0.0
.bss 71344 71344 0 0.0
.data 2128 2128 0 0.0
.text 590476 590476 0 0.0
light k32w0+release (read only) 589812 589812 0 0.0
(read/write) 87748 87748 0 0.0
.bss 71008 71008 0 0.0
.data 2116 2116 0 0.0
.text 589276 589276 0 0.0
lock k32w0+release (read only) 562148 562148 0 0.0
(read/write) 85548 85548 0 0.0
.bss 68864 68864 0 0.0
.data 2060 2060 0 0.0
.text 561612 561612 0 0.0
linux all-clusters-app debug (read only) 5518193 5518193 0 0.0
(read/write) 418176 418176 0 0.0
.bss 130464 130464 0 0.0
.data 4016 4016 0 0.0
.data.rel.ro 276360 276360 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1304 1304 0 0.0
.rodata 336016 336016 0 0.0
.text 4804259 4804259 0 0.0
all-clusters-minimal-app debug (read only) 4902913 4902913 0 0.0
(read/write) 231392 231392 0 0.0
.bss 126016 126016 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 94384 94384 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 272102 272102 0 0.0
.text 4400611 4400611 0 0.0
bridge-app debug (read only) 2770593 2770593 0 0.0
(read/write) 132848 132848 0 0.0
.bss 51512 51512 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 71408 71408 0 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 214664 214664 0 0.0
.text 2378403 2378403 0 0.0
chip-tool debug (read only) 17528481 17528481 0 0.0
(read/write) 1043136 1043136 0 0.0
.bss 93752 93752 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 936936 936936 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 892049 892049 0 0.0
.text 14610179 14610179 0 0.0
chip-tool-ipv6only arm64 (read only) 16770644 16770644 0 0.0
(read/write) 1110520 1110520 0 0.0
.bss 103064 103064 0 0.0
.data 4392 4392 0 0.0
.data.rel.ro 974328 974328 0 0.0
.dynamic 512 512 0 0.0
.got 23248 23248 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 804416 804416 0 0.0
.text 13755528 13755528 0 0.0
lighting-app debug+rpc+ui (read only) 5242001 5242001 0 0.0
(read/write) 222088 222088 0 0.0
.bss 117744 117744 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 92248 92248 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 337108 337108 0 0.0
.text 4662819 4662819 0 0.0
lock-app debug (read only) 4473057 4473057 0 0.0
(read/write) 202840 202840 0 0.0
.bss 113360 113360 0 0.0
.data 3728 3728 0 0.0
.data.rel.ro 78952 78952 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 248038 248038 0 0.0
.text 4015667 4015667 0 0.0
ota-provider-app debug (read only) 4128329 4128329 0 0.0
(read/write) 191872 191872 0 0.0
.bss 113504 113504 0 0.0
.data 4000 4000 0 0.0
.data.rel.ro 68448 68448 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 201254 201254 0 0.0
.text 3736755 3736755 0 0.0
ota-requestor-app debug (read only) 4222225 4222225 0 0.0
(read/write) 196184 196184 0 0.0
.bss 114560 114560 0 0.0
.data 4240 4240 0 0.0
.data.rel.ro 71448 71448 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 204646 204646 0 0.0
.text 3822931 3822931 0 0.0
shell debug (read only) 2939049 2939049 0 0.0
(read/write) 150720 150720 0 0.0
.bss 60008 60008 0 0.0
.data 784 784 0 0.0
.data.rel.ro 84056 84056 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 212370 212370 0 0.0
.text 2555714 2555714 0 0.0
thermostat-no-ble arm64 (read only) 4451476 4451476 0 0.0
(read/write) 243848 243848 0 0.0
.bss 122280 122280 0 0.0
.data 2880 2880 0 0.0
.data.rel.ro 102232 102232 0 0.0
.dynamic 512 512 0 0.0
.got 11984 11984 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 162252 162252 0 0.0
.text 3951144 3951144 0 0.0
tv-app debug (read only) 5317361 5317361 0 0.0
(read/write) 349856 349856 0 0.0
.bss 241280 241280 0 0.0
.data 5104 5104 0 0.0
.data.rel.ro 96048 96048 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272598 272598 0 0.0
.text 4801123 4801123 0 0.0
tv-casting-app debug (read only) 8296737 8296737 0 0.0
(read/write) 210568 210568 0 0.0
.bss 54208 54208 0 0.0
.data 2544 2544 0 0.0
.data.rel.ro 147016 147016 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 367836 367836 0 0.0
.text 7528739 7528739 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522504 2522504 0 0.0
.bss 219904 219904 0 0.0
.data 5128 5128 0 0.0
.text 1485188 1485188 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1220412 1220412 0 0.0
bss 154612 154612 0 0.0
rodata 141696 141696 0 0.0
text 845148 845152 4 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1338624 1338624 0 0.0
bss 140070 140070 0 0.0
rodata 135688 135688 0 0.0
text 772180 772180 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1157328 1157328 0 0.0
bss 154791 154791 0 0.0
rodata 113036 113036 0 0.0
text 810516 810516 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837688 837688 0 0.0
(read/write) 1768804 1768804 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193116 193116 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 2536 2536 0 0.0
.debug_abbrev 1382477 1382477 0 0.0
.debug_aranges 143944 143944 0 0.0
.debug_frame 479472 479472 0 0.0
.debug_info 30262561 30262560 -1 -0.0
.debug_line 4150562 4150562 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2249376 2249376 0 0.0
.debug_rnglists 142398 142398 0 0.0
.debug_str 4124989 4124989 0 0.0
.heap 837688 837688 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 806034 806034 0 0.0
.symtab 501808 501808 0 0.0
.text 1564764 1564764 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839648 839648 0 0.0
(read/write) 1674572 1674572 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191228 191228 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 2464 2464 0 0.0
.debug_abbrev 1285184 1285184 0 0.0
.debug_aranges 137208 137208 0 0.0
.debug_frame 462420 462420 0 0.0
.debug_info 27230583 27230583 0 0.0
.debug_line 3961702 3961702 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2149738 2149738 0 0.0
.debug_rnglists 135498 135498 0 0.0
.debug_str 3979410 3979410 0 0.0
.heap 839648 839648 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 713485 713485 0 0.0
.symtab 465936 465936 0 0.0
.text 1472492 1472492 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845912 845912 0 0.0
(read/write) 1606076 1606076 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185076 185076 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 2352 2352 0 0.0
.debug_abbrev 1125407 1125407 0 0.0
.debug_aranges 127336 127336 0 0.0
.debug_frame 425564 425564 0 0.0
.debug_info 22372914 22372914 0 0.0
.debug_line 3527007 3527007 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1986853 1986853 0 0.0
.debug_rnglists 125268 125268 0 0.0
.debug_str 3787482 3787482 0 0.0
.heap 845912 845912 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 634477 634477 0 0.0
.symtab 430576 430576 0 0.0
.text 1410260 1410260 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818392 818392 0 0.0
(read/write) 1639580 1639580 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212580 212580 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 1116871 1116871 0 0.0
.debug_aranges 126248 126248 0 0.0
.debug_frame 421592 421592 0 0.0
.debug_info 22286450 22286449 -1 -0.0
.debug_line 3482458 3482458 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1967262 1967262 0 0.0
.debug_rnglists 123444 123444 0 0.0
.debug_str 3752020 3752020 0 0.0
.heap 818392 818392 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 608377 608377 0 0.0
.symtab 422704 422704 0 0.0
.text 1416244 1416244 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178444 1178444 0 0.0
.bss 101176 101176 0 0.0
.data 744 744 0 0.0
.text 625288 625288 0 0.0
lock-app qpg6105+debug (read/write) 1135500 1135500 0 0.0
.bss 95896 95896 0 0.0
.data 748 748 0 0.0
.text 582340 582340 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1072388 1072380 -8 -0.0
bss 107308 107308 0 0.0
text 730834 730832 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 977504 977496 -8 -0.0
bss 105284 105284 0 0.0
text 670208 670204 -4 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944896 944904 8 0.0
bss 109660 109660 0 0.0
text 647456 647458 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876860 876860 0 0.0
bss 98840 98840 0 0.0
text 590848 590848 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 908164 908164 0 0.0
bss 99464 99464 0 0.0
text 618580 618580 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 983152 983160 8 0.0
bss 107516 107516 0 0.0
text 686212 686214 2 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 994524 994524 0 0.0
bss 111764 111764 0 0.0
text 693732 693730 -2 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1052684 1052684 0 0.0
bss 109088 109088 0 0.0
text 731144 731148 4 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1084004 1084012 8 0.0
bss 120164 120164 0 0.0
text 751248 751250 2 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934312 934312 0 0.0
bss 99560 99560 0 0.0
text 621522 621520 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 899440 899440 0 0.0
bss 100148 100148 0 0.0
text 612690 612688 -2 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 882260 882260 0 0.0
bss 98972 98972 0 0.0
text 596450 596450 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 869440 869440 0 0.0
bss 98772 98772 0 0.0
text 586914 586916 2 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744196 744196 0 0.0
bss 97208 97208 0 0.0
text 478658 478658 0 0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 879344 879344 0 0.0
bss 98952 98952 0 0.0
text 594322 594322 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865620 865620 0 0.0
bss 98680 98680 0 0.0
text 582564 582562 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 911452 911452 0 0.0
bss 99224 99224 0 0.0
text 621892 621890 -2 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 907240 907240 0 0.0
bss 99560 99560 0 0.0
text 617198 617198 0 0.0

@github-actions
Copy link

github-actions bot commented Aug 14, 2023

PR #28638: Size comparison from bd2985f to 74f4bdb

Increases (9 builds for bl702, bl702l, psoc6, telink)
platform target config section bd2985f 74f4bdb change % change
bl702 lighting-app bl702 (read/write) 1168199 1168203 4 0.0
.debug_info 41509196 41509197 1 0.0
.text 955076 955078 2 0.0
bl702l lighting-app bl702l .debug_info 41510304 41510305 1 0.0
.text 943826 943828 2 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 30262560 30262561 1 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 27230583 27230584 1 0.0
light cy8ckit_062s2_43012 .debug_info 22372914 22372916 2 0.0
telink lighting-app-rpc tlsr9518adk80d text 731144 731146 2 0.0
temperature-measurement-app tlsr9518adk80d text 582562 582564 2 0.0
thermostat tlsr9518adk80d (read/write) 911444 911452 8 0.0
text 621888 621890 2 0.0
window-covering tlsr9518adk80d (read/write) 907232 907240 8 0.0
text 617196 617200 4 0.0
Decreases (11 builds for bl602, cc32xx, efr32, telink)
platform target config section bd2985f 74f4bdb change % change
bl602 lighting-app bl602 .text 1057926 1057924 -2 -0.0
bl602+rpc .text 1089860 1089858 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19423290 19423288 -2 -0.0
efr32 lighting-app BRD4187C (read/write) 1037244 1037236 -8 -0.0
.text 869868 869860 -8 -0.0
telink all-clusters-app tlsr9518adk80d text 730836 730834 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read/write) 977504 977496 -8 -0.0
text 670206 670204 -2 -0.0
lock-app tlsr9518adk80d text 621522 621520 -2 -0.0
ota-requestor-app tlsr9518adk80d text 612692 612690 -2 -0.0
pump-app tlsr9518adk80d text 596452 596450 -2 -0.0
pump-controller-app tlsr9518adk80d text 586916 586914 -2 -0.0
shell tlsr9518adk80d text 478658 478656 -2 -0.0
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section bd2985f 74f4bdb change % change
bl602 lighting-app bl602 (read/write) 1365170 1365170 0 0.0
.bss 73622 73622 0 0.0
.data 9560 9560 0 0.0
.text 1057926 1057924 -2 -0.0
bl602+rpc (read/write) 1412638 1412638 0 0.0
.bss 81662 81662 0 0.0
.data 9952 9952 0 0.0
.text 1089860 1089858 -2 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1168199 1168203 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41285 41285 0 0.0
.bss_psram 43424 43424 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1567493 1567493 0 0.0
.debug_aranges 140400 140400 0 0.0
.debug_frame 516640 516640 0 0.0
.debug_info 41509196 41509197 1 0.0
.debug_line 5485389 5485389 0 0.0
.debug_loc 3565999 3565999 0 0.0
.debug_ranges 384712 384712 0 0.0
.debug_str 4012573 4012573 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107196 107196 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 589689 589689 0 0.0
.symtab 175808 175808 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
955076 955078 2 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1267135 1267135 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49749 49749 0 0.0
.bss_psram 43424 43424 0 0.0
.comment 48 48 0 0.0
.data 4104 4104 0 0.0
.debug_abbrev 1744623 1744623 0 0.0
.debug_aranges 148944 148944 0 0.0
.debug_frame 545544 545544 0 0.0
.debug_info 46403895 46403895 0 0.0
.debug_line 5897911 5897911 0 0.0
.debug_loc 3772155 3772155 0 0.0
.debug_ranges 410464 410464 0 0.0
.debug_str 4432438 4432438 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121848 121848 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 652652 652652 0 0.0
.symtab 194736 194736 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1029760 1029760 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1153808 1153808 0 0.0
.boot2 292 292 0 0.0
.bss 15988 15988 0 0.0
.bss_psram 77840 77840 0 0.0
.comment 48 48 0 0.0
.data 4528 4528 0 0.0
.debug_abbrev 1569712 1569712 0 0.0
.debug_aranges 134904 134904 0 0.0
.debug_frame 496328 496328 0 0.0
.debug_info 41510304 41510305 1 0.0
.debug_line 5401083 5401083 0 0.0
.debug_loc 3502138 3502138 0 0.0
.debug_ranges 389920 389920 0 0.0
.debug_str 4025042 4025042 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 101080 101080 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 589904 589904 0 0.0
.symtab 175360 175360 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
943826 943828 2 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 615962 615962 0 0.0
(read/write) 207744 207744 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201184 201184 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 962080 962080 0 0.0
.debug_aranges 109056 109056 0 0.0
.debug_frame 369852 369852 0 0.0
.debug_info 19423290 19423288 -2 -0.0
.debug_line 2814419 2814419 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1597625 1597625 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 100591 100591 0 0.0
.debug_str 3427188 3427188 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106458 106458 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 496476 496476 0 0.0
.symtab 293440 293440 0 0.0
.text 507384 507384 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 550647 550647 0 0.0
.app_xip_area 441937 441937 0 0.0
.bss 63728 63728 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537743 537743 0 0.0
.app_xip_area 423985 423985 0 0.0
.bss 68752 68752 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574407 574407 0 0.0
.app_xip_area 466777 466777 0 0.0
.bss 62720 62720 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549399 549399 0 0.0
.app_xip_area 438761 438761 0 0.0
.bss 65632 65632 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1013004 1013004 0 0.0
.bss 184524 184524 0 0.0
.data 2652 2652 0 0.0
.text 825808 825808 0 0.0
BRD4187C (read/write) 1037244 1037236 -8 -0.0
.bss 164108 164108 0 0.0
.data 3248 3248 0 0.0
.text 869868 869860 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1089648 1089648 0 0.0
.bss 178580 178580 0 0.0
.data 2672 2672 0 0.0
.text 908376 908376 0 0.0
window-app BRD4187C (read/write) 1109024 1109024 0 0.0
.bss 147148 147148 0 0.0
.data 3132 3132 0 0.0
.text 958724 958724 0 0.0
esp32 all-clusters-app c3devkit (read only) 1151574 1151574 0 0.0
(read/write) 1702492 1702492 0 0.0
.dram0.bss 79096 79096 0 0.0
.dram0.data 13084 13084 0 0.0
.flash.rodata 266568 266568 0 0.0
.flash.text 1151574 1151574 0 0.0
.iram0.text 75262 75262 0 0.0
m5stack (read only) 1193195 1193195 0 0.0
(read/write) 550694 550694 0 0.0
.dram0.bss 85464 85464 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 297552 297552 0 0.0
.flash.text 1187811 1187811 0 0.0
.iram0.text 123311 123311 0 0.0
k32w contact k32w0+release (read only) 591012 591012 0 0.0
(read/write) 88096 88096 0 0.0
.bss 71344 71344 0 0.0
.data 2128 2128 0 0.0
.text 590476 590476 0 0.0
light k32w0+release (read only) 589812 589812 0 0.0
(read/write) 87748 87748 0 0.0
.bss 71008 71008 0 0.0
.data 2116 2116 0 0.0
.text 589276 589276 0 0.0
lock k32w0+release (read only) 562148 562148 0 0.0
(read/write) 85548 85548 0 0.0
.bss 68864 68864 0 0.0
.data 2060 2060 0 0.0
.text 561612 561612 0 0.0
linux all-clusters-app debug (read only) 5518193 5518193 0 0.0
(read/write) 418176 418176 0 0.0
.bss 130464 130464 0 0.0
.data 4016 4016 0 0.0
.data.rel.ro 276360 276360 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1304 1304 0 0.0
.rodata 336016 336016 0 0.0
.text 4804259 4804259 0 0.0
all-clusters-minimal-app debug (read only) 4902913 4902913 0 0.0
(read/write) 231392 231392 0 0.0
.bss 126016 126016 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 94384 94384 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 272102 272102 0 0.0
.text 4400611 4400611 0 0.0
bridge-app debug (read only) 2770593 2770593 0 0.0
(read/write) 132848 132848 0 0.0
.bss 51512 51512 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 71408 71408 0 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 214664 214664 0 0.0
.text 2378403 2378403 0 0.0
chip-tool debug (read only) 17528481 17528481 0 0.0
(read/write) 1043136 1043136 0 0.0
.bss 93752 93752 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 936936 936936 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 892049 892049 0 0.0
.text 14610179 14610179 0 0.0
chip-tool-ipv6only arm64 (read only) 16770644 16770644 0 0.0
(read/write) 1110520 1110520 0 0.0
.bss 103064 103064 0 0.0
.data 4392 4392 0 0.0
.data.rel.ro 974328 974328 0 0.0
.dynamic 512 512 0 0.0
.got 23248 23248 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 804416 804416 0 0.0
.text 13755528 13755528 0 0.0
lighting-app debug+rpc+ui (read only) 5242001 5242001 0 0.0
(read/write) 222088 222088 0 0.0
.bss 117744 117744 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 92248 92248 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 337108 337108 0 0.0
.text 4662819 4662819 0 0.0
lock-app debug (read only) 4473057 4473057 0 0.0
(read/write) 202840 202840 0 0.0
.bss 113360 113360 0 0.0
.data 3728 3728 0 0.0
.data.rel.ro 78952 78952 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 248038 248038 0 0.0
.text 4015667 4015667 0 0.0
ota-provider-app debug (read only) 4128329 4128329 0 0.0
(read/write) 191872 191872 0 0.0
.bss 113504 113504 0 0.0
.data 4000 4000 0 0.0
.data.rel.ro 68448 68448 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 201254 201254 0 0.0
.text 3736755 3736755 0 0.0
ota-requestor-app debug (read only) 4222225 4222225 0 0.0
(read/write) 196184 196184 0 0.0
.bss 114560 114560 0 0.0
.data 4240 4240 0 0.0
.data.rel.ro 71448 71448 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 204646 204646 0 0.0
.text 3822931 3822931 0 0.0
shell debug (read only) 2939049 2939049 0 0.0
(read/write) 150720 150720 0 0.0
.bss 60008 60008 0 0.0
.data 784 784 0 0.0
.data.rel.ro 84056 84056 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 212370 212370 0 0.0
.text 2555714 2555714 0 0.0
thermostat-no-ble arm64 (read only) 4451476 4451476 0 0.0
(read/write) 243848 243848 0 0.0
.bss 122280 122280 0 0.0
.data 2880 2880 0 0.0
.data.rel.ro 102232 102232 0 0.0
.dynamic 512 512 0 0.0
.got 11984 11984 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 162252 162252 0 0.0
.text 3951144 3951144 0 0.0
tv-app debug (read only) 5317361 5317361 0 0.0
(read/write) 349856 349856 0 0.0
.bss 241280 241280 0 0.0
.data 5104 5104 0 0.0
.data.rel.ro 96048 96048 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272598 272598 0 0.0
.text 4801123 4801123 0 0.0
tv-casting-app debug (read only) 8296737 8296737 0 0.0
(read/write) 210568 210568 0 0.0
.bss 54208 54208 0 0.0
.data 2544 2544 0 0.0
.data.rel.ro 147016 147016 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 367836 367836 0 0.0
.text 7528739 7528739 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522504 2522504 0 0.0
.bss 219904 219904 0 0.0
.data 5128 5128 0 0.0
.text 1485188 1485188 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1220412 1220412 0 0.0
bss 154612 154612 0 0.0
rodata 141696 141696 0 0.0
text 845152 845152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1338624 1338624 0 0.0
bss 140070 140070 0 0.0
rodata 135688 135688 0 0.0
text 772180 772180 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1157328 1157328 0 0.0
bss 154791 154791 0 0.0
rodata 113036 113036 0 0.0
text 810516 810516 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837688 837688 0 0.0
(read/write) 1768804 1768804 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193116 193116 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 2536 2536 0 0.0
.debug_abbrev 1382477 1382477 0 0.0
.debug_aranges 143944 143944 0 0.0
.debug_frame 479472 479472 0 0.0
.debug_info 30262560 30262561 1 0.0
.debug_line 4150562 4150562 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2249376 2249376 0 0.0
.debug_rnglists 142398 142398 0 0.0
.debug_str 4124989 4124989 0 0.0
.heap 837688 837688 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 806034 806034 0 0.0
.symtab 501808 501808 0 0.0
.text 0 0 0 0.0
1564764 1564764 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839648 839648 0 0.0
(read/write) 1674572 1674572 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191228 191228 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 2464 2464 0 0.0
.debug_abbrev 1285184 1285184 0 0.0
.debug_aranges 137208 137208 0 0.0
.debug_frame 462420 462420 0 0.0
.debug_info 27230583 27230584 1 0.0
.debug_line 3961702 3961702 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2149738 2149738 0 0.0
.debug_rnglists 135498 135498 0 0.0
.debug_str 3979410 3979410 0 0.0
.heap 839648 839648 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 713485 713485 0 0.0
.symtab 465936 465936 0 0.0
.text 1472492 1472492 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845912 845912 0 0.0
(read/write) 1606076 1606076 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185076 185076 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 2352 2352 0 0.0
.debug_abbrev 1125407 1125407 0 0.0
.debug_aranges 127336 127336 0 0.0
.debug_frame 425564 425564 0 0.0
.debug_info 22372914 22372916 2 0.0
.debug_line 3527007 3527007 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1986853 1986853 0 0.0
.debug_rnglists 125268 125268 0 0.0
.debug_str 3787482 3787482 0 0.0
.heap 845912 845912 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 634477 634477 0 0.0
.symtab 430576 430576 0 0.0
.text 1410260 1410260 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818392 818392 0 0.0
(read/write) 1639580 1639580 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212580 212580 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 1116871 1116871 0 0.0
.debug_aranges 126248 126248 0 0.0
.debug_frame 421592 421592 0 0.0
.debug_info 22286450 22286450 0 0.0
.debug_line 3482458 3482458 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1967262 1967262 0 0.0
.debug_rnglists 123444 123444 0 0.0
.debug_str 3752020 3752020 0 0.0
.heap 818392 818392 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 608377 608377 0 0.0
.symtab 422704 422704 0 0.0
.text 1416244 1416244 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178444 1178444 0 0.0
.bss 101176 101176 0 0.0
.data 744 744 0 0.0
.text 625288 625288 0 0.0
lock-app qpg6105+debug (read/write) 1135500 1135500 0 0.0
.bss 95896 95896 0 0.0
.data 748 748 0 0.0
.text 582340 582340 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1072388 1072388 0 0.0
bss 107308 107308 0 0.0
text 730836 730834 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 977504 977496 -8 -0.0
bss 105284 105284 0 0.0
text 670206 670204 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944904 944904 0 0.0
bss 109660 109660 0 0.0
text 647458 647458 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876860 876860 0 0.0
bss 98840 98840 0 0.0
text 590846 590846 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 908164 908164 0 0.0
bss 99464 99464 0 0.0
text 618580 618580 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 983152 983152 0 0.0
bss 107516 107516 0 0.0
text 686212 686212 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 994524 994524 0 0.0
bss 111764 111764 0 0.0
text 693732 693732 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1052684 1052684 0 0.0
bss 109088 109088 0 0.0
text 731144 731146 2 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1084012 1084012 0 0.0
bss 120164 120164 0 0.0
text 751250 751250 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934312 934312 0 0.0
bss 99560 99560 0 0.0
text 621522 621520 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 899440 899440 0 0.0
bss 100148 100148 0 0.0
text 612692 612690 -2 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 882260 882260 0 0.0
bss 98972 98972 0 0.0
text 596452 596450 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 869440 869440 0 0.0
bss 98772 98772 0 0.0
text 586916 586914 -2 -0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744196 744196 0 0.0
bss 97208 97208 0 0.0
text 478658 478656 -2 -0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 879344 879344 0 0.0
bss 98952 98952 0 0.0
text 594324 594324 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865620 865620 0 0.0
bss 98680 98680 0 0.0
text 582562 582564 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 911444 911452 8 0.0
bss 99224 99224 0 0.0
text 621888 621890 2 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 907232 907240 8 0.0
bss 99560 99560 0 0.0
text 617196 617200 4 0.0

@github-actions
Copy link

github-actions bot commented Aug 15, 2023

PR #28638: Size comparison from 7067897 to d389106

Increases (6 builds for bl602, psoc6, telink)
platform target config section 7067897 d389106 change % change
bl602 lighting-app bl602 .text 1057948 1057950 2 0.0
bl602+rpc .text 1089882 1089884 2 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 30267509 30267510 1 0.0
telink lighting-app-shell tlsr9518adk80d text 751238 751240 2 0.0
ota-requestor-app tlsr9518adk80d text 612680 612682 2 0.0
window-covering tlsr9518adk80d text 617186 617188 2 0.0
Decreases (9 builds for cc32xx, efr32, nrfconnect, psoc6, telink)
platform target config section 7067897 d389106 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19423585 19423584 -1 -0.0
efr32 lighting-app BRD4187C (read/write) 1037268 1037260 -8 -0.0
.text 869892 869884 -8 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 845192 845188 -4 -0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 27230881 27230880 -1 -0.0
light cy8ckit_062s2_43012 .debug_info 22373204 22373203 -1 -0.0
telink lighting-app tlsr9518adk80d (read/write) 983152 983144 -8 -0.0
text 686206 686204 -2 -0.0
lighting-app-rpc tlsr9518adk80d text 731138 731136 -2 -0.0
pump-app tlsr9518adk80d text 596444 596442 -2 -0.0
pump-controller-app tlsr9518adk80d text 586908 586906 -2 -0.0
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 7067897 d389106 change % change
bl602 lighting-app bl602 (read/write) 1365194 1365194 0 0.0
.bss 73622 73622 0 0.0
.data 9560 9560 0 0.0
.text 1057948 1057950 2 0.0
bl602+rpc (read/write) 1412662 1412662 0 0.0
.bss 81662 81662 0 0.0
.data 9952 9952 0 0.0
.text 1089882 1089884 2 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1168223 1168223 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41285 41285 0 0.0
.bss_psram 43424 43424 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1567499 1567499 0 0.0
.debug_aranges 140392 140392 0 0.0
.debug_frame 516608 516608 0 0.0
.debug_info 41509868 41509868 0 0.0
.debug_line 5485455 5485455 0 0.0
.debug_loc 3566497 3566497 0 0.0
.debug_ranges 384704 384704 0 0.0
.debug_str 4012534 4012534 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107196 107196 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 589615 589615 0 0.0
.symtab 175792 175792 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
955100 955100 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1267159 1267159 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49749 49749 0 0.0
.bss_psram 43424 43424 0 0.0
.comment 48 48 0 0.0
.data 4104 4104 0 0.0
.debug_abbrev 1744629 1744629 0 0.0
.debug_aranges 148936 148936 0 0.0
.debug_frame 545512 545512 0 0.0
.debug_info 46404576 46404576 0 0.0
.debug_line 5897977 5897977 0 0.0
.debug_loc 3772653 3772653 0 0.0
.debug_ranges 410456 410456 0 0.0
.debug_str 4432399 4432399 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121848 121848 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 652578 652578 0 0.0
.symtab 194720 194720 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1029784 1029784 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1153836 1153836 0 0.0
.boot2 292 292 0 0.0
.bss 15988 15988 0 0.0
.bss_psram 77840 77840 0 0.0
.comment 48 48 0 0.0
.data 4528 4528 0 0.0
.debug_abbrev 1569718 1569718 0 0.0
.debug_aranges 134896 134896 0 0.0
.debug_frame 496296 496296 0 0.0
.debug_info 41510978 41510978 0 0.0
.debug_line 5401149 5401149 0 0.0
.debug_loc 3502664 3502664 0 0.0
.debug_ranges 389912 389912 0 0.0
.debug_str 4025003 4025003 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 101080 101080 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 589830 589830 0 0.0
.symtab 175344 175344 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
943854 943854 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 615994 615994 0 0.0
(read/write) 207744 207744 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201184 201184 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 962128 962128 0 0.0
.debug_aranges 109056 109056 0 0.0
.debug_frame 369852 369852 0 0.0
.debug_info 19423585 19423584 -1 -0.0
.debug_line 2814432 2814432 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1597705 1597705 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 100591 100591 0 0.0
.debug_str 3427392 3427392 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106458 106458 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 496666 496666 0 0.0
.symtab 293440 293440 0 0.0
.text 507412 507412 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 550687 550687 0 0.0
.app_xip_area 441977 441977 0 0.0
.bss 63728 63728 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537775 537775 0 0.0
.app_xip_area 424017 424017 0 0.0
.bss 68752 68752 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574447 574447 0 0.0
.app_xip_area 466817 466817 0 0.0
.bss 62720 62720 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549431 549431 0 0.0
.app_xip_area 438793 438793 0 0.0
.bss 65632 65632 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1013020 1013020 0 0.0
.bss 184524 184524 0 0.0
.data 2652 2652 0 0.0
.text 825824 825824 0 0.0
BRD4187C (read/write) 1037268 1037260 -8 -0.0
.bss 164108 164108 0 0.0
.data 3248 3248 0 0.0
.text 869892 869884 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1089712 1089712 0 0.0
.bss 178580 178580 0 0.0
.data 2672 2672 0 0.0
.text 908440 908440 0 0.0
window-app BRD4187C (read/write) 1109040 1109040 0 0.0
.bss 147148 147148 0 0.0
.data 3132 3132 0 0.0
.text 958740 958740 0 0.0
esp32 all-clusters-app c3devkit (read only) 1151566 1151566 0 0.0
(read/write) 1702492 1702492 0 0.0
.dram0.bss 79096 79096 0 0.0
.dram0.data 13084 13084 0 0.0
.flash.rodata 266568 266568 0 0.0
.flash.text 1151566 1151566 0 0.0
.iram0.text 75262 75262 0 0.0
m5stack (read only) 1193223 1193223 0 0.0
(read/write) 550694 550694 0 0.0
.dram0.bss 85464 85464 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 297552 297552 0 0.0
.flash.text 1187839 1187839 0 0.0
.iram0.text 123311 123311 0 0.0
k32w contact k32w0+release (read only) 591028 591028 0 0.0
(read/write) 88096 88096 0 0.0
.bss 71344 71344 0 0.0
.data 2128 2128 0 0.0
.text 590492 590492 0 0.0
light k32w0+release (read only) 589828 589828 0 0.0
(read/write) 87748 87748 0 0.0
.bss 71008 71008 0 0.0
.data 2116 2116 0 0.0
.text 589292 589292 0 0.0
lock k32w0+release (read only) 562180 562180 0 0.0
(read/write) 85548 85548 0 0.0
.bss 68864 68864 0 0.0
.data 2060 2060 0 0.0
.text 561644 561644 0 0.0
linux all-clusters-app debug (read only) 5518633 5518633 0 0.0
(read/write) 416440 416440 0 0.0
.bss 128704 128704 0 0.0
.data 4016 4016 0 0.0
.data.rel.ro 276392 276392 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1296 1296 0 0.0
.rodata 336048 336048 0 0.0
.text 4804643 4804643 0 0.0
all-clusters-minimal-app debug (read only) 4902865 4902865 0 0.0
(read/write) 231392 231392 0 0.0
.bss 126016 126016 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 94384 94384 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 272070 272070 0 0.0
.text 4400595 4400595 0 0.0
bridge-app debug (read only) 2770561 2770561 0 0.0
(read/write) 132848 132848 0 0.0
.bss 51512 51512 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 71408 71408 0 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 214632 214632 0 0.0
.text 2378403 2378403 0 0.0
chip-tool debug (read only) 17528465 17528465 0 0.0
(read/write) 1043136 1043136 0 0.0
.bss 93752 93752 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 936936 936936 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 892017 892017 0 0.0
.text 14610195 14610195 0 0.0
chip-tool-ipv6only arm64 (read only) 16770580 16770580 0 0.0
(read/write) 1110520 1110520 0 0.0
.bss 103064 103064 0 0.0
.data 4392 4392 0 0.0
.data.rel.ro 974328 974328 0 0.0
.dynamic 512 512 0 0.0
.got 23248 23248 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 804384 804384 0 0.0
.text 13755496 13755496 0 0.0
lighting-app debug+rpc+ui (read only) 5241985 5241985 0 0.0
(read/write) 222088 222088 0 0.0
.bss 117744 117744 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 92248 92248 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 337108 337108 0 0.0
.text 4662803 4662803 0 0.0
lock-app debug (read only) 4473025 4473025 0 0.0
(read/write) 202840 202840 0 0.0
.bss 113360 113360 0 0.0
.data 3728 3728 0 0.0
.data.rel.ro 78952 78952 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 248006 248006 0 0.0
.text 4015667 4015667 0 0.0
ota-provider-app debug (read only) 4128281 4128281 0 0.0
(read/write) 191872 191872 0 0.0
.bss 113504 113504 0 0.0
.data 4000 4000 0 0.0
.data.rel.ro 68448 68448 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 201222 201222 0 0.0
.text 3736739 3736739 0 0.0
ota-requestor-app debug (read only) 4222193 4222193 0 0.0
(read/write) 196184 196184 0 0.0
.bss 114560 114560 0 0.0
.data 4240 4240 0 0.0
.data.rel.ro 71448 71448 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 204614 204614 0 0.0
.text 3822931 3822931 0 0.0
shell debug (read only) 2939113 2939113 0 0.0
(read/write) 150720 150720 0 0.0
.bss 60008 60008 0 0.0
.data 784 784 0 0.0
.data.rel.ro 84056 84056 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 212434 212434 0 0.0
.text 2555714 2555714 0 0.0
thermostat-no-ble arm64 (read only) 4451428 4451428 0 0.0
(read/write) 243848 243848 0 0.0
.bss 122280 122280 0 0.0
.data 2880 2880 0 0.0
.data.rel.ro 102232 102232 0 0.0
.dynamic 512 512 0 0.0
.got 11984 11984 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 162236 162236 0 0.0
.text 3951112 3951112 0 0.0
tv-app debug (read only) 5317329 5317329 0 0.0
(read/write) 349856 349856 0 0.0
.bss 241280 241280 0 0.0
.data 5104 5104 0 0.0
.data.rel.ro 96048 96048 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 272566 272566 0 0.0
.text 4801123 4801123 0 0.0
tv-casting-app debug (read only) 8296689 8296689 0 0.0
(read/write) 210568 210568 0 0.0
.bss 54208 54208 0 0.0
.data 2544 2544 0 0.0
.data.rel.ro 147016 147016 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 367804 367804 0 0.0
.text 7528723 7528723 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522568 2522568 0 0.0
.bss 219904 219904 0 0.0
.data 5128 5128 0 0.0
.text 1485252 1485252 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1220460 1220460 0 0.0
bss 154612 154612 0 0.0
rodata 141696 141696 0 0.0
text 845192 845188 -4 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1338672 1338672 0 0.0
bss 140070 140070 0 0.0
rodata 135688 135688 0 0.0
text 772228 772228 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1157360 1157360 0 0.0
bss 154791 154791 0 0.0
rodata 113036 113036 0 0.0
text 810540 810540 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837688 837688 0 0.0
(read/write) 1768836 1768836 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193116 193116 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 2536 2536 0 0.0
.debug_abbrev 1382598 1382598 0 0.0
.debug_aranges 144024 144024 0 0.0
.debug_frame 479756 479756 0 0.0
.debug_info 30267509 30267510 1 0.0
.debug_line 4151529 4151529 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2251649 2251649 0 0.0
.debug_rnglists 142460 142460 0 0.0
.debug_str 4126558 4126558 0 0.0
.heap 837688 837688 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 806224 806224 0 0.0
.symtab 501808 501808 0 0.0
.text 0 0 0 0.0
1564796 1564796 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839648 839648 0 0.0
(read/write) 1674604 1674604 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191228 191228 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 2464 2464 0 0.0
.debug_abbrev 1285232 1285232 0 0.0
.debug_aranges 137208 137208 0 0.0
.debug_frame 462420 462420 0 0.0
.debug_info 27230881 27230880 -1 -0.0
.debug_line 3961720 3961720 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2149817 2149817 0 0.0
.debug_rnglists 135498 135498 0 0.0
.debug_str 3979614 3979614 0 0.0
.heap 839648 839648 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 713675 713675 0 0.0
.symtab 465936 465936 0 0.0
.text 1472524 1472524 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845912 845912 0 0.0
(read/write) 1606092 1606092 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185076 185076 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 2352 2352 0 0.0
.debug_abbrev 1125455 1125455 0 0.0
.debug_aranges 127336 127336 0 0.0
.debug_frame 425564 425564 0 0.0
.debug_info 22373204 22373203 -1 -0.0
.debug_line 3527025 3527025 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1986932 1986932 0 0.0
.debug_rnglists 125268 125268 0 0.0
.debug_str 3787686 3787686 0 0.0
.heap 845912 845912 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 634667 634667 0 0.0
.symtab 430576 430576 0 0.0
.text 1410276 1410276 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818392 818392 0 0.0
(read/write) 1639596 1639596 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212580 212580 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 1116919 1116919 0 0.0
.debug_aranges 126248 126248 0 0.0
.debug_frame 421592 421592 0 0.0
.debug_info 22286745 22286745 0 0.0
.debug_line 3482476 3482476 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1967341 1967341 0 0.0
.debug_rnglists 123444 123444 0 0.0
.debug_str 3752224 3752224 0 0.0
.heap 818392 818392 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 608567 608567 0 0.0
.symtab 422704 422704 0 0.0
.text 1416260 1416260 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178460 1178460 0 0.0
.bss 101176 101176 0 0.0
.data 744 744 0 0.0
.text 625304 625304 0 0.0
lock-app qpg6105+debug (read/write) 1135524 1135524 0 0.0
.bss 95896 95896 0 0.0
.data 748 748 0 0.0
.text 582364 582364 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1072420 1072420 0 0.0
bss 107308 107308 0 0.0
text 730872 730872 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 977488 977488 0 0.0
bss 105284 105284 0 0.0
text 670196 670196 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944888 944888 0 0.0
bss 109660 109660 0 0.0
text 647448 647448 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876852 876852 0 0.0
bss 98840 98840 0 0.0
text 590838 590838 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 908156 908156 0 0.0
bss 99464 99464 0 0.0
text 618570 618570 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 983152 983144 -8 -0.0
bss 107516 107516 0 0.0
text 686206 686204 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 994508 994508 0 0.0
bss 111764 111764 0 0.0
text 693718 693718 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1052676 1052676 0 0.0
bss 109088 109088 0 0.0
text 731138 731136 -2 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1083996 1083996 0 0.0
bss 120164 120164 0 0.0
text 751238 751240 2 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934304 934304 0 0.0
bss 99560 99560 0 0.0
text 621512 621512 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 899432 899432 0 0.0
bss 100148 100148 0 0.0
text 612680 612682 2 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 882252 882252 0 0.0
bss 98972 98972 0 0.0
text 596444 596442 -2 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 869432 869432 0 0.0
bss 98772 98772 0 0.0
text 586908 586906 -2 -0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744196 744196 0 0.0
bss 97208 97208 0 0.0
text 478658 478658 0 0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 879336 879336 0 0.0
bss 98952 98952 0 0.0
text 594312 594312 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865604 865604 0 0.0
bss 98680 98680 0 0.0
text 582550 582550 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 911436 911436 0 0.0
bss 99224 99224 0 0.0
text 621880 621880 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 907224 907224 0 0.0
bss 99560 99560 0 0.0
text 617186 617188 2 0.0

@mergify mergify bot merged commit 39511c2 into project-chip:master Aug 15, 2023
48 checks passed
@Sarthak-Shaha Sarthak-Shaha deleted the bugfix/security_test_mode branch August 15, 2023 17:55
s07641069 pushed a commit to s07641069/connectedhomeip that referenced this pull request Aug 22, 2023
HunsupJung pushed a commit to HunsupJung/connectedhomeip that referenced this pull request Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants