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

Remove install into build-env from build_python.sh #27437

Merged
merged 20 commits into from
Jun 23, 2023

Conversation

andy31415
Copy link
Contributor

@andy31415 andy31415 commented Jun 23, 2023

Installing into build-env is a massive foot-gun:

  • codegen.py was unstable because it may pick up wrong packages
  • environment caching is non-deterministic because depending on which action creates the cache it may or may not include chip python libs (and python depends on C++ so we cannot even select proper hashes for the environment caching)

Changes

  • Remove old "separate/no/build_env" install options, replace with option to specify an virtualenv path to create or re-use
  • Fixes some CI scripts (may iterate over these)
  • Added a "run in python env" script as a helper for our CI scripts

@andy31415 andy31415 changed the title Remove build env python install Remove install into build-env from build_python.sh Jun 23, 2023
@github-actions
Copy link

github-actions bot commented Jun 23, 2023

PR #27437: Size comparison from e39e16f to 161d8a9

Decreases (1 build for cc32xx)
platform target config section e39e16f 161d8a9 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19923171 19923169 -2 -0.0
Full report (9 builds for cc32xx, linux, mbed, nrfconnect, qpg)
platform target config section e39e16f 161d8a9 change % change
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 119128 119128 0 0.0
.debug_frame 406836 406836 0 0.0
.debug_info 19923171 19923169 -2 -0.0
.debug_line 2873951 2873951 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1729074 1729074 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107669 107669 0 0.0
.debug_str 3792182 3792182 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
linux chip-tool-ipv6only arm64 (read only) 15739936 15739936 0 0.0
(read/write) 816760 816760 0 0.0
.bss 34392 34392 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 756864 756864 0 0.0
.dynamic 560 560 0 0.0
.got 17232 17232 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 672680 672680 0 0.0
.text 13135012 13135012 0 0.0
thermostat-no-ble arm64 (read only) 2615868 2615868 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52360 52360 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5520 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 130496 130496 0 0.0
.text 2219508 2219508 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2499088 2499088 0 0.0
.bss 216312 216312 0 0.0
.data 5144 5144 0 0.0
.text 1461772 1461772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213484 1213484 0 0.0
bss 155045 155045 0 0.0
rodata 138144 138144 0 0.0
text 841152 841152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316260 1316260 0 0.0
bss 138371 138371 0 0.0
rodata 133432 133432 0 0.0
text 753748 753748 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151148 1151148 0 0.0
bss 153541 153541 0 0.0
rodata 111408 111408 0 0.0
text 807160 807160 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172376 1172376 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619216 619216 0 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

@github-actions
Copy link

github-actions bot commented Jun 23, 2023

PR #27437: Size comparison from e39e16f to 165582a

Increases (2 builds for esp32, k32w)
platform target config section e39e16f 165582a change % change
esp32 all-clusters-app c3devkit (read only) 1078004 1078006 2 0.0
(read/write) 1585008 1585016 8 0.0
.flash.rodata 216312 216320 8 0.0
.flash.text 1078004 1078006 2 0.0
k32w contact k32w0+release (read only) 586116 586132 16 0.0
.text 585580 585596 16 0.0
Decreases (6 builds for bl602, cc32xx, linux, nrfconnect, psoc6)
platform target config section e39e16f 165582a change % change
bl602 lighting-app bl602 .text 1050916 1050914 -2 -0.0
bl602+rpc .text 1083056 1083054 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19923171 19923170 -1 -0.0
linux chip-tool-ipv6only arm64 (read only) 15739936 15646352 -93584 -0.6
(read/write) 816760 810760 -6000 -0.7
.data.rel.ro 756864 750912 -5952 -0.8
.got 17232 17184 -48 -0.3
.rodata 672680 659832 -12848 -1.9
.text 13135012 13068532 -66480 -0.5
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 753748 753744 -4 -0.0
psoc6 lock cy8ckit_062s2_43012 .debug_info 22804086 2280408 -2 -0.0
Full report (30 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section e39e16f 165582a change % change
bl602 lighting-app bl602 (read/write) 1366494 1366494 0 0.0
.bss 83942 83942 0 0.0
.data 9608 9608 0 0.0
.text 1050916 1050914 -2 -0.0
bl602+rpc (read/write) 1414178 1414178 0 0.0
.bss 91990 91990 0 0.0
.data 10008 10008 0 0.0
.text 1083056 1083054 -2 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1175207 1175207 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77781 77781 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1545845 1545845 0 0.0
.debug_aranges 149976 149976 0 0.0
.debug_frame 552036 552036 0 0.0
.debug_info 41613024 41613024 0 0.0
.debug_line 5583553 5583553 0 0.0
.debug_loc 3800882 3800882 0 0.0
.debug_ranges 395256 395256 0 0.0
.debug_str 4350605 4350605 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 105408 105408 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 582415 582415 0 0.0
.symtab 174192 174192 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
946050 946050 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1273323 1273323 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85829 85829 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1711094 1711094 0 0.0
.debug_aranges 158448 158448 0 0.0
.debug_frame 580668 580668 0 0.0
.debug_info 46797389 46797389 0 0.0
.debug_line 6009861 6009861 0 0.0
.debug_loc 4006153 4006153 0 0.0
.debug_ranges 420928 420928 0 0.0
.debug_str 4779233 4779233 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 120048 120048 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 644984 644984 0 0.0
.symtab 192992 192992 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1019934 1019934 0 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 119128 119128 0 0.0
.debug_frame 406836 406836 0 0.0
.debug_info 19923171 19923170 -1 -0.0
.debug_line 2873951 2873951 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1729074 1729074 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107669 107669 0 0.0
.debug_str 3792182 3792182 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) 545239 545239 0 0.0
.app_xip_area 437649 437649 0 0.0
.bss 62568 62568 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) 997752 997752 0 0.0
.bss 182064 182064 0 0.0
.data 2148 2148 0 0.0
.text 813516 813516 0 0.0
BRD4187C (read/write) 1029436 1029436 0 0.0
.bss 161788 161788 0 0.0
.data 2792 2792 0 0.0
.text 864836 864836 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) 1078004 1078006 2 0.0
(read/write) 1585008 1585016 8 0.0
.dram0.bss 75616 75616 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216312 216320 8 0.0
.flash.text 1078004 1078006 2 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125707 1125707 0 0.0
(read/write) 495450 495450 0 0.0
.dram0.bss 81088 81088 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244908 244908 0 0.0
.flash.text 1120323 1120323 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586116 586132 16 0.0
(read/write) 90104 90104 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585580 585596 16 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 chip-tool-ipv6only arm64 (read only) 15739936 15646352 -93584 -0.6
(read/write) 816760 810760 -6000 -0.7
.bss 34392 34392 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 756864 750912 -5952 -0.8
.dynamic 560 560 0 0.0
.got 17232 17184 -48 -0.3
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 672680 659832 -12848 -1.9
.text 13135012 13068532 -66480 -0.5
thermostat-no-ble arm64 (read only) 2615868 2615868 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52360 52360 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5520 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 130496 130496 0 0.0
.text 2219508 2219508 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2499088 2499088 0 0.0
.bss 216312 216312 0 0.0
.data 5144 5144 0 0.0
.text 1461772 1461772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213484 1213484 0 0.0
bss 155045 155045 0 0.0
rodata 138144 138144 0 0.0
text 841152 841152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316260 1316260 0 0.0
bss 138371 138371 0 0.0
rodata 133432 133432 0 0.0
text 753748 753744 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151148 1151148 0 0.0
bss 153541 153541 0 0.0
rodata 111408 111408 0 0.0
text 807160 807160 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841680 841680 0 0.0
(read/write) 1732324 1732324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189092 189092 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 1299084 1299084 0 0.0
.debug_aranges 149272 149272 0 0.0
.debug_frame 499812 499812 0 0.0
.debug_info 29007672 29007672 0 0.0
.debug_line 4040096 4040096 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2310480 2310480 0 0.0
.debug_rnglists 144642 144642 0 0.0
.debug_str 4364006 4364006 0 0.0
.heap 841680 841680 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 754286 754286 0 0.0
.symtab 480528 480528 0 0.0
.text 1532276 1532276 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843160 843160 0 0.0
(read/write) 1664172 1664172 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187620 187620 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 1282129 1282129 0 0.0
.debug_aranges 147888 147888 0 0.0
.debug_frame 500364 500364 0 0.0
.debug_info 28310408 28310408 0 0.0
.debug_line 4035661 4035661 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2293770 2293770 0 0.0
.debug_rnglists 142990 142990 0 0.0
.debug_str 4344279 4344279 0 0.0
.heap 843160 843160 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 703099 703099 0 0.0
.symtab 461632 461632 0 0.0
.text 1465604 1465604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849352 849352 0 0.0
(read/write) 1596980 1596980 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181596 181596 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 1118963 1118963 0 0.0
.debug_aranges 138248 138248 0 0.0
.debug_frame 464328 464328 0 0.0
.debug_info 23108119 23108119 0 0.0
.debug_line 3607705 3607705 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2134979 2134979 0 0.0
.debug_rnglists 133012 133012 0 0.0
.debug_str 4158298 4158298 0 0.0
.heap 849352 849352 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 626743 626743 0 0.0
.symtab 427200 427200 0 0.0
.text 1404604 1404604 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 136320 136320 0 0.0
.debug_frame 457532 457532 0 0.0
.debug_info 22804086 2280408 -2 -0.0
.debug_line 3542157 3542157 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2102867 2102867 0 0.0
.debug_rnglists 130506 130506 0 0.0
.debug_str 4113211 4113211 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) 1172376 1172376 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619216 619216 0 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

.github/workflows/tests.yaml Outdated Show resolved Hide resolved
.github/workflows/tests.yaml Outdated Show resolved Hide resolved
@github-actions
Copy link

github-actions bot commented Jun 23, 2023

PR #27437: Size comparison from e39e16f to e7fe7fc

Increases above 0.2%:

platform target config section e39e16f e7fe7fc change % change
linux chip-tool debug (read only) 16412273 18057697 1645424 10.0
(read/write) 763272 840336 77064 10.1
.bss 26424 93528 67104 254.0
.data 3042 5154 2112 69.4
.data.rel.ro 726984 734352 7368 1.0
.dynamic 608 624 16 2.6
.got 5376 5848 472 8.8
.init_array 776 784 8 1.0
.rodata 736925 763465 26540 3.6
.text 13901796 15496467 1594671 11.5
chip-tool-ipv6only arm64 (read only) 15739936 17375520 1635584 10.4
(read/write) 816760 907336 90576 11.1
.bss 34392 102936 68544 199.3
.data 3008 4448 1440 47.9
.data.rel.ro 756864 771112 14248 1.9
.got 17232 23352 6120 35.5
.rodata 672680 686584 13904 2.1
.text 13135012 14707236 1572224 12.0
lighting-app debug+rpc+ui (read only) 3406745 5207001 1800256 52.8
(read/write) 137080 220744 83664 61.0
.bss 50144 117312 67168 134.0
.data 2704 4880 2176 80.5
.data.rel.ro 77344 91048 13704 17.7
.dynamic 656 672 16 2.4
.got 5280 5872 592 11.2
.init_array 912 928 16 1.8
.rodata 287444 328852 41408 14.4
.text 2920930 4639043 1718113 58.8
Increases (9 builds for bl702, esp32, k32w, linux)
platform target config section e39e16f e7fe7fc change % change
bl702 lighting-app bl702 .text 946050 946052 2 0.0
esp32 all-clusters-app c3devkit (read only) 1078004 1078006 2 0.0
(read/write) 1585008 1585016 8 0.0
.flash.rodata 216312 216320 8 0.0
.flash.text 1078004 1078006 2 0.0
k32w contact k32w0+release (read only) 586116 586132 16 0.0
.text 585580 585596 16 0.0
linux chip-tool debug (read only) 16412273 18057697 1645424 10.0
(read/write) 763272 840336 77064 10.1
.bss 26424 93528 67104 254.0
.data 3042 5154 2112 69.4
.data.rel.ro 726984 734352 7368 1.0
.dynamic 608 624 16 2.6
.got 5376 5848 472 8.8
.init_array 776 784 8 1.0
.rodata 736925 763465 26540 3.6
.text 13901796 15496467 1594671 11.5
chip-tool-ipv6only arm64 (read only) 15739936 17375520 1635584 10.4
(read/write) 816760 907336 90576 11.1
.bss 34392 102936 68544 199.3
.data 3008 4448 1440 47.9
.data.rel.ro 756864 771112 14248 1.9
.got 17232 23352 6120 35.5
.rodata 672680 686584 13904 2.1
.text 13135012 14707236 1572224 12.0
lighting-app debug+rpc+ui (read only) 3406745 5207001 1800256 52.8
(read/write) 137080 220744 83664 61.0
.bss 50144 117312 67168 134.0
.data 2704 4880 2176 80.5
.data.rel.ro 77344 91048 13704 17.7
.dynamic 656 672 16 2.4
.got 5280 5872 592 11.2
.init_array 912 928 16 1.8
.rodata 287444 328852 41408 14.4
.text 2920930 4639043 1718113 58.8
ota-requestor-app debug (read/write) 111736 111744 8 0.0
.bss 47008 47024 16 0.0
thermostat-no-ble arm64 .bss 52360 52376 16 0.0
tv-casting-app debug .data.rel.ro 159744 159760 16 0.0
Decreases (21 builds for bl602, bl702, cc32xx, efr32, linux, nrfconnect, psoc6)
platform target config section e39e16f e7fe7fc change % change
bl602 lighting-app bl602 .text 1050916 1050914 -2 -0.0
bl602+rpc .text 1083056 1083054 -2 -0.0
bl702 lighting-app bl702 .debug_info 41613024 41613021 -3 -0.0
.debug_line 5583553 5583332 -221 -0.0
bl702+rpc (read/write) 1273323 1273319 -4 -0.0
.debug_info 46797389 46797384 -5 -0.0
.debug_line 6009861 6009640 -221 -0.0
.text 1019934 1019932 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19923171 19923166 -5 -0.0
.debug_line 2873951 2873874 -77 -0.0
efr32 lighting-app BRD4187C (read/write) 1029436 1026820 -2616 -0.3
.text 864836 862220 -2616 -0.3
linux all-clusters-app debug (read only) 3284037 3277501 -6536 -0.2
(read/write) 159656 159616 -40 -0.0
.bss 59872 59840 -32 -0.1
.init_array 1152 1144 -8 -0.7
.rodata 232616 231720 -896 -0.4
.text 2859445 2853829 -5616 -0.2
all-clusters-minimal-app debug (read only) 3061741 3055189 -6552 -0.2
(read/write) 146608 146568 -40 -0.0
.bss 58272 58240 -32 -0.1
.init_array 1096 1088 -8 -0.7
.rodata 225096 224200 -896 -0.4
.text 2649765 2644133 -5632 -0.2
bridge-app debug (read only) 2530725 2524173 -6552 -0.3
(read/write) 129968 129960 -8 -0.0
.init_array 784 776 -8 -1.0
.rodata 173608 172712 -896 -0.5
.text 2183957 2178325 -5632 -0.3
lock-app debug (read only) 2623421 2616869 -6552 -0.2
(read/write) 117368 117360 -8 -0.0
.init_array 816 808 -8 -1.0
.rodata 201096 200200 -896 -0.4
.text 2257333 2251701 -5632 -0.2
ota-provider-app debug (read only) 2219477 2213373 -6104 -0.3
(read/write) 103976 103952 -24 -0.0
.bss 44576 44560 -16 -0.0
.init_array 672 664 -8 -1.2
.rodata 154696 153832 -864 -0.6
.text 1922421 1917205 -5216 -0.3
ota-requestor-app debug (read only) 2388909 2382357 -6552 -0.3
.init_array 752 744 -8 -1.1
.rodata 158824 157928 -896 -0.6
.text 2078853 2073221 -5632 -0.3
shell debug (read only) 2819249 2813241 -6008 -0.2
(read/write) 148072 148032 -40 -0.0
.bss 58824 58792 -32 -0.1
.init_array 1080 1072 -8 -0.7
.rodata 200658 199922 -736 -0.4
.text 2450642 2445394 -5248 -0.2
thermostat-no-ble arm64 (read only) 2615868 2610108 -5760 -0.2
.got 5520 5512 -8 -0.1
.init_array 424 416 -8 -1.9
.rodata 130496 129648 -848 -0.6
.text 2219508 2214644 -4864 -0.2
tv-app debug (read only) 3327321 3319185 -8136 -0.2
(read/write) 261864 261856 -8 -0.0
.init_array 1088 1080 -8 -0.7
.rodata 224152 222520 -1632 -0.7
.text 2906146 2899666 -6480 -0.2
tv-casting-app debug (read only) 9241625 9234353 -7272 -0.1
(read/write) 220216 220176 -40 -0.0
.bss 52160 52096 -64 -0.1
.init_array 1008 1000 -8 -0.8
.rodata 331132 330076 -1056 -0.3
.text 8479922 8473634 -6288 -0.1
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 807160 807156 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29007672 29007667 -5 -0.0
.debug_line 4040096 4040019 -77 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28310408 28310405 -3 -0.0
.debug_line 4035661 4035584 -77 -0.0
light cy8ckit_062s2_43012 .debug_info 23108119 23108116 -3 -0.0
.debug_line 3607705 3607628 -77 -0.0
lock cy8ckit_062s2_43012 .debug_info 22804086 22804081 -5 -0.0
.debug_line 3542157 3542080 -77 -0.0
Full report (41 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg)
platform target config section e39e16f e7fe7fc change % change
bl602 lighting-app bl602 (read/write) 1366494 1366494 0 0.0
.bss 83942 83942 0 0.0
.data 9608 9608 0 0.0
.text 1050916 1050914 -2 -0.0
bl602+rpc (read/write) 1414178 1414178 0 0.0
.bss 91990 91990 0 0.0
.data 10008 10008 0 0.0
.text 1083056 1083054 -2 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1175207 1175207 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77781 77781 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1545845 1545845 0 0.0
.debug_aranges 149976 149976 0 0.0
.debug_frame 552036 552036 0 0.0
.debug_info 41613024 41613021 -3 -0.0
.debug_line 5583553 5583332 -221 -0.0
.debug_loc 3800882 3800882 0 0.0
.debug_ranges 395256 395256 0 0.0
.debug_str 4350605 4350605 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 105408 105408 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 582415 582415 0 0.0
.symtab 174192 174192 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
946050 946052 2 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1273323 1273319 -4 -0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85829 85829 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1711094 1711094 0 0.0
.debug_aranges 158448 158448 0 0.0
.debug_frame 580668 580668 0 0.0
.debug_info 46797389 46797384 -5 -0.0
.debug_line 6009861 6009640 -221 -0.0
.debug_loc 4006153 4006153 0 0.0
.debug_ranges 420928 420928 0 0.0
.debug_str 4779233 4779233 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 120048 120048 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 644984 644984 0 0.0
.symtab 192992 192992 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1019934 1019932 -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 119128 119128 0 0.0
.debug_frame 406836 406836 0 0.0
.debug_info 19923171 19923166 -5 -0.0
.debug_line 2873951 2873874 -77 -0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1729074 1729074 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107669 107669 0 0.0
.debug_str 3792182 3792182 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) 545239 545239 0 0.0
.app_xip_area 437649 437649 0 0.0
.bss 62568 62568 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) 997752 997752 0 0.0
.bss 182064 182064 0 0.0
.data 2148 2148 0 0.0
.text 813516 813516 0 0.0
BRD4187C (read/write) 1029436 1026820 -2616 -0.3
.bss 161788 161788 0 0.0
.data 2792 2792 0 0.0
.text 864836 862220 -2616 -0.3
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) 1078004 1078006 2 0.0
(read/write) 1585008 1585016 8 0.0
.dram0.bss 75616 75616 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216312 216320 8 0.0
.flash.text 1078004 1078006 2 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125707 1125707 0 0.0
(read/write) 495450 495450 0 0.0
.dram0.bss 81088 81088 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244908 244908 0 0.0
.flash.text 1120323 1120323 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586116 586132 16 0.0
(read/write) 90104 90104 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585580 585596 16 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) 3284037 3277501 -6536 -0.2
(read/write) 159656 159616 -40 -0.0
.bss 59872 59840 -32 -0.1
.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 1152 1144 -8 -0.7
.rodata 232616 231720 -896 -0.4
.text 2859445 2853829 -5616 -0.2
all-clusters-minimal-app debug (read only) 3061741 3055189 -6552 -0.2
(read/write) 146608 146568 -40 -0.0
.bss 58272 58240 -32 -0.1
.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 1096 1088 -8 -0.7
.rodata 225096 224200 -896 -0.4
.text 2649765 2644133 -5632 -0.2
bridge-app debug (read only) 2530725 2524173 -6552 -0.3
(read/write) 129968 129960 -8 -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 784 776 -8 -1.0
.rodata 173608 172712 -896 -0.5
.text 2183957 2178325 -5632 -0.3
chip-tool debug (read only) 16412273 18057697 1645424 10.0
(read/write) 763272 840336 77064 10.1
.bss 26424 93528 67104 254.0
.data 3042 5154 2112 69.4
.data.rel.ro 726984 734352 7368 1.0
.dynamic 608 624 16 2.6
.got 5376 5848 472 8.8
.init 27 27 0 0.0
.init_array 776 784 8 1.0
.rodata 736925 763465 26540 3.6
.text 13901796 15496467 1594671 11.5
chip-tool-ipv6only arm64 (read only) 15739936 17375520 1635584 10.4
(read/write) 816760 907336 90576 11.1
.bss 34392 102936 68544 199.3
.data 3008 4448 1440 47.9
.data.rel.ro 756864 771112 14248 1.9
.dynamic 560 560 0 0.0
.got 17232 23352 6120 35.5
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 672680 686584 13904 2.1
.text 13135012 14707236 1572224 12.0
lighting-app debug+rpc+ui (read only) 3406745 5207001 1800256 52.8
(read/write) 137080 220744 83664 61.0
.bss 50144 117312 67168 134.0
.data 2704 4880 2176 80.5
.data.rel.ro 77344 91048 13704 17.7
.dynamic 656 672 16 2.4
.got 5280 5872 592 11.2
.init 27 27 0 0.0
.init_array 912 928 16 1.8
.rodata 287444 328852 41408 14.4
.text 2920930 4639043 1718113 58.8
lock-app debug (read only) 2623421 2616869 -6552 -0.2
(read/write) 117368 117360 -8 -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 816 808 -8 -1.0
.rodata 201096 200200 -896 -0.4
.text 2257333 2251701 -5632 -0.2
ota-provider-app debug (read only) 2219477 2213373 -6104 -0.3
(read/write) 103976 103952 -24 -0.0
.bss 44576 44560 -16 -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 672 664 -8 -1.2
.rodata 154696 153832 -864 -0.6
.text 1922421 1917205 -5216 -0.3
ota-requestor-app debug (read only) 2388909 2382357 -6552 -0.3
(read/write) 111736 111744 8 0.0
.bss 47008 47024 16 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 752 744 -8 -1.1
.rodata 158824 157928 -896 -0.6
.text 2078853 2073221 -5632 -0.3
shell debug (read only) 2819249 2813241 -6008 -0.2
(read/write) 148072 148032 -40 -0.0
.bss 58824 58792 -32 -0.1
.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 1080 1072 -8 -0.7
.rodata 200658 199922 -736 -0.4
.text 2450642 2445394 -5248 -0.2
thermostat-no-ble arm64 (read only) 2615868 2610108 -5760 -0.2
(read/write) 143128 143128 0 0.0
.bss 52360 52376 16 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5512 -8 -0.1
.init 24 24 0 0.0
.init_array 424 416 -8 -1.9
.rodata 130496 129648 -848 -0.6
.text 2219508 2214644 -4864 -0.2
tv-app debug (read only) 3327321 3319185 -8136 -0.2
(read/write) 261864 261856 -8 -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 1088 1080 -8 -0.7
.rodata 224152 222520 -1632 -0.7
.text 2906146 2899666 -6480 -0.2
tv-casting-app debug (read only) 9241625 9234353 -7272 -0.1
(read/write) 220216 220176 -40 -0.0
.bss 52160 52096 -64 -0.1
.data 1744 1744 0 0.0
.data.rel.ro 159744 159760 16 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1008 1000 -8 -0.8
.rodata 331132 330076 -1056 -0.3
.text 8479922 8473634 -6288 -0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2499088 2499088 0 0.0
.bss 216312 216312 0 0.0
.data 5144 5144 0 0.0
.text 1461772 1461772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213484 1213484 0 0.0
bss 155045 155045 0 0.0
rodata 138144 138144 0 0.0
text 841152 841152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316260 1316260 0 0.0
bss 138371 138371 0 0.0
rodata 133432 133432 0 0.0
text 753748 753748 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151148 1151148 0 0.0
bss 153541 153541 0 0.0
rodata 111408 111408 0 0.0
text 807160 807156 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841680 841680 0 0.0
(read/write) 1732324 1732324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189092 189092 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 1299084 1299084 0 0.0
.debug_aranges 149272 149272 0 0.0
.debug_frame 499812 499812 0 0.0
.debug_info 29007672 29007667 -5 -0.0
.debug_line 4040096 4040019 -77 -0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2310480 2310480 0 0.0
.debug_rnglists 144642 144642 0 0.0
.debug_str 4364006 4364006 0 0.0
.heap 841680 841680 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 754286 754286 0 0.0
.symtab 480528 480528 0 0.0
.text 1532276 1532276 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843160 843160 0 0.0
(read/write) 1664172 1664172 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187620 187620 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 1282129 1282129 0 0.0
.debug_aranges 147888 147888 0 0.0
.debug_frame 500364 500364 0 0.0
.debug_info 28310408 28310405 -3 -0.0
.debug_line 4035661 4035584 -77 -0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2293770 2293770 0 0.0
.debug_rnglists 142990 142990 0 0.0
.debug_str 4344279 4344279 0 0.0
.heap 843160 843160 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 703099 703099 0 0.0
.symtab 461632 461632 0 0.0
.text 1465604 1465604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849352 849352 0 0.0
(read/write) 1596980 1596980 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181596 181596 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 1118963 1118963 0 0.0
.debug_aranges 138248 138248 0 0.0
.debug_frame 464328 464328 0 0.0
.debug_info 23108119 23108116 -3 -0.0
.debug_line 3607705 3607628 -77 -0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2134979 2134979 0 0.0
.debug_rnglists 133012 133012 0 0.0
.debug_str 4158298 4158298 0 0.0
.heap 849352 849352 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 626743 626743 0 0.0
.symtab 427200 427200 0 0.0
.text 1404604 1404604 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 136320 136320 0 0.0
.debug_frame 457532 457532 0 0.0
.debug_info 22804086 22804081 -5 -0.0
.debug_line 3542157 3542080 -77 -0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2102867 2102867 0 0.0
.debug_rnglists 130506 130506 0 0.0
.debug_str 4113211 4113211 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) 1172376 1172376 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619216 619216 0 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

@github-actions
Copy link

github-actions bot commented Jun 23, 2023

PR #27437: Size comparison from e39e16f to 4f7bdcc

Decreases (1 build for cc32xx)
platform target config section e39e16f 4f7bdcc change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19923171 19923167 -4 -0.0
.debug_line 2873951 2873874 -77 -0.0
Full report (2 builds for cc32xx, mbed)
platform target config section e39e16f 4f7bdcc change % change
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 119128 119128 0 0.0
.debug_frame 406836 406836 0 0.0
.debug_info 19923171 19923167 -4 -0.0
.debug_line 2873951 2873874 -77 -0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1729074 1729074 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107669 107669 0 0.0
.debug_str 3792182 3792182 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
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2499088 2499088 0 0.0
.bss 216312 216312 0 0.0
.data 5144 5144 0 0.0
.text 1461772 1461772 0 0.0

@github-actions
Copy link

github-actions bot commented Jun 23, 2023

PR #27437: Size comparison from e39e16f to f2e1453

Increases above 0.2%:

platform target config section e39e16f f2e1453 change % change
linux chip-tool-ipv6only arm64 (read only) 15739936 17376048 1636112 10.4
(read/write) 816760 907336 90576 11.1
.bss 34392 102936 68544 199.3
.data 3008 4448 1440 47.9
.data.rel.ro 756864 771112 14248 1.9
.got 17232 23352 6120 35.5
.rodata 672680 686616 13936 2.1
.text 13135012 14707732 1572720 12.0
Increases (5 builds for bl702, cc32xx, linux)
platform target config section e39e16f f2e1453 change % change
bl702 lighting-app bl702 .debug_aranges 149976 149992 16 0.0
.debug_frame 552036 552096 60 0.0
.debug_info 41613024 41615359 2335 0.0
.debug_line 5583553 5583608 55 0.0
.debug_loc 3800882 3801252 370 0.0
.debug_ranges 395256 395272 16 0.0
.debug_str 4350605 4351073 468 0.0
bl702+rpc .debug_aranges 158448 158464 16 0.0
.debug_frame 580668 580728 60 0.0
.debug_info 46797389 46799756 2367 0.0
.debug_line 6009861 6009916 55 0.0
.debug_loc 4006153 4006538 385 0.0
.debug_ranges 420928 420944 16 0.0
.debug_str 4779233 4779701 468 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_aranges 119128 119144 16 0.0
.debug_frame 406836 406896 60 0.0
.debug_info 19923171 19925351 2180 0.0
.debug_line 2873951 2874114 163 0.0
.debug_loclists 1729074 1729321 247 0.0
.debug_rnglists 107669 107681 12 0.0
.debug_str 3792182 3792650 468 0.0
linux chip-tool-ipv6only arm64 (read only) 15739936 17376048 1636112 10.4
(read/write) 816760 907336 90576 11.1
.bss 34392 102936 68544 199.3
.data 3008 4448 1440 47.9
.data.rel.ro 756864 771112 14248 1.9
.got 17232 23352 6120 35.5
.rodata 672680 686616 13936 2.1
.text 13135012 14707732 1572720 12.0
thermostat-no-ble arm64 .bss 52360 52376 16 0.0
Decreases (2 builds for linux, qpg)
platform target config section e39e16f f2e1453 change % change
linux thermostat-no-ble arm64 (read only) 2615868 2610108 -5760 -0.2
.got 5520 5512 -8 -0.1
.init_array 424 416 -8 -1.9
.rodata 130496 129648 -848 -0.6
.text 2219508 2214644 -4864 -0.2
qpg lock-app qpg6105+debug (read/write) 1129992 1129984 -8 -0.0
.text 576836 576828 -8 -0.0
Full report (13 builds for bl602, bl702, cc32xx, linux, mbed, nrfconnect, qpg)
platform target config section e39e16f f2e1453 change % change
bl602 lighting-app bl602 (read/write) 1366494 1366494 0 0.0
.bss 83942 83942 0 0.0
.data 9608 9608 0 0.0
.text 1050916 1050916 0 0.0
bl602+rpc (read/write) 1414178 1414178 0 0.0
.bss 91990 91990 0 0.0
.data 10008 10008 0 0.0
.text 1083056 1083056 0 0.0
bl702 lighting-app bl702 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1175207 1175207 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77781 77781 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1545845 1545845 0 0.0
.debug_aranges 149976 149992 16 0.0
.debug_frame 552036 552096 60 0.0
.debug_info 41613024 41615359 2335 0.0
.debug_line 5583553 5583608 55 0.0
.debug_loc 3800882 3801252 370 0.0
.debug_ranges 395256 395272 16 0.0
.debug_str 4350605 4351073 468 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 105408 105408 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 582415 582415 0 0.0
.symtab 174192 174192 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 946050 946050 0 0.0
bl702+rpc 0 0 0 0.0
(read only) 3358 3358 0 0.0
(read/write) 1273323 1273323 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85829 85829 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1711094 1711094 0 0.0
.debug_aranges 158448 158464 16 0.0
.debug_frame 580668 580728 60 0.0
.debug_info 46797389 46799756 2367 0.0
.debug_line 6009861 6009916 55 0.0
.debug_loc 4006153 4006538 385 0.0
.debug_ranges 420928 420944 16 0.0
.debug_str 4779233 4779701 468 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 120048 120048 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 644984 644984 0 0.0
.symtab 192992 192992 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 1019934 1019934 0 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 119128 119144 16 0.0
.debug_frame 406836 406896 60 0.0
.debug_info 19923171 19925351 2180 0.0
.debug_line 2873951 2874114 163 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1729074 1729321 247 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107669 107681 12 0.0
.debug_str 3792182 3792650 468 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
linux chip-tool-ipv6only arm64 (read only) 15739936 17376048 1636112 10.4
(read/write) 816760 907336 90576 11.1
.bss 34392 102936 68544 199.3
.data 3008 4448 1440 47.9
.data.rel.ro 756864 771112 14248 1.9
.dynamic 560 560 0 0.0
.got 17232 23352 6120 35.5
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 672680 686616 13936 2.1
.text 13135012 14707732 1572720 12.0
thermostat-no-ble arm64 (read only) 2615868 2610108 -5760 -0.2
(read/write) 143128 143128 0 0.0
.bss 52360 52376 16 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5512 -8 -0.1
.init 24 24 0 0.0
.init_array 424 416 -8 -1.9
.rodata 130496 129648 -848 -0.6
.text 2219508 2214644 -4864 -0.2
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2499088 2499088 0 0.0
.bss 216312 216312 0 0.0
.data 5144 5144 0 0.0
.text 1461772 1461772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213484 1213484 0 0.0
bss 155045 155045 0 0.0
rodata 138144 138144 0 0.0
text 841152 841152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316260 1316260 0 0.0
bss 138371 138371 0 0.0
rodata 133432 133432 0 0.0
text 753748 753748 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151148 1151148 0 0.0
bss 153541 153541 0 0.0
rodata 111408 111408 0 0.0
text 807160 807160 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172376 1172376 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619216 619216 0 0.0
lock-app qpg6105+debug (read/write) 1129992 1129984 -8 -0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576836 576828 -8 -0.0

@github-actions
Copy link

github-actions bot commented Jun 23, 2023

PR #27437: Size comparison from 1a2053f to 1e043a1

Increases (2 builds for cc32xx, nrfconnect)
platform target config section 1a2053f 1e043a1 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19925351 19925352 1 0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 753744 753748 4 0.0
Decreases (1 build for qpg)
platform target config section 1a2053f 1e043a1 change % change
qpg lock-app qpg6105+debug (read/write) 1129992 1129984 -8 -0.0
.text 576836 576828 -8 -0.0
Full report (13 builds for bl602, bl702, cc32xx, linux, mbed, nrfconnect, qpg)
platform target config section 1a2053f 1e043a1 change % change
bl602 lighting-app bl602 (read/write) 1366494 1366494 0 0.0
.bss 83942 83942 0 0.0
.data 9608 9608 0 0.0
.text 1050916 1050916 0 0.0
bl602+rpc (read/write) 1414178 1414178 0 0.0
.bss 91990 91990 0 0.0
.data 10008 10008 0 0.0
.text 1083056 1083056 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1175207 1175207 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77781 77781 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1545845 1545845 0 0.0
.debug_aranges 149992 149992 0 0.0
.debug_frame 552096 552096 0 0.0
.debug_info 41615360 41615360 0 0.0
.debug_line 5583608 5583608 0 0.0
.debug_loc 3801252 3801252 0 0.0
.debug_ranges 395272 395272 0 0.0
.debug_str 4351073 4351073 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 105408 105408 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 582415 582415 0 0.0
.symtab 174192 174192 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
946052 946052 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1273323 1273323 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85829 85829 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1711094 1711094 0 0.0
.debug_aranges 158464 158464 0 0.0
.debug_frame 580728 580728 0 0.0
.debug_info 46799756 46799756 0 0.0
.debug_line 6009916 6009916 0 0.0
.debug_loc 4006538 4006538 0 0.0
.debug_ranges 420944 420944 0 0.0
.debug_str 4779701 4779701 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 120048 120048 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 644984 644984 0 0.0
.symtab 192992 192992 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1019934 1019934 0 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 119144 119144 0 0.0
.debug_frame 406896 406896 0 0.0
.debug_info 19925351 19925352 1 0.0
.debug_line 2874114 2874114 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1729321 1729321 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107681 107681 0 0.0
.debug_str 3792650 3792650 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
linux chip-tool-ipv6only arm64 (read only) 17376048 17376048 0 0.0
(read/write) 907336 907336 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 771112 771112 0 0.0
.dynamic 560 560 0 0.0
.got 23352 23352 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 686616 686616 0 0.0
.text 14707732 14707732 0 0.0
thermostat-no-ble arm64 (read only) 2610108 2610108 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 2214644 2214644 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2499088 2499088 0 0.0
.bss 216312 216312 0 0.0
.data 5144 5144 0 0.0
.text 1461772 1461772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213484 1213484 0 0.0
bss 155045 155045 0 0.0
rodata 138144 138144 0 0.0
text 841152 841152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316260 1316260 0 0.0
bss 138371 138371 0 0.0
rodata 133432 133432 0 0.0
text 753744 753748 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151148 1151148 0 0.0
bss 153541 153541 0 0.0
rodata 111408 111408 0 0.0
text 807160 807160 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172376 1172376 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619216 619216 0 0.0
lock-app qpg6105+debug (read/write) 1129992 1129984 -8 -0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576836 576828 -8 -0.0

@github-actions
Copy link

github-actions bot commented Jun 23, 2023

PR #27437: Size comparison from 1a2053f to dc5cd34

Increases (11 builds for bl602, cc32xx, nrfconnect, psoc6, telink)
platform target config section 1a2053f dc5cd34 change % change
bl602 lighting-app bl602 .text 1050916 1050918 2 0.0
bl602+rpc (read/write) 1414178 1414186 8 0.0
.text 1083056 1083058 2 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19925351 19925353 2 0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 753744 753748 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29011000 29011001 1 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28313613 28313614 1 0.0
lock cy8ckit_062s2_43012 .debug_info 22806393 22806394 1 0.0
telink all-clusters-app tlsr9518adk80d text 710452 710454 2 0.0
all-clusters-minimal-app tlsr9518adk80d text 667736 667738 2 0.0
lighting-app-factory-data tlsr9518adk80d text 689242 689244 2 0.0
ota-requestor-app tlsr9518adk80d text 607848 607850 2 0.0
Decreases (9 builds for bl702, esp32, psoc6, telink)
platform target config section 1a2053f dc5cd34 change % change
bl702 lighting-app bl702 .debug_info 41615360 41615359 -1 -0.0
.text 946052 946050 -2 -0.0
esp32 all-clusters-app c3devkit (read only) 1078006 1078002 -4 -0.0
.flash.text 1078006 1078002 -4 -0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 23110488 23110487 -1 -0.0
telink contact-sensor-app tlsr9518adk80d text 586006 586004 -2 -0.0
lighting-app tlsr9518adk80d (read/write) 968532 968524 -8 -0.0
text 681726 681722 -4 -0.0
lighting-app-rpc tlsr9518adk80d text 726616 726614 -2 -0.0
lighting-app-shell tlsr9518adk80d text 746764 746762 -2 -0.0
temperature-measurement-app tlsr9518adk80d (read/write) 850416 850408 -8 -0.0
text 577740 577736 -4 -0.0
thermostat tlsr9518adk80d text 617160 617158 -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 1a2053f dc5cd34 change % change
bl602 lighting-app bl602 (read/write) 1366494 1366494 0 0.0
.bss 83942 83942 0 0.0
.data 9608 9608 0 0.0
.text 1050916 1050918 2 0.0
bl602+rpc (read/write) 1414178 1414186 8 0.0
.bss 91990 91990 0 0.0
.data 10008 10008 0 0.0
.text 1083056 1083058 2 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1175207 1175207 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77781 77781 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1545845 1545845 0 0.0
.debug_aranges 149992 149992 0 0.0
.debug_frame 552096 552096 0 0.0
.debug_info 41615360 41615359 -1 -0.0
.debug_line 5583608 5583608 0 0.0
.debug_loc 3801252 3801252 0 0.0
.debug_ranges 395272 395272 0 0.0
.debug_str 4351073 4351073 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 105408 105408 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 582415 582415 0 0.0
.symtab 174192 174192 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
946052 946050 -2 -0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1273323 1273323 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85829 85829 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1711094 1711094 0 0.0
.debug_aranges 158464 158464 0 0.0
.debug_frame 580728 580728 0 0.0
.debug_info 46799756 46799756 0 0.0
.debug_line 6009916 6009916 0 0.0
.debug_loc 4006538 4006538 0 0.0
.debug_ranges 420944 420944 0 0.0
.debug_str 4779701 4779701 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 120048 120048 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 644984 644984 0 0.0
.symtab 192992 192992 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1019934 1019934 0 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 119144 119144 0 0.0
.debug_frame 406896 406896 0 0.0
.debug_info 19925351 19925353 2 0.0
.debug_line 2874114 2874114 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1729321 1729321 0 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107681 107681 0 0.0
.debug_str 3792650 3792650 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) 545239 545239 0 0.0
.app_xip_area 437649 437649 0 0.0
.bss 62568 62568 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) 997752 997752 0 0.0
.bss 182064 182064 0 0.0
.data 2148 2148 0 0.0
.text 813516 813516 0 0.0
BRD4187C (read/write) 1026820 1026820 0 0.0
.bss 161788 161788 0 0.0
.data 2792 2792 0 0.0
.text 862220 862220 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) 1078006 1078002 -4 -0.0
(read/write) 1585016 1585016 0 0.0
.dram0.bss 75616 75616 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216320 216320 0 0.0
.flash.text 1078006 1078002 -4 -0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125707 1125707 0 0.0
(read/write) 495450 495450 0 0.0
.dram0.bss 81088 81088 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244908 244908 0 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) 3277501 3277501 0 0.0
(read/write) 159616 159616 0 0.0
.bss 59840 59840 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 2853829 2853829 0 0.0
all-clusters-minimal-app debug (read only) 3055189 3055189 0 0.0
(read/write) 146568 146568 0 0.0
.bss 58240 58240 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 2644133 2644133 0 0.0
bridge-app debug (read only) 2524173 2524173 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 2178325 2178325 0 0.0
chip-tool debug (read only) 18058401 18058401 0 0.0
(read/write) 840336 840336 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 734352 734352 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 763465 763465 0 0.0
.text 1549717 1549717 0 0.0
chip-tool-ipv6only arm64 (read only) 17376048 17376048 0 0.0
(read/write) 907336 907336 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 771112 771112 0 0.0
.dynamic 560 560 0 0.0
.got 23352 23352 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 686616 686616 0 0.0
.text 14707732 14707732 0 0.0
lighting-app debug+rpc+ui (read only) 5207001 5207001 0 0.0
(read/write) 220744 220744 0 0.0
.bss 117312 117312 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 4639043 4639043 0 0.0
lock-app debug (read only) 2616869 2616869 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 2251701 2251701 0 0.0
ota-provider-app debug (read only) 2213373 2213373 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 1917205 1917205 0 0.0
ota-requestor-app debug (read only) 2382357 2382357 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 2073221 2073221 0 0.0
shell debug (read only) 2813241 2813241 0 0.0
(read/write) 148032 148032 0 0.0
.bss 58792 58792 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 2445394 2445394 0 0.0
thermostat-no-ble arm64 (read only) 2610108 2610108 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 2214644 2214644 0 0.0
tv-app debug (read only) 3319185 3319185 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 2899666 2899666 0 0.0
tv-casting-app debug (read only) 9235089 9235089 0 0.0
(read/write) 220176 220176 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 159760 159760 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 330108 330108 0 0.0
.text 8474338 8474338 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2499088 2499088 0 0.0
.bss 216312 216312 0 0.0
.data 5144 5144 0 0.0
.text 1461772 1461772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213484 1213484 0 0.0
bss 155045 155045 0 0.0
rodata 138144 138144 0 0.0
text 841152 841152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316260 1316260 0 0.0
bss 138371 138371 0 0.0
rodata 133432 133432 0 0.0
text 753744 753748 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151148 1151148 0 0.0
bss 153541 153541 0 0.0
rodata 111408 111408 0 0.0
text 807160 807160 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841680 841680 0 0.0
(read/write) 1732324 1732324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189092 189092 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 1299084 1299084 0 0.0
.debug_aranges 149288 149288 0 0.0
.debug_frame 499872 499872 0 0.0
.debug_info 29011000 29011001 1 0.0
.debug_line 4040260 4040260 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2310736 2310736 0 0.0
.debug_rnglists 144654 144654 0 0.0
.debug_str 4364474 4364474 0 0.0
.heap 841680 841680 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 754286 754286 0 0.0
.symtab 480528 480528 0 0.0
.text 1532276 1532276 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843160 843160 0 0.0
(read/write) 1664172 1664172 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187620 187620 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 1282129 1282129 0 0.0
.debug_aranges 147904 147904 0 0.0
.debug_frame 500424 500424 0 0.0
.debug_info 28313613 28313614 1 0.0
.debug_line 4035825 4035825 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2294026 2294026 0 0.0
.debug_rnglists 143002 143002 0 0.0
.debug_str 4344747 4344747 0 0.0
.heap 843160 843160 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 703099 703099 0 0.0
.symtab 461632 461632 0 0.0
.text 1465604 1465604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849352 849352 0 0.0
(read/write) 1596980 1596980 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181596 181596 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 1118963 1118963 0 0.0
.debug_aranges 138264 138264 0 0.0
.debug_frame 464388 464388 0 0.0
.debug_info 23110488 23110487 -1 -0.0
.debug_line 3607869 3607869 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2135235 2135235 0 0.0
.debug_rnglists 133024 133024 0 0.0
.debug_str 4158766 4158766 0 0.0
.heap 849352 849352 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 626743 626743 0 0.0
.symtab 427200 427200 0 0.0
.text 1404604 1404604 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 136336 136336 0 0.0
.debug_frame 457592 457592 0 0.0
.debug_info 22806393 22806394 1 0.0
.debug_line 3542321 3542321 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2103123 2103123 0 0.0
.debug_rnglists 130518 130518 0 0.0
.debug_str 4113679 4113679 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) 1172376 1172376 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619216 619216 0 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) 1037852 1037852 0 0.0
bss 97960 97960 0 0.0
text 710452 710454 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964436 964436 0 0.0
bss 96340 96340 0 0.0
text 667736 667738 2 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 642832 642832 0 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 586006 586004 -2 -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 600630 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968532 968524 -8 -0.0
bss 98712 98712 0 0.0
text 681726 681722 -4 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 979904 979904 0 0.0
bss 102960 102960 0 0.0
text 689242 689244 2 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038016 1038016 0 0.0
bss 100268 100268 0 0.0
text 726616 726614 -2 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069380 1069380 0 0.0
bss 111352 111352 0 0.0
text 746764 746762 -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 614672 614672 0 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 591764 591764 0 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 582110 582110 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850416 850408 -8 -0.0
bss 89812 89812 0 0.0
text 577740 577736 -4 -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 617160 617158 -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 612078 612078 0 0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants