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

Initialize CHIP stack before running app tests #29092

Merged
merged 5 commits into from
Oct 23, 2023

Conversation

arkq
Copy link
Contributor

@arkq arkq commented Sep 6, 2023

Problem

When running TestCommandInteraction test (and potentially other tests from src/app/tests), one of chip::System::LayerImplSelect::mWakeEvent objects is not properly initialized. It results in WakeEvent::Notify() writing to mWriteFD == 0 (in fact the 0 value is a not initialized memory) which definitely is not right.

Changes

  • initialize chip stack (which initializes object returned by chip::DeviceLayer::SystemLayerImpl()) before running tests

Testing

Tested manually that there are no writes to mWriteFD==0 any more. CI will check for potential test failures.

@arkq
Copy link
Contributor Author

arkq commented Sep 8, 2023

Approving, but I expect the nrfconnect failure is real.

Yes, that's what I think as well. So, I've converted this to draft for now until I will investigate why it's failing.

@github-actions
Copy link

github-actions bot commented Sep 29, 2023

PR #29092: Size comparison from 433e676 to 79087ee

Increases (5 builds for cc32xx, psoc6)
platform target config section 433e676 79087ee change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_line 2772754 2772756 2 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_line 4153900 4153902 2 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_line 3912986 3912988 2 0.0
light cy8ckit_062s2_43012 .debug_line 3487864 3487866 2 0.0
lock cy8ckit_062s2_43012 .debug_line 3438514 3438516 2 0.0
Full report (32 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, k32w, linux, mbed, psoc6, qpg)
platform target config section 433e676 79087ee change % change
bl602 lighting-app bl602 (read/write) 1391130 1391130 0 0.0
.bss 88176 88176 0 0.0
.data 9368 9368 0 0.0
.text 1067336 1067336 0 0.0
bl602+mfd (read/write) 1405026 1405026 0 0.0
.bss 88344 88344 0 0.0
.data 9344 9344 0 0.0
.text 1082122 1082122 0 0.0
bl602+rpc (read/write) 1438302 1438302 0 0.0
.bss 96200 96200 0 0.0
.data 9728 9728 0 0.0
.text 1099072 1099072 0 0.0
bl702 lighting-app bl702 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1194679 1194679 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1544826 1544826 0 0.0
.debug_aranges 138416 138416 0 0.0
.debug_frame 508192 508192 0 0.0
.debug_info 41913458 41913458 0 0.0
.debug_line 5427412 5427412 0 0.0
.debug_loc 3524849 3524849 0 0.0
.debug_ranges 377128 377128 0 0.0
.debug_str 3966229 3966229 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.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 596916 596916 0 0.0
.symtab 177280 177280 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 961620 961620 0 0.0
bl702+mfd 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1205239 1205239 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1546899 1546899 0 0.0
.debug_aranges 139584 139584 0 0.0
.debug_frame 513264 513264 0 0.0
.debug_info 41954076 41954076 0 0.0
.debug_line 5466799 5466799 0 0.0
.debug_loc 3563280 3563280 0 0.0
.debug_ranges 379128 379128 0 0.0
.debug_str 3971760 3971760 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.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 600676 600676 0 0.0
.symtab 179040 179040 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 973118 973118 0 0.0
bl702+rpc 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1293231 1293231 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4088 4088 0 0.0
.debug_abbrev 1725720 1725720 0 0.0
.debug_aranges 147136 147136 0 0.0
.debug_frame 537536 537536 0 0.0
.debug_info 47063730 47063730 0 0.0
.debug_line 5845496 5845496 0 0.0
.debug_loc 3731834 3731834 0 0.0
.debug_ranges 404680 404680 0 0.0
.debug_str 4394298 4394298 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.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 661657 661657 0 0.0
.symtab 196608 196608 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 1035610 1035610 0 0.0
bl706-eth 0 0 0 0.0
(read/write) 1043759 1043759 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1080991 1080991 0 0.0
.debug_aranges 115424 115424 0 0.0
.debug_frame 427592 427592 0 0.0
.debug_info 22668064 22668064 0 0.0
.debug_line 4360231 4360231 0 0.0
.debug_loc 3033778 3033778 0 0.0
.debug_ranges 312936 312936 0 0.0
.debug_str 3545448 3545448 0 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 465211 465211 0 0.0
.symtab 139968 139968 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 787626 787626 0 0.0
bl706-wifi 0 0 0 0.0
(read only) 3870 3870 0 0.0
(read/write) 1207406 1207406 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98455 98455 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1173667 1173667 0 0.0
.debug_aranges 119600 119600 0 0.0
.debug_frame 620168 620168 0 0.0
.debug_info 23835741 23835741 0 0.0
.debug_line 4603997 4603997 0 0.0
.debug_loc 3133649 3133649 0 0.0
.debug_ranges 322752 322752 0 0.0
.debug_str 3617739 3617739 0 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 505938 505938 0 0.0
.symtab 152832 152832 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 954678 954678 0 0.0
bl702l lighting-app bl702l 0 0 0 0.0
(read only) 278 278 0 0.0
(read/write) 1157824 1157824 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1539114 1539114 0 0.0
.debug_aranges 133280 133280 0 0.0
.debug_frame 488832 488832 0 0.0
.debug_info 41371455 41371455 0 0.0
.debug_line 5330536 5330536 0 0.0
.debug_loc 3469106 3469106 0 0.0
.debug_ranges 383664 383664 0 0.0
.debug_str 3990824 3990824 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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 598542 598542 0 0.0
.symtab 176720 176720 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 944434 944434 0 0.0
bl702l+mfd 0 0 0 0.0
(read only) 278 278 0 0.0
(read/write) 1168680 1168680 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1541202 1541202 0 0.0
.debug_aranges 134448 134448 0 0.0
.debug_frame 493900 493900 0 0.0
.debug_info 41414116 41414116 0 0.0
.debug_line 5369800 5369800 0 0.0
.debug_loc 3507537 3507537 0 0.0
.debug_ranges 385664 385664 0 0.0
.debug_str 3996345 3996345 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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 602370 602370 0 0.0
.symtab 178512 178512 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 956198 956198 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 738219 738219 0 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 653444 653444 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758507 758507 0 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 678032 678032 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746003 746003 0 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 639504 639504 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696403 696403 0 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 615740 615740 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681995 681995 0 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 605492 605492 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 619594 619594 0 0.0
(read/write) 206900 206900 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200344 200344 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 933165 933165 0 0.0
.debug_aranges 107520 107520 0 0.0
.debug_frame 363440 363440 0 0.0
.debug_info 20869490 20869490 0 0.0
.debug_line 2772754 2772756 2 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1573884 1573884 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 101446 101446 0 0.0
.debug_str 3387225 3387225 0 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 511191 511191 0 0.0
.symtab 296976 296976 0 0.0
.text 511184 511184 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 555423 555423 0 0.0
.app_xip_area 446625 446625 0 0.0
.bss 63768 63768 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 540311 540311 0 0.0
.app_xip_area 426721 426721 0 0.0
.bss 68536 68536 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 575463 575463 0 0.0
.app_xip_area 467993 467993 0 0.0
.bss 62512 62512 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 552103 552103 0 0.0
.app_xip_area 441537 441537 0 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
k32w contact k32w0+release (read only) 590684 590684 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70760 70760 0 0.0
.data 2124 2124 0 0.0
.text 590148 590148 0 0.0
light k32w0+release (read only) 590476 590476 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70448 70448 0 0.0
.data 2112 2112 0 0.0
.text 589940 589940 0 0.0
lock k32w0+release (read only) 561748 561748 0 0.0
(read/write) 85016 85016 0 0.0
.bss 68336 68336 0 0.0
.data 2056 2056 0 0.0
.text 561212 561212 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10217564 10217564 0 0.0
(read/write) 505528 505528 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 18376 18376 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 316040 316040 0 0.0
.text 9135256 9135256 0 0.0
thermostat-no-ble arm64 (read only) 4366924 4366924 0 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 11904 11904 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 161052 161052 0 0.0
.text 3871080 3871080 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523792 2523792 0 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1486476 1486476 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 0 0 0 0.0
(read only) 837512 837512 0 0.0
(read/write) 1785804 1785804 0 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 1376188 1376188 0 0.0
.debug_aranges 144224 144224 0 0.0
.debug_frame 479224 479224 0 0.0
.debug_info 32451243 32451243 0 0.0
.debug_line 4153900 4153902 2 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2256613 2256613 0 0.0
.debug_rnglists 145346 145346 0 0.0
.debug_str 4141046 4141046 0 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 837053 837053 0 0.0
.symtab 511888 511888 0 0.0
.text 1581588 1581588 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 0 0 0 0.0
(read only) 840168 840168 0 0.0
(read/write) 1685692 1685692 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2464 2464 0 0.0
.debug_abbrev 1257183 1257183 0 0.0
.debug_aranges 136024 136024 0 0.0
.debug_frame 457652 457652 0 0.0
.debug_info 28791678 28791678 0 0.0
.debug_line 3912986 3912988 2 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2129998 2129998 0 0.0
.debug_rnglists 136913 136913 0 0.0
.debug_str 3942678 3942678 0 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 734809 734809 0 0.0
.symtab 472736 472736 0 0.0
.text 1484132 1484132 0 0.0
.zero.table 8 8 0 0.0
light cy8ckit_062s2_43012 0 0 0 0.0
(read only) 846496 846496 0 0.0
(read/write) 1611332 1611332 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2352 2352 0 0.0
.debug_abbrev 1098155 1098155 0 0.0
.debug_aranges 126088 126088 0 0.0
.debug_frame 420584 420584 0 0.0
.debug_info 23913004 23913004 0 0.0
.debug_line 3487864 3487866 2 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1966722 1966722 0 0.0
.debug_rnglists 126465 126465 0 0.0
.debug_str 3749772 3749772 0 0.0
.heap 846496 846496 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 650001 650001 0 0.0
.symtab 434976 434976 0 0.0
.text 1416100 1416100 0 0.0
.zero.table 8 8 0 0.0
lock cy8ckit_062s2_43012 0 0 0 0.0
(read only) 819232 819232 0 0.0
(read/write) 1642724 1642724 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2368 2368 0 0.0
.debug_abbrev 1090346 1090346 0 0.0
.debug_aranges 124720 124720 0 0.0
.debug_frame 415608 415608 0 0.0
.debug_info 23716351 23716351 0 0.0
.debug_line 3438514 3438516 2 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1942287 1942287 0 0.0
.debug_rnglists 124406 124406 0 0.0
.debug_str 3711766 3711766 0 0.0
.heap 819232 819232 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 622931 622931 0 0.0
.symtab 426144 426144 0 0.0
.text 1420228 1420228 0 0.0
.zero.table 8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178568 1178568 0 0.0
.bss 100616 100616 0 0.0
.data 740 740 0 0.0
.text 625408 625408 0 0.0
lock-app qpg6105+debug (read/write) 1134792 1134792 0 0.0
.bss 95320 95320 0 0.0
.data 744 744 0 0.0
.text 581636 581636 0 0.0

@github-actions
Copy link

github-actions bot commented Sep 29, 2023

PR #29092: Size comparison from 4a9dab1 to c2812f2

Increases (5 builds for cc32xx, psoc6)
platform target config section 4a9dab1 c2812f2 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_line 2772754 2772756 2 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_line 4153900 4153902 2 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_line 3912986 3912988 2 0.0
light cy8ckit_062s2_43012 .debug_line 3487864 3487866 2 0.0
lock cy8ckit_062s2_43012 .debug_line 3438514 3438516 2 0.0
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 4a9dab1 c2812f2 change % change
bl602 lighting-app bl602 (read/write) 1391130 1391130 0 0.0
.bss 88176 88176 0 0.0
.data 9368 9368 0 0.0
.text 1067336 1067336 0 0.0
bl602+mfd (read/write) 1405026 1405026 0 0.0
.bss 88344 88344 0 0.0
.data 9344 9344 0 0.0
.text 1082122 1082122 0 0.0
bl602+rpc (read/write) 1438302 1438302 0 0.0
.bss 96200 96200 0 0.0
.data 9728 9728 0 0.0
.text 1099072 1099072 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1194679 1194679 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1544826 1544826 0 0.0
.debug_aranges 138416 138416 0 0.0
.debug_frame 508192 508192 0 0.0
.debug_info 41913458 41913458 0 0.0
.debug_line 5427412 5427412 0 0.0
.debug_loc 3524849 3524849 0 0.0
.debug_ranges 377128 377128 0 0.0
.debug_str 3966229 3966229 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.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 596916 596916 0 0.0
.symtab 177280 177280 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
961620 961620 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1205239 1205239 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1546899 1546899 0 0.0
.debug_aranges 139584 139584 0 0.0
.debug_frame 513264 513264 0 0.0
.debug_info 41954076 41954076 0 0.0
.debug_line 5466799 5466799 0 0.0
.debug_loc 3563280 3563280 0 0.0
.debug_ranges 379128 379128 0 0.0
.debug_str 3971760 3971760 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.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 600676 600676 0 0.0
.symtab 179040 179040 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
973118 973118 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1293231 1293231 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4088 4088 0 0.0
.debug_abbrev 1725720 1725720 0 0.0
.debug_aranges 147136 147136 0 0.0
.debug_frame 537536 537536 0 0.0
.debug_info 47063730 47063730 0 0.0
.debug_line 5845496 5845496 0 0.0
.debug_loc 3731834 3731834 0 0.0
.debug_ranges 404680 404680 0 0.0
.debug_str 4394298 4394298 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.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 661657 661657 0 0.0
.symtab 196608 196608 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1035610 1035610 0 0.0
bl706-eth (read/write) 1043759 1043759 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1080991 1080991 0 0.0
.debug_aranges 115424 115424 0 0.0
.debug_frame 427592 427592 0 0.0
.debug_info 22668064 22668064 0 0.0
.debug_line 4360231 4360231 0 0.0
.debug_loc 3033778 3033778 0 0.0
.debug_ranges 312936 312936 0 0.0
.debug_str 3545448 3545448 0 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 465211 465211 0 0.0
.symtab 139968 139968 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
787626 787626 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1207406 1207406 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98455 98455 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1173667 1173667 0 0.0
.debug_aranges 119600 119600 0 0.0
.debug_frame 620168 620168 0 0.0
.debug_info 23835741 23835741 0 0.0
.debug_line 4603997 4603997 0 0.0
.debug_loc 3133649 3133649 0 0.0
.debug_ranges 322752 322752 0 0.0
.debug_str 3617739 3617739 0 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 505938 505938 0 0.0
.symtab 152832 152832 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
954678 954678 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1157824 1157824 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1539114 1539114 0 0.0
.debug_aranges 133280 133280 0 0.0
.debug_frame 488832 488832 0 0.0
.debug_info 41371455 41371455 0 0.0
.debug_line 5330536 5330536 0 0.0
.debug_loc 3469106 3469106 0 0.0
.debug_ranges 383664 383664 0 0.0
.debug_str 3990824 3990824 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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 598542 598542 0 0.0
.symtab 176720 176720 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
944434 944434 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1168680 1168680 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1541202 1541202 0 0.0
.debug_aranges 134448 134448 0 0.0
.debug_frame 493900 493900 0 0.0
.debug_info 41414116 41414116 0 0.0
.debug_line 5369800 5369800 0 0.0
.debug_loc 3507537 3507537 0 0.0
.debug_ranges 385664 385664 0 0.0
.debug_str 3996345 3996345 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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 602370 602370 0 0.0
.symtab 178512 178512 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
956198 956198 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 738219 738219 0 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 653444 653444 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758507 758507 0 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 678032 678032 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746003 746003 0 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 639504 639504 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696403 696403 0 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 615740 615740 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681995 681995 0 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 605492 605492 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 619594 619594 0 0.0
(read/write) 206900 206900 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200344 200344 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 933165 933165 0 0.0
.debug_aranges 107520 107520 0 0.0
.debug_frame 363440 363440 0 0.0
.debug_info 20869490 20869490 0 0.0
.debug_line 2772754 2772756 2 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1573884 1573884 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 101446 101446 0 0.0
.debug_str 3387225 3387225 0 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 511191 511191 0 0.0
.symtab 296976 296976 0 0.0
.text 511184 511184 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 555423 555423 0 0.0
.app_xip_area 446625 446625 0 0.0
.bss 63768 63768 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 540311 540311 0 0.0
.app_xip_area 426721 426721 0 0.0
.bss 68536 68536 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 575463 575463 0 0.0
.app_xip_area 467993 467993 0 0.0
.bss 62512 62512 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 552103 552103 0 0.0
.app_xip_area 441537 441537 0 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) 1008972 1008972 0 0.0
.bss 170804 170804 0 0.0
.data 2668 2668 0 0.0
.text 835476 835476 0 0.0
BRD4187C (read/write) 1090820 1090820 0 0.0
.bss 194912 194912 0 0.0
.data 3256 3256 0 0.0
.text 892632 892632 0 0.0
lock-app BRD4161A+wf200 (read/write) 1104224 1104224 0 0.0
.bss 185492 185492 0 0.0
.data 2680 2680 0 0.0
.text 916032 916032 0 0.0
window-app BRD4187C (read/write) 1124656 1124656 0 0.0
.bss 167352 167352 0 0.0
.data 3128 3128 0 0.0
.text 954156 954156 0 0.0
esp32 all-clusters-app c3devkit (read only) 1167494 1167494 0 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 1167494 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1209279 1209279 0 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 1203895 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 590684 590684 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70760 70760 0 0.0
.data 2124 2124 0 0.0
.text 590148 590148 0 0.0
light k32w0+release (read only) 590476 590476 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70448 70448 0 0.0
.data 2112 2112 0 0.0
.text 589940 589940 0 0.0
lock k32w0+release (read only) 561748 561748 0 0.0
(read/write) 85016 85016 0 0.0
.bss 68336 68336 0 0.0
.data 2056 2056 0 0.0
.text 561212 561212 0 0.0
linux all-clusters-app debug (read only) 5577033 5577033 0 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 4860083 0 0.0
all-clusters-minimal-app debug (read only) 4929289 4929289 0 0.0
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270653 270653 0 0.0
.text 4427523 4427523 0 0.0
bridge-app debug (read only) 2773001 2773001 0 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 2381923 0 0.0
chip-tool debug (read only) 10353649 10353649 0 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 9369395 0 0.0
chip-tool-ipv6only arm64 (read only) 10217548 10217548 0 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 9135256 0 0.0
lighting-app debug+rpc+ui (read only) 5255217 5255217 0 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 336436 336436 0 0.0
.text 4675987 4675987 0 0.0
lock-app debug (read only) 4479025 4479025 0 0.0
(read/write) 203128 203128 0 0.0
.bss 113424 113424 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246941 246941 0 0.0
.text 4022467 4022467 0 0.0
ota-provider-app debug (read only) 4130945 4130945 0 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200093 200093 0 0.0
.text 3740291 3740291 0 0.0
ota-requestor-app debug (read only) 4224105 4224105 0 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203357 203357 0 0.0
.text 3825859 3825859 0 0.0
shell debug (read only) 2973377 2973377 0 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 2588130 0 0.0
thermostat-no-ble arm64 (read only) 4366908 4366908 0 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 3871080 0 0.0
tv-app debug (read only) 5322449 5322449 0 0.0
(read/write) 350696 350696 0 0.0
.bss 241888 241888 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5608 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 271245 271245 0 0.0
.text 4807123 4807123 0 0.0
tv-casting-app debug (read only) 8300481 8300481 0 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 7561747 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523792 2523792 0 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1486476 1486476 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1234128 1234128 0 0.0
bss 155134 155134 0 0.0
rodata 142740 142740 0 0.0
text 857312 857312 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1352884 1352884 0 0.0
bss 140544 140544 0 0.0
rodata 136848 136848 0 0.0
text 784816 784816 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1165364 1165364 0 0.0
bss 154564 154564 0 0.0
rodata 113768 113768 0 0.0
text 818076 818076 0 0.0
light-switch-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1110752 1110752 0 0.0
bss 148704 148704 0 0.0
rodata 103540 103540 0 0.0
text 779596 779596 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366948 1366948 0 0.0
bss 133775 133775 0 0.0
rodata 190068 190068 0 0.0
text 747832 747832 0 0.0
lighting-app nrf52840dk_nrf52840+rpc (read only) 4 4 0 0.0
(read/write) 1160504 1160504 0 0.0
bss 159099 159099 0 0.0
rodata 99060 99060 0 0.0
text 822136 822136 0 0.0
nrf52840dongle_nrf52840 (read only) 4 4 0 0.0
(read/write) 1125008 1125008 0 0.0
bss 167295 167295 0 0.0
rodata 88716 88716 0 0.0
text 784076 784076 0 0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1105500 1105500 0 0.0
bss 156119 156119 0 0.0
rodata 101080 101080 0 0.0
text 764828 764828 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366948 1366948 0 0.0
bss 133775 133775 0 0.0
rodata 190068 190068 0 0.0
text 747832 747832 0 0.0
lock-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1132428 1132428 0 0.0
bss 149253 149253 0 0.0
rodata 124656 124656 0 0.0
text 779512 779512 0 0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1044788 1044788 0 0.0
bss 146485 146485 0 0.0
rodata 118792 118792 0 0.0
text 696060 696060 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1389372 1389372 0 0.0
bss 134324 134324 0 0.0
rodata 211180 211180 0 0.0
text 748560 748560 0 0.0
pump-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1080768 1080768 0 0.0
bss 147941 147941 0 0.0
rodata 99196 99196 0 0.0
text 754784 754784 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1068760 1068760 0 0.0
bss 147740 147740 0 0.0
rodata 96116 96116 0 0.0
text 745988 745988 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837512 0 0.0
(read/write) 1785804 1785804 0 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 1376188 1376188 0 0.0
.debug_aranges 144224 144224 0 0.0
.debug_frame 479224 479224 0 0.0
.debug_info 32451243 32451243 0 0.0
.debug_line 4153900 4153902 2 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2256613 2256613 0 0.0
.debug_rnglists 145346 145346 0 0.0
.debug_str 4141046 4141046 0 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 837053 837053 0 0.0
.symtab 511888 511888 0 0.0
.text 0 0 0 0.0
1581588 1581588 0 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 1685692 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2464 2464 0 0.0
.debug_abbrev 1257183 1257183 0 0.0
.debug_aranges 136024 136024 0 0.0
.debug_frame 457652 457652 0 0.0
.debug_info 28791678 28791678 0 0.0
.debug_line 3912986 3912988 2 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2129998 2129998 0 0.0
.debug_rnglists 136913 136913 0 0.0
.debug_str 3942678 3942678 0 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 734809 734809 0 0.0
.symtab 472736 472736 0 0.0
.text 1484132 1484132 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846496 0 0.0
(read/write) 1611332 1611332 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2352 2352 0 0.0
.debug_abbrev 1098155 1098155 0 0.0
.debug_aranges 126088 126088 0 0.0
.debug_frame 420584 420584 0 0.0
.debug_info 23913004 23913004 0 0.0
.debug_line 3487864 3487866 2 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1966722 1966722 0 0.0
.debug_rnglists 126465 126465 0 0.0
.debug_str 3749772 3749772 0 0.0
.heap 846496 846496 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 650001 650001 0 0.0
.symtab 434976 434976 0 0.0
.text 1416100 1416100 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819232 819232 0 0.0
(read/write) 1642724 1642724 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2368 2368 0 0.0
.debug_abbrev 1090346 1090346 0 0.0
.debug_aranges 124720 124720 0 0.0
.debug_frame 415608 415608 0 0.0
.debug_info 23716351 23716351 0 0.0
.debug_line 3438514 3438516 2 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1942287 1942287 0 0.0
.debug_rnglists 124406 124406 0 0.0
.debug_str 3711766 3711766 0 0.0
.heap 819232 819232 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 622931 622931 0 0.0
.symtab 426144 426144 0 0.0
.text 1420228 1420228 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178568 1178568 0 0.0
.bss 100616 100616 0 0.0
.data 740 740 0 0.0
.text 625408 625408 0 0.0
lock-app qpg6105+debug (read/write) 1134792 1134792 0 0.0
.bss 95320 95320 0 0.0
.data 744 744 0 0.0
.text 581636 581636 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1146724 1146724 0 0.0
bss 113244 113244 0 0.0
text 804322 804322 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1089344 1089344 0 0.0
bss 122264 122264 0 0.0
text 762452 762452 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 943012 943012 0 0.0
bss 106908 106908 0 0.0
text 656082 656082 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 871336 871336 0 0.0
bss 78144 78144 0 0.0
text 623690 623690 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861020 861020 0 0.0
bss 67056 67056 0 0.0
text 629790 629790 0 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 995872 995872 0 0.0
bss 109168 109168 0 0.0
text 705244 705244 0 0.0
tlsr9528a (read only) 4 4 0 0.0
(read/write) 1040300 1040300 0 0.0
bss 120916 120916 0 0.0
text 729756 729756 0 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 927652 927652 0 0.0
bss 78836 78836 0 0.0
text 653220 653220 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 956636 956636 0 0.0
bss 105008 105008 0 0.0
text 672146 672146 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 875060 875060 0 0.0
bss 78248 78248 0 0.0
text 627732 627732 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 817076 817076 0 0.0
bss 66260 66260 0 0.0
text 593550 593550 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 833024 833024 0 0.0
bss 66676 66676 0 0.0
text 604402 604402 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 737688 737688 0 0.0
bss 95176 95176 0 0.0
text 483358 483358 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 873312 873312 0 0.0
bss 78228 78228 0 0.0
text 626598 626598 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 858412 858412 0 0.0
bss 77948 77948 0 0.0
text 613856 613856 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 838596 838596 0 0.0
bss 66560 66560 0 0.0
text 609330 609330 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 835736 835736 0 0.0
bss 66912 66912 0 0.0
text 606056 606056 0 0.0

@github-actions
Copy link

github-actions bot commented Oct 2, 2023

PR #29092: Size comparison from a40b53c to 5711a1a

Increases (17 builds for telink)
platform target config section a40b53c 5711a1a change % change
telink all-clusters-app tlsr9518adk80d (read/write) 1146724 1146748 24 0.0
bss 113244 113252 8 0.0
text 804322 804338 16 0.0
all-clusters-minimal-app tlsr9528a (read/write) 1089344 1089360 16 0.0
text 762452 762468 16 0.0
bridge-app tlsr9518adk80d (read/write) 943012 943028 16 0.0
text 656082 656098 16 0.0
contact-sensor-app tlsr9528a (read/write) 871336 871352 16 0.0
text 623690 623706 16 0.0
light-switch-app tlsr9518adk80d (read/write) 861020 861036 16 0.0
text 629790 629806 16 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read/write) 995872 995888 16 0.0
text 705244 705260 16 0.0
tlsr9528a (read/write) 1040300 1040316 16 0.0
text 729756 729772 16 0.0
lock-app tlsr9528a (read/write) 927652 927668 16 0.0
text 653220 653236 16 0.0
ota-requestor-app tlsr9518adk80d (read/write) 956636 956652 16 0.0
text 672146 672162 16 0.0
pump-app tlsr9528a (read/write) 875060 875076 16 0.0
text 627732 627748 16 0.0
pump-controller-app tlsr9518adk80d (read/write) 817076 817092 16 0.0
text 593550 593566 16 0.0
resource-monitoring-app tlsr9518adk80d (read/write) 833024 833048 24 0.0
bss 66676 66684 8 0.0
text 604402 604418 16 0.0
shell tlsr9518adk80d (read/write) 708820 708836 16 0.0
text 468912 468928 16 0.0
smoke_co_alarm-app tlsr9528a (read/write) 873312 873328 16 0.0
text 626598 626614 16 0.0
temperature-measurement-app tlsr9528a (read/write) 858412 858436 24 0.0
bss 77948 77956 8 0.0
text 613856 613872 16 0.0
thermostat tlsr9518adk80d (read/write) 838596 838612 16 0.0
text 609330 609346 16 0.0
window-covering tlsr9518adk80d (read/write) 835736 835752 16 0.0
text 606056 606072 16 0.0
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section a40b53c 5711a1a change % change
bl602 lighting-app bl602 (read/write) 1391130 1391130 0 0.0
.bss 88176 88176 0 0.0
.data 9368 9368 0 0.0
.text 1067336 1067336 0 0.0
bl602+mfd (read/write) 1405026 1405026 0 0.0
.bss 88344 88344 0 0.0
.data 9344 9344 0 0.0
.text 1082122 1082122 0 0.0
bl602+rpc (read/write) 1438302 1438302 0 0.0
.bss 96200 96200 0 0.0
.data 9728 9728 0 0.0
.text 1099072 1099072 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1194679 1194679 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1544826 1544826 0 0.0
.debug_aranges 138416 138416 0 0.0
.debug_frame 508192 508192 0 0.0
.debug_info 41913458 41913458 0 0.0
.debug_line 5427412 5427412 0 0.0
.debug_loc 3524849 3524849 0 0.0
.debug_ranges 377128 377128 0 0.0
.debug_str 3966229 3966229 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.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 596916 596916 0 0.0
.symtab 177280 177280 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
961620 961620 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1205239 1205239 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1546899 1546899 0 0.0
.debug_aranges 139584 139584 0 0.0
.debug_frame 513264 513264 0 0.0
.debug_info 41954076 41954076 0 0.0
.debug_line 5466799 5466799 0 0.0
.debug_loc 3563280 3563280 0 0.0
.debug_ranges 379128 379128 0 0.0
.debug_str 3971760 3971760 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.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 600676 600676 0 0.0
.symtab 179040 179040 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
973118 973118 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1293231 1293231 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4088 4088 0 0.0
.debug_abbrev 1725720 1725720 0 0.0
.debug_aranges 147136 147136 0 0.0
.debug_frame 537536 537536 0 0.0
.debug_info 47063730 47063730 0 0.0
.debug_line 5845496 5845496 0 0.0
.debug_loc 3731834 3731834 0 0.0
.debug_ranges 404680 404680 0 0.0
.debug_str 4394298 4394298 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.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 661657 661657 0 0.0
.symtab 196608 196608 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1035610 1035610 0 0.0
bl706-eth (read/write) 1043759 1043759 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1080991 1080991 0 0.0
.debug_aranges 115424 115424 0 0.0
.debug_frame 427592 427592 0 0.0
.debug_info 22668064 22668064 0 0.0
.debug_line 4360231 4360231 0 0.0
.debug_loc 3033778 3033778 0 0.0
.debug_ranges 312936 312936 0 0.0
.debug_str 3545448 3545448 0 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 465211 465211 0 0.0
.symtab 139968 139968 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
787626 787626 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1207406 1207406 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98455 98455 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1173667 1173667 0 0.0
.debug_aranges 119600 119600 0 0.0
.debug_frame 620168 620168 0 0.0
.debug_info 23835741 23835741 0 0.0
.debug_line 4603997 4603997 0 0.0
.debug_loc 3133649 3133649 0 0.0
.debug_ranges 322752 322752 0 0.0
.debug_str 3617739 3617739 0 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 505938 505938 0 0.0
.symtab 152832 152832 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
954678 954678 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1157824 1157824 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1539114 1539114 0 0.0
.debug_aranges 133280 133280 0 0.0
.debug_frame 488832 488832 0 0.0
.debug_info 41371455 41371455 0 0.0
.debug_line 5330536 5330536 0 0.0
.debug_loc 3469106 3469106 0 0.0
.debug_ranges 383664 383664 0 0.0
.debug_str 3990824 3990824 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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 598542 598542 0 0.0
.symtab 176720 176720 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
944434 944434 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1168680 1168680 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1541202 1541202 0 0.0
.debug_aranges 134448 134448 0 0.0
.debug_frame 493900 493900 0 0.0
.debug_info 41414116 41414116 0 0.0
.debug_line 5369800 5369800 0 0.0
.debug_loc 3507537 3507537 0 0.0
.debug_ranges 385664 385664 0 0.0
.debug_str 3996345 3996345 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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 602370 602370 0 0.0
.symtab 178512 178512 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
956198 956198 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 738219 738219 0 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 653444 653444 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758507 758507 0 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 678032 678032 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 746003 746003 0 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 639504 639504 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696403 696403 0 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 615740 615740 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681995 681995 0 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 605492 605492 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 619594 619594 0 0.0
(read/write) 206900 206900 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200344 200344 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 933165 933165 0 0.0
.debug_aranges 107520 107520 0 0.0
.debug_frame 363440 363440 0 0.0
.debug_info 20869490 20869490 0 0.0
.debug_line 2772754 2772754 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1573884 1573884 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 101446 101446 0 0.0
.debug_str 3387225 3387225 0 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 511191 511191 0 0.0
.symtab 296976 296976 0 0.0
.text 511184 511184 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 555423 555423 0 0.0
.app_xip_area 446625 446625 0 0.0
.bss 63768 63768 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 540311 540311 0 0.0
.app_xip_area 426721 426721 0 0.0
.bss 68536 68536 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 575463 575463 0 0.0
.app_xip_area 467993 467993 0 0.0
.bss 62512 62512 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 552103 552103 0 0.0
.app_xip_area 441537 441537 0 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) 1008972 1008972 0 0.0
.bss 170804 170804 0 0.0
.data 2668 2668 0 0.0
.text 835476 835476 0 0.0
BRD4187C (read/write) 1090820 1090820 0 0.0
.bss 194912 194912 0 0.0
.data 3256 3256 0 0.0
.text 892632 892632 0 0.0
lock-app BRD4161A+wf200 (read/write) 1104224 1104224 0 0.0
.bss 185492 185492 0 0.0
.data 2680 2680 0 0.0
.text 916032 916032 0 0.0
window-app BRD4187C (read/write) 1124656 1124656 0 0.0
.bss 167352 167352 0 0.0
.data 3128 3128 0 0.0
.text 954156 954156 0 0.0
esp32 all-clusters-app c3devkit (read only) 1167494 1167494 0 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 1167494 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1209279 1209279 0 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 1203895 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 590684 590684 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70760 70760 0 0.0
.data 2124 2124 0 0.0
.text 590148 590148 0 0.0
light k32w0+release (read only) 590476 590476 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70448 70448 0 0.0
.data 2112 2112 0 0.0
.text 589940 589940 0 0.0
lock k32w0+release (read only) 561748 561748 0 0.0
(read/write) 85016 85016 0 0.0
.bss 68336 68336 0 0.0
.data 2056 2056 0 0.0
.text 561212 561212 0 0.0
linux all-clusters-app debug (read only) 5577033 5577033 0 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 4860083 0 0.0
all-clusters-minimal-app debug (read only) 4929289 4929289 0 0.0
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270653 270653 0 0.0
.text 4427523 4427523 0 0.0
bridge-app debug (read only) 2773001 2773001 0 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 2381923 0 0.0
chip-tool debug (read only) 10353649 10353649 0 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 9369395 0 0.0
chip-tool-ipv6only arm64 (read only) 10217548 10217548 0 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 9135256 0 0.0
lighting-app debug+rpc+ui (read only) 5255217 5255217 0 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 336436 336436 0 0.0
.text 4675987 4675987 0 0.0
lock-app debug (read only) 4479025 4479025 0 0.0
(read/write) 203128 203128 0 0.0
.bss 113424 113424 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246941 246941 0 0.0
.text 4022467 4022467 0 0.0
ota-provider-app debug (read only) 4130945 4130945 0 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200093 200093 0 0.0
.text 3740291 3740291 0 0.0
ota-requestor-app debug (read only) 4224105 4224105 0 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203357 203357 0 0.0
.text 3825859 3825859 0 0.0
shell debug (read only) 2973377 2973377 0 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 2588130 0 0.0
thermostat-no-ble arm64 (read only) 4366908 4366908 0 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 3871080 0 0.0
tv-app debug (read only) 5322449 5322449 0 0.0
(read/write) 350696 350696 0 0.0
.bss 241888 241888 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5608 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 271245 271245 0 0.0
.text 4807123 4807123 0 0.0
tv-casting-app debug (read only) 8300481 8300481 0 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 7561747 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523792 2523792 0 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1486476 1486476 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1234128 1234128 0 0.0
bss 155134 155134 0 0.0
rodata 142740 142740 0 0.0
text 857312 857312 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1352884 1352884 0 0.0
bss 140544 140544 0 0.0
rodata 136848 136848 0 0.0
text 784816 784816 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1165364 1165364 0 0.0
bss 154564 154564 0 0.0
rodata 113768 113768 0 0.0
text 818076 818076 0 0.0
light-switch-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1110752 1110752 0 0.0
bss 148704 148704 0 0.0
rodata 103540 103540 0 0.0
text 779596 779596 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366948 1366948 0 0.0
bss 133775 133775 0 0.0
rodata 190068 190068 0 0.0
text 747832 747832 0 0.0
lighting-app nrf52840dk_nrf52840+rpc (read only) 4 4 0 0.0
(read/write) 1160504 1160504 0 0.0
bss 159099 159099 0 0.0
rodata 99060 99060 0 0.0
text 822136 822136 0 0.0
nrf52840dongle_nrf52840 (read only) 4 4 0 0.0
(read/write) 1125008 1125008 0 0.0
bss 167295 167295 0 0.0
rodata 88716 88716 0 0.0
text 784076 784076 0 0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1105500 1105500 0 0.0
bss 156119 156119 0 0.0
rodata 101080 101080 0 0.0
text 764828 764828 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366948 1366948 0 0.0
bss 133775 133775 0 0.0
rodata 190068 190068 0 0.0
text 747832 747832 0 0.0
lock-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1132428 1132428 0 0.0
bss 149253 149253 0 0.0
rodata 124656 124656 0 0.0
text 779512 779512 0 0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1044788 1044788 0 0.0
bss 146485 146485 0 0.0
rodata 118792 118792 0 0.0
text 696060 696060 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1389372 1389372 0 0.0
bss 134324 134324 0 0.0
rodata 211180 211180 0 0.0
text 748560 748560 0 0.0
pump-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1080768 1080768 0 0.0
bss 147941 147941 0 0.0
rodata 99196 99196 0 0.0
text 754784 754784 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1068760 1068760 0 0.0
bss 147740 147740 0 0.0
rodata 96116 96116 0 0.0
text 745988 745988 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837512 0 0.0
(read/write) 1785804 1785804 0 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 1376188 1376188 0 0.0
.debug_aranges 144224 144224 0 0.0
.debug_frame 479224 479224 0 0.0
.debug_info 32451243 32451243 0 0.0
.debug_line 4153900 4153900 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2256613 2256613 0 0.0
.debug_rnglists 145346 145346 0 0.0
.debug_str 4141046 4141046 0 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 837053 837053 0 0.0
.symtab 511888 511888 0 0.0
.text 0 0 0 0.0
1581588 1581588 0 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 1685692 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2464 2464 0 0.0
.debug_abbrev 1257183 1257183 0 0.0
.debug_aranges 136024 136024 0 0.0
.debug_frame 457652 457652 0 0.0
.debug_info 28791678 28791678 0 0.0
.debug_line 3912986 3912986 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2129998 2129998 0 0.0
.debug_rnglists 136913 136913 0 0.0
.debug_str 3942678 3942678 0 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 734809 734809 0 0.0
.symtab 472736 472736 0 0.0
.text 1484132 1484132 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846496 0 0.0
(read/write) 1611332 1611332 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2352 2352 0 0.0
.debug_abbrev 1098155 1098155 0 0.0
.debug_aranges 126088 126088 0 0.0
.debug_frame 420584 420584 0 0.0
.debug_info 23913004 23913004 0 0.0
.debug_line 3487864 3487864 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1966722 1966722 0 0.0
.debug_rnglists 126465 126465 0 0.0
.debug_str 3749772 3749772 0 0.0
.heap 846496 846496 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 650001 650001 0 0.0
.symtab 434976 434976 0 0.0
.text 1416100 1416100 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819232 819232 0 0.0
(read/write) 1642724 1642724 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2368 2368 0 0.0
.debug_abbrev 1090346 1090346 0 0.0
.debug_aranges 124720 124720 0 0.0
.debug_frame 415608 415608 0 0.0
.debug_info 23716351 23716351 0 0.0
.debug_line 3438514 3438514 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1942287 1942287 0 0.0
.debug_rnglists 124406 124406 0 0.0
.debug_str 3711766 3711766 0 0.0
.heap 819232 819232 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 622931 622931 0 0.0
.symtab 426144 426144 0 0.0
.text 1420228 1420228 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178568 1178568 0 0.0
.bss 100616 100616 0 0.0
.data 740 740 0 0.0
.text 625408 625408 0 0.0
lock-app qpg6105+debug (read/write) 1134792 1134792 0 0.0
.bss 95320 95320 0 0.0
.data 744 744 0 0.0
.text 581636 581636 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1146724 1146748 24 0.0
bss 113244 113252 8 0.0
text 804322 804338 16 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1089344 1089360 16 0.0
bss 122264 122264 0 0.0
text 762452 762468 16 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 943012 943028 16 0.0
bss 106908 106908 0 0.0
text 656082 656098 16 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 871336 871352 16 0.0
bss 78144 78144 0 0.0
text 623690 623706 16 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861020 861036 16 0.0
bss 67056 67056 0 0.0
text 629790 629806 16 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 995872 995888 16 0.0
bss 109168 109168 0 0.0
text 705244 705260 16 0.0
tlsr9528a (read only) 4 4 0 0.0
(read/write) 1040300 1040316 16 0.0
bss 120916 120916 0 0.0
text 729756 729772 16 0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 927652 927668 16 0.0
bss 78836 78836 0 0.0
text 653220 653236 16 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 956636 956652 16 0.0
bss 105008 105008 0 0.0
text 672146 672162 16 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 875060 875076 16 0.0
bss 78248 78248 0 0.0
text 627732 627748 16 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 817076 817092 16 0.0
bss 66260 66260 0 0.0
text 593550 593566 16 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 833024 833048 24 0.0
bss 66676 66684 8 0.0
text 604402 604418 16 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 708820 708836 16 0.0
bss 86444 86444 0 0.0
text 468912 468928 16 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 873312 873328 16 0.0
bss 78228 78228 0 0.0
text 626598 626614 16 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 858412 858436 24 0.0
bss 77948 77956 8 0.0
text 613856 613872 16 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 838596 838612 16 0.0
bss 66560 66560 0 0.0
text 609330 609346 16 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 835736 835752 16 0.0
bss 66912 66912 0 0.0
text 606056 606072 16 0.0

@arkq arkq marked this pull request as ready for review October 2, 2023 10:55
@pullapprove pullapprove bot requested review from kpschoedel and turon October 2, 2023 10:55
@pullapprove pullapprove bot requested a review from wiba-nordic October 3, 2023 07:07
@github-actions
Copy link

github-actions bot commented Oct 3, 2023

PR #29092: Size comparison from 1ec98c8 to 846b9db

Decreases (1 build for telink)
platform target config section 1ec98c8 846b9db change % change
telink lighting-app-rpc-shell-factory-data tlsr9528a text 729240 729238 -2 -0.0
Full report (80 builds for bl602, bl702, bl702l, cc13x4_26x4, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 1ec98c8 846b9db change % change
bl602 lighting-app bl602 (read/write) 1391514 1391514 0 0.0
.bss 88176 88176 0 0.0
.data 9368 9368 0 0.0
.text 1067718 1067718 0 0.0
bl602+mfd (read/write) 1405426 1405426 0 0.0
.bss 88344 88344 0 0.0
.data 9344 9344 0 0.0
.text 1082524 1082524 0 0.0
bl602+rpc (read/write) 1438686 1438686 0 0.0
.bss 96200 96200 0 0.0
.data 9728 9728 0 0.0
.text 1099454 1099454 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1195015 1195015 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30893 30893 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3568 3568 0 0.0
.debug_abbrev 1547678 1547678 0 0.0
.debug_aranges 138432 138432 0 0.0
.debug_frame 508208 508208 0 0.0
.debug_info 41926969 41926969 0 0.0
.debug_line 5431303 5431303 0 0.0
.debug_loc 3526044 3526044 0 0.0
.debug_ranges 378136 378136 0 0.0
.debug_str 3966257 3966257 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.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 596847 0 0.0
.symtab 177264 177264 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
961954 961954 0 0.0
bl702+mfd (read only) 3358 3358 0 0.0
(read/write) 1205591 1205591 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 31069 31069 0 0.0
.bss_psram 65744 65744 0 0.0
.comment 48 48 0 0.0
.data 3544 3544 0 0.0
.debug_abbrev 1549751 1549751 0 0.0
.debug_aranges 139600 139600 0 0.0
.debug_frame 513280 513280 0 0.0
.debug_info 41967587 41967587 0 0.0
.debug_line 5470690 5470690 0 0.0
.debug_loc 3564475 3564475 0 0.0
.debug_ranges 380136 380136 0 0.0
.debug_str 3971788 3971788 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.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 600607 0 0.0
.symtab 179024 179024 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
973472 973472 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1293563 1293563 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 39357 39357 0 0.0
.bss_psram 65728 65728 0 0.0
.comment 48 48 0 0.0
.data 4088 4088 0 0.0
.debug_abbrev 1728572 1728572 0 0.0
.debug_aranges 147152 147152 0 0.0
.debug_frame 537552 537552 0 0.0
.debug_info 47077241 47077241 0 0.0
.debug_line 5849395 5849395 0 0.0
.debug_loc 3733029 3733029 0 0.0
.debug_ranges 405688 405688 0 0.0
.debug_str 4394326 4394326 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.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 661588 0 0.0
.symtab 196592 196592 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1035944 1035944 0 0.0
bl706-eth (read/write) 1044139 1044139 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 30006 30006 0 0.0
.bss_psram 97687 97687 0 0.0
.comment 48 48 0 0.0
.data 3248 3248 0 0.0
.debug_abbrev 1083427 1083427 0 0.0
.debug_aranges 115440 115440 0 0.0
.debug_frame 427608 427608 0 0.0
.debug_info 22679354 22679354 0 0.0
.debug_line 4363938 4363938 0 0.0
.debug_loc 3035073 3035073 0 0.0
.debug_ranges 313944 313944 0 0.0
.debug_str 3545492 3545492 0 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 465142 0 0.0
.symtab 139952 139952 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
788008 788008 0 0.0
bl706-wifi (read only) 3870 3870 0 0.0
(read/write) 1207774 1207774 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 14597 14597 0 0.0
.bss_psram 98455 98455 0 0.0
.comment 48 48 0 0.0
.data 3560 3560 0 0.0
.debug_abbrev 1176537 1176537 0 0.0
.debug_aranges 119616 119616 0 0.0
.debug_frame 620160 620160 0 0.0
.debug_info 23849410 23849410 0 0.0
.debug_line 4608073 4608073 0 0.0
.debug_loc 3134900 3134900 0 0.0
.debug_ranges 323760 323760 0 0.0
.debug_str 3617783 3617783 0 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 505869 0 0.0
.symtab 152816 152816 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3870 3870 0 0.0
.text 0 0 0 0.0
955046 955046 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1158156 1158156 0 0.0
.boot2 292 292 0 0.0
.bss 20368 20368 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4512 4512 0 0.0
.debug_abbrev 1541966 1541966 0 0.0
.debug_aranges 133296 133296 0 0.0
.debug_frame 488848 488848 0 0.0
.debug_info 41384966 41384966 0 0.0
.debug_line 5334438 5334438 0 0.0
.debug_loc 3470301 3470301 0 0.0
.debug_ranges 384672 384672 0 0.0
.debug_str 3990853 3990853 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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 598473 0 0.0
.symtab 176704 176704 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
944768 944768 0 0.0
bl702l+mfd (read only) 278 278 0 0.0
(read/write) 1169032 1169032 0 0.0
.boot2 292 292 0 0.0
.bss 20544 20544 0 0.0
.bss_psram 77184 77184 0 0.0
.comment 48 48 0 0.0
.data 4488 4488 0 0.0
.debug_abbrev 1544054 1544054 0 0.0
.debug_aranges 134464 134464 0 0.0
.debug_frame 493916 493916 0 0.0
.debug_info 41427627 41427627 0 0.0
.debug_line 5373702 5373702 0 0.0
.debug_loc 3508732 3508732 0 0.0
.debug_ranges 386672 386672 0 0.0
.debug_str 3996374 3996374 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 144 144 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 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 602301 0 0.0
.symtab 178496 178496 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
956552 956552 0 0.0
cc13x4_26x4 lighting-app LP_EM_CC1354P10_6 (read only) 738179 738179 0 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 653404 0 0.0
lock-ftd LP_EM_CC1354P10_6 (read only) 758435 758435 0 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 677960 0 0.0
lock-mtd LP_EM_CC1354P10_6 (read only) 745971 745971 0 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 639472 0 0.0
pump-app LP_EM_CC1354P10_6 (read only) 696371 696371 0 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 615708 0 0.0
pump-controller-app LP_EM_CC1354P10_6 (read only) 681963 681963 0 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 605460 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 619586 619586 0 0.0
(read/write) 206900 206900 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200344 200344 0 0.0
.comment 206 206 0 0.0
.data 1436 1436 0 0.0
.debug_abbrev 935674 935674 0 0.0
.debug_aranges 107552 107552 0 0.0
.debug_frame 363492 363492 0 0.0
.debug_info 20878705 20878705 0 0.0
.debug_line 2775077 2775077 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1573995 1573995 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 101500 101500 0 0.0
.debug_str 3387254 3387254 0 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 511161 0 0.0
.symtab 296960 296960 0 0.0
.text 511176 511176 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 555383 555383 0 0.0
.app_xip_area 446585 446585 0 0.0
.bss 63768 63768 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 540271 540271 0 0.0
.app_xip_area 426681 426681 0 0.0
.bss 68536 68536 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 575431 575431 0 0.0
.app_xip_area 467961 467961 0 0.0
.bss 62512 62512 0 0.0
.data 588 588 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 552071 552071 0 0.0
.app_xip_area 441505 441505 0 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 1010668 0 0.0
.bss 171940 171940 0 0.0
.data 2684 2684 0 0.0
.text 836020 836020 0 0.0
BRD4187C (read/write) 1092456 1092456 0 0.0
.bss 196064 196064 0 0.0
.data 3268 3268 0 0.0
.text 893104 893104 0 0.0
lock-app BRD4161A+wf200 (read/write) 1105840 1105840 0 0.0
.bss 186628 186628 0 0.0
.data 2696 2696 0 0.0
.text 916496 916496 0 0.0
window-app BRD4187C (read/write) 1126308 1126308 0 0.0
.bss 168472 168472 0 0.0
.data 3140 3140 0 0.0
.text 954676 954676 0 0.0
esp32 all-clusters-app c3devkit (read only) 1167494 1167494 0 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 1167494 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1209279 1209279 0 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 1203895 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 590652 590652 0 0.0
(read/write) 87508 87508 0 0.0
.bss 70760 70760 0 0.0
.data 2124 2124 0 0.0
.text 590116 590116 0 0.0
light k32w0+release (read only) 590444 590444 0 0.0
(read/write) 87184 87184 0 0.0
.bss 70448 70448 0 0.0
.data 2112 2112 0 0.0
.text 589908 589908 0 0.0
lock k32w0+release (read only) 561716 561716 0 0.0
(read/write) 85016 85016 0 0.0
.bss 68336 68336 0 0.0
.data 2056 2056 0 0.0
.text 561180 561180 0 0.0
linux all-clusters-app debug (read only) 5577033 5577033 0 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 4860083 0 0.0
all-clusters-minimal-app debug (read only) 4929289 4929289 0 0.0
(read/write) 232688 232688 0 0.0
.bss 126512 126512 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 95280 95280 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 270653 270653 0 0.0
.text 4427523 4427523 0 0.0
bridge-app debug (read only) 2773001 2773001 0 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 2381923 0 0.0
chip-tool debug (read only) 10353649 10353649 0 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 9369395 0 0.0
chip-tool-ipv6only arm64 (read only) 10217548 10217548 0 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 9135256 0 0.0
lighting-app debug+rpc+ui (read only) 5255921 5255921 0 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 4676531 0 0.0
lock-app debug (read only) 4479025 4479025 0 0.0
(read/write) 203128 203128 0 0.0
.bss 113424 113424 0 0.0
.data 3648 3648 0 0.0
.data.rel.ro 79288 79288 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 246941 246941 0 0.0
.text 4022467 4022467 0 0.0
ota-provider-app debug (read only) 4130945 4130945 0 0.0
(read/write) 192064 192064 0 0.0
.bss 113568 113568 0 0.0
.data 3920 3920 0 0.0
.data.rel.ro 68656 68656 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 200093 200093 0 0.0
.text 3740291 3740291 0 0.0
ota-requestor-app debug (read only) 4224105 4224105 0 0.0
(read/write) 196280 196280 0 0.0
.bss 114592 114592 0 0.0
.data 4160 4160 0 0.0
.data.rel.ro 71632 71632 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 203357 203357 0 0.0
.text 3825859 3825859 0 0.0
shell debug (read only) 2973377 2973377 0 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 2588130 0 0.0
thermostat-no-ble arm64 (read only) 4366908 4366908 0 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 3871080 0 0.0
tv-app debug (read only) 5322449 5322449 0 0.0
(read/write) 350696 350696 0 0.0
.bss 241888 241888 0 0.0
.data 5024 5024 0 0.0
.data.rel.ro 96384 96384 0 0.0
.dynamic 624 624 0 0.0
.got 5608 5608 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 271245 271245 0 0.0
.text 4807123 4807123 0 0.0
tv-casting-app debug (read only) 8300481 8300481 0 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 7561747 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523792 2523792 0 0.0
.bss 219064 219064 0 0.0
.data 5128 5128 0 0.0
.text 1486476 1486476 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1234128 1234128 0 0.0
bss 155134 155134 0 0.0
rodata 142740 142740 0 0.0
text 857312 857312 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1352884 1352884 0 0.0
bss 140544 140544 0 0.0
rodata 136848 136848 0 0.0
text 784816 784816 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1165364 1165364 0 0.0
bss 154564 154564 0 0.0
rodata 113768 113768 0 0.0
text 818076 818076 0 0.0
light-switch-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1110752 1110752 0 0.0
bss 148704 148704 0 0.0
rodata 103540 103540 0 0.0
text 779596 779596 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366948 1366948 0 0.0
bss 133775 133775 0 0.0
rodata 190068 190068 0 0.0
text 747832 747832 0 0.0
lighting-app nrf52840dk_nrf52840+rpc (read only) 4 4 0 0.0
(read/write) 1160504 1160504 0 0.0
bss 159099 159099 0 0.0
rodata 99060 99060 0 0.0
text 822136 822136 0 0.0
nrf52840dongle_nrf52840 (read only) 4 4 0 0.0
(read/write) 1125008 1125008 0 0.0
bss 167295 167295 0 0.0
rodata 88716 88716 0 0.0
text 784076 784076 0 0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1105500 1105500 0 0.0
bss 156119 156119 0 0.0
rodata 101080 101080 0 0.0
text 764828 764828 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366948 1366948 0 0.0
bss 133775 133775 0 0.0
rodata 190068 190068 0 0.0
text 747832 747832 0 0.0
lock-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1132428 1132428 0 0.0
bss 149253 149253 0 0.0
rodata 124656 124656 0 0.0
text 779512 779512 0 0.0
nrf5340dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1044788 1044788 0 0.0
bss 146485 146485 0 0.0
rodata 118792 118792 0 0.0
text 696060 696060 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1389372 1389372 0 0.0
bss 134324 134324 0 0.0
rodata 211180 211180 0 0.0
text 748560 748560 0 0.0
pump-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1080768 1080768 0 0.0
bss 147941 147941 0 0.0
rodata 99196 99196 0 0.0
text 754784 754784 0 0.0
pump-controller-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1068760 1068760 0 0.0
bss 147740 147740 0 0.0
rodata 96116 96116 0 0.0
text 745988 745988 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837512 837512 0 0.0
(read/write) 1785788 1785788 0 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 1379186 0 0.0
.debug_aranges 144256 144256 0 0.0
.debug_frame 479276 479276 0 0.0
.debug_info 32463291 32463291 0 0.0
.debug_line 4156688 4156688 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2256729 2256729 0 0.0
.debug_rnglists 145400 145400 0 0.0
.debug_str 4141091 4141091 0 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 837023 0 0.0
.symtab 511872 511872 0 0.0
.text 0 0 0 0.0
1581572 1581572 0 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 1685692 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190708 190708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2464 2464 0 0.0
.debug_abbrev 1260181 1260181 0 0.0
.debug_aranges 136056 136056 0 0.0
.debug_frame 457704 457704 0 0.0
.debug_info 28803726 28803726 0 0.0
.debug_line 3915838 3915838 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2130114 2130114 0 0.0
.debug_rnglists 136967 136967 0 0.0
.debug_str 3942731 3942731 0 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 734779 0 0.0
.symtab 472720 472720 0 0.0
.text 1484132 1484132 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846496 846496 0 0.0
(read/write) 1611332 1611332 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184492 184492 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2352 2352 0 0.0
.debug_abbrev 1101153 1101153 0 0.0
.debug_aranges 126120 126120 0 0.0
.debug_frame 420636 420636 0 0.0
.debug_info 23925052 23925052 0 0.0
.debug_line 3490620 3490620 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1966838 1966838 0 0.0
.debug_rnglists 126519 126519 0 0.0
.debug_str 3749813 3749813 0 0.0
.heap 846496 846496 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 649971 649971 0 0.0
.symtab 434960 434960 0 0.0
.text 1416100 1416100 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 819232 819232 0 0.0
(read/write) 1642708 1642708 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 211740 211740 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2368 2368 0 0.0
.debug_abbrev 1093344 1093344 0 0.0
.debug_aranges 124752 124752 0 0.0
.debug_frame 415660 415660 0 0.0
.debug_info 23728399 23728399 0 0.0
.debug_line 3441238 3441238 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1942403 1942403 0 0.0
.debug_rnglists 124460 124460 0 0.0
.debug_str 3711803 3711803 0 0.0
.heap 819232 819232 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 622901 622901 0 0.0
.symtab 426128 426128 0 0.0
.text 1420212 1420212 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1178496 1178496 0 0.0
.bss 100616 100616 0 0.0
.data 740 740 0 0.0
.text 625336 625336 0 0.0
lock-app qpg6105+debug (read/write) 1134760 1134760 0 0.0
.bss 95320 95320 0 0.0
.data 744 744 0 0.0
.text 581604 581604 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1153852 1153852 0 0.0
bss 113224 113224 0 0.0
text 805002 805002 0 0.0
all-clusters-minimal-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 1097104 1097104 0 0.0
bss 122244 122244 0 0.0
text 761906 761906 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 950132 950132 0 0.0
bss 106888 106888 0 0.0
text 656762 656762 0 0.0
contact-sensor-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 879072 879072 0 0.0
bss 78124 78124 0 0.0
text 623142 623142 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867484 867484 0 0.0
bss 67036 67036 0 0.0
text 630370 630370 0 0.0
lighting-app-rpc-shell-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1003032 1003032 0 0.0
bss 109148 109148 0 0.0
text 705954 705954 0 0.0
tlsr9528a (read only) 4 4 0 0.0
(read/write) 1048084 1048084 0 0.0
bss 120896 120896 0 0.0
text 729240 729238 -2 -0.0
lock-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 935396 935396 0 0.0
bss 78816 78816 0 0.0
text 652672 652672 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 963764 963764 0 0.0
bss 104988 104988 0 0.0
text 672826 672826 0 0.0
pump-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 882796 882796 0 0.0
bss 78228 78228 0 0.0
text 627184 627184 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 823548 823548 0 0.0
bss 66240 66240 0 0.0
text 594130 594130 0 0.0
resource-monitoring-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 839488 839488 0 0.0
bss 66656 66656 0 0.0
text 604982 604982 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 716020 716020 0 0.0
bss 86424 86424 0 0.0
text 469654 469654 0 0.0
smoke_co_alarm-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 881048 881048 0 0.0
bss 78208 78208 0 0.0
text 626050 626050 0 0.0
temperature-measurement-app tlsr9528a (read only) 4 4 0 0.0
(read/write) 866156 866156 0 0.0
bss 77928 77928 0 0.0
text 613308 613308 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 845060 845060 0 0.0
bss 66540 66540 0 0.0
text 609910 609910 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 842200 842200 0 0.0
bss 66892 66892 0 0.0
text 606636 606636 0 0.0

@github-actions
Copy link

github-actions bot commented Oct 11, 2023

PR #29092: Size comparison from 5647e0a to f8b2ba1

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

@mergify mergify bot merged commit ef8d85f into project-chip:master Oct 23, 2023
55 checks passed
@arkq arkq deleted the app-test-init-chip-stack branch October 23, 2023 20:06
shripad621git pushed a commit to shripad621git/connectedhomeip that referenced this pull request Oct 31, 2023
* Initialize CHIP stack before running app tests

* Patch add_entropy_source() to make it idempotent

* Do not add entropy source more than once
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants