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

[Tizen] Run matter unit tests on QEMU #26563

Merged
merged 13 commits into from
Aug 29, 2023
Merged

Conversation

arkq
Copy link
Contributor

@arkq arkq commented May 15, 2023

Changes

  • add chip_pw_run_tests define to allow disabling pigweed test runner but still be able to link test executables (if someone has a better idea how to achieve such a goal, I'm all ears :))
  • run Matter unit tests on Tizen platform in QEMU
  • remove duplicated example builds from examples-tizen workflow (these examples are built by QEMU workflow)
  • document how to debug tests on Tizen QEMU
  • added "Run test (Linux x64)" to vscode debug menu for easier debugging

Testing

CI will test.

@github-actions
Copy link

github-actions bot commented May 15, 2023

PR #26563: Size comparison from a33249d to c42b285

Increases (15 builds for bl602, bl702, esp32, psoc6, qpg, telink)
platform target config section a33249d c42b285 change % change
bl602 lighting-app bl602+rpc .text 1067340 1067342 2 0.0
bl702 lighting-app bl702 .debug_info 40947051 40947052 1 0.0
.text 965478 965480 2 0.0
bl702+rpc .debug_info 45852867 45852868 1 0.0
.text 1038104 1038106 2 0.0
esp32 all-clusters-app c3devkit (read only) 1053038 1053040 2 0.0
(read/write) 1583400 1583408 8 0.0
.flash.rodata 213168 213176 8 0.0
.flash.text 1053038 1053040 2 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27010787 27010789 2 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26786851 26786852 1 0.0
light cy8ckit_062s2_43012 .debug_info 22308529 22308530 1 0.0
lock cy8ckit_062s2_43012 .debug_info 22488411 22488412 1 0.0
qpg lock-app qpg6105+debug (read/write) 1139492 1139500 8 0.0
.text 586592 586600 8 0.0
telink bridge-app tlsr9518adk80d text 635222 635224 2 0.0
contact-sensor-app tlsr9518adk80d text 575448 575450 2 0.0
lighting-app tlsr9518adk80d (read/write) 934392 934400 8 0.0
text 652260 652262 2 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1002668 1002676 8 0.0
text 695972 695974 2 0.0
thermostat tlsr9518adk80d (read/write) 868320 868328 8 0.0
text 591792 591796 4 0.0
window-covering tlsr9518adk80d text 587482 587484 2 0.0
Decreases (7 builds for cc32xx, efr32, telink)
platform target config section a33249d c42b285 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19678442 19678441 -1 -0.0
efr32 lighting-app BRD4187C (read/write) 1000784 1000776 -8 -0.0
.text 838564 838556 -8 -0.0
telink all-clusters-minimal-app tlsr9518adk80d (read/write) 937816 937808 -8 -0.0
text 642582 642580 -2 -0.0
light-switch-app tlsr9518adk80d text 590080 590078 -2 -0.0
lock-app tlsr9518adk80d text 603942 603940 -2 -0.0
ota-requestor-app tlsr9518adk80d text 597548 597546 -2 -0.0
pump-controller-app tlsr9518adk80d text 571746 571744 -2 -0.0
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section a33249d c42b285 change % change
bl602 lighting-app bl602 (read/write) 1355002 1355002 0 0.0
.bss 87886 87886 0 0.0
.data 9648 9648 0 0.0
.text 1035984 1035984 0 0.0
bl602+rpc (read/write) 1401278 1401278 0 0.0
.bss 95934 95934 0 0.0
.data 10040 10040 0 0.0
.text 1067340 1067342 2 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1185791 1185791 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 67585 67585 0 0.0
.bss_psram 24368 24368 0 0.0
.comment 48 48 0 0.0
.data 3952 3952 0 0.0
.debug_abbrev 1551184 1551184 0 0.0
.debug_aranges 132944 132944 0 0.0
.debug_frame 488808 488808 0 0.0
.debug_info 40947051 40947052 1 0.0
.debug_line 5303308 5303308 0 0.0
.debug_loc 3424642 3424642 0 0.0
.debug_ranges 372344 372344 0 0.0
.debug_str 3708369 3708369 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106320 106320 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 580869 580869 0 0.0
.symtab 175264 175264 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
965478 965480 2 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1273571 1273571 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 75633 75633 0 0.0
.bss_psram 24768 24768 0 0.0
.comment 48 48 0 0.0
.data 4504 4504 0 0.0
.debug_abbrev 1707934 1707934 0 0.0
.debug_aranges 141224 141224 0 0.0
.debug_frame 516780 516780 0 0.0
.debug_info 45852867 45852868 1 0.0
.debug_line 5718212 5718212 0 0.0
.debug_loc 3626890 3626890 0 0.0
.debug_ranges 397648 397648 0 0.0
.debug_str 4133474 4133474 0 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120144 120144 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 641539 641539 0 0.0
.symtab 193600 193600 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1038104 1038106 2 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 605018 605018 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 958615 958615 0 0.0
.debug_aranges 101232 101232 0 0.0
.debug_frame 342084 342084 0 0.0
.debug_info 19678442 19678441 -1 -0.0
.debug_line 2673606 2673606 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1491157 1491157 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 94412 94412 0 0.0
.debug_str 3131974 3131974 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104322 104322 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 483172 483172 0 0.0
.symtab 287232 287232 0 0.0
.text 498572 498572 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 524283 524283 0 0.0
.app_xip_area 417077 417077 0 0.0
.bss 62184 62184 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 528963 528963 0 0.0
.app_xip_area 416453 416453 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 566115 566115 0 0.0
.app_xip_area 459669 459669 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 530875 530875 0 0.0
.app_xip_area 421861 421861 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 964076 964076 0 0.0
.bss 179672 179672 0 0.0
.data 2136 2136 0 0.0
.text 782248 782248 0 0.0
BRD4187C (read/write) 1000784 1000776 -8 -0.0
.bss 159420 159420 0 0.0
.data 2780 2780 0 0.0
.text 838564 838556 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1068604 1068604 0 0.0
.bss 174144 174144 0 0.0
.data 2152 2152 0 0.0
.text 892288 892288 0 0.0
window-app BRD4187C (read/write) 1075816 1075816 0 0.0
.bss 143876 143876 0 0.0
.data 2676 2676 0 0.0
.text 929244 929244 0 0.0
esp32 all-clusters-app c3devkit (read only) 1053038 1053040 2 0.0
(read/write) 1583400 1583408 8 0.0
.dram0.bss 77136 77136 0 0.0
.dram0.data 13968 13968 0 0.0
.flash.rodata 213168 213176 8 0.0
.flash.text 1053038 1053040 2 0.0
.iram0.text 76708 76708 0 0.0
m5stack (read only) 1100919 1100919 0 0.0
(read/write) 492582 492582 0 0.0
.dram0.bss 82152 82152 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 240976 240976 0 0.0
.flash.text 1095535 1095535 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 583460 583460 0 0.0
(read/write) 82704 82704 0 0.0
.bss 65888 65888 0 0.0
.data 2192 2192 0 0.0
.text 582924 582924 0 0.0
light k32w0+release (read only) 582316 582316 0 0.0
(read/write) 82356 82356 0 0.0
.bss 65552 65552 0 0.0
.data 2180 2180 0 0.0
.text 581780 581780 0 0.0
lock k32w0+release (read only) 555836 555836 0 0.0
(read/write) 80352 80352 0 0.0
.bss 63624 63624 0 0.0
.data 2104 2104 0 0.0
.text 555300 555300 0 0.0
linux all-clusters-app debug (read only) 3137157 3137157 0 0.0
(read/write) 152320 152320 0 0.0
.bss 60032 60032 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 83640 83640 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1112 1112 0 0.0
.rodata 228712 228712 0 0.0
.text 2722805 2722805 0 0.0
all-clusters-minimal-app debug (read only) 2950765 2950765 0 0.0
(read/write) 145536 145536 0 0.0
.bss 59200 59200 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 77816 77816 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222472 222472 0 0.0
.text 2546069 2546069 0 0.0
bridge-app debug (read only) 2514373 2514373 0 0.0
(read/write) 129328 129328 0 0.0
.bss 49944 49944 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69552 69552 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 171656 171656 0 0.0
.text 2170469 2170469 0 0.0
chip-tool debug (read only) 12974833 12974833 0 0.0
(read/write) 695592 695592 0 0.0
.bss 26424 26424 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 659336 659336 0 0.0
.dynamic 608 608 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 623021 623021 0 0.0
.text 10734580 10734580 0 0.0
chip-tool-ipv6only arm64 (read only) 12259756 12259756 0 0.0
(read/write) 746696 746696 0 0.0
.bss 34392 34392 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 688336 688336 0 0.0
.dynamic 560 560 0 0.0
.got 15752 15752 0 0.0
.init 24 24 0 0.0
.init_array 216 216 0 0.0
.rodata 570208 570208 0 0.0
.text 9916804 9916804 0 0.0
dynamic-bridge-app-ipv6only debug (read only) 2577989 2577989 0 0.0
(read/write) 126520 126520 0 0.0
.bss 47256 47256 0 0.0
.data 2864 2864 0 0.0
.data.rel.ro 70136 70136 0 0.0
.dynamic 624 624 0 0.0
.got 4800 4800 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 174376 174376 0 0.0
.text 2226325 2226325 0 0.0
lighting-app debug+rpc+ui (read only) 3240977 3240977 0 0.0
(read/write) 132112 132112 0 0.0
.bss 47936 47936 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 74680 74680 0 0.0
.dynamic 656 656 0 0.0
.got 5240 5240 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 283060 283060 0 0.0
.text 2766194 2766194 0 0.0
lock-app debug (read only) 2653213 2653213 0 0.0
(read/write) 123464 123464 0 0.0
.bss 45856 45856 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 69592 69592 0 0.0
.dynamic 608 608 0 0.0
.got 4648 4648 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 204712 204712 0 0.0
.text 2275877 2275877 0 0.0
ota-provider-app debug (read only) 2206229 2206229 0 0.0
(read/write) 103608 103608 0 0.0
.bss 44496 44496 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 51888 51888 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 152808 152808 0 0.0
.text 1911973 1911973 0 0.0
ota-requestor-app debug (read only) 2373213 2373213 0 0.0
(read/write) 111304 111304 0 0.0
.bss 46864 46864 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56744 56744 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 156872 156872 0 0.0
.text 2066021 2066021 0 0.0
shell debug (read only) 2673993 2673993 0 0.0
(read/write) 140808 140808 0 0.0
.bss 58984 58984 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 74760 74760 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 197202 197202 0 0.0
.text 2315010 2315010 0 0.0
thermostat-no-ble arm64 (read only) 2519156 2519156 0 0.0
(read/write) 142392 142392 0 0.0
.bss 53464 53464 0 0.0
.data 1784 1784 0 0.0
.data.rel.ro 77672 77672 0 0.0
.dynamic 560 560 0 0.0
.got 5424 5424 0 0.0
.init 24 24 0 0.0
.init_array 384 384 0 0.0
.rodata 129256 129256 0 0.0
.text 2126628 2126628 0 0.0
tv-app debug (read only) 3308665 3308665 0 0.0
(read/write) 261224 261224 0 0.0
.bss 170976 170976 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79424 79424 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 220856 220856 0 0.0
.text 2891698 2891698 0 0.0
tv-casting-app debug (read only) 6801553 6801553 0 0.0
(read/write) 185552 185552 0 0.0
.bss 52064 52064 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 125184 125184 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 308684 308684 0 0.0
.text 6147938 6147938 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2495064 2495064 0 0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1457748 1457748 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1176356 1176356 0 0.0
bss 155563 155563 0 0.0
rodata 132756 132756 0 0.0
text 807284 807284 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1436084 1436084 0 0.0
bss 135303 135303 0 0.0
rodata 228772 228772 0 0.0
text 777944 777944 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1123464 1123464 0 0.0
bss 154757 154757 0 0.0
rodata 109752 109752 0 0.0
text 778220 778220 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 840680 840680 0 0.0
(read/write) 1706636 1706636 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190108 190108 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 2552 2552 0 0.0
.debug_abbrev 1285336 1285336 0 0.0
.debug_aranges 128296 128296 0 0.0
.debug_frame 425812 425812 0 0.0
.debug_info 27010787 27010789 2 0.0
.debug_line 3761460 3761460 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2021763 2021763 0 0.0
.debug_rnglists 128096 128096 0 0.0
.debug_str 3640280 3640280 0 0.0
.heap 840680 840680 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 716254 716254 0 0.0
.symtab 466336 466336 0 0.0
.text 1505588 1505588 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 841440 841440 0 0.0
(read/write) 1648964 1648964 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189348 189348 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 2552 2552 0 0.0
.debug_abbrev 1280142 1280142 0 0.0
.debug_aranges 127768 127768 0 0.0
.debug_frame 428880 428880 0 0.0
.debug_info 26786851 26786852 1 0.0
.debug_line 3784161 3784161 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2014857 2014857 0 0.0
.debug_rnglists 127260 127260 0 0.0
.debug_str 3631982 3631982 0 0.0
.heap 841440 841440 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 674942 674942 0 0.0
.symtab 451648 451648 0 0.0
.text 1448676 1448676 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849736 849736 0 0.0
(read/write) 1570596 1570596 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181220 181220 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 2384 2384 0 0.0
.debug_abbrev 1112592 1112592 0 0.0
.debug_aranges 117920 117920 0 0.0
.debug_frame 392116 392116 0 0.0
.debug_info 22308529 22308530 1 0.0
.debug_line 3347159 3347159 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1846371 1846371 0 0.0
.debug_rnglists 116889 116889 0 0.0
.debug_str 3437961 3437961 0 0.0
.heap 849736 849736 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 590995 590995 0 0.0
.symtab 414096 414096 0 0.0
.text 1378604 1378604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821952 821952 0 0.0
(read/write) 1627100 1627100 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208996 208996 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1111608 1111608 0 0.0
.debug_aranges 118424 118424 0 0.0
.debug_frame 394208 394208 0 0.0
.debug_info 22488411 22488412 1 0.0
.debug_line 3343541 3343541 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1859798 1859798 0 0.0
.debug_rnglists 117345 117345 0 0.0
.debug_str 3452943 3452943 0 0.0
.heap 821952 821952 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 594996 594996 0 0.0
.symtab 416400 416400 0 0.0
.text 1407324 1407324 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1169632 1169632 0 0.0
.bss 99632 99632 0 0.0
.data 856 856 0 0.0
.text 616732 616732 0 0.0
lock-app qpg6105+debug (read/write) 1139492 1139500 8 0.0
.bss 94824 94824 0 0.0
.data 856 856 0 0.0
.text 586592 586600 8 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1001104 1001104 0 0.0
bss 97912 97912 0 0.0
text 680016 680016 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 937816 937808 -8 -0.0
bss 97004 97004 0 0.0
text 642582 642580 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 919076 919076 0 0.0
bss 99220 99220 0 0.0
text 635222 635224 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 847636 847636 0 0.0
bss 88904 88904 0 0.0
text 575448 575450 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 863932 863932 0 0.0
bss 89060 89060 0 0.0
text 590080 590078 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934392 934400 8 0.0
bss 97376 97376 0 0.0
text 652260 652262 2 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 945812 945812 0 0.0
bss 101624 101624 0 0.0
text 659820 659820 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1002668 1002676 8 0.0
bss 98940 98940 0 0.0
text 695972 695974 2 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 902476 902476 0 0.0
bss 89556 89556 0 0.0
text 603942 603940 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 870524 870524 0 0.0
bss 90176 90176 0 0.0
text 597548 597546 -2 -0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 853484 853484 0 0.0
bss 89024 89024 0 0.0
text 581470 581470 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 840432 840432 0 0.0
bss 88824 88824 0 0.0
text 571746 571744 -2 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 836668 836668 0 0.0
bss 88744 88744 0 0.0
text 567458 567458 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868320 868328 8 0.0
bss 90448 90448 0 0.0
text 591792 591796 4 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 864980 864980 0 0.0
bss 90868 90868 0 0.0
text 587482 587484 2 0.0

@arkq arkq force-pushed the tizen-chip-tests branch from c42b285 to 061150d Compare June 29, 2023 16:31
@github-actions
Copy link

github-actions bot commented Jun 29, 2023

PR #26563: Size comparison from df986c9 to 061150d

Increases (30 builds for bl602, bl702l, cc32xx, esp32, linux, nrfconnect, psoc6, qpg, telink)
platform target config section df986c9 061150d change % change
bl602 lighting-app bl602 (read/write) 1366790 1366798 8 0.0
.text 1051198 1051202 4 0.0
bl602+rpc .text 1083082 1083084 2 0.0
bl702l lighting-app bl702l (read/write) 1159060 1159064 4 0.0
.debug_info 41845194 41845195 1 0.0
.text 934656 934658 2 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19968888 19968924 36 0.0
.debug_line 2877894 2877899 5 0.0
esp32 all-clusters-app m5stack (read/write) 495394 495398 4 0.0
.flash.rodata 244908 244912 4 0.0
linux all-clusters-app debug (read only) 3277725 3277757 32 0.0
.text 2854053 2854085 32 0.0
all-clusters-minimal-app debug (read only) 3055637 3055669 32 0.0
.text 2644581 2644613 32 0.0
bridge-app debug (read only) 2524189 2524221 32 0.0
.text 2178341 2178373 32 0.0
chip-tool debug (read only) 18135313 18135345 32 0.0
.text 15570003 15570035 32 0.0
chip-tool-ipv6only arm64 (read only) 17453776 17453808 32 0.0
.text 1478122 14781252 32 0.0
lighting-app debug+rpc+ui (read only) 5206633 5206665 32 0.0
.text 4638675 4638707 32 0.0
lock-app debug (read only) 2616885 2616917 32 0.0
.text 2251717 2251749 32 0.0
ota-provider-app debug (read only) 2213389 2213421 32 0.0
.text 1917221 1917253 32 0.0
ota-requestor-app debug (read only) 2382373 2382405 32 0.0
.text 2073237 2073269 32 0.0
shell debug (read only) 2813689 2813721 32 0.0
.text 2445842 2445874 32 0.0
thermostat-no-ble arm64 (read only) 2610140 2610172 32 0.0
.text 2214676 2214708 32 0.0
tv-app debug (read only) 3319201 3319233 32 0.0
.text 2899682 2899714 32 0.0
tv-casting-app debug (read only) 9311969 9312001 32 0.0
.text 8546994 8547026 32 0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 807200 807204 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29071320 29071357 37 0.0
.debug_line 4043313 4043318 5 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28372037 28372074 37 0.0
.debug_line 4038878 4038883 5 0.0
light cy8ckit_062s2_43012 .debug_info 23153398 23153434 36 0.0
.debug_line 3610830 3610835 5 0.0
lock cy8ckit_062s2_43012 .debug_info 22851977 22852014 37 0.0
.debug_line 3546100 3546105 5 0.0
qpg lighting-app qpg6105+debug (read/write) 1172384 1172392 8 0.0
.text 619224 619232 8 0.0
telink bridge-app tlsr9518adk80d text 642830 642832 2 0.0
light-switch-app tlsr9518adk80d text 600630 600632 2 0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 979860 979868 8 0.0
text 689264 689266 2 0.0
lock-app tlsr9518adk80d text 614670 614672 2 0.0
ota-requestor-app tlsr9518adk80d text 607848 607850 2 0.0
pump-app tlsr9518adk80d text 591762 591766 4 0.0
Decreases (6 builds for bl702, esp32, telink)
platform target config section df986c9 061150d change % change
bl702 lighting-app bl702 (read/write) 1178679 1178675 -4 -0.0
.debug_info 41851851 41851850 -1 -0.0
.text 946094 946092 -2 -0.0
esp32 all-clusters-app c3devkit (read only) 1078056 1078054 -2 -0.0
.flash.text 1078056 1078054 -2 -0.0
telink lighting-app tlsr9518adk80d text 681746 681744 -2 -0.0
lighting-app-rpc tlsr9518adk80d text 726636 726634 -2 -0.0
lighting-app-shell tlsr9518adk80d text 746784 746782 -2 -0.0
window-covering tlsr9518adk80d (read/write) 891708 891700 -8 -0.0
text 612078 612074 -4 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section df986c9 061150d change % change
bl602 lighting-app bl602 (read/write) 1366790 1366798 8 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051198 1051202 4 0.0
bl602+rpc (read/write) 1414226 1414226 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083082 1083084 2 0.0
bl702 lighting-app bl702 (read/write) 1178679 1178675 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551862 1551862 0 0.0
.debug_aranges 150888 150888 0 0.0
.debug_frame 554752 554752 0 0.0
.debug_info 41851851 41851850 -1 -0.0
.debug_line 5603386 5603386 0 0.0
.debug_loc 3811619 3811619 0 0.0
.debug_ranges 396496 396496 0 0.0
.debug_str 4371307 4371307 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105416 105416 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582471 582471 0 0.0
.symtab 174272 174272 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
946094 946092 -2 -0.0
bl702+rpc (read/write) 1276791 1276791 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717058 1717058 0 0.0
.debug_aranges 159368 159368 0 0.0
.debug_frame 583416 583416 0 0.0
.debug_info 47037491 47037491 0 0.0
.debug_line 6029855 6029855 0 0.0
.debug_loc 4016974 4016974 0 0.0
.debug_ranges 422176 422176 0 0.0
.debug_str 4800045 4800045 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120056 120056 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645040 645040 0 0.0
.symtab 193072 193072 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1019974 1019974 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159060 1159064 4 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552765 1552765 0 0.0
.debug_aranges 145032 145032 0 0.0
.debug_frame 533384 533384 0 0.0
.debug_info 41845194 41845195 1 0.0
.debug_line 5509282 5509282 0 0.0
.debug_loc 3744303 3744303 0 0.0
.debug_ranges 401392 401392 0 0.0
.debug_str 4382001 4382001 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99364 99364 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 582378 582378 0 0.0
.symtab 173600 173600 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934656 934658 2 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607482 607482 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948407 948407 0 0.0
.debug_aranges 119360 119360 0 0.0
.debug_frame 407708 407708 0 0.0
.debug_info 19968888 19968924 36 0.0
.debug_line 2877894 2877899 5 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1732078 1732078 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107845 107845 0 0.0
.debug_str 3812682 3812682 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104650 104650 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484980 484980 0 0.0
.symtab 288160 288160 0 0.0
.text 500712 500712 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545223 545223 0 0.0
.app_xip_area 437689 437689 0 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530287 530287 0 0.0
.app_xip_area 417777 417777 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 567983 567983 0 0.0
.app_xip_area 461537 461537 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 532087 532087 0 0.0
.app_xip_area 423073 423073 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 997616 997616 0 0.0
.bss 182008 182008 0 0.0
.data 2148 2148 0 0.0
.text 813436 813436 0 0.0
BRD4187C (read/write) 1026804 1026804 0 0.0
.bss 161732 161732 0 0.0
.data 2792 2792 0 0.0
.text 862260 862260 0 0.0
lock-app BRD4161A+wf200 (read/write) 1075920 1075920 0 0.0
.bss 176120 176120 0 0.0
.data 2152 2152 0 0.0
.text 897628 897628 0 0.0
window-app BRD4187C (read/write) 1097332 1097332 0 0.0
.bss 144740 144740 0 0.0
.data 2688 2688 0 0.0
.text 949884 949884 0 0.0
esp32 all-clusters-app c3devkit (read only) 1078056 1078054 -2 -0.0
(read/write) 1584952 1584952 0 0.0
.dram0.bss 75552 75552 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216320 216320 0 0.0
.flash.text 1078056 1078054 -2 -0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125707 1125707 0 0.0
(read/write) 495394 495398 4 0.0
.dram0.bss 81032 81032 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244908 244912 4 0.0
.flash.text 1120323 1120323 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586132 586132 0 0.0
(read/write) 90104 90104 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585596 585596 0 0.0
light k32w0+release (read only) 584820 584820 0 0.0
(read/write) 89752 89752 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584284 584284 0 0.0
lock k32w0+release (read only) 557404 557404 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 556868 556868 0 0.0
linux all-clusters-app debug (read only) 3277725 3277757 32 0.0
(read/write) 159552 159552 0 0.0
.bss 59776 59776 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91112 91112 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231720 231720 0 0.0
.text 2854053 2854085 32 0.0
all-clusters-minimal-app debug (read only) 3055637 3055669 32 0.0
(read/write) 146504 146504 0 0.0
.bss 58176 58176 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79800 79800 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224200 224200 0 0.0
.text 2644581 2644613 32 0.0
bridge-app debug (read only) 2524189 2524221 32 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172712 172712 0 0.0
.text 2178341 2178373 32 0.0
chip-tool debug (read only) 18135313 18135345 32 0.0
(read/write) 842000 842000 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 736016 736016 0 0.0
.dynamic 624 624 0 0.0
.got 5848 5848 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 763753 763753 0 0.0
.text 15570003 15570035 32 0.0
chip-tool-ipv6only arm64 (read only) 17453776 17453808 32 0.0
(read/write) 909080 909080 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 772784 772784 0 0.0
.dynamic 560 560 0 0.0
.got 23424 23424 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 686824 686824 0 0.0
.text 1478122 14781252 32 0.0
lighting-app debug+rpc+ui (read only) 5206633 5206665 32 0.0
(read/write) 220680 220680 0 0.0
.bss 117248 117248 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 328852 328852 0 0.0
.text 4638675 4638707 32 0.0
lock-app debug (read only) 2616885 2616917 32 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200200 200200 0 0.0
.text 2251717 2251749 32 0.0
ota-provider-app debug (read only) 2213389 2213421 32 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153832 153832 0 0.0
.text 1917221 1917253 32 0.0
ota-requestor-app debug (read only) 2382373 2382405 32 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 157928 157928 0 0.0
.text 2073237 2073269 32 0.0
shell debug (read only) 2813689 2813721 32 0.0
(read/write) 147968 147968 0 0.0
.bss 58728 58728 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 82168 82168 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199922 199922 0 0.0
.text 2445842 2445874 32 0.0
thermostat-no-ble arm64 (read only) 2610140 2610172 32 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129648 129648 0 0.0
.text 2214676 2214708 32 0.0
tv-app debug (read only) 3319201 3319233 32 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222520 222520 0 0.0
.text 2899682 2899714 32 0.0
tv-casting-app debug (read only) 9311969 9312001 32 0.0
(read/write) 221712 221712 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 330588 330588 0 0.0
.text 8546994 8547026 32 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515040 2515040 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1477724 1477724 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213404 1213404 0 0.0
bss 154985 154985 0 0.0
rodata 138144 138144 0 0.0
text 841196 841196 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316244 1316244 0 0.0
bss 138311 138311 0 0.0
rodata 133432 133432 0 0.0
text 753788 753788 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151196 1151196 0 0.0
bss 153481 153481 0 0.0
rodata 111408 111408 0 0.0
text 807200 807204 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841744 841744 0 0.0
(read/write) 1732164 1732164 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189028 189028 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1299097 1299097 0 0.0
.debug_aranges 149480 149480 0 0.0
.debug_frame 500624 500624 0 0.0
.debug_info 29071320 29071357 37 0.0
.debug_line 4043313 4043318 5 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2312877 2312877 0 0.0
.debug_rnglists 144776 144776 0 0.0
.debug_str 4384503 4384503 0 0.0
.heap 841744 841744 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 754354 754354 0 0.0
.symtab 480480 480480 0 0.0
.text 1532180 1532180 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843216 843216 0 0.0
(read/write) 1664036 1664036 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187564 187564 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1282142 1282142 0 0.0
.debug_aranges 148096 148096 0 0.0
.debug_frame 501176 501176 0 0.0
.debug_info 28372037 28372074 37 0.0
.debug_line 4038878 4038883 5 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2296167 2296167 0 0.0
.debug_rnglists 143124 143124 0 0.0
.debug_str 4364776 4364776 0 0.0
.heap 843216 843216 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 703155 703155 0 0.0
.symtab 461584 461584 0 0.0
.text 1465524 1465524 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1596804 1596804 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118999 1118999 0 0.0
.debug_aranges 138456 138456 0 0.0
.debug_frame 465144 465144 0 0.0
.debug_info 23153398 23153434 36 0.0
.debug_line 3610830 3610835 5 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2137268 2137268 0 0.0
.debug_rnglists 133158 133158 0 0.0
.debug_str 4178527 4178527 0 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626652 626652 0 0.0
.symtab 427120 427120 0 0.0
.text 1404492 1404492 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627700 1627700 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101242 1101242 0 0.0
.debug_aranges 136552 136552 0 0.0
.debug_frame 458404 458404 0 0.0
.debug_info 22851977 22852014 37 0.0
.debug_line 3546100 3546105 5 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2105848 2105848 0 0.0
.debug_rnglists 130682 130682 0 0.0
.debug_str 4133711 4133711 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596881 596881 0 0.0
.symtab 417408 417408 0 0.0
.text 1407932 1407932 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172384 1172392 8 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619224 619232 8 0.0
lock-app qpg6105+debug (read/write) 1129992 1129992 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576836 576836 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037832 1037832 0 0.0
bss 97900 97900 0 0.0
text 710496 710496 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964416 964416 0 0.0
bss 96280 96280 0 0.0
text 667778 667778 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929932 929932 0 0.0
bss 100312 100312 0 0.0
text 642830 642832 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861640 861640 0 0.0
bss 89972 89972 0 0.0
text 586004 586004 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877964 877964 0 0.0
bss 90140 90140 0 0.0
text 600630 600632 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968488 968488 0 0.0
bss 98652 98652 0 0.0
text 681746 681744 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 979860 979868 8 0.0
bss 102900 102900 0 0.0
text 689264 689266 2 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037972 1037972 0 0.0
bss 100208 100208 0 0.0
text 726636 726634 -2 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069336 1069336 0 0.0
bss 111292 111292 0 0.0
text 746784 746782 -2 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 916752 916752 0 0.0
bss 90636 90636 0 0.0
text 614670 614672 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884240 884240 0 0.0
bss 91248 91248 0 0.0
text 607848 607850 2 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867240 867240 0 0.0
bss 90104 90104 0 0.0
text 591762 591766 4 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854260 854260 0 0.0
bss 89904 89904 0 0.0
text 582108 582108 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850408 850408 0 0.0
bss 89812 89812 0 0.0
text 577736 577736 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896328 896328 0 0.0
bss 90348 90348 0 0.0
text 617154 617154 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891708 891700 -8 -0.0
bss 90640 90640 0 0.0
text 612078 612074 -4 -0.0

@github-actions
Copy link

github-actions bot commented Jun 30, 2023

PR #26563: Size comparison from 8291037 to 282c9dc

Increases (6 builds for bl702l, esp32, qpg, telink)
platform target config section 8291037 282c9dc change % change
bl702l lighting-app bl702l (read/write) 1159064 1159068 4 0.0
.debug_info 4184519 41845194 1 0.0
.text 934660 934662 2 0.0
esp32 all-clusters-app c3devkit (read/write) 1584944 1584952 8 0.0
.flash.rodata 216312 216320 8 0.0
qpg lock-app qpg6105+debug (read/write) 1129992 1130000 8 0.0
.text 576836 576844 8 0.0
telink ota-requestor-app tlsr9518adk80d (read/write) 884240 884248 8 0.0
text 607852 607854 2 0.0
pump-controller-app tlsr9518adk80d (read/write) 854260 854268 8 0.0
text 582112 582114 2 0.0
thermostat tlsr9518adk80d text 617158 617160 2 0.0
Decreases (10 builds for bl602, cc32xx, nrfconnect, psoc6, telink)
platform target config section 8291037 282c9dc change % change
bl602 lighting-app bl602 .text 1051206 1051204 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19968925 19968924 -1 -0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 807212 807208 -4 -0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 23153434 23153433 -1 -0.0
telink bridge-app tlsr9518adk80d text 642838 642836 -2 -0.0
lighting-app tlsr9518adk80d text 681752 681750 -2 -0.0
lighting-app-rpc tlsr9518adk80d text 726642 726640 -2 -0.0
lighting-app-shell tlsr9518adk80d text 746792 746790 -2 -0.0
lock-app tlsr9518adk80d text 614680 614678 -2 -0.0
window-covering tlsr9518adk80d text 612082 612080 -2 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 8291037 282c9dc change % change
bl602 lighting-app bl602 (read/write) 1366798 1366798 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051206 1051204 -2 -0.0
bl602+rpc (read/write) 1414226 1414226 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083088 1083088 0 0.0
bl702 lighting-app bl702 (read/write) 1178683 1178683 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551862 1551862 0 0.0
.debug_aranges 150888 150888 0 0.0
.debug_frame 554752 554752 0 0.0
.debug_info 41851850 41851850 0 0.0
.debug_line 5603413 5603413 0 0.0
.debug_loc 3811619 3811619 0 0.0
.debug_ranges 396496 396496 0 0.0
.debug_str 4371307 4371307 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105416 105416 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582471 582471 0 0.0
.symtab 174272 174272 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
946098 946098 0 0.0
bl702+rpc (read/write) 1276795 1276795 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717058 1717058 0 0.0
.debug_aranges 159368 159368 0 0.0
.debug_frame 583416 583416 0 0.0
.debug_info 47037491 47037491 0 0.0
.debug_line 6029882 6029882 0 0.0
.debug_loc 4016974 4016974 0 0.0
.debug_ranges 422176 422176 0 0.0
.debug_str 4800045 4800045 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120056 120056 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645040 645040 0 0.0
.symtab 193072 193072 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1019980 1019980 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159064 1159068 4 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552765 1552765 0 0.0
.debug_aranges 145032 145032 0 0.0
.debug_frame 533384 533384 0 0.0
.debug_info 4184519 41845194 1 0.0
.debug_line 5509309 5509309 0 0.0
.debug_loc 3744303 3744303 0 0.0
.debug_ranges 401392 401392 0 0.0
.debug_str 4382001 4382001 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99364 99364 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 582378 582378 0 0.0
.symtab 173600 173600 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934660 934662 2 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607490 607490 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948407 948407 0 0.0
.debug_aranges 119360 119360 0 0.0
.debug_frame 407708 407708 0 0.0
.debug_info 19968925 19968924 -1 -0.0
.debug_line 2877923 2877923 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1732078 1732078 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107845 107845 0 0.0
.debug_str 3812682 3812682 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104650 104650 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484980 484980 0 0.0
.symtab 288160 288160 0 0.0
.text 500720 500720 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545231 545231 0 0.0
.app_xip_area 437697 437697 0 0.0
.bss 62512 62512 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 530295 530295 0 0.0
.app_xip_area 417785 417785 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 567991 567991 0 0.0
.app_xip_area 461545 461545 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 532095 532095 0 0.0
.app_xip_area 423081 423081 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 997632 997632 0 0.0
.bss 182008 182008 0 0.0
.data 2148 2148 0 0.0
.text 813452 813452 0 0.0
BRD4187C (read/write) 1026804 1026804 0 0.0
.bss 161732 161732 0 0.0
.data 2792 2792 0 0.0
.text 862260 862260 0 0.0
lock-app BRD4161A+wf200 (read/write) 1075920 1075920 0 0.0
.bss 176120 176120 0 0.0
.data 2152 2152 0 0.0
.text 897628 897628 0 0.0
window-app BRD4187C (read/write) 1097348 1097348 0 0.0
.bss 144740 144740 0 0.0
.data 2688 2688 0 0.0
.text 949900 949900 0 0.0
esp32 all-clusters-app c3devkit (read only) 1078062 1078062 0 0.0
(read/write) 1584944 1584952 8 0.0
.dram0.bss 75552 75552 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216312 216320 8 0.0
.flash.text 1078062 1078062 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125695 1125695 0 0.0
(read/write) 495394 495394 0 0.0
.dram0.bss 81032 81032 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244908 244908 0 0.0
.flash.text 1120311 1120311 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586132 586132 0 0.0
(read/write) 90104 90104 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585596 585596 0 0.0
light k32w0+release (read only) 584836 584836 0 0.0
(read/write) 89752 89752 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584300 584300 0 0.0
lock k32w0+release (read only) 557420 557420 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 556884 556884 0 0.0
linux all-clusters-app debug (read only) 3277789 3277789 0 0.0
(read/write) 159552 159552 0 0.0
.bss 59776 59776 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91112 91112 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231720 231720 0 0.0
.text 2854117 2854117 0 0.0
all-clusters-minimal-app debug (read only) 3055701 3055701 0 0.0
(read/write) 146504 146504 0 0.0
.bss 58176 58176 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79800 79800 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224200 224200 0 0.0
.text 2644645 2644645 0 0.0
bridge-app debug (read only) 2524253 2524253 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172712 172712 0 0.0
.text 2178405 2178405 0 0.0
chip-tool debug (read only) 18135345 18135345 0 0.0
(read/write) 842000 842000 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 736016 736016 0 0.0
.dynamic 624 624 0 0.0
.got 5848 5848 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 763753 763753 0 0.0
.text 15570035 15570035 0 0.0
chip-tool-ipv6only arm64 (read only) 17453808 17453808 0 0.0
(read/write) 909080 909080 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 772784 772784 0 0.0
.dynamic 560 560 0 0.0
.got 23424 23424 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 686824 686824 0 0.0
.text 14781252 14781252 0 0.0
lighting-app debug+rpc+ui (read only) 5206697 5206697 0 0.0
(read/write) 220680 220680 0 0.0
.bss 117248 117248 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 328852 328852 0 0.0
.text 4638739 4638739 0 0.0
lock-app debug (read only) 2616949 2616949 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200200 200200 0 0.0
.text 2251781 2251781 0 0.0
ota-provider-app debug (read only) 2213437 2213437 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153832 153832 0 0.0
.text 1917269 1917269 0 0.0
ota-requestor-app debug (read only) 2382437 2382437 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 157928 157928 0 0.0
.text 2073301 2073301 0 0.0
shell debug (read only) 2813753 2813753 0 0.0
(read/write) 147968 147968 0 0.0
.bss 58728 58728 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 82168 82168 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199922 199922 0 0.0
.text 2445906 2445906 0 0.0
thermostat-no-ble arm64 (read only) 2610188 2610188 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129648 129648 0 0.0
.text 2214724 2214724 0 0.0
tv-app debug (read only) 3319249 3319249 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222520 222520 0 0.0
.text 2899730 2899730 0 0.0
tv-casting-app debug (read only) 9312033 9312033 0 0.0
(read/write) 221712 221712 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 330588 330588 0 0.0
.text 8547058 8547058 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515040 2515040 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1477724 1477724 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213404 1213404 0 0.0
bss 154985 154985 0 0.0
rodata 138144 138144 0 0.0
text 841204 841204 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316244 1316244 0 0.0
bss 138311 138311 0 0.0
rodata 133432 133432 0 0.0
text 753796 753796 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151196 1151196 0 0.0
bss 153481 153481 0 0.0
rodata 111408 111408 0 0.0
text 807212 807208 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841744 841744 0 0.0
(read/write) 1732164 1732164 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189028 189028 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2568 2568 0 0.0
.debug_abbrev 1299097 1299097 0 0.0
.debug_aranges 149480 149480 0 0.0
.debug_frame 500624 500624 0 0.0
.debug_info 2907135 2907135 0 0.0
.debug_line 4043341 4043341 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2312877 2312877 0 0.0
.debug_rnglists 144776 144776 0 0.0
.debug_str 4384503 4384503 0 0.0
.heap 841744 841744 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 754354 754354 0 0.0
.symtab 480480 480480 0 0.0
.text 0 0 0 0.0
1532180 1532180 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843216 843216 0 0.0
(read/write) 1664036 1664036 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187564 187564 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1282142 1282142 0 0.0
.debug_aranges 148096 148096 0 0.0
.debug_frame 501176 501176 0 0.0
.debug_info 28372073 28372073 0 0.0
.debug_line 4038906 4038906 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2296167 2296167 0 0.0
.debug_rnglists 143124 143124 0 0.0
.debug_str 4364776 4364776 0 0.0
.heap 843216 843216 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 703155 703155 0 0.0
.symtab 461584 461584 0 0.0
.text 1465524 1465524 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1596804 1596804 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1118999 1118999 0 0.0
.debug_aranges 138456 138456 0 0.0
.debug_frame 465144 465144 0 0.0
.debug_info 23153434 23153433 -1 -0.0
.debug_line 3610858 3610858 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2137268 2137268 0 0.0
.debug_rnglists 133158 133158 0 0.0
.debug_str 4178527 4178527 0 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626652 626652 0 0.0
.symtab 427120 427120 0 0.0
.text 1404492 1404492 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627700 1627700 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1101242 1101242 0 0.0
.debug_aranges 136552 136552 0 0.0
.debug_frame 458404 458404 0 0.0
.debug_info 22852012 22852012 0 0.0
.debug_line 3546128 3546128 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2105848 2105848 0 0.0
.debug_rnglists 130682 130682 0 0.0
.debug_str 4133711 4133711 0 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596881 596881 0 0.0
.symtab 417408 417408 0 0.0
.text 1407932 1407932 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172400 1172400 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619240 619240 0 0.0
lock-app qpg6105+debug (read/write) 1129992 1130000 8 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576836 576844 8 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037840 1037840 0 0.0
bss 97900 97900 0 0.0
text 710500 710500 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964424 964424 0 0.0
bss 96280 96280 0 0.0
text 667784 667784 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929940 929940 0 0.0
bss 100312 100312 0 0.0
text 642838 642836 -2 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861640 861640 0 0.0
bss 89972 89972 0 0.0
text 586008 586008 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877964 877964 0 0.0
bss 90140 90140 0 0.0
text 600636 600636 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968496 968496 0 0.0
bss 98652 98652 0 0.0
text 681752 681750 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 979876 979876 0 0.0
bss 102900 102900 0 0.0
text 689274 689274 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037980 1037980 0 0.0
bss 100208 100208 0 0.0
text 726642 726640 -2 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069344 1069344 0 0.0
bss 111292 111292 0 0.0
text 746792 746790 -2 -0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 916760 916760 0 0.0
bss 90636 90636 0 0.0
text 614680 614678 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884240 884248 8 0.0
bss 91248 91248 0 0.0
text 607852 607854 2 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867248 867248 0 0.0
bss 90104 90104 0 0.0
text 591770 591770 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854260 854268 8 0.0
bss 89904 89904 0 0.0
text 582112 582114 2 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850416 850416 0 0.0
bss 89812 89812 0 0.0
text 577742 577742 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896328 896328 0 0.0
bss 90348 90348 0 0.0
text 617158 617160 2 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891708 891708 0 0.0
bss 90640 90640 0 0.0
text 612082 612080 -2 -0.0

@arkq arkq marked this pull request as ready for review June 30, 2023 10:19
@woody-apple
Copy link
Contributor

@andy31415 To review the common parts.

@arkq arkq force-pushed the tizen-chip-tests branch from c23e82e to 2e440c6 Compare July 28, 2023 09:25
@github-actions
Copy link

github-actions bot commented Jul 28, 2023

PR #26563: Size comparison from 97964db to 2e440c6

Full report (4 builds for cc32xx, mbed, qpg)
platform target config section 97964db 2e440c6 change % change
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 610162 610162 0 0.0
(read/write) 208276 208276 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201688 201688 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 947779 947779 0 0.0
.debug_aranges 107952 107952 0 0.0
.debug_frame 366436 366436 0 0.0
.debug_info 19066870 19066870 0 0.0
.debug_line 2781903 2781903 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1580515 1580515 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 99621 99621 0 0.0
.debug_str 3415035 3415035 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 105178 105178 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 489443 489443 0 0.0
.symtab 289744 289744 0 0.0
.text 502864 502864 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2516904 2516904 0 0.0
.bss 220424 220424 0 0.0
.data 5152 5152 0 0.0
.text 1479588 1479588 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1175304 1175304 0 0.0
.bss 101320 101320 0 0.0
.data 788 788 0 0.0
.text 622144 622144 0 0.0
lock-app qpg6105+debug (read/write) 1132584 1132584 0 0.0
.bss 96048 96048 0 0.0
.data 792 792 0 0.0
.text 579428 579428 0 0.0

@github-actions
Copy link

github-actions bot commented Jul 28, 2023

PR #26563: Size comparison from 97964db to 5aa141b

Increases (7 builds for bl602, cyw30739, esp32, psoc6, telink)
platform target config section 97964db 5aa141b change % change
bl602 lighting-app bl602+rpc (read/write) 1409138 1409146 8 0.0
.text 1087288 1087290 2 0.0
cyw30739 ota-requestor cyw930739m2evb_01 (read/write) 571759 571767 8 0.0
.app_xip_area 463945 463953 8 0.0
esp32 all-clusters-app c3devkit (read only) 1095466 1095468 2 0.0
.flash.text 1095466 1095468 2 0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 22316054 22316055 1 0.0
telink light-switch-app tlsr9518adk80d (read/write) 902672 902680 8 0.0
text 614276 614278 2 0.0
lighting-app-rpc tlsr9518adk80d text 729046 729048 2 0.0
lock-app tlsr9518adk80d (read/write) 928340 928348 8 0.0
text 616780 616782 2 0.0
Decreases (15 builds for bl602, bl702, bl702l, efr32, esp32, psoc6, telink)
platform target config section 97964db 5aa141b change % change
bl602 lighting-app bl602 (read/write) 1361446 1361438 -8 -0.0
.text 1055122 1055118 -4 -0.0
bl702 lighting-app bl702 (read/write) 1164311 1164307 -4 -0.0
.debug_info 41275069 41275067 -2 -0.0
.text 952044 952040 -4 -0.0
bl702l lighting-app bl702l (read/write) 1149880 1149876 -4 -0.0
.debug_info 41276178 41276177 -1 -0.0
.text 940850 940848 -2 -0.0
efr32 lighting-app BRD4187C (read/write) 1033388 1033380 -8 -0.0
.text 866836 866828 -8 -0.0
esp32 all-clusters-app m5stack (read/write) 500406 500402 -4 -0.0
.flash.rodata 248064 248060 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 30032647 30032646 -1 -0.0
lock cy8ckit_062s2_43012 .debug_info 21914286 21914285 -1 -0.0
telink all-clusters-minimal-app tlsr9518adk80d text 667694 667692 -2 -0.0
bridge-app tlsr9518adk80d (read/write) 941880 941872 -8 -0.0
text 645302 645300 -2 -0.0
lighting-app tlsr9518adk80d text 684144 684142 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read/write) 991596 991588 -8 -0.0
text 691662 691660 -2 -0.0
smoke_co_alarm-app tlsr9518adk80d text 591688 591686 -2 -0.0
temperature-measurement-app tlsr9518adk80d text 580360 580358 -2 -0.0
thermostat tlsr9518adk80d text 619804 619802 -2 -0.0
window-covering tlsr9518adk80d text 614692 614690 -2 -0.0
Full report (60 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 97964db 5aa141b change % change
bl602 lighting-app bl602 (read/write) 1361446 1361438 -8 -0.0
.bss 73806 73806 0 0.0
.data 9608 9608 0 0.0
.text 1055122 1055118 -4 -0.0
bl602+rpc (read/write) 1409138 1409146 8 0.0
.bss 81846 81846 0 0.0
.data 10008 10008 0 0.0
.text 1087288 1087290 2 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1164311 1164307 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41237 41237 0 0.0
.bss_psram 43664 43664 0 0.0
.comment 48 48 0 0.0
.data 3600 3600 0 0.0
.debug_abbrev 1563979 1563979 0 0.0
.debug_aranges 140064 140064 0 0.0
.debug_frame 515132 515132 0 0.0
.debug_info 41275069 41275067 -2 -0.0
.debug_line 5466904 5466904 0 0.0
.debug_loc 3556847 3556847 0 0.0
.debug_ranges 384016 384016 0 0.0
.debug_str 4007218 4007218 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 106032 106032 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 586739 586739 0 0.0
.symtab 175024 175024 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
952044 952040 -4 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1262919 1262919 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49685 49685 0 0.0
.bss_psram 43664 43664 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1741154 1741154 0 0.0
.debug_aranges 148600 148600 0 0.0
.debug_frame 544000 544000 0 0.0
.debug_info 4614832 4614832 0 0.0
.debug_line 5879343 5879343 0 0.0
.debug_loc 3762810 3762810 0 0.0
.debug_ranges 409760 409760 0 0.0
.debug_str 4427072 4427072 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120684 120684 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 649702 649702 0 0.0
.symtab 193952 193952 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1026448 1026448 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1149880 1149876 -4 -0.0
.boot2 292 292 0 0.0
.bss 15924 15924 0 0.0
.bss_psram 78080 78080 0 0.0
.comment 48 48 0 0.0
.data 4568 4568 0 0.0
.debug_abbrev 1566198 1566198 0 0.0
.debug_aranges 134568 134568 0 0.0
.debug_frame 494820 494820 0 0.0
.debug_info 41276178 41276177 -1 -0.0
.debug_line 5382472 5382472 0 0.0
.debug_loc 3492971 3492971 0 0.0
.debug_ranges 389224 389224 0 0.0
.debug_str 4019675 4019675 0 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99916 99916 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 586964 586964 0 0.0
.symtab 174592 174592 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
940850 940848 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 610162 610162 0 0.0
(read/write) 208276 208276 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 201688 201688 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 947779 947779 0 0.0
.debug_aranges 107952 107952 0 0.0
.debug_frame 366436 366436 0 0.0
.debug_info 19066870 19066870 0 0.0
.debug_line 2781903 2781903 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1580515 1580515 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 99621 99621 0 0.0
.debug_str 3415035 3415035 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 105178 105178 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 489443 489443 0 0.0
.symtab 289744 289744 0 0.0
.text 502864 502864 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 548759 548759 0 0.0
.app_xip_area 439857 439857 0 0.0
.bss 63872 63872 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 533087 533087 0 0.0
.app_xip_area 419225 419225 0 0.0
.bss 68824 68824 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 571759 571767 8 0.0
.app_xip_area 463945 463953 8 0.0
.bss 62832 62832 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 545183 545183 0 0.0
.app_xip_area 434409 434409 0 0.0
.bss 65712 65712 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1008428 1008428 0 0.0
.bss 183628 183628 0 0.0
.data 2692 2692 0 0.0
.text 822088 822088 0 0.0
BRD4187C (read/write) 1033388 1033380 -8 -0.0
.bss 163244 163244 0 0.0
.data 3288 3288 0 0.0
.text 866836 866828 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1083464 1083464 0 0.0
.bss 177644 177644 0 0.0
.data 2688 2688 0 0.0
.text 903112 903112 0 0.0
window-app BRD4187C (read/write) 1104380 1104380 0 0.0
.bss 146236 146236 0 0.0
.data 3200 3200 0 0.0
.text 954924 954924 0 0.0
esp32 all-clusters-app c3devkit (read only) 1095466 1095468 2 0.0
(read/write) 1590000 1590000 0 0.0
.dram0.bss 77360 77360 0 0.0
.dram0.data 13988 13988 0 0.0
.flash.rodata 219512 219512 0 0.0
.flash.text 1095466 1095468 2 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1141819 1141819 0 0.0
(read/write) 500406 500402 -4 -0.0
.dram0.bss 82848 82848 0 0.0
.dram0.data 34344 34344 0 0.0
.flash.rodata 248064 248060 -4 -0.0
.flash.text 1136435 1136435 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 588508 588508 0 0.0
(read/write) 91472 91472 0 0.0
.bss 67468 67468 0 0.0
.data 2168 2168 0 0.0
.text 587972 587972 0 0.0
light k32w0+release (read only) 587180 587180 0 0.0
(read/write) 91112 91112 0 0.0
.bss 67124 67124 0 0.0
.data 2156 2156 0 0.0
.text 586644 586644 0 0.0
lock k32w0+release (read only) 559756 559756 0 0.0
(read/write) 88928 88928 0 0.0
.bss 65004 65004 0 0.0
.data 2100 2100 0 0.0
.text 559220 559220 0 0.0
linux all-clusters-app debug (read only) 5478561 5478561 0 0.0
(read/write) 417168 417168 0 0.0
.bss 129920 129920 0 0.0
.data 4432 4432 0 0.0
.data.rel.ro 275472 275472 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1288 1288 0 0.0
.rodata 332816 332816 0 0.0
.text 4769315 4769315 0 0.0
all-clusters-minimal-app debug (read only) 4893769 4893769 0 0.0
(read/write) 231184 231184 0 0.0
.bss 125600 125600 0 0.0
.data 4304 4304 0 0.0
.data.rel.ro 94136 94136 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 270950 270950 0 0.0
.text 4393027 4393027 0 0.0
bridge-app debug (read only) 2762881 2762881 0 0.0
(read/write) 132808 132808 0 0.0
.bss 50648 50648 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 71160 71160 0 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 213448 213448 0 0.0
.text 2372291 2372291 0 0.0
chip-tool debug (read only) 17652737 17652737 0 0.0
(read/write) 1054360 1054360 0 0.0
.bss 93592 93592 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 948272 948272 0 0.0
.dynamic 624 624 0 0.0
.got 5880 5880 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 908969 908969 0 0.0
.text 14690467 14690467 0 0.0
chip-tool-ipv6only arm64 (read only) 16875156 16875156 0 0.0
(read/write) 1121896 1121896 0 0.0
.bss 102984 102984 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 985656 985656 0 0.0
.dynamic 512 512 0 0.0
.got 23328 23328 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 820768 820768 0 0.0
.text 13816488 13816488 0 0.0
lighting-app debug+rpc+ui (read only) 5271793 5271793 0 0.0
(read/write) 222056 222056 0 0.0
.bss 117584 117584 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 92000 92000 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 337524 337524 0 0.0
.text 4692579 4692579 0 0.0
lock-app debug (read only) 4451329 4451329 0 0.0
(read/write) 202024 202024 0 0.0
.bss 112944 112944 0 0.0
.data 4048 4048 0 0.0
.data.rel.ro 78256 78256 0 0.0
.dynamic 624 624 0 0.0
.got 5264 5264 0 0.0
.init 27 27 0 0.0
.init_array 848 848 0 0.0
.rodata 246118 246118 0 0.0
.text 3997059 3997059 0 0.0
ota-provider-app debug (read only) 4121577 4121577 0 0.0
(read/write) 191800 191800 0 0.0
.bss 113440 113440 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 68208 68208 0 0.0
.dynamic 624 624 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 200006 200006 0 0.0
.text 3731635 3731635 0 0.0
ota-requestor-app debug (read only) 4215473 4215473 0 0.0
(read/write) 196112 196112 0 0.0
.bss 114368 114368 0 0.0
.data 4624 4624 0 0.0
.data.rel.ro 71208 71208 0 0.0
.dynamic 624 624 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 203398 203398 0 0.0
.text 3817811 3817811 0 0.0
shell debug (read only) 2924225 2924225 0 0.0
(read/write) 150488 150488 0 0.0
.bss 59560 59560 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 83784 83784 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1128 1128 0 0.0
.rodata 211026 211026 0 0.0
.text 2542690 2542690 0 0.0
thermostat-no-ble arm64 (read only) 4444740 4444740 0 0.0
(read/write) 243832 243832 0 0.0
.bss 122184 122184 0 0.0
.data 3200 3200 0 0.0
.data.rel.ro 102032 102032 0 0.0
.dynamic 512 512 0 0.0
.got 11952 11952 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 161324 161324 0 0.0
.text 3945848 3945848 0 0.0
tv-app debug (read only) 5308977 5308977 0 0.0
(read/write) 349848 349848 0 0.0
.bss 240416 240416 0 0.0
.data 6224 6224 0 0.0
.data.rel.ro 95808 95808 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1136 1136 0 0.0
.rodata 271446 271446 0 0.0
.text 4794275 4794275 0 0.0
tv-casting-app debug (read only) 8281721 8281721 0 0.0
(read/write) 209824 209824 0 0.0
.bss 54080 54080 0 0.0
.data 2896 2896 0 0.0
.data.rel.ro 146040 146040 0 0.0
.dynamic 624 624 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 366428 366428 0 0.0
.text 7517411 7517411 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2516904 2516904 0 0.0
.bss 220424 220424 0 0.0
.data 5152 5152 0 0.0
.text 1479588 1479588 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1216308 1216308 0 0.0
bss 154655 154655 0 0.0
rodata 140632 140632 0 0.0
text 841892 841892 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1335608 1335608 0 0.0
bss 140113 140113 0 0.0
rodata 135152 135152 0 0.0
text 769552 769552 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1154220 1154220 0 0.0
bss 154834 154834 0 0.0
rodata 112016 112016 0 0.0
text 808328 808328 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837128 837128 0 0.0
(read/write) 1764716 1764716 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193588 193588 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 2624 2624 0 0.0
.debug_abbrev 1376021 1376021 0 0.0
.debug_aranges 143424 143424 0 0.0
.debug_frame 477920 477920 0 0.0
.debug_info 30032647 30032646 -1 -0.0
.debug_line 4131152 4131152 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2240417 2240417 0 0.0
.debug_rnglists 141954 141954 0 0.0
.debug_str 4112955 4112955 0 0.0
.heap 837128 837128 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 799493 799493 0 0.0
.symtab 498496 498496 0 0.0
.text 1560116 1560116 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839072 839072 0 0.0
(read/write) 1672196 1672196 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 191708 191708 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2560 2560 0 0.0
.debug_abbrev 1285356 1285356 0 0.0
.debug_aranges 136928 136928 0 0.0
.debug_frame 461700 461700 0 0.0
.debug_info 27160907 27160907 0 0.0
.debug_line 3954113 3954113 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2143500 2143500 0 0.0
.debug_rnglists 135247 135247 0 0.0
.debug_str 3974466 3974466 0 0.0
.heap 839072 839072 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 710218 710218 0 0.0
.symtab 464208 464208 0 0.0
.text 1469540 1469540 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 845288 845288 0 0.0
(read/write) 1604036 1604036 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 185660 185660 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1125838 1125838 0 0.0
.debug_aranges 127200 127200 0 0.0
.debug_frame 425332 425332 0 0.0
.debug_info 22316054 22316055 1 0.0
.debug_line 3520983 3520983 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1982721 1982721 0 0.0
.debug_rnglists 125137 125137 0 0.0
.debug_str 3785625 3785625 0 0.0
.heap 845288 845288 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 631826 631826 0 0.0
.symtab 429168 429168 0 0.0
.text 1407596 1407596 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 817848 817848 0 0.0
(read/write) 1634348 1634348 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 213100 213100 0 0.0
.comment 212 212 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2392 2392 0 0.0
.debug_abbrev 1102682 1102682 0 0.0
.debug_aranges 125144 125144 0 0.0
.debug_frame 418164 418164 0 0.0
.debug_info 21914286 21914285 -1 -0.0
.debug_line 3448829 3448829 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1950141 1950141 0 0.0
.debug_rnglists 122477 122477 0 0.0
.debug_str 3739860 3739860 0 0.0
.heap 817848 817848 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 601344 601344 0 0.0
.symtab 419008 419008 0 0.0
.text 1410468 1410468 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1175304 1175304 0 0.0
.bss 101320 101320 0 0.0
.data 788 788 0 0.0
.text 622144 622144 0 0.0
lock-app qpg6105+debug (read/write) 1132584 1132584 0 0.0
.bss 96048 96048 0 0.0
.data 792 792 0 0.0
.text 579428 579428 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1067632 1067632 0 0.0
bss 107348 107348 0 0.0
text 727084 727084 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 974076 974076 0 0.0
bss 105324 105324 0 0.0
text 667694 667692 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 941880 941872 -8 -0.0
bss 109328 109328 0 0.0
text 645302 645300 -2 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 873776 873776 0 0.0
bss 98992 98992 0 0.0
text 588626 588626 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 902672 902680 8 0.0
bss 99548 99548 0 0.0
text 614276 614278 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980216 980216 0 0.0
bss 107668 107668 0 0.0
text 684144 684142 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 991596 991588 -8 -0.0
bss 111916 111916 0 0.0
text 691662 691660 -2 -0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1049716 1049716 0 0.0
bss 109240 109240 0 0.0
text 729046 729048 2 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1081076 1081076 0 0.0
bss 120308 120308 0 0.0
text 749182 749182 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 928340 928348 8 0.0
bss 99636 99636 0 0.0
text 616780 616782 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896424 896424 0 0.0
bss 100272 100272 0 0.0
text 610522 610522 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 879288 879288 0 0.0
bss 99124 99124 0 0.0
text 594336 594336 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 866420 866420 0 0.0
bss 98924 98924 0 0.0
text 584756 584756 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 744124 744124 0 0.0
bss 97256 97256 0 0.0
text 478572 478572 0 0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 875836 875836 0 0.0
bss 99080 99080 0 0.0
text 591688 591686 -2 -0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862552 862552 0 0.0
bss 98832 98832 0 0.0
text 580360 580358 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 908488 908488 0 0.0
bss 99368 99368 0 0.0
text 619804 619802 -2 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 903848 903848 0 0.0
bss 99660 99660 0 0.0
text 614692 614690 -2 -0.0

@github-actions
Copy link

github-actions bot commented Aug 29, 2023

PR #26563: Size comparison from 2049ef5 to 3aae393

Increases (1 build for bl702l)
platform target config section 2049ef5 3aae393 change % change
bl702l lighting-app bl702l (read/write) 1153888 1153892 4 0.0
.text 944164 944168 4 0.0
Decreases (3 builds for bl702, efr32, telink)
platform target config section 2049ef5 3aae393 change % change
bl702 lighting-app bl706-eth (read/write) 1014792 1014788 -4 -0.0
.text 773746 773744 -2 -0.0
efr32 lighting-app BRD4187C (read/write) 1069988 1069980 -8 -0.0
.text 889920 889912 -8 -0.0
telink thermostat tlsr9518adk80d text 602876 602874 -2 -0.0
Full report (62 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 2049ef5 3aae393 change % change
bl602 lighting-app bl602 (read/write) 1365550 1365550 0 0.0
.bss 73446 73446 0 0.0
.data 9600 9600 0 0.0
.text 1058512 1058512 0 0.0
bl602+rpc (read/write) 1412698 1412698 0 0.0
.bss 81486 81486 0 0.0
.data 9952 9952 0 0.0
.text 1090190 1090190 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1168659 1168659 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 41301 41301 0 0.0
.bss_psram 43248 43248 0 0.0
.comment 48 48 0 0.0
.data 3584 3584 0 0.0
.debug_abbrev 1565740 1565740 0 0.0
.debug_aranges 137936 137936 0 0.0
.debug_frame 507216 507216 0 0.0
.debug_info 41817003 41817003 0 0.0
.debug_line 5448662 5448662 0 0.0
.debug_loc 3516494 3516494 0 0.0
.debug_ranges 380488 380488 0 0.0
.debug_str 3952842 3952842 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 144 144 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 107136 107136 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 590829 590829 0 0.0
.symtab 176000 176000 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
955668 955668 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1265479 1265479 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 49749 49749 0 0.0
.bss_psram 43248 43248 0 0.0
.comment 48 48 0 0.0
.data 4104 4104 0 0.0
.debug_abbrev 1742560 1742560 0 0.0
.debug_aranges 146600 146600 0 0.0
.debug_frame 536468 536468 0 0.0
.debug_info 46720130 46720130 0 0.0
.debug_line 5857547 5857547 0 0.0
.debug_loc 3721785 3721785 0 0.0
.debug_ranges 406384 406384 0 0.0
.debug_str 4374307 4374307 0 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 160 160 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 122008 122008 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 655000 655000 0 0.0
.symtab 195200 195200 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1028118 1028118 0 0.0
bl706-eth (read/write) 1014792 1014788 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 25586 25586 0 0.0
.bss_psram 94415 94415 0 0.0
.comment 48 48 0 0.0
.data 3304 3304 0 0.0
.debug_abbrev 1114776 1114776 0 0.0
.debug_aranges 114232 114232 0 0.0
.debug_frame 424088 424088 0 0.0
.debug_info 23271290 23271290 0 0.0
.debug_line 4406865 4406865 0 0.0
.debug_loc 3014710 3014710 0 0.0
.debug_ranges 317288 317288 0 0.0
.debug_str 3524844 3524844 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
.psram 1 1 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 97332 97332 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 455888 455888 0 0.0
.symtab 138032 138032 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3338 3338 0 0.0
.text 0 0 0 0.0
773746 773744 -2 -0.0
bl706-wifi (read/write) 1086959 1086959 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 9981 9981 0 0.0
.bss_psram 95151 95151 0 0.0
.comment 48 48 0 0.0
.data 3624 3624 0 0.0
.debug_abbrev 1207637 1207637 0 0.0
.debug_aranges 118496 118496 0 0.0
.debug_frame 439532 439532 0 0.0
.debug_info 24436400 24436400 0 0.0
.debug_line 4627866 4627866 0 0.0
.debug_loc 3098758 3098758 0 0.0
.debug_ranges 326184 326184 0 0.0
.debug_str 3586245 3586245 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
.psram 1 1 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 109608 109608 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 492653 492653 0 0.0
.symtab 150544 150544 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3402 3402 0 0.0
.text 0 0 0 0.0
847452 847452 0 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1153888 1153892 4 0.0
.boot2 292 292 0 0.0
.bss 16004 16004 0 0.0
.bss_psram 77648 77648 0 0.0
.comment 48 48 0 0.0
.data 4528 4528 0 0.0
.debug_abbrev 1568108 1568108 0 0.0
.debug_aranges 132456 132456 0 0.0
.debug_frame 486948 486948 0 0.0
.debug_info 41823808 41823808 0 0.0
.debug_line 5364869 5364869 0 0.0
.debug_loc 3452262 3452262 0 0.0
.debug_ranges 385808 385808 0 0.0
.debug_str 3965285 3965285 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 101000 101000 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 591023 591023 0 0.0
.symtab 175536 175536 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
944164 944168 4 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 617146 617146 0 0.0
(read/write) 207256 207256 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 200696 200696 0 0.0
.comment 206 206 0 0.0
.data 1440 1440 0 0.0
.debug_abbrev 966884 966884 0 0.0
.debug_aranges 106736 106736 0 0.0
.debug_frame 360948 360948 0 0.0
.debug_info 21242272 21242272 0 0.0
.debug_line 2796051 2796051 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1566724 1566724 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 98899 98899 0 0.0
.debug_str 3367779 3367779 0 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 106506 106506 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 499911 499911 0 0.0
.symtab 294208 294208 0 0.0
.text 508520 508520 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 553047 553047 0 0.0
.app_xip_area 444065 444065 0 0.0
.bss 63952 63952 0 0.0
.data 664 664 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 539503 539503 0 0.0
.app_xip_area 425585 425585 0 0.0
.bss 68856 68856 0 0.0
.data 692 692 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 574863 574863 0 0.0
.app_xip_area 467081 467081 0 0.0
.bss 62824 62824 0 0.0
.data 592 592 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 559479 559479 0 0.0
.app_xip_area 448473 448473 0 0.0
.bss 65952 65952 0 0.0
.data 688 688 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1026356 1026356 0 0.0
.bss 193028 193028 0 0.0
.data 2668 2668 0 0.0
.text 830640 830640 0 0.0
BRD4187C (read/write) 1069988 1069980 -8 -0.0
.bss 176792 176792 0 0.0
.data 3256 3256 0 0.0
.text 889920 889912 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1103092 1103092 0 0.0
.bss 186956 186956 0 0.0
.data 2684 2684 0 0.0
.text 913432 913432 0 0.0
window-app BRD4187C (read/write) 1118880 1118880 0 0.0
.bss 159552 159552 0 0.0
.data 3132 3132 0 0.0
.text 956176 956176 0 0.0
esp32 all-clusters-app c3devkit (read only) 1172990 1172990 0 0.0
(read/write) 1703892 1703892 0 0.0
.dram0.bss 79056 79056 0 0.0
.dram0.data 13084 13084 0 0.0
.flash.rodata 268840 268840 0 0.0
.flash.text 1172990 1172990 0 0.0
.iram0.text 75244 75244 0 0.0
m5stack (read only) 1214015 1214015 0 0.0
(read/write) 553370 553370 0 0.0
.dram0.bss 85672 85672 0 0.0
.dram0.data 34036 34036 0 0.0
.flash.rodata 300044 300044 0 0.0
.flash.text 1208631 1208631 0 0.0
.iram0.text 123287 123287 0 0.0
k32w contact k32w0+release (read only) 591052 591052 0 0.0
(read/write) 87944 87944 0 0.0
.bss 71192 71192 0 0.0
.data 2128 2128 0 0.0
.text 590516 590516 0 0.0
light k32w0+release (read only) 589836 589836 0 0.0
(read/write) 87596 87596 0 0.0
.bss 70856 70856 0 0.0
.data 2116 2116 0 0.0
.text 589300 589300 0 0.0
lock k32w0+release (read only) 562196 562196 0 0.0
(read/write) 85396 85396 0 0.0
.bss 68712 68712 0 0.0
.data 2060 2060 0 0.0
.text 561660 561660 0 0.0
linux all-clusters-app debug (read only) 5649017 5649017 0 0.0
(read/write) 420424 420424 0 0.0
.bss 130656 130656 0 0.0
.data 4016 4016 0 0.0
.data.rel.ro 278376 278376 0 0.0
.dynamic 624 624 0 0.0
.got 5384 5384 0 0.0
.init 27 27 0 0.0
.init_array 1344 1344 0 0.0
.rodata 339188 339188 0 0.0
.text 4928339 4928339 0 0.0
all-clusters-minimal-app debug (read only) 4915585 4915585 0 0.0
(read/write) 232360 232360 0 0.0
.bss 126336 126336 0 0.0
.data 3856 3856 0 0.0
.data.rel.ro 95024 95024 0 0.0
.dynamic 624 624 0 0.0
.got 5344 5344 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 272584 272584 0 0.0
.text 4412227 4412227 0 0.0
bridge-app debug (read only) 2772641 2772641 0 0.0
(read/write) 133144 133144 0 0.0
.bss 51768 51768 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 71440 71440 0 0.0
.dynamic 624 624 0 0.0
.got 4640 4640 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 214536 214536 0 0.0
.text 2380435 2380435 0 0.0
chip-tool debug (read only) 10331993 10331993 0 0.0
(read/write) 441688 441688 0 0.0
.bss 93688 93688 0 0.0
.data 5090 5090 0 0.0
.data.rel.ro 335664 335664 0 0.0
.dynamic 624 624 0 0.0
.got 5816 5816 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 388785 388785 0 0.0
.text 9347731 9347731 0 0.0
chip-tool-ipv6only arm64 (read only) 10173388 10173388 0 0.0
(read/write) 504136 504136 0 0.0
.bss 103064 103064 0 0.0
.data 4392 4392 0 0.0
.data.rel.ro 373032 373032 0 0.0
.dynamic 512 512 0 0.0
.got 18192 18192 0 0.0
.init 24 24 0 0.0
.init_array 248 248 0 0.0
.rodata 316168 316168 0 0.0
.text 9093272 9093272 0 0.0
lighting-app debug+rpc+ui (read only) 5245913 5245913 0 0.0
(read/write) 222504 222504 0 0.0
.bss 118032 118032 0 0.0
.data 4528 4528 0 0.0
.data.rel.ro 92376 92376 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 337268 337268 0 0.0
.text 4666211 4666211 0 0.0
lock-app debug (read only) 4478977 4478977 0 0.0
(read/write) 203096 203096 0 0.0
.bss 113456 113456 0 0.0
.data 3760 3760 0 0.0
.data.rel.ro 79080 79080 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 248488 248488 0 0.0
.text 4020995 4020995 0 0.0
ota-provider-app debug (read only) 4130353 4130353 0 0.0
(read/write) 192032 192032 0 0.0
.bss 113600 113600 0 0.0
.data 4032 4032 0 0.0
.data.rel.ro 68480 68480 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 201160 201160 0 0.0
.text 3738755 3738755 0 0.0
ota-requestor-app debug (read only) 4223833 4223833 0 0.0
(read/write) 196344 196344 0 0.0
.bss 114656 114656 0 0.0
.data 4272 4272 0 0.0
.data.rel.ro 71480 71480 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 204488 204488 0 0.0
.text 3824579 3824579 0 0.0
shell debug (read only) 3050993 3050993 0 0.0
(read/write) 153520 153520 0 0.0
.bss 60808 60808 0 0.0
.data 784 784 0 0.0
.data.rel.ro 85992 85992 0 0.0
.dynamic 592 592 0 0.0
.got 4112 4112 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 214578 214578 0 0.0
.text 2661922 2661922 0 0.0
thermostat-no-ble arm64 (read only) 4357980 4357980 0 0.0
(read/write) 241896 241896 0 0.0
.bss 122200 122200 0 0.0
.data 2896 2896 0 0.0
.data.rel.ro 100512 100512 0 0.0
.dynamic 512 512 0 0.0
.got 11824 11824 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 161268 161268 0 0.0
.text 3862648 3862648 0 0.0
tv-app debug (read only) 5320601 5320601 0 0.0
(read/write) 350824 350824 0 0.0
.bss 242016 242016 0 0.0
.data 5136 5136 0 0.0
.data.rel.ro 96256 96256 0 0.0
.dynamic 624 624 0 0.0
.got 5616 5616 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 272920 272920 0 0.0
.text 4803539 4803539 0 0.0
tv-casting-app debug (read only) 8279353 8279353 0 0.0
(read/write) 211320 211320 0 0.0
.bss 54720 54720 0 0.0
.data 2544 2544 0 0.0
.data.rel.ro 147224 147224 0 0.0
.dynamic 624 624 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 338428 338428 0 0.0
.text 7540323 7540323 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2523272 2523272 0 0.0
.bss 219416 219416 0 0.0
.data 5128 5128 0 0.0
.text 1485956 1485956 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1240900 1240900 0 0.0
bss 155466 155466 0 0.0
rodata 143176 143176 0 0.0
text 863236 863236 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1359248 1359248 0 0.0
bss 140932 140932 0 0.0
rodata 137080 137080 0 0.0
text 790528 790528 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1160824 1160824 0 0.0
bss 154836 154836 0 0.0
rodata 113748 113748 0 0.0
text 813300 813300 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 837160 837160 0 0.0
(read/write) 1793916 1793916 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 193628 193628 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 2552 2552 0 0.0
.debug_abbrev 1418440 1418440 0 0.0
.debug_aranges 145152 145152 0 0.0
.debug_frame 482876 482876 0 0.0
.debug_info 33508685 33508685 0 0.0
.debug_line 4234069 4234069 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2304391 2304391 0 0.0
.debug_rnglists 144560 144560 0 0.0
.debug_str 4529452 4529452 0 0.0
.heap 837160 837160 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 850431 850431 0 0.0
.symtab 515376 515376 0 0.0
.text 0 0 0 0.0
1589348 1589348 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 839944 839944 0 0.0
(read/write) 1678740 1678740 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 190932 190932 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 1290847 1290847 0 0.0
.debug_aranges 135016 135016 0 0.0
.debug_frame 454352 454352 0 0.0
.debug_info 29288736 29288736 0 0.0
.debug_line 3947181 3947181 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2120060 2120060 0 0.0
.debug_rnglists 133952 133952 0 0.0
.debug_str 3922029 3922029 0 0.0
.heap 839944 839944 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 719966 719966 0 0.0
.symtab 467712 467712 0 0.0
.text 1476956 1476956 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 846280 846280 0 0.0
(read/write) 1607052 1607052 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184708 184708 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 1130672 1130672 0 0.0
.debug_aranges 125112 125112 0 0.0
.debug_frame 417396 417396 0 0.0
.debug_info 24342795 24342795 0 0.0
.debug_line 3511618 3511618 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 1956844 1956844 0 0.0
.debug_rnglists 123649 123649 0 0.0
.debug_str 3729272 3729272 0 0.0
.heap 846280 846280 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 637531 637531 0 0.0
.symtab 431248 431248 0 0.0
.text 1411604 1411604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 818880 818880 0 0.0
(read/write) 1640324 1640324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 212092 212092 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 1121636 1121636 0 0.0
.debug_aranges 123920 123920 0 0.0
.debug_frame 413048 413048 0 0.0
.debug_info 24154518 24154518 0 0.0
.debug_line 3464673 3464673 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 1935363 1935363 0 0.0
.debug_rnglists 121745 121745 0 0.0
.debug_str 3692661 3692661 0 0.0
.heap 818880 818880 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 611606 611606 0 0.0
.symtab 423296 423296 0 0.0
.text 1417476 1417476 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1177900 1177900 0 0.0
.bss 101024 101024 0 0.0
.data 744 744 0 0.0
.text 624744 624744 0 0.0
lock-app qpg6105+debug (read/write) 1135388 1135388 0 0.0
.bss 95744 95744 0 0.0
.data 748 748 0 0.0
.text 582228 582228 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1096064 1096064 0 0.0
bss 108180 108180 0 0.0
text 752066 752066 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 981688 981688 0 0.0
bss 105332 105332 0 0.0
text 673680 673680 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 944936 944936 0 0.0
bss 109652 109652 0 0.0
text 647578 647578 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 876892 876892 0 0.0
bss 98696 98696 0 0.0
text 591100 591100 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 923228 923228 0 0.0
bss 99536 99536 0 0.0
text 632786 632786 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 984148 984148 0 0.0
bss 107504 107504 0 0.0
text 687248 687248 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 995512 995512 0 0.0
bss 111752 111752 0 0.0
text 694764 694764 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1053744 1053744 0 0.0
bss 109076 109076 0 0.0
text 732244 732244 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1086128 1086128 0 0.0
bss 120412 120412 0 0.0
text 752748 752748 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 934948 934948 0 0.0
bss 99424 99424 0 0.0
text 622228 622228 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 899488 899488 0 0.0
bss 100012 100012 0 0.0
text 612954 612954 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 882308 882308 0 0.0
bss 98828 98828 0 0.0
text 596726 596726 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 869448 869448 0 0.0
bss 98628 98628 0 0.0
text 587148 587148 0 0.0
shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 745020 745020 0 0.0
bss 97468 97468 0 0.0
text 478820 478820 0 0.0
smoke_co_alarm-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 880384 880384 0 0.0
bss 98816 98816 0 0.0
text 595458 595458 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 865628 865628 0 0.0
bss 98536 98536 0 0.0
text 582794 582794 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890904 890904 0 0.0
bss 98928 98928 0 0.0
text 602876 602874 -2 -0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 886528 886528 0 0.0
bss 99252 99252 0 0.0
text 598200 598200 0 0.0

@mergify mergify bot merged commit 454d7d9 into project-chip:master Aug 29, 2023
@arkq arkq deleted the tizen-chip-tests branch August 29, 2023 18:48
HunsupJung pushed a commit to HunsupJung/connectedhomeip that referenced this pull request Oct 23, 2023
* Run unit tests on Tizen platform under QEMU

* Run all generated unit test executables

* Move failing tests to XFAIL group

* Manual for debugging tests on QEMU

* Add "Run test (Linux x64)" to VSCode debugger

* Print failed tests

* Drop XFAIL since now all tests pass on Tizen

* Do not duplicate example builds with QEMU tests

* Do not add rootshell to the word list

* Revert defines reordering

* Add TODO for GN test assets

---------

Co-authored-by: Andrei Litvin <andy314@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants