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

Add intelligence to the ExchangeContext to determine if a peer is active #29549

Merged
merged 12 commits into from Oct 19, 2023

Conversation

mkardous-silabs
Copy link
Contributor

@mkardous-silabs mkardous-silabs commented Oct 3, 2023

Description

With the introduction of ICDs, it is possible for the Session Active Threshold to be 0 which means that the session would always think the peer is inactive.

The goal of the PR is to used knowledge based on messages received to determine if the sender can assumer the peer (receiver) is active.
If we receive an application-level message, we assume that during the lifetime of the current exchange, the peer (receiver) is active.

Spec PR to allow these changes
https://github.com/CHIP-Specifications/connectedhomeip-spec/pull/7587

Tests

  • Added unit tests for the MRP test case
  • Manual tests to validate the chip-tool knows when the device is active.
    Use the Case session to validate steps.

@github-actions github-actions bot added the app label Oct 3, 2023
@github-actions
Copy link

github-actions bot commented Oct 3, 2023

PR #29549: Size comparison from 19771ed to 1677310

Increases (51 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg)
platform target config section 19771ed 1677310 change % change
bl602 lighting-app bl602 (read/write) 1391514 1391658 144 0.0
.text 1067718 1067862 144 0.0
bl602+mfd (read/write) 1405426 1405570 144 0.0
.text 1082524 1082668 144 0.0
bl602+rpc (read/write) 1438686 1438830 144 0.0
.text 1099454 1099598 144 0.0
bl702 lighting-app bl702 (read/write) 1195015 1195163 148 0.0
.debug_aranges 138432 138448 16 0.0
.debug_frame 508208 508284 76 0.0
.debug_info 41926969 41928014 1045 0.0
.debug_line 5431303 5431872 569 0.0
.debug_loc 3526044 3526295 251 0.0
.debug_ranges 378136 378144 8 0.0
.debug_str 3966257 3966470 213 0.0
.strtab 596847 596990 143 0.0
.symtab 177264 177296 32 0.0
.text 961954 962102 148 0.0
bl702+mfd (read/write) 1205591 1205739 148 0.0
.debug_aranges 139600 139616 16 0.0
.debug_frame 513280 513356 76 0.0
.debug_info 41967587 41968632 1045 0.0
.debug_line 5470690 5471259 569 0.0
.debug_loc 3564475 3564726 251 0.0
.debug_ranges 380136 380144 8 0.0
.debug_str 3971788 3972001 213 0.0
.strtab 600607 600750 143 0.0
.symtab 179024 179056 32 0.0
.text 973472 973620 148 0.0
bl702+rpc (read/write) 1293563 1293711 148 0.0
.debug_aranges 147152 147168 16 0.0
.debug_frame 537552 537628 76 0.0
.debug_info 47077241 47078286 1045 0.0
.debug_line 5849395 5849964 569 0.0
.debug_loc 3733029 3733280 251 0.0
.debug_ranges 405688 405696 8 0.0
.debug_str 4394326 4394539 213 0.0
.strtab 661588 661731 143 0.0
.symtab 196592 196624 32 0.0
.text 1035944 1036092 148 0.0
bl706-eth (read/write) 1044139 1044287 148 0.0
.debug_aranges 115440 115456 16 0.0
.debug_frame 427608 427684 76 0.0
.debug_info 22679354 22680399 1045 0.0
.debug_line 4363938 4364507 569 0.0
.debug_loc 3035073 3035336 263 0.0
.debug_ranges 313944 313952 8 0.0
.debug_str 3545492 3545705 213 0.0
.strtab 465142 465285 143 0.0
.symtab 139952 139984 32 0.0
.text 788008 788156 148 0.0
bl706-wifi (read/write) 1207774 1207938 164 0.0
.debug_aranges 119616 119632 16 0.0
.debug_frame 620160 620264 104 0.0
.debug_info 23849410 23850452 1042 0.0
.debug_line 4608073 4608642 569 0.0
.debug_loc 3134900 3135098 198 0.0
.debug_ranges 323760 323768 8 0.0
.debug_str 3617783 3617996 213 0.0
.strtab 505869 506012 143 0.0
.symtab 152816 152848 32 0.0
.text 955046 955212 166 0.0
bl702l lighting-app bl702l (read/write) 1158156 1158556 400 0.0
.debug_aranges 133296 133312 16 0.0
.debug_frame 488848 488924 76 0.0
.debug_info 41384966 41386011 1045 0.0
.debug_line 5334438 5335007 569 0.0
.debug_loc 3470301 3470579 278 0.0
.debug_ranges 384672 384680 8 0.0
.debug_str 3990853 3991066 213 0.0
.strtab 598473 598616 143 0.0
.symtab 176704 176736 32 0.0
.text 944766 945168 402 0.0
bl702l+mfd (read/write) 1169032 1169176 144 0.0
.debug_aranges 134464 134480 16 0.0
.debug_frame 493916 493992 76 0.0
.debug_info 41427627 41428672 1045 0.0
.debug_line 5373702 5374271 569 0.0
.debug_loc 3508732 3509010 278 0.0
.debug_ranges 386672 386680 8 0.0
.debug_str 3996374 3996587 213 0.0
.strtab 602301 602444 143 0.0
.symtab 178496 178528 32 0.0
.text 956552 956696 144 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 738179 738235 56 0.0
.text 653404 653460 56 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758435 758507 72 0.0
.text 677960 678032 72 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 745971 746035 64 0.0
.text 639472 639536 64 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696371 696427 56 0.0
.text 615708 615764 56 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681963 682019 56 0.0
.text 605460 605516 56 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 619586 619666 80 0.0
.debug_aranges 107552 107568 16 0.0
.debug_frame 363492 363536 44 0.0
.debug_info 20878705 20879846 1141 0.0
.debug_line 2775077 2775421 344 0.0
.debug_loclists 1573995 1574223 228 0.0
.debug_rnglists 101500 101512 12 0.0
.debug_str 3387254 3387467 213 0.0
.strtab 511161 511304 143 0.0
.symtab 296960 297024 64 0.0
.text 511176 511256 80 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 555383 555439 56 0.0
.app_xip_area 446585 446641 56 0.0
lock cyw930739m2evb_01 (read/write) 540271 540327 56 0.0
.app_xip_area 426681 426737 56 0.0
ota-requestor cyw930739m2evb_01 (read/write) 575431 575495 64 0.0
.app_xip_area 467961 468025 64 0.0
switch cyw930739m2evb_01 (read/write) 552071 552127 56 0.0
.app_xip_area 441505 441561 56 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1010668 1010748 80 0.0
.text 836020 836100 80 0.0
BRD4187C (read/write) 1092456 1092528 72 0.0
.text 893104 893176 72 0.0
lock-app BRD4161A+wf200 (read/write) 1105840 1105888 48 0.0
.text 916496 916544 48 0.0
window-app BRD4187C (read/write) 1126308 1126396 88 0.0
.text 954676 954764 88 0.0
esp32 all-clusters-app c3devkit (read only) 1167494 1167590 96 0.0
.flash.text 1167494 1167590 96 0.0
m5stack (read only) 1209279 1209339 60 0.0
.flash.text 1203895 1203955 60 0.0
k32w contact k32w0+release (read only) 590620 590700 80 0.0
.text 590084 590164 80 0.0
k32w1+release (read/write) 685856 685904 48 0.0
.text 572688 572736 48 0.0
light k32w0+release (read only) 590412 590492 80 0.0
.text 589876 589956 80 0.0
k32w1+release (read/write) 777628 777692 64 0.0
.text 655616 655680 64 0.0
lock k32w0+release (read only) 561716 561780 64 0.0
.text 561180 561244 64 0.0
linux all-clusters-app debug (read only) 5577033 5577321 288 0.0
.text 4860083 4860371 288 0.0
all-clusters-minimal-app debug (read only) 4929289 4929561 272 0.0
.text 4427523 4427795 272 0.0
bridge-app debug (read only) 2773001 2773273 272 0.0
.text 2381923 2382195 272 0.0
chip-tool debug (read only) 10353649 10353937 288 0.0
.text 9369395 9369683 288 0.0
chip-tool-ipv6only arm64 (read only) 10217548 10217916 368 0.0
.text 9135256 9135624 368 0.0
lighting-app debug+rpc+ui (read only) 5255921 5256193 272 0.0
.text 4676531 4676803 272 0.0
lock-app debug (read only) 4479025 4479313 288 0.0
.text 4022467 4022755 288 0.0
ota-provider-app debug (read only) 4130945 4131233 288 0.0
.text 3740291 3740579 288 0.0
ota-requestor-app debug (read only) 4224105 4224393 288 0.0
.text 3825859 3826147 288 0.0
shell debug (read only) 2973377 2973649 272 0.0
.text 2588130 2588402 272 0.0
thermostat-no-ble arm64 (read only) 4366908 4367276 368 0.0
.text 3871080 3871448 368 0.0
tv-app debug (read only) 5322449 5322737 288 0.0
.text 4807123 4807411 288 0.0
tv-casting-app debug (read only) 8300481 8300753 272 0.0
.text 7561747 7562019 272 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2523792 2523856 64 0.0
.text 1486476 1486540 64 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1785788 1785868 80 0.0
.debug_aranges 144256 144272 16 0.0
.debug_frame 479276 479320 44 0.0
.debug_info 32463291 32464401 1110 0.0
.debug_line 4156688 4156933 245 0.0
.debug_loclists 2256729 2256988 259 0.0
.debug_rnglists 145400 145412 12 0.0
.debug_str 4141091 4141304 213 0.0
.strtab 837023 837166 143 0.0
.symtab 511872 511936 64 0.0
.text 1581572 1581652 80 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1685692 1685756 64 0.0
.debug_aranges 136056 136072 16 0.0
.debug_frame 457704 457748 44 0.0
.debug_info 28803726 28804836 1110 0.0
.debug_line 3915838 3916083 245 0.0
.debug_loclists 2130114 2130354 240 0.0
.debug_rnglists 136967 136979 12 0.0
.debug_str 3942731 3942944 213 0.0
.strtab 734779 734922 143 0.0
.symtab 472720 472784 64 0.0
.text 1484132 1484196 64 0.0
light cy8ckit_062s2_43012 (read/write) 1611332 1611396 64 0.0
.debug_aranges 126120 126136 16 0.0
.debug_frame 420636 420680 44 0.0
.debug_info 23925052 23926162 1110 0.0
.debug_line 3490620 3490865 245 0.0
.debug_loclists 1966838 1967079 241 0.0
.debug_rnglists 126519 126531 12 0.0
.debug_str 3749813 3750026 213 0.0
.strtab 649971 650114 143 0.0
.symtab 434960 435024 64 0.0
.text 1416100 1416164 64 0.0
lock cy8ckit_062s2_43012 (read/write) 1642708 1642772 64 0.0
.debug_aranges 124752 124768 16 0.0
.debug_frame 415660 415704 44 0.0
.debug_info 23728399 23729540 1141 0.0
.debug_line 3441238 3441483 245 0.0
.debug_loclists 1942403 1942644 241 0.0
.debug_rnglists 124460 124472 12 0.0
.debug_str 3711803 3712016 213 0.0
.strtab 622901 623044 143 0.0
.symtab 426128 426192 64 0.0
.text 1420212 1420276 64 0.0
qpg lighting-app qpg6105+debug (read/write) 1178496 1178560 64 0.0
.text 625336 625400 64 0.0
lock-app qpg6105+debug (read/write) 1134760 1134840 80 0.0
.text 581604 581684 80 0.0
Decreases (5 builds for cc32xx, psoc6)
platform target config section 19771ed 1677310 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 935674 935673 -1 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1379186 1379185 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1260181 1260180 -1 -0.0
light cy8ckit_062s2_43012 .debug_abbrev 1101153 1101152 -1 -0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1093344 1093343 -1 -0.0
Full report (51 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg)
platform target config section 19771ed 1677310 change % change
bl602 lighting-app bl602 (read/write) 1391514 1391658 144 0.0
.bss 88176 88176 0 0.0
.data 9368 9368 0 0.0
.text 1067718 1067862 144 0.0
bl602+mfd (read/write) 1405426 1405570 144 0.0
.bss 88344 88344 0 0.0
.data 9344 9344 0 0.0
.text 1082524 1082668 144 0.0
bl602+rpc (read/write) 1438686 1438830 144 0.0
.bss 96200 96200 0 0.0
.data 9728 9728 0 0.0
.text 1099454 1099598 144 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1195015 1195163 148 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1547678 1547678 0 0.0
.debug_aranges 138432 138448 16 0.0
.debug_frame 508208 508284 76 0.0
.debug_info 41926969 41928014 1045 0.0
.debug_line 5431303 5431872 569 0.0
.debug_loc 3526044 3526295 251 0.0
.debug_ranges 378136 378144 8 0.0
.debug_str 3966257 3966470 213 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
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106804 106804 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 596847 596990 143 0.0
.symtab 177264 177296 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
961954 962102 148 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1205591 1205739 148 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1549751 1549751 0 0.0
.debug_aranges 139600 139616 16 0.0
.debug_frame 513280 513356 76 0.0
.debug_info 41967587 41968632 1045 0.0
.debug_line 5470690 5471259 569 0.0
.debug_loc 3564475 3564726 251 0.0
.debug_ranges 380136 380144 8 0.0
.debug_str 3971788 3972001 213 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
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105744 105744 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600607 600750 143 0.0
.symtab 179024 179056 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
973472 973620 148 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1293563 1293711 148 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4088 4088 0 0.0
.debug_abbrev 1728572 1728572 0 0.0
.debug_aranges 147152 147168 16 0.0
.debug_frame 537552 537628 76 0.0
.debug_info 47077241 47078286 1045 0.0
.debug_line 5849395 5849964 569 0.0
.debug_loc 3733029 3733280 251 0.0
.debug_ranges 405688 405696 8 0.0
.debug_str 4394326 4394539 213 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
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121868 121868 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 661588 661731 143 0.0
.symtab 196592 196624 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1035944 1036092 148 0.0
bl706-eth (read/write) 1044139 1044287 148 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1083427 1083427 0 0.0
.debug_aranges 115440 115456 16 0.0
.debug_frame 427608 427684 76 0.0
.debug_info 22679354 22680399 1045 0.0
.debug_line 4363938 4364507 569 0.0
.debug_loc 3035073 3035336 263 0.0
.debug_ranges 313944 313952 8 0.0
.debug_str 3545492 3545705 213 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 152 152 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 96504 96504 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465142 465285 143 0.0
.symtab 139952 139984 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
788008 788156 148 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1207774 1207938 164 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98455 98455 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1176537 1176537 0 0.0
.debug_aranges 119616 119632 16 0.0
.debug_frame 620160 620264 104 0.0
.debug_info 23849410 23850452 1042 0.0
.debug_line 4608073 4608642 569 0.0
.debug_loc 3134900 3135098 198 0.0
.debug_ranges 323760 323768 8 0.0
.debug_str 3617783 3617996 213 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 109632 109632 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505869 506012 143 0.0
.symtab 152816 152848 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
955046 955212 166 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1158156 1158556 400 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1541966 1541966 0 0.0
.debug_aranges 133296 133312 16 0.0
.debug_frame 488848 488924 76 0.0
.debug_info 41384966 41386011 1045 0.0
.debug_line 5334438 5335007 569 0.0
.debug_loc 3470301 3470579 278 0.0
.debug_ranges 384672 384680 8 0.0
.debug_str 3990853 3991066 213 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 100784 100784 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 598473 598616 143 0.0
.symtab 176704 176736 32 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
944766 945168 402 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1169032 1169176 144 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1544054 1544054 0 0.0
.debug_aranges 134464 134480 16 0.0
.debug_frame 493916 493992 76 0.0
.debug_info 41427627 41428672 1045 0.0
.debug_line 5373702 5374271 569 0.0
.debug_loc 3508732 3509010 278 0.0
.debug_ranges 386672 386680 8 0.0
.debug_str 3996374 3996587 213 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 99724 99724 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 602301 602444 143 0.0
.symtab 178496 178528 32 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
956552 956696 144 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 738179 738235 56 0.0
(read/write) 166444 166444 0 0.0
.bss 88860 88860 0 0.0
.data 3420 3420 0 0.0
.rodata 84383 84383 0 0.0
.text 653404 653460 56 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758435 758507 72 0.0
(read/write) 176700 176700 0 0.0
.bss 99084 99084 0 0.0
.data 3436 3436 0 0.0
.rodata 80087 80087 0 0.0
.text 677960 678032 72 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 745971 746035 64 0.0
(read/write) 171172 171172 0 0.0
.bss 93556 93556 0 0.0
.data 3436 3436 0 0.0
.rodata 106111 106111 0 0.0
.text 639472 639536 64 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696371 696427 56 0.0
(read/write) 165536 165536 0 0.0
.bss 87728 87728 0 0.0
.data 3408 3408 0 0.0
.rodata 80271 80271 0 0.0
.text 615708 615764 56 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681963 682019 56 0.0
(read/write) 165676 165676 0 0.0
.bss 87872 87872 0 0.0
.data 3404 3404 0 0.0
.rodata 76111 76111 0 0.0
.text 605460 605516 56 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 619586 619666 80 0.0
(read/write) 206900 206900 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200344 200344 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 935674 935673 -1 -0.0
.debug_aranges 107552 107568 16 0.0
.debug_frame 363492 363536 44 0.0
.debug_info 20878705 20879846 1141 0.0
.debug_line 2775077 2775421 344 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1573995 1574223 228 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 101500 101512 12 0.0
.debug_str 3387254 3387467 213 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106290 106290 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 511161 511304 143 0.0
.symtab 296960 297024 64 0.0
.text 511176 511256 80 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 555383 555439 56 0.0
.app_xip_area 446585 446641 56 0.0
.bss 63768 63768 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 540271 540327 56 0.0
.app_xip_area 426681 426737 56 0.0
.bss 68536 68536 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 575431 575495 64 0.0
.app_xip_area 467961 468025 64 0.0
.bss 62512 62512 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 552071 552127 56 0.0
.app_xip_area 441505 441561 56 0.0
.bss 65512 65512 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1010668 1010748 80 0.0
.bss 171940 171940 0 0.0
.data 2684 2684 0 0.0
.text 836020 836100 80 0.0
BRD4187C (read/write) 1092456 1092528 72 0.0
.bss 196064 196064 0 0.0
.data 3268 3268 0 0.0
.text 893104 893176 72 0.0
lock-app BRD4161A+wf200 (read/write) 1105840 1105888 48 0.0
.bss 186628 186628 0 0.0
.data 2696 2696 0 0.0
.text 916496 916544 48 0.0
window-app BRD4187C (read/write) 1126308 1126396 88 0.0
.bss 168472 168472 0 0.0
.data 3140 3140 0 0.0
.text 954676 954764 88 0.0
esp32 all-clusters-app c3devkit (read only) 1167494 1167590 96 0.0
(read/write) 1701860 1701860 0 0.0
.dram0.bss 77640 77640 0 0.0
.dram0.data 13060 13060 0 0.0
.flash.rodata 268432 268432 0 0.0
.flash.text 1167494 1167590 96 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1209279 1209339 60 0.0
(read/write) 551794 551794 0 0.0
.dram0.bss 84288 84288 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299868 299868 0 0.0
.flash.text 1203895 1203955 60 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 590620 590700 80 0.0
(read/write) 87512 87512 0 0.0
.bss 70760 70760 0 0.0
.data 2128 2128 0 0.0
.text 590084 590164 80 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 685856 685904 48 0.0
.bss 66976 66976 0 0.0
.data 2716 2716 0 0.0
.text 572688 572736 48 0.0
light k32w0+release (read only) 590412 590492 80 0.0
(read/write) 87188 87188 0 0.0
.bss 70448 70448 0 0.0
.data 2116 2116 0 0.0
.text 589876 589956 80 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 777628 777692 64 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 655616 655680 64 0.0
lock k32w0+release (read only) 561716 561780 64 0.0
(read/write) 85016 85016 0 0.0
.bss 68336 68336 0 0.0
.data 2056 2056 0 0.0
.text 561180 561244 64 0.0
linux all-clusters-app debug (read only) 5577033 5577321 288 0.0
(read/write) 420584 420584 0 0.0
.bss 130480 130480 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 278880 278880 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 336108 336108 0 0.0
.text 4860083 4860371 288 0.0
all-clusters-minimal-app debug (read only) 4929289 4929561 272 0.0
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270653 270653 0 0.0
.text 4427523 4427795 272 0.0
bridge-app debug (read only) 2773001 2773273 272 0.0
(read/write) 133168 133168 0 0.0
.bss 51736 51736 0 0.0
.data 3680 3680 0 0.0
.data.rel.ro 71648 71648 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 213312 213312 0 0.0
.text 2381923 2382195 272 0.0
chip-tool debug (read only) 10353649 10353937 288 0.0
(read/write) 443064 443064 0 0.0
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337136 337136 0 0.0
.dynamic 624 624 0 0.0
.got 5808 5808 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 387209 387209 0 0.0
.text 9369395 9369683 288 0.0
chip-tool-ipv6only arm64 (read only) 10217548 10217916 368 0.0
(read/write) 505512 505512 0 0.0
.bss 103032 103032 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374376 374376 0 0.0
.dynamic 512 512 0 0.0
.got 18368 18368 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 316040 316040 0 0.0
.text 9135256 9135624 368 0.0
lighting-app debug+rpc+ui (read only) 5255921 5256193 272 0.0
(read/write) 222792 222792 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92640 92640 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 336596 336596 0 0.0
.text 4676531 4676803 272 0.0
lock-app debug (read only) 4479025 4479313 288 0.0
(read/write) 203128 203128 0 0.0
.bss 113424 113424 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246941 246941 0 0.0
.text 4022467 4022755 288 0.0
ota-provider-app debug (read only) 4130945 4131233 288 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200093 200093 0 0.0
.text 3740291 3740579 288 0.0
ota-requestor-app debug (read only) 4224105 4224393 288 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203357 203357 0 0.0
.text 3825859 3826147 288 0.0
shell debug (read only) 2973377 2973649 272 0.0
(read/write) 153248 153248 0 0.0
.bss 61000 61000 0 0.0
.data 784 784 0 0.0
.data.rel.ro 85544 85544 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211808 211808 0 0.0
.text 2588130 2588402 272 0.0
thermostat-no-ble arm64 (read only) 4366908 4367276 368 0.0
(read/write) 241992 241992 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100672 100672 0 0.0
.dynamic 512 512 0 0.0
.got 11896 11896 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 161052 161052 0 0.0
.text 3871080 3871448 368 0.0
tv-app debug (read only) 5322449 5322737 288 0.0
(read/write) 350696 350696 0 0.0
.bss 241888 241888 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5608 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 271245 271245 0 0.0
.text 4807123 4807411 288 0.0
tv-casting-app debug (read only) 8300481 8300753 272 0.0
(read/write) 211720 211720 0 0.0
.bss 54752 54752 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 147696 147696 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 337240 337240 0 0.0
.text 7561747 7562019 272 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523792 2523856 64 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1486476 1486540 64 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837512 0 0.0
(read/write) 1785788 1785868 80 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193300 193300 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2528 2528 0 0.0
.debug_abbrev 1379186 1379185 -1 -0.0
.debug_aranges 144256 144272 16 0.0
.debug_frame 479276 479320 44 0.0
.debug_info 32463291 32464401 1110 0.0
.debug_line 4156688 4156933 245 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2256729 2256988 259 0.0
.debug_rnglists 145400 145412 12 0.0
.debug_str 4141091 4141304 213 0.0
.heap 837512 837512 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 837023 837166 143 0.0
.symtab 511872 511936 64 0.0
.text 0 0 0 0.0
1581572 1581652 80 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840168 840168 0 0.0
(read/write) 1685692 1685756 64 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2464 2464 0 0.0
.debug_abbrev 1260181 1260180 -1 -0.0
.debug_aranges 136056 136072 16 0.0
.debug_frame 457704 457748 44 0.0
.debug_info 28803726 28804836 1110 0.0
.debug_line 3915838 3916083 245 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2130114 2130354 240 0.0
.debug_rnglists 136967 136979 12 0.0
.debug_str 3942731 3942944 213 0.0
.heap 840168 840168 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 734779 734922 143 0.0
.symtab 472720 472784 64 0.0
.text 1484132 1484196 64 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846496 0 0.0
(read/write) 1611332 1611396 64 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2352 2352 0 0.0
.debug_abbrev 1101153 1101152 -1 -0.0
.debug_aranges 126120 126136 16 0.0
.debug_frame 420636 420680 44 0.0
.debug_info 23925052 23926162 1110 0.0
.debug_line 3490620 3490865 245 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1966838 1967079 241 0.0
.debug_rnglists 126519 126531 12 0.0
.debug_str 3749813 3750026 213 0.0
.heap 846496 846496 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 649971 650114 143 0.0
.symtab 434960 435024 64 0.0
.text 1416100 1416164 64 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819232 819232 0 0.0
(read/write) 1642708 1642772 64 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2368 2368 0 0.0
.debug_abbrev 1093344 1093343 -1 -0.0
.debug_aranges 124752 124768 16 0.0
.debug_frame 415660 415704 44 0.0
.debug_info 23728399 23729540 1141 0.0
.debug_line 3441238 3441483 245 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1942403 1942644 241 0.0
.debug_rnglists 124460 124472 12 0.0
.debug_str 3711803 3712016 213 0.0
.heap 819232 819232 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 622901 623044 143 0.0
.symtab 426128 426192 64 0.0
.text 1420212 1420276 64 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178496 1178560 64 0.0
.bss 100616 100616 0 0.0
.data 740 740 0 0.0
.text 625336 625400 64 0.0
lock-app qpg6105+debug (read/write) 1134760 1134840 80 0.0
.bss 95320 95320 0 0.0
.data 744 744 0 0.0
.text 581604 581684 80 0.0

@github-actions
Copy link

github-actions bot commented Oct 3, 2023

PR #29549: Size comparison from 19771ed to bcb60db

Increases (41 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section 19771ed bcb60db change % change
bl602 lighting-app bl602 (read/write) 1391514 1391658 144 0.0
.text 1067718 1067862 144 0.0
bl602+mfd (read/write) 1405426 1405570 144 0.0
.text 1082524 1082668 144 0.0
bl602+rpc (read/write) 1438686 1438830 144 0.0
.text 1099454 1099596 142 0.0
bl702 lighting-app bl702 (read/write) 1195015 1195163 148 0.0
.debug_aranges 138432 138448 16 0.0
.debug_frame 508208 508284 76 0.0
.debug_info 41926969 41928014 1045 0.0
.debug_line 5431303 5431872 569 0.0
.debug_loc 3526044 3526295 251 0.0
.debug_ranges 378136 378144 8 0.0
.debug_str 3966257 3966470 213 0.0
.strtab 596847 596990 143 0.0
.symtab 177264 177296 32 0.0
.text 961954 962102 148 0.0
bl702+mfd (read/write) 1205591 1205739 148 0.0
.debug_aranges 139600 139616 16 0.0
.debug_frame 513280 513356 76 0.0
.debug_info 41967587 41968632 1045 0.0
.debug_line 5470690 5471259 569 0.0
.debug_loc 3564475 3564726 251 0.0
.debug_ranges 380136 380144 8 0.0
.debug_str 3971788 3972001 213 0.0
.strtab 600607 600750 143 0.0
.symtab 179024 179056 32 0.0
.text 973472 973620 148 0.0
bl702+rpc (read/write) 1293563 1293711 148 0.0
.debug_aranges 147152 147168 16 0.0
.debug_frame 537552 537628 76 0.0
.debug_info 47077241 47078286 1045 0.0
.debug_line 5849395 5849964 569 0.0
.debug_loc 3733029 3733280 251 0.0
.debug_ranges 405688 405696 8 0.0
.debug_str 4394326 4394539 213 0.0
.strtab 661588 661731 143 0.0
.symtab 196592 196624 32 0.0
.text 1035944 1036092 148 0.0
bl706-eth (read/write) 1044139 1044287 148 0.0
.debug_aranges 115440 115456 16 0.0
.debug_frame 427608 427684 76 0.0
.debug_info 22679354 22680399 1045 0.0
.debug_line 4363938 4364507 569 0.0
.debug_loc 3035073 3035336 263 0.0
.debug_ranges 313944 313952 8 0.0
.debug_str 3545492 3545705 213 0.0
.strtab 465142 465285 143 0.0
.symtab 139952 139984 32 0.0
.text 788008 788156 148 0.0
bl706-wifi (read/write) 1207774 1207938 164 0.0
.debug_aranges 119616 119632 16 0.0
.debug_frame 620160 620264 104 0.0
.debug_info 23849410 23850452 1042 0.0
.debug_line 4608073 4608642 569 0.0
.debug_loc 3134900 3135098 198 0.0
.debug_ranges 323760 323768 8 0.0
.debug_str 3617783 3617996 213 0.0
.strtab 505869 506012 143 0.0
.symtab 152816 152848 32 0.0
.text 955046 955212 166 0.0
bl702l lighting-app bl702l (read/write) 1158156 1158556 400 0.0
.debug_aranges 133296 133312 16 0.0
.debug_frame 488848 488924 76 0.0
.debug_info 41384966 41386011 1045 0.0
.debug_line 5334438 5335007 569 0.0
.debug_loc 3470301 3470579 278 0.0
.debug_ranges 384672 384680 8 0.0
.debug_str 3990853 3991066 213 0.0
.strtab 598473 598616 143 0.0
.symtab 176704 176736 32 0.0
.text 944766 945168 402 0.0
bl702l+mfd (read/write) 1169032 1169176 144 0.0
.debug_aranges 134464 134480 16 0.0
.debug_frame 493916 493992 76 0.0
.debug_info 41427627 41428672 1045 0.0
.debug_line 5373702 5374271 569 0.0
.debug_loc 3508732 3509010 278 0.0
.debug_ranges 386672 386680 8 0.0
.debug_str 3996374 3996587 213 0.0
.strtab 602301 602444 143 0.0
.symtab 178496 178528 32 0.0
.text 956552 956696 144 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 738179 738235 56 0.0
.text 653404 653460 56 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758435 758507 72 0.0
.text 677960 678032 72 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 745971 746035 64 0.0
.text 639472 639536 64 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696371 696427 56 0.0
.text 615708 615764 56 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681963 682019 56 0.0
.text 605460 605516 56 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 619586 619666 80 0.0
.debug_aranges 107552 107568 16 0.0
.debug_frame 363492 363536 44 0.0
.debug_info 20878705 20879846 1141 0.0
.debug_line 2775077 2775421 344 0.0
.debug_loclists 1573995 1574223 228 0.0
.debug_rnglists 101500 101512 12 0.0
.debug_str 3387254 3387467 213 0.0
.strtab 511161 511304 143 0.0
.symtab 296960 297024 64 0.0
.text 511176 511256 80 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 555383 555439 56 0.0
.app_xip_area 446585 446641 56 0.0
lock cyw930739m2evb_01 (read/write) 540271 540327 56 0.0
.app_xip_area 426681 426737 56 0.0
ota-requestor cyw930739m2evb_01 (read/write) 575431 575495 64 0.0
.app_xip_area 467961 468025 64 0.0
switch cyw930739m2evb_01 (read/write) 552071 552127 56 0.0
.app_xip_area 441505 441561 56 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1010668 1010748 80 0.0
.text 836020 836100 80 0.0
BRD4187C (read/write) 1092456 1092528 72 0.0
.text 893104 893176 72 0.0
lock-app BRD4161A+wf200 (read/write) 1105840 1105888 48 0.0
.text 916496 916544 48 0.0
window-app BRD4187C (read/write) 1126308 1126396 88 0.0
.text 954676 954764 88 0.0
k32w contact k32w0+release (read only) 590620 590700 80 0.0
.text 590084 590164 80 0.0
k32w1+release (read/write) 685856 685904 48 0.0
.text 572688 572736 48 0.0
light k32w0+release (read only) 590412 590492 80 0.0
.text 589876 589956 80 0.0
k32w1+release (read/write) 777628 777692 64 0.0
.text 655616 655680 64 0.0
lock k32w0+release (read only) 561716 561780 64 0.0
.text 561180 561244 64 0.0
linux chip-tool-ipv6only arm64 (read only) 10217548 10217916 368 0.0
.text 9135256 9135624 368 0.0
thermostat-no-ble arm64 (read only) 4366908 4367276 368 0.0
.text 3871080 3871448 368 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2523792 2523856 64 0.0
.text 1486476 1486540 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1234128 1234176 48 0.0
text 857312 857372 60 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1352884 1352948 64 0.0
text 784816 784876 60 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1165364 1165444 80 0.0
text 818076 818148 72 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1785788 1785868 80 0.0
.debug_aranges 144256 144272 16 0.0
.debug_frame 479276 479320 44 0.0
.debug_info 32463291 32464401 1110 0.0
.debug_line 4156688 4156933 245 0.0
.debug_loclists 2256729 2256988 259 0.0
.debug_rnglists 145400 145412 12 0.0
.debug_str 4141091 4141304 213 0.0
.strtab 837023 837166 143 0.0
.symtab 511872 511936 64 0.0
.text 1581572 1581652 80 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1685692 1685756 64 0.0
.debug_aranges 136056 136072 16 0.0
.debug_frame 457704 457748 44 0.0
.debug_info 28803726 28804836 1110 0.0
.debug_line 3915838 3916083 245 0.0
.debug_loclists 2130114 2130354 240 0.0
.debug_rnglists 136967 136979 12 0.0
.debug_str 3942731 3942944 213 0.0
.strtab 734779 734922 143 0.0
.symtab 472720 472784 64 0.0
.text 1484132 1484196 64 0.0
light cy8ckit_062s2_43012 (read/write) 1611332 1611396 64 0.0
.debug_aranges 126120 126136 16 0.0
.debug_frame 420636 420680 44 0.0
.debug_info 23925052 23926162 1110 0.0
.debug_line 3490620 3490865 245 0.0
.debug_loclists 1966838 1967079 241 0.0
.debug_rnglists 126519 126531 12 0.0
.debug_str 3749813 3750026 213 0.0
.strtab 649971 650114 143 0.0
.symtab 434960 435024 64 0.0
.text 1416100 1416164 64 0.0
lock cy8ckit_062s2_43012 (read/write) 1642708 1642772 64 0.0
.debug_aranges 124752 124768 16 0.0
.debug_frame 415660 415704 44 0.0
.debug_info 23728399 23729540 1141 0.0
.debug_line 3441238 3441483 245 0.0
.debug_loclists 1942403 1942644 241 0.0
.debug_rnglists 124460 124472 12 0.0
.debug_str 3711803 3712016 213 0.0
.strtab 622901 623044 143 0.0
.symtab 426128 426192 64 0.0
.text 1420212 1420276 64 0.0
qpg lighting-app qpg6105+debug (read/write) 1178496 1178560 64 0.0
.text 625336 625400 64 0.0
lock-app qpg6105+debug (read/write) 1134760 1134840 80 0.0
.text 581604 581684 80 0.0
Decreases (5 builds for cc32xx, psoc6)
platform target config section 19771ed bcb60db change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 935674 935673 -1 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1379186 1379185 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1260181 1260180 -1 -0.0
light cy8ckit_062s2_43012 .debug_abbrev 1101153 1101152 -1 -0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1093344 1093343 -1 -0.0
Full report (41 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section 19771ed bcb60db change % change
bl602 lighting-app bl602 (read/write) 1391514 1391658 144 0.0
.bss 88176 88176 0 0.0
.data 9368 9368 0 0.0
.text 1067718 1067862 144 0.0
bl602+mfd (read/write) 1405426 1405570 144 0.0
.bss 88344 88344 0 0.0
.data 9344 9344 0 0.0
.text 1082524 1082668 144 0.0
bl602+rpc (read/write) 1438686 1438830 144 0.0
.bss 96200 96200 0 0.0
.data 9728 9728 0 0.0
.text 1099454 1099596 142 0.0
bl702 lighting-app bl702 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1195015 1195163 148 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1547678 1547678 0 0.0
.debug_aranges 138432 138448 16 0.0
.debug_frame 508208 508284 76 0.0
.debug_info 41926969 41928014 1045 0.0
.debug_line 5431303 5431872 569 0.0
.debug_loc 3526044 3526295 251 0.0
.debug_ranges 378136 378144 8 0.0
.debug_str 3966257 3966470 213 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
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106804 106804 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 596847 596990 143 0.0
.symtab 177264 177296 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 961954 962102 148 0.0
bl702+mfd 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1205591 1205739 148 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1549751 1549751 0 0.0
.debug_aranges 139600 139616 16 0.0
.debug_frame 513280 513356 76 0.0
.debug_info 41967587 41968632 1045 0.0
.debug_line 5470690 5471259 569 0.0
.debug_loc 3564475 3564726 251 0.0
.debug_ranges 380136 380144 8 0.0
.debug_str 3971788 3972001 213 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
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105744 105744 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600607 600750 143 0.0
.symtab 179024 179056 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 973472 973620 148 0.0
bl702+rpc 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1293563 1293711 148 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4088 4088 0 0.0
.debug_abbrev 1728572 1728572 0 0.0
.debug_aranges 147152 147168 16 0.0
.debug_frame 537552 537628 76 0.0
.debug_info 47077241 47078286 1045 0.0
.debug_line 5849395 5849964 569 0.0
.debug_loc 3733029 3733280 251 0.0
.debug_ranges 405688 405696 8 0.0
.debug_str 4394326 4394539 213 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
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121868 121868 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 661588 661731 143 0.0
.symtab 196592 196624 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 1035944 1036092 148 0.0
bl706-eth 0 0 0 0.0
(read/write) 1044139 1044287 148 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1083427 1083427 0 0.0
.debug_aranges 115440 115456 16 0.0
.debug_frame 427608 427684 76 0.0
.debug_info 22679354 22680399 1045 0.0
.debug_line 4363938 4364507 569 0.0
.debug_loc 3035073 3035336 263 0.0
.debug_ranges 313944 313952 8 0.0
.debug_str 3545492 3545705 213 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 152 152 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 96504 96504 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465142 465285 143 0.0
.symtab 139952 139984 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 788008 788156 148 0.0
bl706-wifi 0 0 0 0.0
(read only) 3870 3870 0 0.0
(read/write) 1207774 1207938 164 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98455 98455 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1176537 1176537 0 0.0
.debug_aranges 119616 119632 16 0.0
.debug_frame 620160 620264 104 0.0
.debug_info 23849410 23850452 1042 0.0
.debug_line 4608073 4608642 569 0.0
.debug_loc 3134900 3135098 198 0.0
.debug_ranges 323760 323768 8 0.0
.debug_str 3617783 3617996 213 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 109632 109632 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505869 506012 143 0.0
.symtab 152816 152848 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 955046 955212 166 0.0
bl702l lighting-app bl702l 0 0 0 0.0
(read only) 278 278 0 0.0
(read/write) 1158156 1158556 400 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1541966 1541966 0 0.0
.debug_aranges 133296 133312 16 0.0
.debug_frame 488848 488924 76 0.0
.debug_info 41384966 41386011 1045 0.0
.debug_line 5334438 5335007 569 0.0
.debug_loc 3470301 3470579 278 0.0
.debug_ranges 384672 384680 8 0.0
.debug_str 3990853 3991066 213 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 100784 100784 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 598473 598616 143 0.0
.symtab 176704 176736 32 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 944766 945168 402 0.0
bl702l+mfd 0 0 0 0.0
(read only) 278 278 0 0.0
(read/write) 1169032 1169176 144 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1544054 1544054 0 0.0
.debug_aranges 134464 134480 16 0.0
.debug_frame 493916 493992 76 0.0
.debug_info 41427627 41428672 1045 0.0
.debug_line 5373702 5374271 569 0.0
.debug_loc 3508732 3509010 278 0.0
.debug_ranges 386672 386680 8 0.0
.debug_str 3996374 3996587 213 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 99724 99724 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 602301 602444 143 0.0
.symtab 178496 178528 32 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 956552 956696 144 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 738179 738235 56 0.0
(read/write) 166444 166444 0 0.0
.bss 88860 88860 0 0.0
.data 3420 3420 0 0.0
.rodata 84383 84383 0 0.0
.text 653404 653460 56 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758435 758507 72 0.0
(read/write) 176700 176700 0 0.0
.bss 99084 99084 0 0.0
.data 3436 3436 0 0.0
.rodata 80087 80087 0 0.0
.text 677960 678032 72 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 745971 746035 64 0.0
(read/write) 171172 171172 0 0.0
.bss 93556 93556 0 0.0
.data 3436 3436 0 0.0
.rodata 106111 106111 0 0.0
.text 639472 639536 64 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696371 696427 56 0.0
(read/write) 165536 165536 0 0.0
.bss 87728 87728 0 0.0
.data 3408 3408 0 0.0
.rodata 80271 80271 0 0.0
.text 615708 615764 56 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681963 682019 56 0.0
(read/write) 165676 165676 0 0.0
.bss 87872 87872 0 0.0
.data 3404 3404 0 0.0
.rodata 76111 76111 0 0.0
.text 605460 605516 56 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 619586 619666 80 0.0
(read/write) 206900 206900 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200344 200344 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 935674 935673 -1 -0.0
.debug_aranges 107552 107568 16 0.0
.debug_frame 363492 363536 44 0.0
.debug_info 20878705 20879846 1141 0.0
.debug_line 2775077 2775421 344 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1573995 1574223 228 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 101500 101512 12 0.0
.debug_str 3387254 3387467 213 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106290 106290 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 511161 511304 143 0.0
.symtab 296960 297024 64 0.0
.text 511176 511256 80 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 555383 555439 56 0.0
.app_xip_area 446585 446641 56 0.0
.bss 63768 63768 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 540271 540327 56 0.0
.app_xip_area 426681 426737 56 0.0
.bss 68536 68536 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 575431 575495 64 0.0
.app_xip_area 467961 468025 64 0.0
.bss 62512 62512 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 552071 552127 56 0.0
.app_xip_area 441505 441561 56 0.0
.bss 65512 65512 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1010668 1010748 80 0.0
.bss 171940 171940 0 0.0
.data 2684 2684 0 0.0
.text 836020 836100 80 0.0
BRD4187C (read/write) 1092456 1092528 72 0.0
.bss 196064 196064 0 0.0
.data 3268 3268 0 0.0
.text 893104 893176 72 0.0
lock-app BRD4161A+wf200 (read/write) 1105840 1105888 48 0.0
.bss 186628 186628 0 0.0
.data 2696 2696 0 0.0
.text 916496 916544 48 0.0
window-app BRD4187C (read/write) 1126308 1126396 88 0.0
.bss 168472 168472 0 0.0
.data 3140 3140 0 0.0
.text 954676 954764 88 0.0
k32w contact k32w0+release (read only) 590620 590700 80 0.0
(read/write) 87512 87512 0 0.0
.bss 70760 70760 0 0.0
.data 2128 2128 0 0.0
.text 590084 590164 80 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 685856 685904 48 0.0
.bss 66976 66976 0 0.0
.data 2716 2716 0 0.0
.text 572688 572736 48 0.0
light k32w0+release (read only) 590412 590492 80 0.0
(read/write) 87188 87188 0 0.0
.bss 70448 70448 0 0.0
.data 2116 2116 0 0.0
.text 589876 589956 80 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 777628 777692 64 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 655616 655680 64 0.0
lock k32w0+release (read only) 561716 561780 64 0.0
(read/write) 85016 85016 0 0.0
.bss 68336 68336 0 0.0
.data 2056 2056 0 0.0
.text 561180 561244 64 0.0
linux chip-tool-ipv6only arm64 (read only) 10217548 10217916 368 0.0
(read/write) 505512 505512 0 0.0
.bss 103032 103032 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374376 374376 0 0.0
.dynamic 512 512 0 0.0
.got 18368 18368 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 316040 316040 0 0.0
.text 9135256 9135624 368 0.0
thermostat-no-ble arm64 (read only) 4366908 4367276 368 0.0
(read/write) 241992 241992 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100672 100672 0 0.0
.dynamic 512 512 0 0.0
.got 11896 11896 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 161052 161052 0 0.0
.text 3871080 3871448 368 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523792 2523856 64 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1486476 1486540 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1234128 1234176 48 0.0
bss 155134 155134 0 0.0
rodata 142740 142740 0 0.0
text 857312 857372 60 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1352884 1352948 64 0.0
bss 140544 140544 0 0.0
rodata 136848 136848 0 0.0
text 784816 784876 60 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1165364 1165444 80 0.0
bss 154564 154564 0 0.0
rodata 113768 113768 0 0.0
text 818076 818148 72 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837512 0 0.0
(read/write) 1785788 1785868 80 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193300 193300 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2528 2528 0 0.0
.debug_abbrev 1379186 1379185 -1 -0.0
.debug_aranges 144256 144272 16 0.0
.debug_frame 479276 479320 44 0.0
.debug_info 32463291 32464401 1110 0.0
.debug_line 4156688 4156933 245 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2256729 2256988 259 0.0
.debug_rnglists 145400 145412 12 0.0
.debug_str 4141091 4141304 213 0.0
.heap 837512 837512 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 837023 837166 143 0.0
.symtab 511872 511936 64 0.0
.text 1581572 1581652 80 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840168 840168 0 0.0
(read/write) 1685692 1685756 64 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2464 2464 0 0.0
.debug_abbrev 1260181 1260180 -1 -0.0
.debug_aranges 136056 136072 16 0.0
.debug_frame 457704 457748 44 0.0
.debug_info 28803726 28804836 1110 0.0
.debug_line 3915838 3916083 245 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2130114 2130354 240 0.0
.debug_rnglists 136967 136979 12 0.0
.debug_str 3942731 3942944 213 0.0
.heap 840168 840168 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 734779 734922 143 0.0
.symtab 472720 472784 64 0.0
.text 1484132 1484196 64 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846496 0 0.0
(read/write) 1611332 1611396 64 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2352 2352 0 0.0
.debug_abbrev 1101153 1101152 -1 -0.0
.debug_aranges 126120 126136 16 0.0
.debug_frame 420636 420680 44 0.0
.debug_info 23925052 23926162 1110 0.0
.debug_line 3490620 3490865 245 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1966838 1967079 241 0.0
.debug_rnglists 126519 126531 12 0.0
.debug_str 3749813 3750026 213 0.0
.heap 846496 846496 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 649971 650114 143 0.0
.symtab 434960 435024 64 0.0
.text 1416100 1416164 64 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819232 819232 0 0.0
(read/write) 1642708 1642772 64 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2368 2368 0 0.0
.debug_abbrev 1093344 1093343 -1 -0.0
.debug_aranges 124752 124768 16 0.0
.debug_frame 415660 415704 44 0.0
.debug_info 23728399 23729540 1141 0.0
.debug_line 3441238 3441483 245 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1942403 1942644 241 0.0
.debug_rnglists 124460 124472 12 0.0
.debug_str 3711803 3712016 213 0.0
.heap 819232 819232 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 622901 623044 143 0.0
.symtab 426128 426192 64 0.0
.text 1420212 1420276 64 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178496 1178560 64 0.0
.bss 100616 100616 0 0.0
.data 740 740 0 0.0
.text 625336 625400 64 0.0
lock-app qpg6105+debug (read/write) 1134760 1134840 80 0.0
.bss 95320 95320 0 0.0
.data 744 744 0 0.0
.text 581604 581684 80 0.0

src/messaging/ExchangeContext.h Outdated Show resolved Hide resolved
src/messaging/ExchangeContext.cpp Outdated Show resolved Hide resolved
src/messaging/ExchangeContext.cpp Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Oct 3, 2023

PR #29549: Size comparison from 19771ed to cb15dc0

Increases (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 19771ed cb15dc0 change % change
bl602 lighting-app bl602 (read/write) 1391514 1391658 144 0.0
.text 1067718 1067862 144 0.0
bl602+mfd (read/write) 1405426 1405570 144 0.0
.text 1082524 1082668 144 0.0
bl602+rpc (read/write) 1438686 1438830 144 0.0
.text 1099454 1099598 144 0.0
bl702 lighting-app bl702 (read/write) 1195015 1195163 148 0.0
.debug_aranges 138432 138448 16 0.0
.debug_frame 508208 508284 76 0.0
.debug_info 41926969 41928014 1045 0.0
.debug_line 5431303 5431872 569 0.0
.debug_loc 3526044 3526295 251 0.0
.debug_ranges 378136 378144 8 0.0
.debug_str 3966257 3966470 213 0.0
.strtab 596847 596990 143 0.0
.symtab 177264 177296 32 0.0
.text 961954 962102 148 0.0
bl702+mfd (read/write) 1205591 1205739 148 0.0
.debug_aranges 139600 139616 16 0.0
.debug_frame 513280 513356 76 0.0
.debug_info 41967587 41968632 1045 0.0
.debug_line 5470690 5471259 569 0.0
.debug_loc 3564475 3564726 251 0.0
.debug_ranges 380136 380144 8 0.0
.debug_str 3971788 3972001 213 0.0
.strtab 600607 600750 143 0.0
.symtab 179024 179056 32 0.0
.text 973472 973620 148 0.0
bl702+rpc (read/write) 1293563 1293711 148 0.0
.debug_aranges 147152 147168 16 0.0
.debug_frame 537552 537628 76 0.0
.debug_info 47077241 47078286 1045 0.0
.debug_line 5849395 5849964 569 0.0
.debug_loc 3733029 3733280 251 0.0
.debug_ranges 405688 405696 8 0.0
.debug_str 4394326 4394539 213 0.0
.strtab 661588 661731 143 0.0
.symtab 196592 196624 32 0.0
.text 1035944 1036092 148 0.0
bl706-eth (read/write) 1044139 1044287 148 0.0
.debug_aranges 115440 115456 16 0.0
.debug_frame 427608 427684 76 0.0
.debug_info 22679354 22680399 1045 0.0
.debug_line 4363938 4364507 569 0.0
.debug_loc 3035073 3035336 263 0.0
.debug_ranges 313944 313952 8 0.0
.debug_str 3545492 3545705 213 0.0
.strtab 465142 465285 143 0.0
.symtab 139952 139984 32 0.0
.text 788008 788156 148 0.0
bl706-wifi (read/write) 1207774 1207938 164 0.0
.debug_aranges 119616 119632 16 0.0
.debug_frame 620160 620264 104 0.0
.debug_info 23849410 23850452 1042 0.0
.debug_line 4608073 4608642 569 0.0
.debug_loc 3134900 3135098 198 0.0
.debug_ranges 323760 323768 8 0.0
.debug_str 3617783 3617996 213 0.0
.strtab 505869 506012 143 0.0
.symtab 152816 152848 32 0.0
.text 955046 955212 166 0.0
bl702l lighting-app bl702l (read/write) 1158156 1158556 400 0.0
.debug_aranges 133296 133312 16 0.0
.debug_frame 488848 488924 76 0.0
.debug_info 41384966 41386011 1045 0.0
.debug_line 5334438 5335007 569 0.0
.debug_loc 3470301 3470579 278 0.0
.debug_ranges 384672 384680 8 0.0
.debug_str 3990853 3991066 213 0.0
.strtab 598473 598616 143 0.0
.symtab 176704 176736 32 0.0
.text 944766 945168 402 0.0
bl702l+mfd (read/write) 1169032 1169176 144 0.0
.debug_aranges 134464 134480 16 0.0
.debug_frame 493916 493992 76 0.0
.debug_info 41427627 41428672 1045 0.0
.debug_line 5373702 5374271 569 0.0
.debug_loc 3508732 3509010 278 0.0
.debug_ranges 386672 386680 8 0.0
.debug_str 3996374 3996587 213 0.0
.strtab 602301 602444 143 0.0
.symtab 178496 178528 32 0.0
.text 956552 956696 144 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 738179 738235 56 0.0
.text 653404 653460 56 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758435 758507 72 0.0
.text 677960 678032 72 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 745971 746035 64 0.0
.text 639472 639536 64 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696371 696427 56 0.0
.text 615708 615764 56 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681963 682019 56 0.0
.text 605460 605516 56 0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 619586 619666 80 0.0
.debug_aranges 107552 107568 16 0.0
.debug_frame 363492 363536 44 0.0
.debug_info 20878705 20879846 1141 0.0
.debug_line 2775077 2775421 344 0.0
.debug_loclists 1573995 1574223 228 0.0
.debug_rnglists 101500 101512 12 0.0
.debug_str 3387254 3387467 213 0.0
.strtab 511161 511304 143 0.0
.symtab 296960 297024 64 0.0
.text 511176 511256 80 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 555383 555439 56 0.0
.app_xip_area 446585 446641 56 0.0
lock cyw930739m2evb_01 (read/write) 540271 540327 56 0.0
.app_xip_area 426681 426737 56 0.0
ota-requestor cyw930739m2evb_01 (read/write) 575431 575495 64 0.0
.app_xip_area 467961 468025 64 0.0
switch cyw930739m2evb_01 (read/write) 552071 552127 56 0.0
.app_xip_area 441505 441561 56 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1010668 1010748 80 0.0
.text 836020 836100 80 0.0
BRD4187C (read/write) 1092456 1092528 72 0.0
.text 893104 893176 72 0.0
lock-app BRD4161A+wf200 (read/write) 1105840 1105888 48 0.0
.text 916496 916544 48 0.0
window-app BRD4187C (read/write) 1126308 1126396 88 0.0
.text 954676 954764 88 0.0
esp32 all-clusters-app c3devkit (read only) 1167494 1167590 96 0.0
.flash.text 1167494 1167590 96 0.0
m5stack (read only) 1209279 1209339 60 0.0
.flash.text 1203895 1203955 60 0.0
k32w contact k32w0+release (read only) 590620 590700 80 0.0
.text 590084 590164 80 0.0
k32w1+release (read/write) 685856 685904 48 0.0
.text 572688 572736 48 0.0
light k32w0+release (read only) 590412 590492 80 0.0
.text 589876 589956 80 0.0
k32w1+release (read/write) 777628 777692 64 0.0
.text 655616 655680 64 0.0
lock k32w0+release (read only) 561716 561780 64 0.0
.text 561180 561244 64 0.0
linux all-clusters-app debug (read only) 5577033 5577321 288 0.0
.text 4860083 4860371 288 0.0
all-clusters-minimal-app debug (read only) 4929289 4929561 272 0.0
.text 4427523 4427795 272 0.0
bridge-app debug (read only) 2773001 2773273 272 0.0
.text 2381923 2382195 272 0.0
chip-tool debug (read only) 10353649 10353937 288 0.0
.text 9369395 9369683 288 0.0
chip-tool-ipv6only arm64 (read only) 10217548 10217916 368 0.0
.text 9135256 9135624 368 0.0
lighting-app debug+rpc+ui (read only) 5255921 5256193 272 0.0
.text 4676531 4676803 272 0.0
lock-app debug (read only) 4479025 4479313 288 0.0
.text 4022467 4022755 288 0.0
ota-provider-app debug (read only) 4130945 4131233 288 0.0
.text 3740291 3740579 288 0.0
ota-requestor-app debug (read only) 4224105 4224393 288 0.0
.text 3825859 3826147 288 0.0
shell debug (read only) 2973377 2973649 272 0.0
.text 2588130 2588402 272 0.0
thermostat-no-ble arm64 (read only) 4366908 4367276 368 0.0
.text 3871080 3871448 368 0.0
tv-app debug (read only) 5322449 5322737 288 0.0
.text 4807123 4807411 288 0.0
tv-casting-app debug (read only) 8300481 8300753 272 0.0
.text 7561747 7562019 272 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2523792 2523856 64 0.0
.text 1486476 1486540 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1234128 1234176 48 0.0
text 857312 857372 60 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1352884 1352948 64 0.0
text 784816 784876 60 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1165364 1165444 80 0.0
text 818076 818148 72 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1785788 1785868 80 0.0
.debug_aranges 144256 144272 16 0.0
.debug_frame 479276 479320 44 0.0
.debug_info 32463291 32464401 1110 0.0
.debug_line 4156688 4156933 245 0.0
.debug_loclists 2256729 2256988 259 0.0
.debug_rnglists 145400 145412 12 0.0
.debug_str 4141091 4141304 213 0.0
.strtab 837023 837166 143 0.0
.symtab 511872 511936 64 0.0
.text 1581572 1581652 80 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1685692 1685756 64 0.0
.debug_aranges 136056 136072 16 0.0
.debug_frame 457704 457748 44 0.0
.debug_info 28803726 28804836 1110 0.0
.debug_line 3915838 3916083 245 0.0
.debug_loclists 2130114 2130354 240 0.0
.debug_rnglists 136967 136979 12 0.0
.debug_str 3942731 3942944 213 0.0
.strtab 734779 734922 143 0.0
.symtab 472720 472784 64 0.0
.text 1484132 1484196 64 0.0
light cy8ckit_062s2_43012 (read/write) 1611332 1611396 64 0.0
.debug_aranges 126120 126136 16 0.0
.debug_frame 420636 420680 44 0.0
.debug_info 23925052 23926162 1110 0.0
.debug_line 3490620 3490865 245 0.0
.debug_loclists 1966838 1967079 241 0.0
.debug_rnglists 126519 126531 12 0.0
.debug_str 3749813 3750026 213 0.0
.strtab 649971 650114 143 0.0
.symtab 434960 435024 64 0.0
.text 1416100 1416164 64 0.0
lock cy8ckit_062s2_43012 (read/write) 1642708 1642772 64 0.0
.debug_aranges 124752 124768 16 0.0
.debug_frame 415660 415704 44 0.0
.debug_info 23728399 23729540 1141 0.0
.debug_line 3441238 3441483 245 0.0
.debug_loclists 1942403 1942644 241 0.0
.debug_rnglists 124460 124472 12 0.0
.debug_str 3711803 3712016 213 0.0
.strtab 622901 623044 143 0.0
.symtab 426128 426192 64 0.0
.text 1420212 1420276 64 0.0
qpg lighting-app qpg6105+debug (read/write) 1178496 1178560 64 0.0
.text 625336 625400 64 0.0
lock-app qpg6105+debug (read/write) 1134760 1134840 80 0.0
.text 581604 581684 80 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1153852 1153948 96 0.0
text 805002 805098 96 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1097104 1097200 96 0.0
text 761906 762002 96 0.0
bridge-app tlsr9518adk80d (read/write) 950132 950228 96 0.0
text 656762 656858 96 0.0
contact-sensor-app tlsr9528a (read/write) 879072 879168 96 0.0
text 623142 623238 96 0.0
light-switch-app tlsr9518adk80d (read/write) 867484 867580 96 0.0
text 630370 630466 96 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read/write) 1003032 1003128 96 0.0
text 705954 706050 96 0.0
tlsr9528a (read/write) 1048084 1048180 96 0.0
text 729240 729336 96 0.0
lock-app tlsr9528a (read/write) 935396 935492 96 0.0
text 652672 652768 96 0.0
ota-requestor-app tlsr9518adk80d (read/write) 963764 963868 104 0.0
text 672826 672928 102 0.0
pump-app tlsr9528a (read/write) 882796 882892 96 0.0
text 627184 627280 96 0.0
pump-controller-app tlsr9518adk80d (read/write) 823548 823644 96 0.0
text 594130 594226 96 0.0
resource-monitoring-app tlsr9518adk80d (read/write) 839488 839584 96 0.0
text 604982 605078 96 0.0
shell tlsr9518adk80d (read/write) 716020 716076 56 0.0
text 469654 469714 60 0.0
smoke_co_alarm-app tlsr9528a (read/write) 881048 881144 96 0.0
text 626050 626146 96 0.0
temperature-measurement-app tlsr9528a (read/write) 866156 866252 96 0.0
text 613308 613404 96 0.0
thermostat tlsr9518adk80d (read/write) 845060 845156 96 0.0
text 609910 610006 96 0.0
window-covering tlsr9518adk80d (read/write) 842200 842296 96 0.0
text 606636 606732 96 0.0
Decreases (5 builds for cc32xx, psoc6)
platform target config section 19771ed cb15dc0 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 935674 935673 -1 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1379186 1379185 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1260181 1260180 -1 -0.0
light cy8ckit_062s2_43012 .debug_abbrev 1101153 1101152 -1 -0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1093344 1093343 -1 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 19771ed cb15dc0 change % change
bl602 lighting-app bl602 (read/write) 1391514 1391658 144 0.0
.bss 88176 88176 0 0.0
.data 9368 9368 0 0.0
.text 1067718 1067862 144 0.0
bl602+mfd (read/write) 1405426 1405570 144 0.0
.bss 88344 88344 0 0.0
.data 9344 9344 0 0.0
.text 1082524 1082668 144 0.0
bl602+rpc (read/write) 1438686 1438830 144 0.0
.bss 96200 96200 0 0.0
.data 9728 9728 0 0.0
.text 1099454 1099598 144 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1195015 1195163 148 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1547678 1547678 0 0.0
.debug_aranges 138432 138448 16 0.0
.debug_frame 508208 508284 76 0.0
.debug_info 41926969 41928014 1045 0.0
.debug_line 5431303 5431872 569 0.0
.debug_loc 3526044 3526295 251 0.0
.debug_ranges 378136 378144 8 0.0
.debug_str 3966257 3966470 213 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
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106804 106804 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 596847 596990 143 0.0
.symtab 177264 177296 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
961954 962102 148 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1205591 1205739 148 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1549751 1549751 0 0.0
.debug_aranges 139600 139616 16 0.0
.debug_frame 513280 513356 76 0.0
.debug_info 41967587 41968632 1045 0.0
.debug_line 5470690 5471259 569 0.0
.debug_loc 3564475 3564726 251 0.0
.debug_ranges 380136 380144 8 0.0
.debug_str 3971788 3972001 213 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
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105744 105744 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 600607 600750 143 0.0
.symtab 179024 179056 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
973472 973620 148 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1293563 1293711 148 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4088 4088 0 0.0
.debug_abbrev 1728572 1728572 0 0.0
.debug_aranges 147152 147168 16 0.0
.debug_frame 537552 537628 76 0.0
.debug_info 47077241 47078286 1045 0.0
.debug_line 5849395 5849964 569 0.0
.debug_loc 3733029 3733280 251 0.0
.debug_ranges 405688 405696 8 0.0
.debug_str 4394326 4394539 213 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
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121868 121868 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 661588 661731 143 0.0
.symtab 196592 196624 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1035944 1036092 148 0.0
bl706-eth (read/write) 1044139 1044287 148 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1083427 1083427 0 0.0
.debug_aranges 115440 115456 16 0.0
.debug_frame 427608 427684 76 0.0
.debug_info 22679354 22680399 1045 0.0
.debug_line 4363938 4364507 569 0.0
.debug_loc 3035073 3035336 263 0.0
.debug_ranges 313944 313952 8 0.0
.debug_str 3545492 3545705 213 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 152 152 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 96504 96504 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465142 465285 143 0.0
.symtab 139952 139984 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
788008 788156 148 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1207774 1207938 164 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98455 98455 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1176537 1176537 0 0.0
.debug_aranges 119616 119632 16 0.0
.debug_frame 620160 620264 104 0.0
.debug_info 23849410 23850452 1042 0.0
.debug_line 4608073 4608642 569 0.0
.debug_loc 3134900 3135098 198 0.0
.debug_ranges 323760 323768 8 0.0
.debug_str 3617783 3617996 213 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 109632 109632 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505869 506012 143 0.0
.symtab 152816 152848 32 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
955046 955212 166 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1158156 1158556 400 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1541966 1541966 0 0.0
.debug_aranges 133296 133312 16 0.0
.debug_frame 488848 488924 76 0.0
.debug_info 41384966 41386011 1045 0.0
.debug_line 5334438 5335007 569 0.0
.debug_loc 3470301 3470579 278 0.0
.debug_ranges 384672 384680 8 0.0
.debug_str 3990853 3991066 213 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 100784 100784 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 598473 598616 143 0.0
.symtab 176704 176736 32 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
944766 945168 402 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1169032 1169176 144 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1544054 1544054 0 0.0
.debug_aranges 134464 134480 16 0.0
.debug_frame 493916 493992 76 0.0
.debug_info 41427627 41428672 1045 0.0
.debug_line 5373702 5374271 569 0.0
.debug_loc 3508732 3509010 278 0.0
.debug_ranges 386672 386680 8 0.0
.debug_str 3996374 3996587 213 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 99724 99724 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 602301 602444 143 0.0
.symtab 178496 178528 32 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
956552 956696 144 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 738179 738235 56 0.0
(read/write) 166444 166444 0 0.0
.bss 88860 88860 0 0.0
.data 3420 3420 0 0.0
.rodata 84383 84383 0 0.0
.text 653404 653460 56 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758435 758507 72 0.0
(read/write) 176700 176700 0 0.0
.bss 99084 99084 0 0.0
.data 3436 3436 0 0.0
.rodata 80087 80087 0 0.0
.text 677960 678032 72 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 745971 746035 64 0.0
(read/write) 171172 171172 0 0.0
.bss 93556 93556 0 0.0
.data 3436 3436 0 0.0
.rodata 106111 106111 0 0.0
.text 639472 639536 64 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696371 696427 56 0.0
(read/write) 165536 165536 0 0.0
.bss 87728 87728 0 0.0
.data 3408 3408 0 0.0
.rodata 80271 80271 0 0.0
.text 615708 615764 56 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681963 682019 56 0.0
(read/write) 165676 165676 0 0.0
.bss 87872 87872 0 0.0
.data 3404 3404 0 0.0
.rodata 76111 76111 0 0.0
.text 605460 605516 56 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 619586 619666 80 0.0
(read/write) 206900 206900 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200344 200344 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 935674 935673 -1 -0.0
.debug_aranges 107552 107568 16 0.0
.debug_frame 363492 363536 44 0.0
.debug_info 20878705 20879846 1141 0.0
.debug_line 2775077 2775421 344 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1573995 1574223 228 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 101500 101512 12 0.0
.debug_str 3387254 3387467 213 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106290 106290 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 511161 511304 143 0.0
.symtab 296960 297024 64 0.0
.text 511176 511256 80 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 555383 555439 56 0.0
.app_xip_area 446585 446641 56 0.0
.bss 63768 63768 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 540271 540327 56 0.0
.app_xip_area 426681 426737 56 0.0
.bss 68536 68536 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 575431 575495 64 0.0
.app_xip_area 467961 468025 64 0.0
.bss 62512 62512 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 552071 552127 56 0.0
.app_xip_area 441505 441561 56 0.0
.bss 65512 65512 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1010668 1010748 80 0.0
.bss 171940 171940 0 0.0
.data 2684 2684 0 0.0
.text 836020 836100 80 0.0
BRD4187C (read/write) 1092456 1092528 72 0.0
.bss 196064 196064 0 0.0
.data 3268 3268 0 0.0
.text 893104 893176 72 0.0
lock-app BRD4161A+wf200 (read/write) 1105840 1105888 48 0.0
.bss 186628 186628 0 0.0
.data 2696 2696 0 0.0
.text 916496 916544 48 0.0
window-app BRD4187C (read/write) 1126308 1126396 88 0.0
.bss 168472 168472 0 0.0
.data 3140 3140 0 0.0
.text 954676 954764 88 0.0
esp32 all-clusters-app c3devkit (read only) 1167494 1167590 96 0.0
(read/write) 1701860 1701860 0 0.0
.dram0.bss 77640 77640 0 0.0
.dram0.data 13060 13060 0 0.0
.flash.rodata 268432 268432 0 0.0
.flash.text 1167494 1167590 96 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1209279 1209339 60 0.0
(read/write) 551794 551794 0 0.0
.dram0.bss 84288 84288 0 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299868 299868 0 0.0
.flash.text 1203895 1203955 60 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 590620 590700 80 0.0
(read/write) 87512 87512 0 0.0
.bss 70760 70760 0 0.0
.data 2128 2128 0 0.0
.text 590084 590164 80 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 685856 685904 48 0.0
.bss 66976 66976 0 0.0
.data 2716 2716 0 0.0
.text 572688 572736 48 0.0
light k32w0+release (read only) 590412 590492 80 0.0
(read/write) 87188 87188 0 0.0
.bss 70448 70448 0 0.0
.data 2116 2116 0 0.0
.text 589876 589956 80 0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 777628 777692 64 0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 655616 655680 64 0.0
lock k32w0+release (read only) 561716 561780 64 0.0
(read/write) 85016 85016 0 0.0
.bss 68336 68336 0 0.0
.data 2056 2056 0 0.0
.text 561180 561244 64 0.0
linux all-clusters-app debug (read only) 5577033 5577321 288 0.0
(read/write) 420584 420584 0 0.0
.bss 130480 130480 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 278880 278880 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 336108 336108 0 0.0
.text 4860083 4860371 288 0.0
all-clusters-minimal-app debug (read only) 4929289 4929561 272 0.0
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270653 270653 0 0.0
.text 4427523 4427795 272 0.0
bridge-app debug (read only) 2773001 2773273 272 0.0
(read/write) 133168 133168 0 0.0
.bss 51736 51736 0 0.0
.data 3680 3680 0 0.0
.data.rel.ro 71648 71648 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 213312 213312 0 0.0
.text 2381923 2382195 272 0.0
chip-tool debug (read only) 10353649 10353937 288 0.0
(read/write) 443064 443064 0 0.0
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337136 337136 0 0.0
.dynamic 624 624 0 0.0
.got 5808 5808 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 387209 387209 0 0.0
.text 9369395 9369683 288 0.0
chip-tool-ipv6only arm64 (read only) 10217548 10217916 368 0.0
(read/write) 505512 505512 0 0.0
.bss 103032 103032 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374376 374376 0 0.0
.dynamic 512 512 0 0.0
.got 18368 18368 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 316040 316040 0 0.0
.text 9135256 9135624 368 0.0
lighting-app debug+rpc+ui (read only) 5255921 5256193 272 0.0
(read/write) 222792 222792 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92640 92640 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 336596 336596 0 0.0
.text 4676531 4676803 272 0.0
lock-app debug (read only) 4479025 4479313 288 0.0
(read/write) 203128 203128 0 0.0
.bss 113424 113424 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246941 246941 0 0.0
.text 4022467 4022755 288 0.0
ota-provider-app debug (read only) 4130945 4131233 288 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200093 200093 0 0.0
.text 3740291 3740579 288 0.0
ota-requestor-app debug (read only) 4224105 4224393 288 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203357 203357 0 0.0
.text 3825859 3826147 288 0.0
shell debug (read only) 2973377 2973649 272 0.0
(read/write) 153248 153248 0 0.0
.bss 61000 61000 0 0.0
.data 784 784 0 0.0
.data.rel.ro 85544 85544 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211808 211808 0 0.0
.text 2588130 2588402 272 0.0
thermostat-no-ble arm64 (read only) 4366908 4367276 368 0.0
(read/write) 241992 241992 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100672 100672 0 0.0
.dynamic 512 512 0 0.0
.got 11896 11896 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 161052 161052 0 0.0
.text 3871080 3871448 368 0.0
tv-app debug (read only) 5322449 5322737 288 0.0
(read/write) 350696 350696 0 0.0
.bss 241888 241888 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5608 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 271245 271245 0 0.0
.text 4807123 4807411 288 0.0
tv-casting-app debug (read only) 8300481 8300753 272 0.0
(read/write) 211720 211720 0 0.0
.bss 54752 54752 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 147696 147696 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 337240 337240 0 0.0
.text 7561747 7562019 272 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523792 2523856 64 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1486476 1486540 64 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1234128 1234176 48 0.0
bss 155134 155134 0 0.0
rodata 142740 142740 0 0.0
text 857312 857372 60 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1352884 1352948 64 0.0
bss 140544 140544 0 0.0
rodata 136848 136848 0 0.0
text 784816 784876 60 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1165364 1165444 80 0.0
bss 154564 154564 0 0.0
rodata 113768 113768 0 0.0
text 818076 818148 72 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837512 0 0.0
(read/write) 1785788 1785868 80 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193300 193300 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2528 2528 0 0.0
.debug_abbrev 1379186 1379185 -1 -0.0
.debug_aranges 144256 144272 16 0.0
.debug_frame 479276 479320 44 0.0
.debug_info 32463291 32464401 1110 0.0
.debug_line 4156688 4156933 245 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2256729 2256988 259 0.0
.debug_rnglists 145400 145412 12 0.0
.debug_str 4141091 4141304 213 0.0
.heap 837512 837512 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 837023 837166 143 0.0
.symtab 511872 511936 64 0.0
.text 1581572 1581652 80 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840168 840168 0 0.0
(read/write) 1685692 1685756 64 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2464 2464 0 0.0
.debug_abbrev 1260181 1260180 -1 -0.0
.debug_aranges 136056 136072 16 0.0
.debug_frame 457704 457748 44 0.0
.debug_info 28803726 28804836 1110 0.0
.debug_line 3915838 3916083 245 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2130114 2130354 240 0.0
.debug_rnglists 136967 136979 12 0.0
.debug_str 3942731 3942944 213 0.0
.heap 840168 840168 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 734779 734922 143 0.0
.symtab 472720 472784 64 0.0
.text 1484132 1484196 64 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846496 0 0.0
(read/write) 1611332 1611396 64 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2352 2352 0 0.0
.debug_abbrev 1101153 1101152 -1 -0.0
.debug_aranges 126120 126136 16 0.0
.debug_frame 420636 420680 44 0.0
.debug_info 23925052 23926162 1110 0.0
.debug_line 3490620 3490865 245 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1966838 1967079 241 0.0
.debug_rnglists 126519 126531 12 0.0
.debug_str 3749813 3750026 213 0.0
.heap 846496 846496 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 649971 650114 143 0.0
.symtab 434960 435024 64 0.0
.text 1416100 1416164 64 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819232 819232 0 0.0
(read/write) 1642708 1642772 64 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2368 2368 0 0.0
.debug_abbrev 1093344 1093343 -1 -0.0
.debug_aranges 124752 124768 16 0.0
.debug_frame 415660 415704 44 0.0
.debug_info 23728399 23729540 1141 0.0
.debug_line 3441238 3441483 245 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1942403 1942644 241 0.0
.debug_rnglists 124460 124472 12 0.0
.debug_str 3711803 3712016 213 0.0
.heap 819232 819232 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 622901 623044 143 0.0
.symtab 426128 426192 64 0.0
.text 1420212 1420276 64 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178496 1178560 64 0.0
.bss 100616 100616 0 0.0
.data 740 740 0 0.0
.text 625336 625400 64 0.0
lock-app qpg6105+debug (read/write) 1134760 1134840 80 0.0
.bss 95320 95320 0 0.0
.data 744 744 0 0.0
.text 581604 581684 80 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1153852 1153948 96 0.0
bss 113224 113224 0 0.0
text 805002 805098 96 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1097104 1097200 96 0.0
bss 122244 122244 0 0.0
text 761906 762002 96 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 950132 950228 96 0.0
bss 106888 106888 0 0.0
text 656762 656858 96 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 879072 879168 96 0.0
bss 78124 78124 0 0.0
text 623142 623238 96 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867484 867580 96 0.0
bss 67036 67036 0 0.0
text 630370 630466 96 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1003032 1003128 96 0.0
bss 109148 109148 0 0.0
text 705954 706050 96 0.0
tlsr9528a (read only) 4 4 0 0.0
(read/write) 1048084 1048180 96 0.0
bss 120896 120896 0 0.0
text 729240 729336 96 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 935396 935492 96 0.0
bss 78816 78816 0 0.0
text 652672 652768 96 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 963764 963868 104 0.0
bss 104988 104988 0 0.0
text 672826 672928 102 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 882796 882892 96 0.0
bss 78228 78228 0 0.0
text 627184 627280 96 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 823548 823644 96 0.0
bss 66240 66240 0 0.0
text 594130 594226 96 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 839488 839584 96 0.0
bss 66656 66656 0 0.0
text 604982 605078 96 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 716020 716076 56 0.0
bss 86424 86424 0 0.0
text 469654 469714 60 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 881048 881144 96 0.0
bss 78208 78208 0 0.0
text 626050 626146 96 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 866156 866252 96 0.0
bss 77928 77928 0 0.0
text 613308 613404 96 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 845060 845156 96 0.0
bss 66540 66540 0 0.0
text 609910 610006 96 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 842200 842296 96 0.0
bss 66892 66892 0 0.0
text 606636 606732 96 0.0

src/messaging/ExchangeContext.cpp Outdated Show resolved Hide resolved
src/messaging/ExchangeContext.cpp Outdated Show resolved Hide resolved
src/messaging/ExchangeContext.cpp Outdated Show resolved Hide resolved
src/messaging/ExchangeContext.h Outdated Show resolved Hide resolved
src/messaging/ReliableMessageContext.h Show resolved Hide resolved
src/messaging/ReliableMessageMgr.cpp Outdated Show resolved Hide resolved
src/messaging/ReliableMessageMgr.cpp Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

PR #29549: Size comparison from f03e9ef to 5b2ad6c

Increases (4 builds for cc32xx, mbed, qpg)
platform target config section f03e9ef 5b2ad6c change % change
cc32xx lock CC3235SF_LAUNCHXL (read only) 617450 617522 72 0.0
.debug_abbrev 936170 936210 40 0.0
.debug_aranges 107568 107584 16 0.0
.debug_frame 363232 363276 44 0.0
.debug_info 20609217 20612481 3264 0.0
.debug_line 2651572 2652086 514 0.0
.debug_loclists 1589428 1590192 764 0.0
.debug_rnglists 111113 111137 24 0.0
.debug_str 3398309 3398474 165 0.0
.strtab 511253 511402 149 0.0
.symtab 296960 297024 64 0.0
.text 509048 509120 72 0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2522872 2522936 64 0.0
.text 1485556 1485620 64 0.0
qpg lighting-app qpg6105+debug (read/write) 1176976 1177008 32 0.0
.text 623816 623848 32 0.0
lock-app qpg6105+debug (read/write) 1133856 1133888 32 0.0
.text 580700 580732 32 0.0
Full report (4 builds for cc32xx, mbed, qpg)
platform target config section f03e9ef 5b2ad6c change % change
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617450 617522 72 0.0
(read/write) 206900 206900 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200344 200344 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 936170 936210 40 0.0
.debug_aranges 107568 107584 16 0.0
.debug_frame 363232 363276 44 0.0
.debug_info 20609217 20612481 3264 0.0
.debug_line 2651572 2652086 514 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1589428 1590192 764 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 111113 111137 24 0.0
.debug_str 3398309 3398474 165 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106282 106282 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 511253 511402 149 0.0
.symtab 296960 297024 64 0.0
.text 509048 509120 72 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522872 2522936 64 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1485556 1485620 64 0.0
qpg lighting-app qpg6105+debug (read/write) 1176976 1177008 32 0.0
.bss 100616 100616 0 0.0
.data 740 740 0 0.0
.text 623816 623848 32 0.0
lock-app qpg6105+debug (read/write) 1133856 1133888 32 0.0
.bss 95320 95320 0 0.0
.data 744 744 0 0.0
.text 580700 580732 32 0.0

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

PR #29549: Size comparison from 7a50966 to 8f6ad0f

Increases (30 builds for bl702, bl702l, cc32xx, esp32, linux, nrfconnect, psoc6, telink)
platform target config section 7a50966 8f6ad0f change % change
bl702 lighting-app bl702 .debug_abbrev 1549222 1549269 47 0.0
.debug_aranges 138592 138600 8 0.0
.debug_frame 507068 507100 32 0.0
.debug_info 42005867 42006407 540 0.0
.debug_line 5373141 5373185 44 0.0
.debug_str 4065018 4065159 141 0.0
.strtab 597289 597380 91 0.0
.symtab 177472 177488 16 0.0
bl702+mfd .debug_abbrev 1551295 1551342 47 0.0
.debug_aranges 139760 139768 8 0.0
.debug_frame 512140 512172 32 0.0
.debug_info 42046494 42047034 540 0.0
.debug_line 5412520 5412564 44 0.0
.debug_str 4070549 4070690 141 0.0
.strtab 601049 601140 91 0.0
.symtab 179232 179248 16 0.0
bl702+rpc .debug_abbrev 1730204 1730251 47 0.0
.debug_aranges 147312 147320 8 0.0
.debug_frame 536424 536456 32 0.0
.debug_info 47167218 47167758 540 0.0
.debug_line 5791558 5791602 44 0.0
.debug_str 4493603 4493744 141 0.0
.strtab 662253 662344 91 0.0
.symtab 196848 196864 16 0.0
bl706-eth .debug_abbrev 1084726 1084773 47 0.0
.debug_aranges 115520 115528 8 0.0
.debug_frame 426204 426236 32 0.0
.debug_info 22641648 22642188 540 0.0
.debug_line 4303879 4303923 44 0.0
.debug_str 3642822 3642963 141 0.0
.strtab 465323 465414 91 0.0
.symtab 140064 140080 16 0.0
bl706-wifi .debug_abbrev 1177943 1177990 47 0.0
.debug_aranges 119696 119704 8 0.0
.debug_frame 618848 618896 48 0.0
.debug_info 23811429 23811966 537 0.0
.debug_line 4548195 4548239 44 0.0
.debug_str 3715113 3715254 141 0.0
.strtab 506050 506141 91 0.0
.symtab 152928 152944 16 0.0
bl702l lighting-app bl702l .debug_abbrev 1543510 1543557 47 0.0
.debug_aranges 133456 133464 8 0.0
.debug_frame 487708 487740 32 0.0
.debug_info 41462673 41463213 540 0.0
.debug_line 5276270 5276314 44 0.0
.debug_loc 3580358 3580411 53 0.0
.debug_str 4089607 4089748 141 0.0
.strtab 598915 599006 91 0.0
.symtab 176912 176928 16 0.0
bl702l+mfd .debug_abbrev 1545598 1545645 47 0.0
.debug_aranges 134624 134632 8 0.0
.debug_frame 492776 492808 32 0.0
.debug_info 41505343 41505883 540 0.0
.debug_line 5315526 5315570 44 0.0
.debug_loc 3618789 3618842 53 0.0
.debug_str 4095128 4095269 141 0.0
.strtab 602743 602834 91 0.0
.symtab 178704 178720 16 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 938123 938168 45 0.0
.debug_aranges 109000 109008 8 0.0
.debug_frame 367312 367332 20 0.0
.debug_info 20598821 20599640 819 0.0
.debug_line 2663511 2663614 103 0.0
.debug_loclists 1635511 1635692 181 0.0
.debug_rnglists 112211 112216 5 0.0
.debug_str 3440635 3440776 141 0.0
.strtab 515538 515629 91 0.0
.symtab 298480 298512 32 0.0
esp32 all-clusters-app c3devkit (read/write) 1701924 1701996 72 0.0
.dram0.bss 77640 77648 8 0.0
.flash.rodata 268496 268568 72 0.0
m5stack (read/write) 551858 551930 72 0.0
.dram0.bss 84288 84296 8 0.0
.flash.rodata 299932 299996 64 0.0
linux all-clusters-app debug (read only) 5494537 5494817 280 0.0
(read/write) 420680 420712 32 0.0
.data.rel.ro 278976 279008 32 0.0
.rodata 335436 335532 96 0.0
.text 4778163 4778323 160 0.0
all-clusters-minimal-app debug (read only) 4874185 4874345 160 0.0
.text 4372803 4372963 160 0.0
bridge-app debug (read only) 4356977 4357121 144 0.0
.text 3921075 3921219 144 0.0
chip-tool debug (read only) 10230673 10230817 144 0.0
.text 9246435 9246579 144 0.0
chip-tool-ipv6only arm64 (read only) 10102892 10103020 128 0.0
.text 9021272 9021400 128 0.0
lighting-app debug+rpc+ui (read only) 5213873 5214017 144 0.0
.text 4634307 4634451 144 0.0
lock-app debug (read only) 4450529 4450689 160 0.0
.text 3994131 3994291 160 0.0
ota-provider-app debug (read only) 4116529 4116689 160 0.0
.text 3725971 3726131 160 0.0
ota-requestor-app debug (read only) 4201961 4202105 144 0.0
.text 3803811 3803955 144 0.0
shell debug (read only) 2900209 2900489 280 0.0
(read/write) 153248 153280 32 0.0
.data.rel.ro 85544 85576 32 0.0
.rodata 211136 211232 96 0.0
.text 2515634 2515794 160 0.0
thermostat-no-ble arm64 (read only) 4345676 4345820 144 0.0
.text 3850024 3850168 144 0.0
tv-app debug (read only) 5276961 5277121 160 0.0
.text 4761827 4761987 160 0.0
tv-casting-app debug (read only) 8161089 8161233 144 0.0
.text 7422563 7422707 144 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1227804 1227840 36 0.0
bss 154518 154526 8 0.0
rodata 142704 142772 68 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1347316 1347360 44 0.0
bss 140528 140536 8 0.0
rodata 136880 136948 68 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1778388 1778436 48 0.0
.bss 193300 193308 8 0.0
.debug_abbrev 1381678 1381723 45 0.0
.debug_aranges 145704 145712 8 0.0
.debug_frame 483092 483112 20 0.0
.debug_info 32183891 32184735 844 0.0
.debug_line 4045840 4045843 3 0.0
.debug_loclists 2318462 2318634 172 0.0
.debug_rnglists 156114 156119 5 0.0
.debug_str 4194511 4194652 141 0.0
.strtab 844363 844454 91 0.0
.symtab 513952 513984 32 0.0
.text 1574172 1574212 40 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1262673 1262718 45 0.0
.debug_aranges 137504 137512 8 0.0
.debug_frame 461520 461540 20 0.0
.debug_info 28524549 28525337 788 0.0
.debug_line 3804899 3804902 3 0.0
.debug_loclists 2191829 2192001 172 0.0
.debug_rnglists 147681 147686 5 0.0
.debug_str 3996167 3996308 141 0.0
.strtab 741179 741270 91 0.0
.symtab 474768 474800 32 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1103645 1103690 45 0.0
.debug_aranges 127568 127576 8 0.0
.debug_frame 424452 424472 20 0.0
.debug_info 23646035 23646823 788 0.0
.debug_line 3379502 3379505 3 0.0
.debug_loclists 2028554 2028726 172 0.0
.debug_rnglists 137233 137238 5 0.0
.debug_str 3803225 3803366 141 0.0
.strtab 654271 654362 91 0.0
.symtab 436224 436256 32 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1095836 1095881 45 0.0
.debug_aranges 126200 126208 8 0.0
.debug_frame 419480 419500 20 0.0
.debug_info 23448963 23449782 819 0.0
.debug_line 3330011 3330014 3 0.0
.debug_loclists 2003955 2004127 172 0.0
.debug_rnglists 135171 135176 5 0.0
.debug_str 3765207 3765348 141 0.0
.strtab 627815 627906 91 0.0
.symtab 427808 427840 32 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1148076 1148152 76 0.0
bss 113224 113232 8 0.0
Decreases (57 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, nrfconnect, psoc6, qpg, telink)
platform target config section 7a50966 8f6ad0f change % change
bl602 lighting-app bl602 (read/write) 1389894 1389878 -16 -0.0
.text 1066454 1066440 -14 -0.0
bl602+mfd (read/write) 1403806 1403790 -16 -0.0
.text 1081258 1081246 -12 -0.0
bl602+rpc (read/write) 1437154 1437138 -16 -0.0
.text 1098186 1098172 -14 -0.0
bl702 lighting-app bl702 (read/write) 1194011 1194003 -8 -0.0
.debug_loc 3636201 3636198 -3 -0.0
.debug_ranges 434576 434560 -16 -0.0
.text 961344 961334 -10 -0.0
bl702+mfd (read/write) 1204587 1204579 -8 -0.0
.debug_loc 3674632 3674629 -3 -0.0
.debug_ranges 436576 436560 -16 -0.0
.text 972860 972852 -8 -0.0
bl702+rpc (read/write) 1292683 1292671 -12 -0.0
.debug_loc 3843407 3843404 -3 -0.0
.debug_ranges 462176 462160 -16 -0.0
.text 1035322 1035312 -10 -0.0
bl706-eth (read/write) 1042531 1042519 -12 -0.0
.debug_loc 3143447 3143370 -77 -0.0
.debug_ranges 369448 369432 -16 -0.0
.text 786758 786748 -10 -0.0
bl706-wifi (read/write) 1207662 1207658 -4 -0.0
.debug_loc 3243358 3243302 -56 -0.0
.debug_ranges 379336 379320 -16 -0.0
.text 955294 955292 -2 -0.0
bl702l lighting-app bl702l (read/write) 1157168 1157152 -16 -0.0
.debug_ranges 441112 441096 -16 -0.0
.text 944170 944156 -14 -0.0
bl702l+mfd (read/write) 1167784 1167772 -12 -0.0
.debug_ranges 443112 443096 -16 -0.0
.text 955696 955684 -12 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734803 734771 -32 -0.0
.text 650016 649984 -32 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756331 756291 -40 -0.0
.text 675916 675876 -40 -0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743835 743803 -32 -0.0
.text 637332 637300 -32 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 694851 694819 -32 -0.0
.text 614192 614160 -32 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680531 680499 -32 -0.0
.text 604040 604008 -32 -0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 617458 617434 -24 -0.0
.text 509052 509028 -24 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551839 551799 -40 -0.0
.app_xip_area 443033 442993 -40 -0.0
lock cyw930739m2evb_01 (read/write) 537943 537903 -40 -0.0
.app_xip_area 424345 424305 -40 -0.0
ota-requestor cyw930739m2evb_01 (read/write) 573887 573847 -40 -0.0
.app_xip_area 466409 466369 -40 -0.0
switch cyw930739m2evb_01 (read/write) 549711 549671 -40 -0.0
.app_xip_area 439137 439097 -40 -0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006428 1006396 -32 -0.0
.text 831772 831740 -32 -0.0
BRD4187C (read/write) 1088756 1088724 -32 -0.0
.text 889400 889368 -32 -0.0
lock-app BRD4161A+wf200 (read/write) 1103660 1103612 -48 -0.0
.text 914304 914256 -48 -0.0
window-app BRD4187C (read/write) 1124064 1124040 -24 -0.0
.text 952428 952404 -24 -0.0
esp32 all-clusters-app c3devkit (read only) 1162186 1162180 -6 -0.0
.flash.text 1162186 1162180 -6 -0.0
m5stack (read only) 1205119 1205103 -16 -0.0
.flash.text 1199735 1199719 -16 -0.0
k32w contact k32w0+release (read only) 588700 588668 -32 -0.0
.text 588164 588132 -32 -0.0
k32w1+release (read/write) 683956 683916 -40 -0.0
.text 570776 570736 -40 -0.0
light k32w0+release (read only) 588428 588396 -32 -0.0
.text 587892 587860 -32 -0.0
k32w1+release (read/write) 775776 775744 -32 -0.0
.text 653760 653728 -32 -0.0
lock k32w0+release (read only) 560164 560132 -32 -0.0
.text 559628 559596 -32 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 851536 851504 -32 -0.0
nrf7002dk_nrf5340_cpuapp text 779228 779192 -36 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160140 1160108 -32 -0.0
text 813528 813496 -32 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837504 -8 -0.0
.heap 837512 837504 -8 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1680884 1680852 -32 -0.0
.text 1479308 1479276 -32 -0.0
light cy8ckit_062s2_43012 (read/write) 1607284 1607252 -32 -0.0
.text 1412044 1412012 -32 -0.0
lock cy8ckit_062s2_43012 (read/write) 1640268 1640236 -32 -0.0
.text 1417772 1417740 -32 -0.0
qpg lighting-app qpg6105+debug (read/write) 1176020 1175988 -32 -0.0
.text 622864 622832 -32 -0.0
lock-app qpg6105+debug (read/write) 1132692 1132660 -32 -0.0
.text 579532 579500 -32 -0.0
telink air-quality-sensor-app tlsr9528a (read/write) 873620 873612 -8 -0.0
text 618274 618268 -6 -0.0
all-clusters-app tlsr9518adk80d text 799532 799526 -6 -0.0
all-clusters-minimal-app tlsr9528a text 757988 757982 -6 -0.0
bridge-app tlsr9518adk80d (read/write) 948708 948700 -8 -0.0
text 655350 655344 -6 -0.0
contact-sensor-app tlsr9528a text 621388 621382 -6 -0.0
light-switch-app-rpc-shell-factory-data tlsr9528a text 659476 659470 -6 -0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d text 702528 702522 -6 -0.0
lock-app tlsr9528a text 650536 650530 -6 -0.0
ota-requestor-app tlsr9518adk80d text 671404 671398 -6 -0.0
pump-app tlsr9528a (read/write) 880864 880856 -8 -0.0
text 625608 625602 -6 -0.0
pump-controller-app tlsr9518adk80d (read/write) 821796 821788 -8 -0.0
text 592710 592704 -6 -0.0
resource-monitoring-app tlsr9518adk80d (read/write) 837384 837376 -8 -0.0
text 603210 603204 -6 -0.0
shell tlsr9518adk80d (read/write) 716168 716160 -8 -0.0
text 469742 469736 -6 -0.0
smoke_co_alarm-app tlsr9528a (read/write) 878840 878832 -8 -0.0
text 624180 624174 -6 -0.0
temperature-measurement-app tlsr9528a (read/write) 864664 864656 -8 -0.0
text 612128 612122 -6 -0.0
thermostat tlsr9518adk80d (read/write) 842892 842884 -8 -0.0
text 608082 608076 -6 -0.0
window-covering tlsr9518adk80d (read/write) 840140 840132 -8 -0.0
text 604918 604912 -6 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 7a50966 8f6ad0f change % change
bl602 lighting-app bl602 (read/write) 1389894 1389878 -16 -0.0
.bss 88184 88184 0 0.0
.data 9368 9368 0 0.0
.text 1066454 1066440 -14 -0.0
bl602+mfd (read/write) 1403806 1403790 -16 -0.0
.bss 88352 88352 0 0.0
.data 9344 9344 0 0.0
.text 1081258 1081246 -12 -0.0
bl602+rpc (read/write) 1437154 1437138 -16 -0.0
.bss 96208 96208 0 0.0
.data 9744 9744 0 0.0
.text 1098186 1098172 -14 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1194011 1194003 -8 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1549222 1549269 47 0.0
.debug_aranges 138592 138600 8 0.0
.debug_frame 507068 507100 32 0.0
.debug_info 42005867 42006407 540 0.0
.debug_line 5373141 5373185 44 0.0
.debug_loc 3636201 3636198 -3 -0.0
.debug_ranges 434576 434560 -16 -0.0
.debug_str 4065018 4065159 141 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106408 106408 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597289 597380 91 0.0
.symtab 177472 177488 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
961344 961334 -10 -0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1204587 1204579 -8 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1551295 1551342 47 0.0
.debug_aranges 139760 139768 8 0.0
.debug_frame 512140 512172 32 0.0
.debug_info 42046494 42047034 540 0.0
.debug_line 5412520 5412564 44 0.0
.debug_loc 3674632 3674629 -3 -0.0
.debug_ranges 436576 436560 -16 -0.0
.debug_str 4070549 4070690 141 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105348 105348 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 601049 601140 91 0.0
.symtab 179232 179248 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
972860 972852 -8 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1292683 1292671 -12 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1730204 1730251 47 0.0
.debug_aranges 147312 147320 8 0.0
.debug_frame 536424 536456 32 0.0
.debug_info 47167218 47167758 540 0.0
.debug_line 5791558 5791602 44 0.0
.debug_loc 3843407 3843404 -3 -0.0
.debug_ranges 462176 462160 -16 -0.0
.debug_str 4493603 4493744 141 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121548 121548 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662253 662344 91 0.0
.symtab 196848 196864 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1035322 1035312 -10 -0.0
bl706-eth (read/write) 1042531 1042519 -12 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1084726 1084773 47 0.0
.debug_aranges 115520 115528 8 0.0
.debug_frame 426204 426236 32 0.0
.debug_info 22641648 22642188 540 0.0
.debug_line 4303879 4303923 44 0.0
.debug_loc 3143447 3143370 -77 -0.0
.debug_ranges 369448 369432 -16 -0.0
.debug_str 3642822 3642963 141 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 96140 96140 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465323 465414 91 0.0
.symtab 140064 140080 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
786758 786748 -10 -0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1207662 1207658 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98455 98455 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1177943 1177990 47 0.0
.debug_aranges 119696 119704 8 0.0
.debug_frame 618848 618896 48 0.0
.debug_info 23811429 23811966 537 0.0
.debug_line 4548195 4548239 44 0.0
.debug_loc 3243358 3243302 -56 -0.0
.debug_ranges 379336 379320 -16 -0.0
.debug_str 3715113 3715254 141 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 109268 109268 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 506050 506141 91 0.0
.symtab 152928 152944 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
955294 955292 -2 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1157168 1157152 -16 -0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1543510 1543557 47 0.0
.debug_aranges 133456 133464 8 0.0
.debug_frame 487708 487740 32 0.0
.debug_info 41462673 41463213 540 0.0
.debug_line 5276270 5276314 44 0.0
.debug_loc 3580358 3580411 53 0.0
.debug_ranges 441112 441096 -16 -0.0
.debug_str 4089607 4089748 141 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100388 100388 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 598915 599006 91 0.0
.symtab 176912 176928 16 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
944170 944156 -14 -0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1167784 1167772 -12 -0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1545598 1545645 47 0.0
.debug_aranges 134624 134632 8 0.0
.debug_frame 492776 492808 32 0.0
.debug_info 41505343 41505883 540 0.0
.debug_line 5315526 5315570 44 0.0
.debug_loc 3618789 3618842 53 0.0
.debug_ranges 443112 443096 -16 -0.0
.debug_str 4095128 4095269 141 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99328 99328 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 602743 602834 91 0.0
.symtab 178704 178720 16 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
955696 955684 -12 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734803 734771 -32 -0.0
(read/write) 166452 166452 0 0.0
.bss 88868 88868 0 0.0
.data 3420 3420 0 0.0
.rodata 84399 84399 0 0.0
.text 650016 649984 -32 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756331 756291 -40 -0.0
(read/write) 176700 176700 0 0.0
.bss 99084 99084 0 0.0
.data 3436 3436 0 0.0
.rodata 80023 80023 0 0.0
.text 675916 675876 -40 -0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743835 743803 -32 -0.0
(read/write) 171180 171180 0 0.0
.bss 93564 93564 0 0.0
.data 3436 3436 0 0.0
.rodata 106111 106111 0 0.0
.text 637332 637300 -32 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 694851 694819 -32 -0.0
(read/write) 165544 165544 0 0.0
.bss 87736 87736 0 0.0
.data 3408 3408 0 0.0
.rodata 80271 80271 0 0.0
.text 614192 614160 -32 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680531 680499 -32 -0.0
(read/write) 165684 165684 0 0.0
.bss 87880 87880 0 0.0
.data 3404 3404 0 0.0
.rodata 76103 76103 0 0.0
.text 604040 604008 -32 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617458 617434 -24 -0.0
(read/write) 206900 206900 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200344 200344 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 938123 938168 45 0.0
.debug_aranges 109000 109008 8 0.0
.debug_frame 367312 367332 20 0.0
.debug_info 20598821 20599640 819 0.0
.debug_line 2663511 2663614 103 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1635511 1635692 181 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112211 112216 5 0.0
.debug_str 3440635 3440776 141 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106282 106282 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515538 515629 91 0.0
.symtab 298480 298512 32 0.0
.text 509052 509028 -24 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551839 551799 -40 -0.0
.app_xip_area 443033 442993 -40 -0.0
.bss 63776 63776 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537943 537903 -40 -0.0
.app_xip_area 424345 424305 -40 -0.0
.bss 68544 68544 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573887 573847 -40 -0.0
.app_xip_area 466409 466369 -40 -0.0
.bss 62520 62520 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549711 549671 -40 -0.0
.app_xip_area 439137 439097 -40 -0.0
.bss 65520 65520 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006428 1006396 -32 -0.0
.bss 171948 171948 0 0.0
.data 2688 2688 0 0.0
.text 831772 831740 -32 -0.0
BRD4187C (read/write) 1088756 1088724 -32 -0.0
.bss 196064 196064 0 0.0
.data 3272 3272 0 0.0
.text 889400 889368 -32 -0.0
lock-app BRD4161A+wf200 (read/write) 1103660 1103612 -48 -0.0
.bss 186636 186636 0 0.0
.data 2700 2700 0 0.0
.text 914304 914256 -48 -0.0
window-app BRD4187C (read/write) 1124064 1124040 -24 -0.0
.bss 168472 168472 0 0.0
.data 3144 3144 0 0.0
.text 952428 952404 -24 -0.0
esp32 all-clusters-app c3devkit (read only) 1162186 1162180 -6 -0.0
(read/write) 1701924 1701996 72 0.0
.dram0.bss 77640 77648 8 0.0
.dram0.data 13060 13060 0 0.0
.flash.rodata 268496 268568 72 0.0
.flash.text 1162186 1162180 -6 -0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1205119 1205103 -16 -0.0
(read/write) 551858 551930 72 0.0
.dram0.bss 84288 84296 8 0.0
.dram0.data 34020 34020 0 0.0
.flash.rodata 299932 299996 64 0.0
.flash.text 1199735 1199719 -16 -0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 588700 588668 -32 -0.0
(read/write) 87524 87524 0 0.0
.bss 70768 70768 0 0.0
.data 2132 2132 0 0.0
.text 588164 588132 -32 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683956 683916 -40 -0.0
.bss 66984 66984 0 0.0
.data 2716 2716 0 0.0
.text 570776 570736 -40 -0.0
light k32w0+release (read only) 588428 588396 -32 -0.0
(read/write) 87200 87200 0 0.0
.bss 70456 70456 0 0.0
.data 2120 2120 0 0.0
.text 587892 587860 -32 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775776 775744 -32 -0.0
.bss 76628 76628 0 0.0
.data 1928 1928 0 0.0
.text 653760 653728 -32 -0.0
lock k32w0+release (read only) 560164 560132 -32 -0.0
(read/write) 85028 85028 0 0.0
.bss 68344 68344 0 0.0
.data 2060 2060 0 0.0
.text 559628 559596 -32 -0.0
linux all-clusters-app debug (read only) 5494537 5494817 280 0.0
(read/write) 420680 420712 32 0.0
.bss 130480 130480 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 278976 279008 32 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 335436 335532 96 0.0
.text 4778163 4778323 160 0.0
all-clusters-minimal-app debug (read only) 4874185 4874345 160 0.0
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270269 270269 0 0.0
.text 4372803 4372963 160 0.0
bridge-app debug (read only) 4356977 4357121 144 0.0
(read/write) 214992 214992 0 0.0
.bss 118904 118904 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 218269 218269 0 0.0
.text 3921075 3921219 144 0.0
chip-tool debug (read only) 10230673 10230817 144 0.0
(read/write) 443512 443512 0 0.0
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337584 337584 0 0.0
.dynamic 624 624 0 0.0
.got 5808 5808 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 386185 386185 0 0.0
.text 9246435 9246579 144 0.0
chip-tool-ipv6only arm64 (read only) 10102892 10103020 128 0.0
(read/write) 505336 505336 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374144 374144 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314936 314936 0 0.0
.text 9021272 9021400 128 0.0
lighting-app debug+rpc+ui (read only) 5213873 5214017 144 0.0
(read/write) 222984 222984 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 336340 336340 0 0.0
.text 4634307 4634451 144 0.0
lock-app debug (read only) 4450529 4450689 160 0.0
(read/write) 203128 203128 0 0.0
.bss 113424 113424 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246781 246781 0 0.0
.text 3994131 3994291 160 0.0
ota-provider-app debug (read only) 4116529 4116689 160 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199997 199997 0 0.0
.text 3725971 3726131 160 0.0
ota-requestor-app debug (read only) 4201961 4202105 144 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203261 203261 0 0.0
.text 3803811 3803955 144 0.0
shell debug (read only) 2900209 2900489 280 0.0
(read/write) 153248 153280 32 0.0
.bss 61000 61000 0 0.0
.data 784 784 0 0.0
.data.rel.ro 85544 85576 32 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211136 211232 96 0.0
.text 2515634 2515794 160 0.0
thermostat-no-ble arm64 (read only) 4345676 4345820 144 0.0
(read/write) 241880 241880 0 0.0
.bss 122184 122184 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161036 161036 0 0.0
.text 3850024 3850168 144 0.0
tv-app debug (read only) 5276961 5277121 160 0.0
(read/write) 350696 350696 0 0.0
.bss 241888 241888 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5608 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 271053 271053 0 0.0
.text 4761827 4761987 160 0.0
tv-casting-app debug (read only) 8161089 8161233 144 0.0
(read/write) 313256 313256 0 0.0
.bss 155904 155904 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148080 148080 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 336120 336120 0 0.0
.text 7422563 7422707 144 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521784 2521784 0 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1484468 1484468 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1227804 1227840 36 0.0
bss 154518 154526 8 0.0
rodata 142704 142772 68 0.0
text 851536 851504 -32 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1347316 1347360 44 0.0
bss 140528 140536 8 0.0
rodata 136880 136948 68 0.0
text 779228 779192 -36 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160140 1160108 -32 -0.0
bss 153948 153948 0 0.0
rodata 113728 113728 0 0.0
text 813528 813496 -32 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837504 -8 -0.0
(read/write) 1778388 1778436 48 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193300 193308 8 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2528 2528 0 0.0
.debug_abbrev 1381678 1381723 45 0.0
.debug_aranges 145704 145712 8 0.0
.debug_frame 483092 483112 20 0.0
.debug_info 32183891 32184735 844 0.0
.debug_line 4045840 4045843 3 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2318462 2318634 172 0.0
.debug_rnglists 156114 156119 5 0.0
.debug_str 4194511 4194652 141 0.0
.heap 837512 837504 -8 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 844363 844454 91 0.0
.symtab 513952 513984 32 0.0
.text 1574172 1574212 40 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840152 840152 0 0.0
(read/write) 1680884 1680852 -32 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190716 190716 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1262673 1262718 45 0.0
.debug_aranges 137504 137512 8 0.0
.debug_frame 461520 461540 20 0.0
.debug_info 28524549 28525337 788 0.0
.debug_line 3804899 3804902 3 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2191829 2192001 172 0.0
.debug_rnglists 147681 147686 5 0.0
.debug_str 3996167 3996308 141 0.0
.heap 840152 840152 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 741179 741270 91 0.0
.symtab 474768 474800 32 0.0
.text 1479308 1479276 -32 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1607284 1607252 -32 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1103645 1103690 45 0.0
.debug_aranges 127568 127576 8 0.0
.debug_frame 424452 424472 20 0.0
.debug_info 23646035 23646823 788 0.0
.debug_line 3379502 3379505 3 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2028554 2028726 172 0.0
.debug_rnglists 137233 137238 5 0.0
.debug_str 3803225 3803366 141 0.0
.heap 846488 846488 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 654271 654362 91 0.0
.symtab 436224 436256 32 0.0
.text 1412044 1412012 -32 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819232 819232 0 0.0
(read/write) 1640268 1640236 -32 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2368 2368 0 0.0
.debug_abbrev 1095836 1095881 45 0.0
.debug_aranges 126200 126208 8 0.0
.debug_frame 419480 419500 20 0.0
.debug_info 23448963 23449782 819 0.0
.debug_line 3330011 3330014 3 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2003955 2004127 172 0.0
.debug_rnglists 135171 135176 5 0.0
.debug_str 3765207 3765348 141 0.0
.heap 819232 819232 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 627815 627906 91 0.0
.symtab 427808 427840 32 0.0
.text 1417772 1417740 -32 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176020 1175988 -32 -0.0
.bss 100616 100616 0 0.0
.data 744 744 0 0.0
.text 622864 622832 -32 -0.0
lock-app qpg6105+debug (read/write) 1132692 1132660 -32 -0.0
.bss 95328 95328 0 0.0
.data 748 748 0 0.0
.text 579532 579500 -32 -0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 873620 873612 -8 -0.0
bss 78044 78044 0 0.0
text 618274 618268 -6 -0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1148076 1148152 76 0.0
bss 113224 113232 8 0.0
text 799532 799526 -6 -0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1093100 1093100 0 0.0
bss 122244 122244 0 0.0
text 757988 757982 -6 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 948708 948700 -8 -0.0
bss 106888 106888 0 0.0
text 655350 655344 -6 -0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 876976 876976 0 0.0
bss 78124 78124 0 0.0
text 621388 621382 -6 -0.0
light-switch-app-rpc-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 922992 922992 0 0.0
bss 83072 83072 0 0.0
text 659476 659470 -6 -0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 999344 999344 0 0.0
bss 109148 109148 0 0.0
text 702528 702522 -6 -0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 932900 932900 0 0.0
bss 78816 78816 0 0.0
text 650536 650530 -6 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 962332 962332 0 0.0
bss 104988 104988 0 0.0
text 671404 671398 -6 -0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 880864 880856 -8 -0.0
bss 78228 78228 0 0.0
text 625608 625602 -6 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 821796 821788 -8 -0.0
bss 66248 66248 0 0.0
text 592710 592704 -6 -0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 837384 837376 -8 -0.0
bss 66664 66664 0 0.0
text 603210 603204 -6 -0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 716168 716160 -8 -0.0
bss 86424 86424 0 0.0
text 469742 469736 -6 -0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 878840 878832 -8 -0.0
bss 78208 78208 0 0.0
text 624180 624174 -6 -0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 864664 864656 -8 -0.0
bss 77936 77936 0 0.0
text 612128 612122 -6 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 842892 842884 -8 -0.0
bss 66540 66540 0 0.0
text 608082 608076 -6 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 840140 840132 -8 -0.0
bss 66892 66892 0 0.0
text 604918 604912 -6 -0.0

src/messaging/ExchangeContext.h Outdated Show resolved Hide resolved
src/messaging/tests/TestReliableMessageProtocol.cpp Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Oct 11, 2023

PR #29549: Size comparison from 7a50966 to 75e1889

Increases (27 builds for bl702, bl702l, cc32xx, linux, nrfconnect, psoc6)
platform target config section 7a50966 75e1889 change % change
bl702 lighting-app bl702 .debug_abbrev 1549222 1549269 47 0.0
.debug_aranges 138592 138600 8 0.0
.debug_frame 507068 507100 32 0.0
.debug_info 42005867 42006407 540 0.0
.debug_line 5373141 5373185 44 0.0
.debug_str 4065018 4065159 141 0.0
.strtab 597289 597380 91 0.0
.symtab 177472 177488 16 0.0
bl702+mfd .debug_abbrev 1551295 1551342 47 0.0
.debug_aranges 139760 139768 8 0.0
.debug_frame 512140 512172 32 0.0
.debug_info 42046494 42047034 540 0.0
.debug_line 5412520 5412564 44 0.0
.debug_str 4070549 4070690 141 0.0
.strtab 601049 601140 91 0.0
.symtab 179232 179248 16 0.0
bl702+rpc .debug_abbrev 1730204 1730251 47 0.0
.debug_aranges 147312 147320 8 0.0
.debug_frame 536424 536456 32 0.0
.debug_info 47167218 47167758 540 0.0
.debug_line 5791558 5791602 44 0.0
.debug_str 4493603 4493744 141 0.0
.strtab 662253 662344 91 0.0
.symtab 196848 196864 16 0.0
bl706-eth .debug_abbrev 1084726 1084773 47 0.0
.debug_aranges 115520 115528 8 0.0
.debug_frame 426204 426236 32 0.0
.debug_info 22641648 22642188 540 0.0
.debug_line 4303879 4303923 44 0.0
.debug_str 3642822 3642963 141 0.0
.strtab 465323 465414 91 0.0
.symtab 140064 140080 16 0.0
bl706-wifi .debug_abbrev 1177943 1177990 47 0.0
.debug_aranges 119696 119704 8 0.0
.debug_frame 618848 618896 48 0.0
.debug_info 23811429 23811966 537 0.0
.debug_line 4548195 4548239 44 0.0
.debug_str 3715113 3715254 141 0.0
.strtab 506050 506141 91 0.0
.symtab 152928 152944 16 0.0
bl702l lighting-app bl702l .debug_abbrev 1543510 1543557 47 0.0
.debug_aranges 133456 133464 8 0.0
.debug_frame 487708 487740 32 0.0
.debug_info 41462673 41463213 540 0.0
.debug_line 5276270 5276314 44 0.0
.debug_loc 3580358 3580411 53 0.0
.debug_str 4089607 4089748 141 0.0
.strtab 598915 599006 91 0.0
.symtab 176912 176928 16 0.0
bl702l+mfd .debug_abbrev 1545598 1545645 47 0.0
.debug_aranges 134624 134632 8 0.0
.debug_frame 492776 492808 32 0.0
.debug_info 41505343 41505883 540 0.0
.debug_line 5315526 5315570 44 0.0
.debug_loc 3618789 3618842 53 0.0
.debug_str 4095128 4095269 141 0.0
.strtab 602743 602834 91 0.0
.symtab 178704 178720 16 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 938123 938168 45 0.0
.debug_aranges 109000 109008 8 0.0
.debug_frame 367312 367332 20 0.0
.debug_info 20598821 20599640 819 0.0
.debug_line 2663511 2663614 103 0.0
.debug_loclists 1635511 1635692 181 0.0
.debug_rnglists 112211 112216 5 0.0
.debug_str 3440635 3440776 141 0.0
.strtab 515538 515629 91 0.0
.symtab 298480 298512 32 0.0
linux all-clusters-app debug (read only) 5494537 5494817 280 0.0
.data.rel.ro 278976 279008 32 0.0
.rodata 335436 335532 96 0.0
.text 4778163 4778323 160 0.0
all-clusters-minimal-app debug (read only) 4874185 4874345 160 0.0
.text 4372803 4372963 160 0.0
bridge-app debug (read only) 4356977 4357121 144 0.0
.text 3921075 3921219 144 0.0
chip-tool debug (read only) 10230673 10230817 144 0.0
.text 9246435 9246579 144 0.0
chip-tool-ipv6only arm64 (read only) 10102892 10103020 128 0.0
.text 9021272 9021400 128 0.0
lighting-app debug+rpc+ui (read only) 5213873 5214017 144 0.0
.text 4634307 4634451 144 0.0
lock-app debug (read only) 4450529 4450689 160 0.0
.text 3994131 3994291 160 0.0
ota-provider-app debug (read only) 4116529 4116689 160 0.0
.text 3725971 3726131 160 0.0
ota-requestor-app debug (read only) 4201961 4202105 144 0.0
.text 3803811 3803955 144 0.0
shell debug (read only) 2900209 2900489 280 0.0
.data.rel.ro 85544 85576 32 0.0
.rodata 211136 211232 96 0.0
.text 2515634 2515794 160 0.0
thermostat-no-ble arm64 (read only) 4345676 4345820 144 0.0
.text 3850024 3850168 144 0.0
tv-app debug (read only) 5276961 5277121 160 0.0
.text 4761827 4761987 160 0.0
tv-casting-app debug (read only) 8161089 8161233 144 0.0
.text 7422563 7422707 144 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 rodata 142704 142772 68 0.0
nrf7002dk_nrf5340_cpuapp rodata 136880 136948 68 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837584 72 0.0
.debug_abbrev 1381678 1381723 45 0.0
.debug_aranges 145704 145712 8 0.0
.debug_frame 483092 483112 20 0.0
.debug_info 32183891 32184735 844 0.0
.debug_line 4045840 4045843 3 0.0
.debug_loclists 2318462 2318634 172 0.0
.debug_rnglists 156114 156119 5 0.0
.debug_str 4194511 4194652 141 0.0
.heap 837512 837584 72 0.0
.strtab 844363 844454 91 0.0
.symtab 513952 513984 32 0.0
.text 1574172 1574212 40 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840152 840160 8 0.0
.debug_abbrev 1262673 1262718 45 0.0
.debug_aranges 137504 137512 8 0.0
.debug_frame 461520 461540 20 0.0
.debug_info 28524549 28525337 788 0.0
.debug_line 3804899 3804902 3 0.0
.debug_loclists 2191829 2192001 172 0.0
.debug_rnglists 147681 147686 5 0.0
.debug_str 3996167 3996308 141 0.0
.heap 840152 840160 8 0.0
.strtab 741179 741270 91 0.0
.symtab 474768 474800 32 0.0
light cy8ckit_062s2_43012 (read only) 846488 846496 8 0.0
.debug_abbrev 1103645 1103690 45 0.0
.debug_aranges 127568 127576 8 0.0
.debug_frame 424452 424472 20 0.0
.debug_info 23646035 23646823 788 0.0
.debug_line 3379502 3379505 3 0.0
.debug_loclists 2028554 2028726 172 0.0
.debug_rnglists 137233 137238 5 0.0
.debug_str 3803225 3803366 141 0.0
.heap 846488 846496 8 0.0
.strtab 654271 654362 91 0.0
.symtab 436224 436256 32 0.0
lock cy8ckit_062s2_43012 (read only) 819232 819240 8 0.0
.debug_abbrev 1095836 1095881 45 0.0
.debug_aranges 126200 126208 8 0.0
.debug_frame 419480 419500 20 0.0
.debug_info 23448963 23449782 819 0.0
.debug_line 3330011 3330014 3 0.0
.debug_loclists 2003955 2004127 172 0.0
.debug_rnglists 135171 135176 5 0.0
.debug_str 3765207 3765348 141 0.0
.heap 819232 819240 8 0.0
.strtab 627815 627906 91 0.0
.symtab 427808 427840 32 0.0
Decreases (41 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section 7a50966 75e1889 change % change
bl602 lighting-app bl602 (read/write) 1389894 1389862 -32 -0.0
.bss 88184 88168 -16 -0.0
.text 1066454 1066440 -14 -0.0
bl602+mfd (read/write) 1403806 1403774 -32 -0.0
.bss 88352 88336 -16 -0.0
.text 1081258 1081246 -12 -0.0
bl602+rpc (read/write) 1437154 1437138 -16 -0.0
.bss 96208 96200 -8 -0.0
.text 1098186 1098172 -14 -0.0
bl702 lighting-app bl702 (read/write) 1194011 1193987 -24 -0.0
.bss 30893 30877 -16 -0.1
.debug_loc 3636201 3636198 -3 -0.0
.debug_ranges 434576 434560 -16 -0.0
.text 961344 961334 -10 -0.0
bl702+mfd (read/write) 1204587 1204563 -24 -0.0
.bss 31069 31053 -16 -0.1
.debug_loc 3674632 3674629 -3 -0.0
.debug_ranges 436576 436560 -16 -0.0
.text 972860 972852 -8 -0.0
bl702+rpc (read/write) 1292683 1292655 -28 -0.0
.bss 39357 39341 -16 -0.0
.debug_loc 3843407 3843404 -3 -0.0
.debug_ranges 462176 462160 -16 -0.0
.text 1035322 1035312 -10 -0.0
bl706-eth (read/write) 1042531 1042519 -12 -0.0
.debug_loc 3143447 3143370 -77 -0.0
.debug_ranges 369448 369432 -16 -0.0
.text 786758 786748 -10 -0.0
bl706-wifi (read/write) 1207662 1207658 -4 -0.0
.debug_loc 3243358 3243302 -56 -0.0
.debug_ranges 379336 379320 -16 -0.0
.text 955294 955292 -2 -0.0
bl702l lighting-app bl702l (read/write) 1157168 1157152 -16 -0.0
.debug_ranges 441112 441096 -16 -0.0
.text 944170 944156 -14 -0.0
bl702l+mfd (read/write) 1167784 1167772 -12 -0.0
.debug_ranges 443112 443096 -16 -0.0
.text 955696 955684 -12 -0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 617458 617434 -24 -0.0
(read/write) 206900 206884 -16 -0.0
.bss 200344 200328 -16 -0.0
.text 509052 509028 -24 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551839 551791 -48 -0.0
.app_xip_area 443033 442993 -40 -0.0
.bss 63776 63768 -8 -0.0
lock cyw930739m2evb_01 (read/write) 537943 537895 -48 -0.0
.app_xip_area 424345 424305 -40 -0.0
.bss 68544 68536 -8 -0.0
ota-requestor cyw930739m2evb_01 (read/write) 573887 573839 -48 -0.0
.app_xip_area 466409 466369 -40 -0.0
.bss 62520 62512 -8 -0.0
switch cyw930739m2evb_01 (read/write) 549711 549655 -56 -0.0
.app_xip_area 439137 439097 -40 -0.0
.bss 65520 65504 -16 -0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006428 1006388 -40 -0.0
.bss 171948 171940 -8 -0.0
.text 831772 831740 -32 -0.0
BRD4187C (read/write) 1088756 1088708 -48 -0.0
.bss 196064 196048 -16 -0.0
.text 889400 889368 -32 -0.0
lock-app BRD4161A+wf200 (read/write) 1103660 1103604 -56 -0.0
.bss 186636 186628 -8 -0.0
.text 914304 914256 -48 -0.0
window-app BRD4187C (read/write) 1124064 1124032 -32 -0.0
.bss 168472 168464 -8 -0.0
.text 952428 952404 -24 -0.0
k32w contact k32w0+release (read only) 588700 588668 -32 -0.0
(read/write) 87524 87508 -16 -0.0
.bss 70768 70752 -16 -0.0
.text 588164 588132 -32 -0.0
k32w1+release (read/write) 683956 683900 -56 -0.0
.bss 66984 66968 -16 -0.0
.text 570776 570736 -40 -0.0
light k32w0+release (read only) 588428 588396 -32 -0.0
(read/write) 87200 87192 -8 -0.0
.bss 70456 70448 -8 -0.0
.text 587892 587860 -32 -0.0
k32w1+release (read/write) 775776 775728 -48 -0.0
.bss 76628 76612 -16 -0.0
.text 653760 653728 -32 -0.0
lock k32w0+release (read only) 560164 560132 -32 -0.0
(read/write) 85028 85020 -8 -0.0
.bss 68344 68336 -8 -0.0
.text 559628 559596 -32 -0.0
linux all-clusters-app debug (read/write) 420680 420616 -64 -0.0
.bss 130480 130384 -96 -0.1
bridge-app debug (read/write) 214992 214960 -32 -0.0
.bss 118904 118872 -32 -0.0
lock-app debug (read/write) 203128 203096 -32 -0.0
.bss 113424 113392 -32 -0.0
shell debug (read/write) 153248 153184 -64 -0.0
.bss 61000 60904 -96 -0.2
thermostat-no-ble arm64 (read/write) 241880 241864 -16 -0.0
.bss 122184 122168 -16 -0.0
tv-app debug (read/write) 350696 350664 -32 -0.0
.bss 241888 241856 -32 -0.0
tv-casting-app debug (read/write) 313256 313224 -32 -0.0
.bss 155904 155872 -32 -0.0
mbed lock-app-release cy8cproto_062_4343w .bss 219064 219048 -16 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1227804 1227712 -92 -0.0
bss 154518 154444 -74 -0.0
text 851536 851504 -32 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1347316 1347280 -36 -0.0
bss 140528 140454 -74 -0.1
text 779228 779192 -36 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160140 1160108 -32 -0.0
bss 153948 153938 -10 -0.0
text 813528 813496 -32 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1778388 1778356 -32 -0.0
.bss 193300 193228 -72 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1680884 1680844 -40 -0.0
.bss 190716 190708 -8 -0.0
.text 1479308 1479276 -32 -0.0
light cy8ckit_062s2_43012 (read/write) 1607284 1607244 -40 -0.0
.bss 184492 184484 -8 -0.0
.text 1412044 1412012 -32 -0.0
lock cy8ckit_062s2_43012 (read/write) 1640268 1640228 -40 -0.0
.bss 211740 211732 -8 -0.0
.text 1417772 1417740 -32 -0.0
qpg lighting-app qpg6105+debug (read/write) 1176020 1175988 -32 -0.0
.bss 100616 100600 -16 -0.0
.text 622864 622832 -32 -0.0
lock-app qpg6105+debug (read/write) 1132692 1132660 -32 -0.0
.bss 95328 95312 -16 -0.0
.text 579532 579500 -32 -0.0
Full report (47 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section 7a50966 75e1889 change % change
bl602 lighting-app bl602 (read/write) 1389894 1389862 -32 -0.0
.bss 88184 88168 -16 -0.0
.data 9368 9368 0 0.0
.text 1066454 1066440 -14 -0.0
bl602+mfd (read/write) 1403806 1403774 -32 -0.0
.bss 88352 88336 -16 -0.0
.data 9344 9344 0 0.0
.text 1081258 1081246 -12 -0.0
bl602+rpc (read/write) 1437154 1437138 -16 -0.0
.bss 96208 96200 -8 -0.0
.data 9744 9744 0 0.0
.text 1098186 1098172 -14 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1194011 1193987 -24 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30877 -16 -0.1
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1549222 1549269 47 0.0
.debug_aranges 138592 138600 8 0.0
.debug_frame 507068 507100 32 0.0
.debug_info 42005867 42006407 540 0.0
.debug_line 5373141 5373185 44 0.0
.debug_loc 3636201 3636198 -3 -0.0
.debug_ranges 434576 434560 -16 -0.0
.debug_str 4065018 4065159 141 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106408 106408 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 597289 597380 91 0.0
.symtab 177472 177488 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
961344 961334 -10 -0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1204587 1204563 -24 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31053 -16 -0.1
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1551295 1551342 47 0.0
.debug_aranges 139760 139768 8 0.0
.debug_frame 512140 512172 32 0.0
.debug_info 42046494 42047034 540 0.0
.debug_line 5412520 5412564 44 0.0
.debug_loc 3674632 3674629 -3 -0.0
.debug_ranges 436576 436560 -16 -0.0
.debug_str 4070549 4070690 141 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105348 105348 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 601049 601140 91 0.0
.symtab 179232 179248 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
972860 972852 -8 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1292683 1292655 -28 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39341 -16 -0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4112 4112 0 0.0
.debug_abbrev 1730204 1730251 47 0.0
.debug_aranges 147312 147320 8 0.0
.debug_frame 536424 536456 32 0.0
.debug_info 47167218 47167758 540 0.0
.debug_line 5791558 5791602 44 0.0
.debug_loc 3843407 3843404 -3 -0.0
.debug_ranges 462176 462160 -16 -0.0
.debug_str 4493603 4493744 141 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121548 121548 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662253 662344 91 0.0
.symtab 196848 196864 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1035322 1035312 -10 -0.0
bl706-eth (read/write) 1042531 1042519 -12 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1084726 1084773 47 0.0
.debug_aranges 115520 115528 8 0.0
.debug_frame 426204 426236 32 0.0
.debug_info 22641648 22642188 540 0.0
.debug_line 4303879 4303923 44 0.0
.debug_loc 3143447 3143370 -77 -0.0
.debug_ranges 369448 369432 -16 -0.0
.debug_str 3642822 3642963 141 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 96140 96140 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 465323 465414 91 0.0
.symtab 140064 140080 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
786758 786748 -10 -0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1207662 1207658 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98455 98455 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1177943 1177990 47 0.0
.debug_aranges 119696 119704 8 0.0
.debug_frame 618848 618896 48 0.0
.debug_info 23811429 23811966 537 0.0
.debug_line 4548195 4548239 44 0.0
.debug_loc 3243358 3243302 -56 -0.0
.debug_ranges 379336 379320 -16 -0.0
.debug_str 3715113 3715254 141 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 109268 109268 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 506050 506141 91 0.0
.symtab 152928 152944 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
955294 955292 -2 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1157168 1157152 -16 -0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1543510 1543557 47 0.0
.debug_aranges 133456 133464 8 0.0
.debug_frame 487708 487740 32 0.0
.debug_info 41462673 41463213 540 0.0
.debug_line 5276270 5276314 44 0.0
.debug_loc 3580358 3580411 53 0.0
.debug_ranges 441112 441096 -16 -0.0
.debug_str 4089607 4089748 141 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100388 100388 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 598915 599006 91 0.0
.symtab 176912 176928 16 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
944170 944156 -14 -0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1167784 1167772 -12 -0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1545598 1545645 47 0.0
.debug_aranges 134624 134632 8 0.0
.debug_frame 492776 492808 32 0.0
.debug_info 41505343 41505883 540 0.0
.debug_line 5315526 5315570 44 0.0
.debug_loc 3618789 3618842 53 0.0
.debug_ranges 443112 443096 -16 -0.0
.debug_str 4095128 4095269 141 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99328 99328 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 602743 602834 91 0.0
.symtab 178704 178720 16 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
955696 955684 -12 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617458 617434 -24 -0.0
(read/write) 206900 206884 -16 -0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200344 200328 -16 -0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 938123 938168 45 0.0
.debug_aranges 109000 109008 8 0.0
.debug_frame 367312 367332 20 0.0
.debug_info 20598821 20599640 819 0.0
.debug_line 2663511 2663614 103 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1635511 1635692 181 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112211 112216 5 0.0
.debug_str 3440635 3440776 141 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106282 106282 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515538 515629 91 0.0
.symtab 298480 298512 32 0.0
.text 509052 509028 -24 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551839 551791 -48 -0.0
.app_xip_area 443033 442993 -40 -0.0
.bss 63776 63768 -8 -0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 537943 537895 -48 -0.0
.app_xip_area 424345 424305 -40 -0.0
.bss 68544 68536 -8 -0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 573887 573839 -48 -0.0
.app_xip_area 466409 466369 -40 -0.0
.bss 62520 62512 -8 -0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549711 549655 -56 -0.0
.app_xip_area 439137 439097 -40 -0.0
.bss 65520 65504 -16 -0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006428 1006388 -40 -0.0
.bss 171948 171940 -8 -0.0
.data 2688 2688 0 0.0
.text 831772 831740 -32 -0.0
BRD4187C (read/write) 1088756 1088708 -48 -0.0
.bss 196064 196048 -16 -0.0
.data 3272 3272 0 0.0
.text 889400 889368 -32 -0.0
lock-app BRD4161A+wf200 (read/write) 1103660 1103604 -56 -0.0
.bss 186636 186628 -8 -0.0
.data 2700 2700 0 0.0
.text 914304 914256 -48 -0.0
window-app BRD4187C (read/write) 1124064 1124032 -32 -0.0
.bss 168472 168464 -8 -0.0
.data 3144 3144 0 0.0
.text 952428 952404 -24 -0.0
k32w contact k32w0+release (read only) 588700 588668 -32 -0.0
(read/write) 87524 87508 -16 -0.0
.bss 70768 70752 -16 -0.0
.data 2132 2132 0 0.0
.text 588164 588132 -32 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683956 683900 -56 -0.0
.bss 66984 66968 -16 -0.0
.data 2716 2716 0 0.0
.text 570776 570736 -40 -0.0
light k32w0+release (read only) 588428 588396 -32 -0.0
(read/write) 87200 87192 -8 -0.0
.bss 70456 70448 -8 -0.0
.data 2120 2120 0 0.0
.text 587892 587860 -32 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775776 775728 -48 -0.0
.bss 76628 76612 -16 -0.0
.data 1928 1928 0 0.0
.text 653760 653728 -32 -0.0
lock k32w0+release (read only) 560164 560132 -32 -0.0
(read/write) 85028 85020 -8 -0.0
.bss 68344 68336 -8 -0.0
.data 2060 2060 0 0.0
.text 559628 559596 -32 -0.0
linux all-clusters-app debug (read only) 5494537 5494817 280 0.0
(read/write) 420680 420616 -64 -0.0
.bss 130480 130384 -96 -0.1
.data 3856 3856 0 0.0
.data.rel.ro 278976 279008 32 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1328 1328 0 0.0
.rodata 335436 335532 96 0.0
.text 4778163 4778323 160 0.0
all-clusters-minimal-app debug (read only) 4874185 4874345 160 0.0
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270269 270269 0 0.0
.text 4372803 4372963 160 0.0
bridge-app debug (read only) 4356977 4357121 144 0.0
(read/write) 214992 214960 -32 -0.0
.bss 118904 118872 -32 -0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5312 5312 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 218269 218269 0 0.0
.text 3921075 3921219 144 0.0
chip-tool debug (read only) 10230673 10230817 144 0.0
(read/write) 443512 443512 0 0.0
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337584 337584 0 0.0
.dynamic 624 624 0 0.0
.got 5808 5808 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 386185 386185 0 0.0
.text 9246435 9246579 144 0.0
chip-tool-ipv6only arm64 (read only) 10102892 10103020 128 0.0
(read/write) 505336 505336 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374144 374144 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314936 314936 0 0.0
.text 9021272 9021400 128 0.0
lighting-app debug+rpc+ui (read only) 5213873 5214017 144 0.0
(read/write) 222984 222984 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5928 5928 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 336340 336340 0 0.0
.text 4634307 4634451 144 0.0
lock-app debug (read only) 4450529 4450689 160 0.0
(read/write) 203128 203096 -32 -0.0
.bss 113424 113392 -32 -0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246781 246781 0 0.0
.text 3994131 3994291 160 0.0
ota-provider-app debug (read only) 4116529 4116689 160 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199997 199997 0 0.0
.text 3725971 3726131 160 0.0
ota-requestor-app debug (read only) 4201961 4202105 144 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203261 203261 0 0.0
.text 3803811 3803955 144 0.0
shell debug (read only) 2900209 2900489 280 0.0
(read/write) 153248 153184 -64 -0.0
.bss 61000 60904 -96 -0.2
.data 784 784 0 0.0
.data.rel.ro 85544 85576 32 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1168 1168 0 0.0
.rodata 211136 211232 96 0.0
.text 2515634 2515794 160 0.0
thermostat-no-ble arm64 (read only) 4345676 4345820 144 0.0
(read/write) 241880 241864 -16 -0.0
.bss 122184 122168 -16 -0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161036 161036 0 0.0
.text 3850024 3850168 144 0.0
tv-app debug (read only) 5276961 5277121 160 0.0
(read/write) 350696 350664 -32 -0.0
.bss 241888 241856 -32 -0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5608 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 271053 271053 0 0.0
.text 4761827 4761987 160 0.0
tv-casting-app debug (read only) 8161089 8161233 144 0.0
(read/write) 313256 313224 -32 -0.0
.bss 155904 155872 -32 -0.0
.data 2464 2464 0 0.0
.data.rel.ro 148080 148080 0 0.0
.dynamic 624 624 0 0.0
.got 5080 5080 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 336120 336120 0 0.0
.text 7422563 7422707 144 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2521784 2521784 0 0.0
.bss 219064 219048 -16 -0.0
.data 5128 5128 0 0.0
.text 1484468 1484468 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1227804 1227712 -92 -0.0
bss 154518 154444 -74 -0.0
rodata 142704 142772 68 0.0
text 851536 851504 -32 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1347316 1347280 -36 -0.0
bss 140528 140454 -74 -0.1
rodata 136880 136948 68 0.0
text 779228 779192 -36 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160140 1160108 -32 -0.0
bss 153948 153938 -10 -0.0
rodata 113728 113728 0 0.0
text 813528 813496 -32 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837584 72 0.0
(read/write) 1778388 1778356 -32 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193300 193228 -72 -0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2528 2528 0 0.0
.debug_abbrev 1381678 1381723 45 0.0
.debug_aranges 145704 145712 8 0.0
.debug_frame 483092 483112 20 0.0
.debug_info 32183891 32184735 844 0.0
.debug_line 4045840 4045843 3 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2318462 2318634 172 0.0
.debug_rnglists 156114 156119 5 0.0
.debug_str 4194511 4194652 141 0.0
.heap 837512 837584 72 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 844363 844454 91 0.0
.symtab 513952 513984 32 0.0
.text 1574172 1574212 40 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840152 840160 8 0.0
(read/write) 1680884 1680844 -40 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190716 190708 -8 -0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1262673 1262718 45 0.0
.debug_aranges 137504 137512 8 0.0
.debug_frame 461520 461540 20 0.0
.debug_info 28524549 28525337 788 0.0
.debug_line 3804899 3804902 3 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2191829 2192001 172 0.0
.debug_rnglists 147681 147686 5 0.0
.debug_str 3996167 3996308 141 0.0
.heap 840152 840160 8 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 741179 741270 91 0.0
.symtab 474768 474800 32 0.0
.text 1479308 1479276 -32 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846496 8 0.0
(read/write) 1607284 1607244 -40 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184484 -8 -0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1103645 1103690 45 0.0
.debug_aranges 127568 127576 8 0.0
.debug_frame 424452 424472 20 0.0
.debug_info 23646035 23646823 788 0.0
.debug_line 3379502 3379505 3 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2028554 2028726 172 0.0
.debug_rnglists 137233 137238 5 0.0
.debug_str 3803225 3803366 141 0.0
.heap 846488 846496 8 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 654271 654362 91 0.0
.symtab 436224 436256 32 0.0
.text 1412044 1412012 -32 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819232 819240 8 0.0
(read/write) 1640268 1640228 -40 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211732 -8 -0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2368 2368 0 0.0
.debug_abbrev 1095836 1095881 45 0.0
.debug_aranges 126200 126208 8 0.0
.debug_frame 419480 419500 20 0.0
.debug_info 23448963 23449782 819 0.0
.debug_line 3330011 3330014 3 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2003955 2004127 172 0.0
.debug_rnglists 135171 135176 5 0.0
.debug_str 3765207 3765348 141 0.0
.heap 819232 819240 8 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 627815 627906 91 0.0
.symtab 427808 427840 32 0.0
.text 1417772 1417740 -32 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1176020 1175988 -32 -0.0
.bss 100616 100600 -16 -0.0
.data 744 744 0 0.0
.text 622864 622832 -32 -0.0
lock-app qpg6105+debug (read/write) 1132692 1132660 -32 -0.0
.bss 95328 95312 -16 -0.0
.data 748 748 0 0.0
.text 579532 579500 -32 -0.0

@github-actions
Copy link

github-actions bot commented Oct 19, 2023

PR #29549: Size comparison from a9b8be8 to 1dd0ada

Increases (25 builds for bl702, bl702l, cc32xx, linux, psoc6)
platform target config section a9b8be8 1dd0ada change % change
bl702 lighting-app bl702 .debug_abbrev 1540091 1540138 47 0.0
.debug_aranges 138736 138744 8 0.0
.debug_frame 508336 508364 28 0.0
.debug_info 41458377 41458941 564 0.0
.debug_line 5437405 5437476 71 0.0
.debug_loc 3651606 3651678 72 0.0
.debug_str 4067340 4067481 141 0.0
.strtab 598151 598242 91 0.0
.symtab 178896 178912 16 0.0
bl702+mfd .debug_abbrev 1542167 1542214 47 0.0
.debug_aranges 139904 139912 8 0.0
.debug_frame 513740 513768 28 0.0
.debug_info 41499383 41499947 564 0.0
.debug_line 5477578 5477649 71 0.0
.debug_loc 3689691 3689763 72 0.0
.debug_str 4072871 4073012 141 0.0
.strtab 601911 602002 91 0.0
.symtab 180656 180672 16 0.0
bl702+rpc .debug_abbrev 1721048 1721095 47 0.0
.debug_aranges 147336 147344 8 0.0
.debug_frame 537348 537376 28 0.0
.debug_info 46602425 46602989 564 0.0
.debug_line 5867678 5867749 71 0.0
.debug_loc 3859103 3859175 72 0.0
.debug_str 4495180 4495321 141 0.0
.strtab 662108 662199 91 0.0
.symtab 198016 198032 16 0.0
bl706-eth .debug_abbrev 1082038 1082085 47 0.0
.debug_aranges 115112 115120 8 0.0
.debug_frame 424972 425000 28 0.0
.debug_info 22576536 22577100 564 0.0
.debug_line 4291928 4291999 71 0.0
.debug_loc 3147619 3147764 145 0.0
.debug_str 3639691 3639832 141 0.0
.strtab 464952 465043 91 0.0
.symtab 139936 139952 16 0.0
bl706-wifi .debug_abbrev 1174427 1174474 47 0.0
.debug_aranges 119288 119296 8 0.0
.debug_frame 617056 617096 40 0.0
.debug_info 23741972 23742533 561 0.0
.debug_line 4535967 4536038 71 0.0
.debug_loc 3247588 3247735 147 0.0
.debug_str 3711982 3712123 141 0.0
.strtab 505679 505770 91 0.0
.symtab 152800 152816 16 0.0
bl702l lighting-app bl702l .debug_abbrev 1538608 1538655 47 0.0
.debug_aranges 133784 133792 8 0.0
.debug_frame 489528 489556 28 0.0
.debug_info 41252821 41253385 564 0.0
.debug_line 5351449 5351520 71 0.0
.debug_loc 3597983 3598128 145 0.0
.debug_str 4094091 4094232 141 0.0
.strtab 600464 600555 91 0.0
.symtab 178512 178528 16 0.0
bl702l+mfd .debug_abbrev 1540699 1540746 47 0.0
.debug_aranges 134952 134960 8 0.0
.debug_frame 494928 494956 28 0.0
.debug_info 41295870 41296434 564 0.0
.debug_line 5391499 5391570 71 0.0
.debug_loc 3636068 3636213 145 0.0
.debug_str 4099612 4099753 141 0.0
.strtab 604292 604383 91 0.0
.symtab 180304 180320 16 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_abbrev 936286 936331 45 0.0
.debug_aranges 108672 108680 8 0.0
.debug_frame 366108 366128 20 0.0
.debug_info 20540920 20541739 819 0.0
.debug_line 2654062 2654163 101 0.0
.debug_loclists 1632230 1632387 157 0.0
.debug_rnglists 112029 112034 5 0.0
.debug_str 3437839 3437980 141 0.0
.strtab 515741 515832 91 0.0
.symtab 298512 298544 32 0.0
linux all-clusters-app debug (read only) 5469009 5469153 144 0.0
.text 4759731 4759875 144 0.0
all-clusters-minimal-app debug (read only) 4877641 4877785 144 0.0
.text 4376515 4376659 144 0.0
bridge-app debug (read only) 4359281 4359425 144 0.0
.text 3923731 3923875 144 0.0
chip-tool debug (read only) 10232273 10232433 160 0.0
.text 9248147 9248307 160 0.0
chip-tool-ipv6only arm64 (read only) 10104524 10104668 144 0.0
.text 9023128 9023272 144 0.0
lighting-app debug+rpc+ui (read only) 5217393 5217537 144 0.0
.text 4638051 4638195 144 0.0
lock-app debug (read only) 4455529 4455673 144 0.0
.text 3999539 3999683 144 0.0
ota-provider-app debug (read only) 4117777 4117921 144 0.0
.text 3727443 3727587 144 0.0
ota-requestor-app debug (read only) 4202969 4203129 160 0.0
.text 3805091 3805251 160 0.0
shell debug (read only) 2875921 2876065 144 0.0
.text 2498546 2498690 144 0.0
thermostat-no-ble arm64 (read only) 4346452 4346580 128 0.0
.text 3851016 3851144 128 0.0
tv-app debug (read only) 5279457 5279601 144 0.0
.text 4764643 4764787 144 0.0
tv-casting-app debug (read only) 8183161 8183305 144 0.0
.text 7443107 7443251 144 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1326686 1326731 45 0.0
.debug_aranges 143000 143008 8 0.0
.debug_frame 474408 474428 20 0.0
.debug_info 30613445 30614233 788 0.0
.debug_line 3942950 3942954 4 0.0
.debug_loclists 2287248 2287422 174 0.0
.debug_rnglists 153904 153909 5 0.0
.debug_str 4160418 4160559 141 0.0
.strtab 829691 829782 91 0.0
.symtab 506320 506352 32 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1258889 1258934 45 0.0
.debug_aranges 137120 137128 8 0.0
.debug_frame 460108 460128 20 0.0
.debug_info 28446838 28447626 788 0.0
.debug_line 3793071 3793075 4 0.0
.debug_loclists 2187403 2187577 174 0.0
.debug_rnglists 147432 147437 5 0.0
.debug_str 3992963 3993104 141 0.0
.strtab 741294 741385 91 0.0
.symtab 474752 474784 32 0.0
light cy8ckit_062s2_43012 .debug_abbrev 1100264 1100309 45 0.0
.debug_aranges 127184 127192 8 0.0
.debug_frame 423040 423060 20 0.0
.debug_info 23577249 23578037 788 0.0
.debug_line 3368448 3368452 4 0.0
.debug_loclists 2024127 2024301 174 0.0
.debug_rnglists 136984 136989 5 0.0
.debug_str 3800021 3800162 141 0.0
.strtab 654386 654477 91 0.0
.symtab 436208 436240 32 0.0
lock cy8ckit_062s2_43012 .debug_abbrev 1093282 1093327 45 0.0
.debug_aranges 125872 125880 8 0.0
.debug_frame 418276 418296 20 0.0
.debug_info 23387240 23388059 819 0.0
.debug_line 3320828 3320832 4 0.0
.debug_loclists 2000602 2000776 174 0.0
.debug_rnglists 134989 134994 5 0.0
.debug_str 3762418 3762559 141 0.0
.strtab 628018 628109 91 0.0
.symtab 427824 427856 32 0.0
Decreases (58 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section a9b8be8 1dd0ada change % change
bl602 lighting-app bl602 (read/write) 1388654 1388638 -16 -0.0
.text 1065242 1065230 -12 -0.0
bl602+mfd (read/write) 1402990 1402974 -16 -0.0
.text 1080474 1080462 -12 -0.0
bl602+rpc (read/write) 1435666 1435658 -8 -0.0
.text 1096718 1096706 -12 -0.0
bl702 lighting-app bl702 (read/write) 1210159 1210151 -8 -0.0
.debug_ranges 444560 444544 -16 -0.0
.text 972304 972296 -8 -0.0
bl702+mfd (read/write) 1221187 1221179 -8 -0.0
.debug_ranges 446800 446784 -16 -0.0
.text 984248 984240 -8 -0.0
bl702+rpc (read/write) 1310427 1310419 -8 -0.0
.debug_ranges 472112 472096 -16 -0.0
.text 1048110 1048102 -8 -0.0
bl706-eth (read/write) 1037315 1037307 -8 -0.0
.debug_ranges 380680 380664 -16 -0.0
.text 784932 784924 -8 -0.0
bl706-wifi .debug_ranges 390736 390720 -16 -0.0
.text 953328 953326 -2 -0.0
bl702l lighting-app bl702l (read/write) 1171792 1171780 -12 -0.0
.debug_ranges 451552 451536 -16 -0.0
.text 956790 956778 -12 -0.0
bl702l+mfd (read/write) 1182912 1182900 -12 -0.0
.debug_ranges 453792 453776 -16 -0.0
.text 968826 968814 -12 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734851 734819 -32 -0.0
.text 650176 650144 -32 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756443 756411 -32 -0.0
.text 676188 676156 -32 -0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743907 743875 -32 -0.0
.text 637564 637532 -32 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 694651 694619 -32 -0.0
.text 614152 614120 -32 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680331 680299 -32 -0.0
.text 604000 603968 -32 -0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 617522 617498 -24 -0.0
.text 509236 509212 -24 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551975 551935 -40 -0.0
.app_xip_area 443193 443153 -40 -0.0
lock cyw930739m2evb_01 (read/write) 538159 538119 -40 -0.0
.app_xip_area 424577 424537 -40 -0.0
ota-requestor cyw930739m2evb_01 (read/write) 573583 573551 -32 -0.0
.app_xip_area 466121 466089 -32 -0.0
switch cyw930739m2evb_01 (read/write) 549903 549863 -40 -0.0
.app_xip_area 439361 439321 -40 -0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1006560 1006544 -16 -0.0
.text 831896 831880 -16 -0.0
BRD4187C (read/write) 1093072 1093040 -32 -0.0
.text 893636 893604 -32 -0.0
lock-app BRD4161A+wf200 (read/write) 1103656 1103608 -48 -0.0
.text 914260 914212 -48 -0.0
window-app BRD4187C (read/write) 1129396 1129372 -24 -0.0
.text 957672 957648 -24 -0.0
esp32 all-clusters-app c3devkit (read only) 1159774 1159768 -6 -0.0
.flash.text 1159774 1159768 -6 -0.0
m5stack (read only) 1202931 1202919 -12 -0.0
.flash.text 1197547 1197535 -12 -0.0
k32w contact k32w0+release (read only) 588660 588628 -32 -0.0
.text 588124 588092 -32 -0.0
k32w1+release (read/write) 683852 683820 -32 -0.0
.text 570704 570672 -32 -0.0
light k32w0+release (read only) 588380 588348 -32 -0.0
.text 587844 587812 -32 -0.0
k32w1+release (read/write) 775672 775640 -32 -0.0
.text 653664 653632 -32 -0.0
lock k32w0+release (read only) 560196 560164 -32 -0.0
.text 559660 559628 -32 -0.0
mbed lock-app-release cy8cproto_062_4343w (read/write) 2522104 2522040 -64 -0.0
.text 1484788 1484724 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1220928 1220896 -32 -0.0
text 847700 847672 -28 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1342680 1342648 -32 -0.0
text 776304 776268 -36 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1160444 1160412 -32 -0.0
text 813720 813688 -32 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1769516 1769484 -32 -0.0
.text 1565836 1565804 -32 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1680980 1680932 -48 -0.0
.text 1479412 1479364 -48 -0.0
light cy8ckit_062s2_43012 (read/write) 1607412 1607364 -48 -0.0
.text 1412172 1412124 -48 -0.0
lock cy8ckit_062s2_43012 (read/write) 1640308 1640260 -48 -0.0
.text 1417804 1417756 -48 -0.0
qpg lighting-app qpg6105+debug (read/write) 1175996 1175964 -32 -0.0
.text 622840 622808 -32 -0.0
lock-app qpg6105+debug (read/write) 1132620 1132588 -32 -0.0
.text 579460 579428 -32 -0.0
telink air-quality-sensor-app tlsr9528a (read/write) 856136 856128 -8 -0.0
text 603762 603756 -6 -0.0
all-clusters-app tlsr9518adk80d (read/write) 1122940 1122932 -8 -0.0
text 780402 780396 -6 -0.0
all-clusters-minimal-app tlsr9528a (read/write) 1076136 1076128 -8 -0.0
text 743904 743898 -6 -0.0
bridge-app tlsr9518adk80d (read/write) 931432 931424 -8 -0.0
text 640958 640952 -6 -0.0
contact-sensor-app tlsr9528a text 606828 606822 -6 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read/write) 961672 961664 -8 -0.0
text 683308 683302 -6 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read/write) 1087388 1087380 -8 -0.0
text 761600 761594 -6 -0.0
lock-app-dfu tlsr9528a text 637760 637754 -6 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 944760 944752 -8 -0.0
text 656730 656724 -6 -0.0
pump-app tlsr9528a (read/write) 863364 863356 -8 -0.0
text 611034 611028 -6 -0.0
pump-controller-app tlsr9518adk80d (read/write) 804232 804224 -8 -0.0
text 578070 578064 -6 -0.0
resource-monitoring-app tlsr9518adk80d (read/write) 819888 819880 -8 -0.0
text 588650 588644 -6 -0.0
shell tlsr9518adk80d (read/write) 708928 708920 -8 -0.0
text 461962 461956 -6 -0.0
smoke_co_alarm-app tlsr9528a text 610152 610146 -6 -0.0
temperature-measurement-app tlsr9528a (read/write) 847176 847168 -8 -0.0
text 597568 597562 -6 -0.0
thermostat tlsr9518adk80d (read/write) 825276 825268 -8 -0.0
text 593394 593388 -6 -0.0
window-covering tlsr9518adk80d (read/write) 822740 822732 -8 -0.0
text 590442 590436 -6 -0.0
Full report (71 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section a9b8be8 1dd0ada change % change
bl602 lighting-app bl602 (read/write) 1388654 1388638 -16 -0.0
.bss 88168 88168 0 0.0
.data 9368 9368 0 0.0
.text 1065242 1065230 -12 -0.0
bl602+mfd (read/write) 1402990 1402974 -16 -0.0
.bss 88336 88336 0 0.0
.data 9344 9344 0 0.0
.text 1080474 1080462 -12 -0.0
bl602+rpc (read/write) 1435666 1435658 -8 -0.0
.bss 96200 96200 0 0.0
.data 9744 9744 0 0.0
.text 1096718 1096706 -12 -0.0
bl702 lighting-app bl702 (read/write) 1210159 1210151 -8 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 32573 32573 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3576 3576 0 0.0
.debug_abbrev 1540091 1540138 47 0.0
.debug_aranges 138736 138744 8 0.0
.debug_frame 508336 508364 28 0.0
.debug_info 41458377 41458941 564 0.0
.debug_line 5437405 5437476 71 0.0
.debug_loc 3651606 3651678 72 0.0
.debug_ranges 444560 444544 -16 -0.0
.debug_str 4067340 4067481 141 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106600 106600 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 598151 598242 91 0.0
.symtab 178896 178912 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
972304 972296 -8 -0.0
bl702+mfd (read/write) 1221187 1221179 -8 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 32749 32749 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1542167 1542214 47 0.0
.debug_aranges 139904 139912 8 0.0
.debug_frame 513740 513768 28 0.0
.debug_info 41499383 41499947 564 0.0
.debug_line 5477578 5477649 71 0.0
.debug_loc 3689691 3689763 72 0.0
.debug_ranges 446800 446784 -16 -0.0
.debug_str 4072871 4073012 141 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 148 148 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105540 105540 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 601911 602002 91 0.0
.symtab 180656 180672 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
984248 984240 -8 -0.0
bl702+rpc (read/write) 1310427 1310419 -8 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41037 41037 0 0.0
.bss_psram 65712 65712 0 0.0
.comment 48 48 0 0.0
.data 4128 4128 0 0.0
.debug_abbrev 1721048 1721095 47 0.0
.debug_aranges 147336 147344 8 0.0
.debug_frame 537348 537376 28 0.0
.debug_info 46602425 46602989 564 0.0
.debug_line 5867678 5867749 71 0.0
.debug_loc 3859103 3859175 72 0.0
.debug_ranges 472112 472096 -16 -0.0
.debug_str 4495180 4495321 141 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 164 164 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 121500 121500 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 662108 662199 91 0.0
.symtab 198016 198032 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
1048110 1048102 -8 -0.0
bl706-eth (read only) 3318 3318 0 0.0
(read/write) 1037315 1037307 -8 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97671 97671 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1082038 1082085 47 0.0
.debug_aranges 115112 115120 8 0.0
.debug_frame 424972 425000 28 0.0
.debug_info 22576536 22577100 564 0.0
.debug_line 4291928 4291999 71 0.0
.debug_loc 3147619 3147764 145 0.0
.debug_ranges 380680 380664 -16 -0.0
.debug_str 3639691 3639832 141 0.0
.hbn 184 184 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 96124 96124 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 464952 465043 91 0.0
.symtab 139936 139952 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3318 3318 0 0.0
.text 0 0 0 0.0
784932 784924 -8 -0.0
bl706-wifi (read only) 3846 3846 0 0.0
(read/write) 1205646 1205646 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98439 98439 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1174427 1174474 47 0.0
.debug_aranges 119288 119296 8 0.0
.debug_frame 617056 617096 40 0.0
.debug_info 23741972 23742533 561 0.0
.debug_line 4535967 4536038 71 0.0
.debug_loc 3247588 3247735 147 0.0
.debug_ranges 390736 390720 -16 -0.0
.debug_str 3711982 3712123 141 0.0
.hbn 468 468 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.ocram_bss 8416 8416 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 109252 109252 0 0.0
.rsvd 4 4 0 0.0
.shstrtab 297 297 0 0.0
.stack 2048 2048 0 0.0
.strtab 505679 505770 91 0.0
.symtab 152800 152816 16 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3846 3846 0 0.0
.text 0 0 0 0.0
953328 953326 -2 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1171792 1171780 -12 -0.0
.boot2 328 328 0 0.0
.bss 20464 20464 0 0.0
.bss_psram 78848 78848 0 0.0
.comment 48 48 0 0.0
.data 4528 4528 0 0.0
.debug_abbrev 1538608 1538655 47 0.0
.debug_aranges 133784 133792 8 0.0
.debug_frame 489528 489556 28 0.0
.debug_info 41252821 41253385 564 0.0
.debug_line 5351449 5351520 71 0.0
.debug_loc 3597983 3598128 145 0.0
.debug_ranges 451552 451536 -16 -0.0
.debug_str 4094091 4094232 141 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 100580 100580 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 600464 600555 91 0.0
.symtab 178512 178528 16 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
956790 956778 -12 -0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1182912 1182900 -12 -0.0
.boot2 328 328 0 0.0
.bss 20640 20640 0 0.0
.bss_psram 78848 78848 0 0.0
.comment 48 48 0 0.0
.data 4496 4496 0 0.0
.debug_abbrev 1540699 1540746 47 0.0
.debug_aranges 134952 134960 8 0.0
.debug_frame 494928 494956 28 0.0
.debug_info 41295870 41296434 564 0.0
.debug_line 5391499 5391570 71 0.0
.debug_loc 3636068 3636213 145 0.0
.debug_ranges 453792 453776 -16 -0.0
.debug_str 4099612 4099753 141 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 148 148 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99520 99520 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 604292 604383 91 0.0
.symtab 180304 180320 16 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
968826 968814 -12 -0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 734851 734819 -32 -0.0
(read/write) 166436 166436 0 0.0
.bss 88852 88852 0 0.0
.data 3420 3420 0 0.0
.rodata 84287 84287 0 0.0
.text 650176 650144 -32 -0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 756443 756411 -32 -0.0
(read/write) 176720 176720 0 0.0
.bss 99100 99100 0 0.0
.data 3440 3440 0 0.0
.rodata 79863 79863 0 0.0
.text 676188 676156 -32 -0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 743907 743875 -32 -0.0
(read/write) 171176 171176 0 0.0
.bss 93556 93556 0 0.0
.data 3440 3440 0 0.0
.rodata 105951 105951 0 0.0
.text 637564 637532 -32 -0.0
pump-app LP_EM_CC1354P10_6 (read only) 694651 694619 -32 -0.0
(read/write) 165528 165528 0 0.0
.bss 87720 87720 0 0.0
.data 3408 3408 0 0.0
.rodata 80111 80111 0 0.0
.text 614152 614120 -32 -0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 680331 680299 -32 -0.0
(read/write) 165668 165668 0 0.0
.bss 87864 87864 0 0.0
.data 3404 3404 0 0.0
.rodata 75943 75943 0 0.0
.text 604000 603968 -32 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617522 617498 -24 -0.0
(read/write) 206896 206896 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200336 200336 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 936286 936331 45 0.0
.debug_aranges 108672 108680 8 0.0
.debug_frame 366108 366128 20 0.0
.debug_info 20540920 20541739 819 0.0
.debug_line 2654062 2654163 101 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1632230 1632387 157 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 112029 112034 5 0.0
.debug_str 3437839 3437980 141 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106162 106162 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 515741 515832 91 0.0
.symtab 298512 298544 32 0.0
.text 509236 509212 -24 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 551975 551935 -40 -0.0
.app_xip_area 443193 443153 -40 -0.0
.bss 63752 63752 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 538159 538119 -40 -0.0
.app_xip_area 424577 424537 -40 -0.0
.bss 68520 68520 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) 573583 573551 -32 -0.0
.app_xip_area 466121 466089 -32 -0.0
.bss 62504 62504 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 549903 549863 -40 -0.0
.app_xip_area 439361 439321 -40 -0.0
.bss 65488 65488 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) 1006560 1006544 -16 -0.0
.bss 171952 171952 0 0.0
.data 2692 2692 0 0.0
.text 831896 831880 -16 -0.0
BRD4187C (read/write) 1093072 1093040 -32 -0.0
.bss 196116 196116 0 0.0
.data 3300 3300 0 0.0
.text 893636 893604 -32 -0.0
lock-app BRD4161A+wf200 (read/write) 1103656 1103608 -48 -0.0
.bss 186664 186664 0 0.0
.data 2708 2708 0 0.0
.text 914260 914212 -48 -0.0
window-app BRD4187C (read/write) 1129396 1129372 -24 -0.0
.bss 168532 168532 0 0.0
.data 3172 3172 0 0.0
.text 957672 957648 -24 -0.0
esp32 all-clusters-app c3devkit (read only) 1159774 1159768 -6 -0.0
(read/write) 1700500 1700500 0 0.0
.dram0.bss 77176 77176 0 0.0
.dram0.data 13020 13020 0 0.0
.flash.rodata 266432 266432 0 0.0
.flash.text 1159774 1159768 -6 -0.0
.iram0.text 75694 75694 0 0.0
m5stack (read only) 1202931 1202919 -12 -0.0
(read/write) 549956 549956 0 0.0
.dram0.bss 83824 83824 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 297732 297732 0 0.0
.flash.text 1197547 1197535 -12 -0.0
.iram0.text 123907 123907 0 0.0
k32w contact k32w0+release (read only) 588660 588628 -32 -0.0
(read/write) 87492 87492 0 0.0
.bss 70736 70736 0 0.0
.data 2132 2132 0 0.0
.text 588124 588092 -32 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 683852 683820 -32 -0.0
.bss 66952 66952 0 0.0
.data 2716 2716 0 0.0
.text 570704 570672 -32 -0.0
light k32w0+release (read only) 588380 588348 -32 -0.0
(read/write) 87176 87176 0 0.0
.bss 70432 70432 0 0.0
.data 2120 2120 0 0.0
.text 587844 587812 -32 -0.0
k32w1+release (read only) 1024 1024 0 0.0
(read/write) 775672 775640 -32 -0.0
.bss 76620 76620 0 0.0
.data 1928 1928 0 0.0
.text 653664 653632 -32 -0.0
lock k32w0+release (read only) 560196 560164 -32 -0.0
(read/write) 85004 85004 0 0.0
.bss 68320 68320 0 0.0
.data 2060 2060 0 0.0
.text 559660 559628 -32 -0.0
linux all-clusters-app debug (read only) 5469009 5469153 144 0.0
(read/write) 417528 417528 0 0.0
.bss 129264 129264 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 277120 277120 0 0.0
.dynamic 624 624 0 0.0
.got 5368 5368 0 0.0
.init 27 27 0 0.0
.init_array 1248 1248 0 0.0
.rodata 330476 330476 0 0.0
.text 4759731 4759875 144 0.0
all-clusters-minimal-app debug (read only) 4877641 4877785 144 0.0
(read/write) 232664 232664 0 0.0
.bss 126480 126480 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5328 5328 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 270205 270205 0 0.0
.text 4376515 4376659 144 0.0
bridge-app debug (read only) 4359281 4359425 144 0.0
(read/write) 214968 214968 0 0.0
.bss 118872 118872 0 0.0
.data 4704 4704 0 0.0
.data.rel.ro 84624 84624 0 0.0
.dynamic 624 624 0 0.0
.got 5296 5296 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 218109 218109 0 0.0
.text 3923731 3923875 144 0.0
chip-tool debug (read only) 10232273 10232433 160 0.0
(read/write) 443552 443552 0 0.0
.bss 93688 93688 0 0.0
.data 4994 4994 0 0.0
.data.rel.ro 337648 337648 0 0.0
.dynamic 624 624 0 0.0
.got 5792 5792 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 386217 386217 0 0.0
.text 9248147 9248307 160 0.0
chip-tool-ipv6only arm64 (read only) 10104524 10104668 144 0.0
(read/write) 505384 505384 0 0.0
.bss 103048 103048 0 0.0
.data 4288 4288 0 0.0
.data.rel.ro 374208 374208 0 0.0
.dynamic 512 512 0 0.0
.got 18400 18400 0 0.0
.init 24 24 0 0.0
.init_array 256 256 0 0.0
.rodata 314856 314856 0 0.0
.text 9023128 9023272 144 0.0
lighting-app debug+rpc+ui (read only) 5217393 5217537 144 0.0
(read/write) 222960 222960 0 0.0
.bss 118160 118160 0 0.0
.data 4416 4416 0 0.0
.data.rel.ro 92832 92832 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 336308 336308 0 0.0
.text 4638051 4638195 144 0.0
lock-app debug (read only) 4455529 4455673 144 0.0
(read/write) 203096 203096 0 0.0
.bss 113392 113392 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5248 5248 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246589 246589 0 0.0
.text 3999539 3999683 144 0.0
ota-provider-app debug (read only) 4117777 4117921 144 0.0
(read/write) 192032 192032 0 0.0
.bss 113536 113536 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 199773 199773 0 0.0
.text 3727443 3727587 144 0.0
ota-requestor-app debug (read only) 4202969 4203129 160 0.0
(read/write) 196216 196216 0 0.0
.bss 114560 114560 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71600 71600 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 203037 203037 0 0.0
.text 3805091 3805251 160 0.0
shell debug (read only) 2875921 2876065 144 0.0
(read/write) 150032 150032 0 0.0
.bss 59784 59784 0 0.0
.data 816 816 0 0.0
.data.rel.ro 83624 83624 0 0.0
.dynamic 592 592 0 0.0
.got 4096 4096 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 206112 206112 0 0.0
.text 2498546 2498690 144 0.0
thermostat-no-ble arm64 (read only) 4346452 4346580 128 0.0
(read/write) 241864 241864 0 0.0
.bss 122168 122168 0 0.0
.data 2792 2792 0 0.0
.data.rel.ro 100528 100528 0 0.0
.dynamic 512 512 0 0.0
.got 11912 11912 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 160820 160820 0 0.0
.text 3851016 3851144 128 0.0
tv-app debug (read only) 5279457 5279601 144 0.0
(read/write) 350640 350640 0 0.0
.bss 241824 241824 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5592 5592 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 270925 270925 0 0.0
.text 4764643 4764787 144 0.0
tv-casting-app debug (read only) 8183161 8183305 144 0.0
(read/write) 313376 313376 0 0.0
.bss 155872 155872 0 0.0
.data 2464 2464 0 0.0
.data.rel.ro 148208 148208 0 0.0
.dynamic 624 624 0 0.0
.got 5072 5072 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 337336 337336 0 0.0
.text 7443107 7443251 144 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2522104 2522040 -64 -0.0
.bss 219048 219048 0 0.0
.data 5136 5136 0 0.0
.text 1484788 1484724 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1220928 1220896 -32 -0.0
bss 154069 154069 0 0.0
rodata 140204 140204 0 0.0
text 847700 847672 -28 -0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1342680 1342648 -32 -0.0
bss 140079 140079 0 0.0
rodata 135648 135648 0 0.0
text 776304 776268 -36 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160444 1160412 -32 -0.0
bss 153994 153994 0 0.0
rodata 113712 113712 0 0.0
text 813720 813688 -32 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 838048 838048 0 0.0
(read/write) 1769516 1769484 -32 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 192796 192796 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 2496 2496 0 0.0
.debug_abbrev 1326686 1326731 45 0.0
.debug_aranges 143000 143008 8 0.0
.debug_frame 474408 474428 20 0.0
.debug_info 30613445 30614233 788 0.0
.debug_line 3942950 3942954 4 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2287248 2287422 174 0.0
.debug_rnglists 153904 153909 5 0.0
.debug_str 4160418 4160559 141 0.0
.heap 838048 838048 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 829691 829782 91 0.0
.symtab 506320 506352 32 0.0
.text 0 0 0 0.0
1565836 1565804 -32 -0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 840160 840160 0 0.0
(read/write) 1680980 1680932 -48 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1258889 1258934 45 0.0
.debug_aranges 137120 137128 8 0.0
.debug_frame 460108 460128 20 0.0
.debug_info 28446838 28447626 788 0.0
.debug_line 3793071 3793075 4 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2187403 2187577 174 0.0
.debug_rnglists 147432 147437 5 0.0
.debug_str 3992963 3993104 141 0.0
.heap 840160 840160 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 741294 741385 91 0.0
.symtab 474752 474784 32 0.0
.text 1479412 1479364 -48 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846488 846488 0 0.0
(read/write) 1607412 1607364 -48 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2360 2360 0 0.0
.debug_abbrev 1100264 1100309 45 0.0
.debug_aranges 127184 127192 8 0.0
.debug_frame 423040 423060 20 0.0
.debug_info 23577249 23578037 788 0.0
.debug_line 3368448 3368452 4 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2024127 2024301 174 0.0
.debug_rnglists 136984 136989 5 0.0
.debug_str 3800021 3800162 141 0.0
.heap 846488 846488 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 654386 654477 91 0.0
.symtab 436208 436240 32 0.0
.text 1412172 1412124 -48 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819224 819224 0 0.0
(read/write) 1640308 1640260 -48 -0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2376 2376 0 0.0
.debug_abbrev 1093282 1093327 45 0.0
.debug_aranges 125872 125880 8 0.0
.debug_frame 418276 418296 20 0.0
.debug_info 23387240 23388059 819 0.0
.debug_line 3320828 3320832 4 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2000602 2000776 174 0.0
.debug_rnglists 134989 134994 5 0.0
.debug_str 3762418 3762559 141 0.0
.heap 819224 819224 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 628018 628109 91 0.0
.symtab 427824 427856 32 0.0
.text 1417804 1417756 -48 -0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1175996 1175964 -32 -0.0
.bss 100608 100608 0 0.0
.data 744 744 0 0.0
.text 622840 622808 -32 -0.0
lock-app qpg6105+debug (read/write) 1132620 1132588 -32 -0.0
.bss 95288 95288 0 0.0
.data 748 748 0 0.0
.text 579460 579428 -32 -0.0
telink air-quality-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 856136 856128 -8 -0.0
bss 77996 77996 0 0.0
text 603762 603756 -6 -0.0
all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1122940 1122932 -8 -0.0
bss 112724 112724 0 0.0
text 780402 780396 -6 -0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1076136 1076128 -8 -0.0
bss 122236 122236 0 0.0
text 743904 743898 -6 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 931432 931424 -8 -0.0
bss 106876 106876 0 0.0
text 640958 640952 -6 -0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 859488 859488 0 0.0
bss 78120 78120 0 0.0
text 606828 606822 -6 -0.0
light-switch-app-ota-shell-factory-data tlsr9528a (read only) 4 4 0 0.0
(read/write) 961672 961664 -8 -0.0
bss 88184 88184 0 0.0
text 683308 683302 -6 -0.0
lighting-app-ota-rpc-factory-data-4mb tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1087388 1087380 -8 -0.0
bss 112384 112384 0 0.0
text 761600 761594 -6 -0.0
lock-app-dfu tlsr9528a (read only) 4 4 0 0.0
(read/write) 918012 918012 0 0.0
bss 78812 78812 0 0.0
text 637760 637754 -6 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944760 944752 -8 -0.0
bss 104976 104976 0 0.0
text 656730 656724 -6 -0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 863364 863356 -8 -0.0
bss 78228 78228 0 0.0
text 611034 611028 -6 -0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 804232 804224 -8 -0.0
bss 66248 66248 0 0.0
text 578070 578064 -6 -0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 819888 819880 -8 -0.0
bss 66652 66652 0 0.0
text 588650 588644 -6 -0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 708928 708920 -8 -0.0
bss 86424 86424 0 0.0
text 461962 461956 -6 -0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 861880 861880 0 0.0
bss 78204 78204 0 0.0
text 610152 610146 -6 -0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 847176 847168 -8 -0.0
bss 77932 77932 0 0.0
text 597568 597562 -6 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 825276 825268 -8 -0.0
bss 66536 66536 0 0.0
text 593394 593388 -6 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 822740 822732 -8 -0.0
bss 66888 66888 0 0.0
text 590442 590436 -6 -0.0

@mkardous-silabs mkardous-silabs merged commit a8a9659 into project-chip:master Oct 19, 2023
56 checks passed
@mkardous-silabs mkardous-silabs deleted the feature/mrp_opt branch October 19, 2023 19:02
HunsupJung pushed a commit to HunsupJung/connectedhomeip that referenced this pull request Oct 23, 2023
…ive (project-chip#29549)

* Add intelligence to the exchange context

* Restyled by whitespace

* Restyled by clang-format

* fix name

* Apply suggestions from code review

Co-authored-by: Tennessee Carmel-Veilleux <tennessee.carmelveilleux@gmail.com>

* address review comments

* Apply suggestions from code review

Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

* address review comments

* fix rebase

* Refactor changes to simplify and remove req on exchange context consummer

* fix comment

* Apply suggestions from code review

Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Tennessee Carmel-Veilleux <tennessee.carmelveilleux@gmail.com>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
shripad621git pushed a commit to shripad621git/connectedhomeip that referenced this pull request Oct 31, 2023
…ive (project-chip#29549)

* Add intelligence to the exchange context

* Restyled by whitespace

* Restyled by clang-format

* fix name

* Apply suggestions from code review

Co-authored-by: Tennessee Carmel-Veilleux <tennessee.carmelveilleux@gmail.com>

* address review comments

* Apply suggestions from code review

Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

* address review comments

* fix rebase

* Refactor changes to simplify and remove req on exchange context consummer

* fix comment

* Apply suggestions from code review

Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Tennessee Carmel-Veilleux <tennessee.carmelveilleux@gmail.com>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
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.

None yet

7 participants