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

[Silabs] Format the sw version string with some git repo info #23877

Merged
merged 5 commits into from
Dec 8, 2022

Conversation

jmartinez-silabs
Copy link
Member

@jmartinez-silabs jmartinez-silabs commented Dec 2, 2022

Created a python script to fetch some information on the current git repo.
The script is used by gn in an exec_script to format a software version string based on the branch, commit SHA and state.

The formatted string is set to the #define CHIP_DEVICE_CONFIG_DEVICE_SOFTWARE_VERSION_STRING

UPDATE :
The version formatting is now done pre-compile time by the build script and passed down to gn with and arg.

resulting Software string format:
v1.0-<branch_name>-<ShortCommitSha>[-dirty]

applied to both EFR32 platform and SiWx917

@github-actions
Copy link

github-actions bot commented Dec 2, 2022

PR #23877: Size comparison from a307034 to c2bd61b

Increases (12 builds for cc13x2_26x2, efr32, psoc6, qpg, telink)
platform target config section a307034 c2bd61b change % change
cc13x2_26x2 shell LP_CC2652R7 (read/write) 183176 183184 8 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976116 976124 8 0.0
.text 821676 821684 8 0.0
BRD4161A+rs911x (read/write) 1037616 1037640 24 0.0
.text 848856 848880 24 0.0
BRD4187C (read/write) 1149188 1149220 32 0.0
.text 983428 983460 32 0.0
lock-app BRD4161A+wf200 (read/write) 1163288 1163296 8 0.0
.text 1002952 1002960 8 0.0
window-app BRD4187C (read/write) 1141720 1141752 32 0.0
.text 974520 974552 32 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27069315 27069316 1 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26806102 26806103 1 0.0
qpg lighting-app qpg6105+debug (read/write) 1150860 1150868 8 0.0
.text 597960 597968 8 0.0
telink light-switch-app tlsr9518adk80d text 651452 651456 4 0.0
lighting-app tlsr9518adk80d (read/write) 1035228 1035236 8 0.0
text 720046 720050 4 0.0
ota-requestor-app tlsr9518adk80d (read/write) 966392 966400 8 0.0
text 662748 662750 2 0.0
Decreases (7 builds for bl602, bl702, cc13x2_26x2, linux, telink)
platform target config section a307034 c2bd61b change % change
bl602 lighting-app bl602 .text 1037744 1037740 -4 -0.0
bl702 lighting-app bl702 (read/write) 1195407 1195359 -48 -0.0
.debug_info 39189018 39189017 -1 -0.0
.text 955966 955908 -58 -0.0
bl702+rpc (read/write) 1283851 1283803 -48 -0.0
.text 1029902 1029846 -56 -0.0
cc13x2_26x2 shell LP_CC2652R7 (read only) 670670 670662 -8 -0.0
.rodata 86710 86702 -8 -0.0
linux chip-tool debug (read only) 11241873 11241857 -16 -0.0
.text 9111732 9111716 -16 -0.0
chip-tool-ipv6only arm64 (read only) 10614252 10614236 -16 -0.0
.rodata 528828 528812 -16 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1092516 1092508 -8 -0.0
text 739666 739664 -2 -0.0
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section a307034 c2bd61b change % change
bl602 lighting-app bl602 (read/write) 1354990 1354990 0 0.0
.bss 87057 87057 0 0.0
.data 9984 9984 0 0.0
.text 1037744 1037740 -4 -0.0
bl602+rpc (read/write) 1400774 1400774 0 0.0
.bss 95097 95097 0 0.0
.data 10384 10384 0 0.0
.text 1069162 1069162 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195407 1195359 -48 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1526654 1526654 0 0.0
.debug_aranges 132608 132608 0 0.0
.debug_frame 486580 486580 0 0.0
.debug_info 39189018 39189017 -1 -0.0
.debug_line 5143327 5143327 0 0.0
.debug_loc 3378512 3378512 0 0.0
.debug_ranges 363728 363728 0 0.0
.debug_str 3478495 3478495 0 0.0
.hbn 509 509 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 116320 116320 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568431 568431 0 0.0
.symtab 171984 171984 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955966 955908 -58 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283851 1283803 -48 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75198 75198 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1674812 1674812 0 0.0
.debug_aranges 140752 140752 0 0.0
.debug_frame 514052 514052 0 0.0
.debug_info 43485342 43485342 0 0.0
.debug_line 5534342 5534342 0 0.0
.debug_loc 3573641 3573641 0 0.0
.debug_ranges 387296 387296 0 0.0
.debug_str 3880893 3880893 0 0.0
.hbn 509 509 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 130032 130032 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 628653 628653 0 0.0
.symtab 190160 190160 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029902 1029846 -56 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679459 679459 0 0.0
(read/write) 172068 172068 0 0.0
.bss 81220 81220 0 0.0
.data 3380 3380 0 0.0
.rodata 89963 89963 0 0.0
.text 589184 589184 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643715 643715 0 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 79099 79099 0 0.0
.text 564296 564296 0 0.0
lock-ftd LP_CC2652R7 (read only) 676999 676999 0 0.0
(read/write) 172096 172096 0 0.0
.bss 78876 78876 0 0.0
.data 3304 3304 0 0.0
.rodata 77391 77391 0 0.0
.text 599128 599128 0 0.0
lock-mtd LP_CC2652R7 (read only) 661787 661787 0 0.0
(read/write) 182564 182564 0 0.0
.bss 74132 74132 0 0.0
.data 3304 3304 0 0.0
.rodata 103475 103475 0 0.0
.text 557832 557832 0 0.0
pump-app LP_CC2652R7 (read only) 689927 689927 0 0.0
(read/write) 159904 159904 0 0.0
.bss 78844 78844 0 0.0
.data 3296 3296 0 0.0
.rodata 90911 90911 0 0.0
.text 598532 598532 0 0.0
pump-controller-app LP_CC2652R7 (read only) 673835 673835 0 0.0
(read/write) 176100 176100 0 0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86459 86459 0 0.0
.text 586896 586896 0 0.0
shell LP_CC2652R7 (read only) 670670 670662 -8 -0.0
(read/write) 183176 183184 8 0.0
.bss 83540 83540 0 0.0
.data 3376 3376 0 0.0
.rodata 86710 86702 -8 -0.0
.text 583644 583644 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588326 588326 0 0.0
.app_xip_area 464584 464584 0 0.0
.bss 66200 66200 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592026 592026 0 0.0
.app_xip_area 462988 462988 0 0.0
.bss 71488 71488 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551506 551506 0 0.0
.app_xip_area 433268 433268 0 0.0
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976116 976124 8 0.0
.bss 152252 152252 0 0.0
.data 2168 2168 0 0.0
.text 821676 821684 8 0.0
BRD4161A+rs911x (read/write) 1037616 1037640 24 0.0
.bss 186728 186728 0 0.0
.data 2012 2012 0 0.0
.text 848856 848880 24 0.0
BRD4187C (read/write) 1149188 1149220 32 0.0
.bss 138648 138648 0 0.0
.data 2516 2516 0 0.0
.text 983428 983460 32 0.0
lock-app BRD4161A+wf200 (read/write) 1163288 1163296 8 0.0
.bss 158296 158296 0 0.0
.data 2020 2020 0 0.0
.text 1002952 1002960 8 0.0
window-app BRD4187C (read/write) 1141720 1141752 32 0.0
.bss 140064 140064 0 0.0
.data 2540 2540 0 0.0
.text 974520 974552 32 0.0
esp32 all-clusters-app c3devkit (read only) 1218698 1218698 0 0.0
(read/write) 1790922 1790922 0 0.0
.dram0.bss 76984 76984 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248280 248280 0 0.0
.flash.text 1218698 1218698 0 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1232851 1232851 0 0.0
(read/write) 564163 564163 0 0.0
.dram0.bss 82144 82144 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314076 314076 0 0.0
.flash.text 1227467 1227467 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662516 662516 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564188 564188 0 0.0
light k32w0+release (read/write) 673080 673080 0 0.0
.bss 74904 74904 0 0.0
.data 2060 2060 0 0.0
.text 593388 593388 0 0.0
lock k32w0+release (read/write) 634036 634036 0 0.0
.bss 75664 75664 0 0.0
.data 2080 2080 0 0.0
.text 553564 553564 0 0.0
linux all-clusters-app debug (read only) 3111257 3111257 0 0.0
(read/write) 158472 158472 0 0.0
.bss 62432 62432 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87144 87144 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281227 281227 0 0.0
.text 2645538 2645538 0 0.0
all-clusters-minimal-app debug (read only) 2934937 2934937 0 0.0
(read/write) 149872 149872 0 0.0
.bss 61632 61632 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79512 79512 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280683 280683 0 0.0
.text 2472802 2472802 0 0.0
bridge-app debug+rpc (read only) 2427521 2427521 0 0.0
(read/write) 129576 129576 0 0.0
.bss 50976 50976 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68776 68776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 210848 210848 0 0.0
.text 2049314 2049314 0 0.0
chip-tool debug (read only) 11241873 11241857 -16 -0.0
(read/write) 660000 660000 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 624736 624736 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 602789 602789 0 0.0
.text 9111732 9111716 -16 -0.0
chip-tool-ipv6only arm64 (read only) 10614252 10614236 -16 -0.0
(read/write) 708097 708097 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 652392 652392 0 0.0
.dynamic 560 560 0 0.0
.got 13960 13960 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 528828 528812 -16 -0.0
.text 8426004 8426004 0 0.0
lighting-app debug+rpc (read only) 2661105 2661105 0 0.0
(read/write) 132328 132328 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73896 73896 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227840 227840 0 0.0
.text 2256706 2256706 0 0.0
lock-app debug (read only) 2620153 2620153 0 0.0
(read/write) 127344 127344 0 0.0
.bss 48384 48384 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70840 70840 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244104 244104 0 0.0
.text 2204338 2204338 0 0.0
ota-provider-app debug (read only) 2412433 2412433 0 0.0
(read/write) 120872 120872 0 0.0
.bss 47904 47904 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 64760 64760 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 768 768 0 0.0
.rodata 216552 216552 0 0.0
.text 2027330 2027330 0 0.0
ota-requestor-app debug (read only) 2581009 2581009 0 0.0
(read/write) 129216 129216 0 0.0
.bss 50432 50432 0 0.0
.data 2496 2496 0 0.0
.data.rel.ro 70120 70120 0 0.0
.dynamic 608 608 0 0.0
.got 4672 4672 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 223600 223600 0 0.0
.text 2179762 2179762 0 0.0
shell debug (read only) 2643713 2643713 0 0.0
(read/write) 142936 142936 0 0.0
.bss 57832 57832 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78040 78040 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239474 239474 0 0.0
.text 2244722 2244722 0 0.0
thermostat-no-ble arm64 (read only) 2422028 2422028 0 0.0
(read/write) 143633 143633 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5184 5184 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145092 145092 0 0.0
.text 2033216 2033216 0 0.0
tv-app debug (read only) 3283057 3283057 0 0.0
(read/write) 262120 262120 0 0.0
.bss 170776 170776 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80384 80384 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268376 268376 0 0.0
.text 2820690 2820690 0 0.0
tv-casting-app debug (read only) 5634377 5634377 0 0.0
(read/write) 162400 162400 0 0.0
.bss 52088 52088 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101760 101760 0 0.0
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 356537 356537 0 0.0
.text 5000850 5000850 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463328 2463328 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1425972 1425972 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190747 1190747 0 0.0
bss 145285 145285 0 0.0
rodata 144448 144448 0 0.0
text 819848 819848 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360874 1360874 0 0.0
bss 105224 105224 0 0.0
rodata 211552 211552 0 0.0
text 759606 759606 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136391 1136391 0 0.0
bss 144520 144520 0 0.0
rodata 120764 120764 0 0.0
text 790016 790016 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841976 841976 0 0.0
(read/write) 1748412 1748412 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188704 188704 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1238033 1238033 0 0.0
.debug_aranges 110904 110904 0 0.0
.debug_frame 372244 372244 0 0.0
.debug_info 27069315 27069316 1 0.0
.debug_line 3706961 3706961 0 0.0
.debug_loc 3620687 3620687 0 0.0
.debug_ranges 345768 345768 0 0.0
.debug_str 3448037 3448037 0 0.0
.heap 841976 841976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 571557 571557 0 0.0
.symtab 421952 421952 0 0.0
.text 0 0 0 0.0
1548656 1548656 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1690940 1690940 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1229924 1229924 0 0.0
.debug_aranges 110376 110376 0 0.0
.debug_frame 375300 375300 0 0.0
.debug_info 26806102 26806103 1 0.0
.debug_line 3725898 3725898 0 0.0
.debug_loc 3608293 3608293 0 0.0
.debug_ranges 344384 344384 0 0.0
.debug_str 3437049 3437049 0 0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535646 535646 0 0.0
.symtab 408384 408384 0 0.0
.text 1491912 1491912 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850896 850896 0 0.0
(read/write) 1609132 1609132 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179992 179992 0 0.0
.comment 200 200 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 2456 2456 0 0.0
.debug_abbrev 1064721 1064721 0 0.0
.debug_aranges 102576 102576 0 0.0
.debug_frame 345636 345636 0 0.0
.debug_info 22268168 22268168 0 0.0
.debug_line 3293220 3293220 0 0.0
.debug_loc 3306144 3306144 0 0.0
.debug_ranges 308520 308520 0 0.0
.debug_str 3242635 3242635 0 0.0
.heap 850896 850896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 471971 471971 0 0.0
.symtab 376752 376752 0 0.0
.text 1418296 1418296 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845904 845904 0 0.0
(read/write) 1642572 1642572 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184968 184968 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1066637 1066637 0 0.0
.debug_aranges 102960 102960 0 0.0
.debug_frame 347432 347432 0 0.0
.debug_info 22486333 22486333 0 0.0
.debug_line 3292970 3292970 0 0.0
.debug_loc 3327542 3327542 0 0.0
.debug_ranges 310376 310376 0 0.0
.debug_str 3258478 3258478 0 0.0
.heap 845904 845904 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473633 473633 0 0.0
.symtab 378352 378352 0 0.0
.text 1446744 1446744 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1150860 1150868 8 0.0
.bss 97620 97620 0 0.0
.data 840 840 0 0.0
.text 597960 597968 8 0.0
lock-app qpg6105+debug (read/write) 1116740 1116740 0 0.0
.bss 93092 93092 0 0.0
.data 836 836 0 0.0
.text 563836 563836 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1092516 1092508 -8 -0.0
bss 99808 99808 0 0.0
text 739666 739664 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1031692 1031692 0 0.0
bss 99032 99032 0 0.0
text 704828 704828 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 953280 953280 0 0.0
bss 91272 91272 0 0.0
text 651452 651456 4 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1035228 1035236 8 0.0
bss 100420 100420 0 0.0
text 720046 720050 4 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 966392 966400 8 0.0
bss 92228 92228 0 0.0
text 662748 662750 2 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 954028 954028 0 0.0
bss 92664 92664 0 0.0
text 650080 650080 0 0.0

Copy link
Contributor

@andy31415 andy31415 left a comment

Choose a reason for hiding this comment

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

General GN build system requirement: do not use exec_script.

Beyond that, having a moving build version seems not ideal as it creates potentially a lot of recompilation when relevant input files do not seem to change.

@andy31415
Copy link
Contributor

General GN build system requirement: do not use exec_script.

Beyond that, having a moving build version seems not ideal as it creates potentially a lot of recompilation when relevant input files do not seem to change.

I would note we obviously use exec_script in finding pkg_config ... however we are trying to reduce/remove whenever possible. Feedback I had from other heavy GN users was that in time exec_script was using a whitelist and is generally banned.

@github-actions
Copy link

github-actions bot commented Dec 7, 2022

PR #23877: Size comparison from ac563e0 to 409c6a8

Increases (7 builds for bl602, cc13x2_26x2, psoc6, telink)
platform target config section ac563e0 409c6a8 change % change
bl602 lighting-app bl602 .text 1037764 1037766 2 0.0
cc13x2_26x2 shell LP_CC2652R7 (read/write) 183184 183192 8 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27070007 27070008 1 0.0
light cy8ckit_062s2_43012 .debug_info 22268923 22268924 1 0.0
lock cy8ckit_062s2_43012 .debug_info 22487088 2248708 1 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 704826 704830 4 0.0
lighting-app tlsr9518adk80d text 720046 720048 2 0.0
Decreases (8 builds for bl702, cc13x2_26x2, cyw30739, esp32, linux, qpg, telink)
platform target config section ac563e0 409c6a8 change % change
bl702 lighting-app bl702 (read/write) 1195423 1195375 -48 -0.0
.debug_info 39222056 39222055 -1 -0.0
.text 955984 955926 -58 -0.0
bl702+rpc (read/write) 1283867 1283819 -48 -0.0
.text 1029918 1029862 -56 -0.0
cc13x2_26x2 shell LP_CC2652R7 (read only) 670662 670654 -8 -0.0
.rodata 86710 86702 -8 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588398 588390 -8 -0.0
.app_xip_area 464656 464648 -8 -0.0
esp32 all-clusters-app m5stack (read/write) 564163 564159 -4 -0.0
.flash.rodata 314076 314072 -4 -0.0
linux chip-tool debug (read only) 11244009 11243993 -16 -0.0
.text 9114500 9114484 -16 -0.0
qpg lighting-app qpg6105+debug (read/write) 1151140 1151132 -8 -0.0
.text 598240 598232 -8 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1092516 1092508 -8 -0.0
text 739666 739664 -2 -0.0
Full report (48 builds for bl602, bl702, cc13x2_26x2, cyw30739, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section ac563e0 409c6a8 change % change
bl602 lighting-app bl602 (read/write) 1355014 1355014 0 0.0
.bss 87057 87057 0 0.0
.data 9984 9984 0 0.0
.text 1037764 1037766 2 0.0
bl602+rpc (read/write) 1400798 1400798 0 0.0
.bss 95097 95097 0 0.0
.data 10384 10384 0 0.0
.text 1069186 1069186 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195423 1195375 -48 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67166 67166 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1529099 1529099 0 0.0
.debug_aranges 132680 132680 0 0.0
.debug_frame 486784 486784 0 0.0
.debug_info 39222056 39222055 -1 -0.0
.debug_line 5145271 5145271 0 0.0
.debug_loc 3378732 3378732 0 0.0
.debug_ranges 363712 363712 0 0.0
.debug_str 3479113 3479113 0 0.0
.hbn 509 509 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 116320 116320 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568701 568701 0 0.0
.symtab 172096 172096 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
955984 955926 -58 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1283867 1283819 -48 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75198 75198 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1677213 1677213 0 0.0
.debug_aranges 140824 140824 0 0.0
.debug_frame 514256 514256 0 0.0
.debug_info 43520368 43520368 0 0.0
.debug_line 5536286 5536286 0 0.0
.debug_loc 3573846 3573846 0 0.0
.debug_ranges 387280 387280 0 0.0
.debug_str 3881511 3881511 0 0.0
.hbn 509 509 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 130032 130032 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 628923 628923 0 0.0
.symtab 190272 190272 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1029918 1029862 -56 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679451 679451 0 0.0
(read/write) 172076 172076 0 0.0
.bss 81220 81220 0 0.0
.data 3380 3380 0 0.0
.rodata 89963 89963 0 0.0
.text 589176 589176 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643707 643707 0 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 79099 79099 0 0.0
.text 564288 564288 0 0.0
lock-ftd LP_CC2652R7 (read only) 677071 677071 0 0.0
(read/write) 172024 172024 0 0.0
.bss 78876 78876 0 0.0
.data 3304 3304 0 0.0
.rodata 77391 77391 0 0.0
.text 599200 599200 0 0.0
lock-mtd LP_CC2652R7 (read only) 661779 661779 0 0.0
(read/write) 182572 182572 0 0.0
.bss 74132 74132 0 0.0
.data 3304 3304 0 0.0
.rodata 103475 103475 0 0.0
.text 557824 557824 0 0.0
pump-app LP_CC2652R7 (read only) 689999 689999 0 0.0
(read/write) 159832 159832 0 0.0
.bss 78844 78844 0 0.0
.data 3296 3296 0 0.0
.rodata 90911 90911 0 0.0
.text 598604 598604 0 0.0
pump-controller-app LP_CC2652R7 (read only) 673899 673899 0 0.0
(read/write) 176036 176036 0 0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86459 86459 0 0.0
.text 586960 586960 0 0.0
shell LP_CC2652R7 (read only) 670662 670654 -8 -0.0
(read/write) 183184 183192 8 0.0
.bss 83540 83540 0 0.0
.data 3376 3376 0 0.0
.rodata 86710 86702 -8 -0.0
.text 583636 583636 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588398 588390 -8 -0.0
.app_xip_area 464656 464648 -8 -0.0
.bss 66200 66200 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592098 592098 0 0.0
.app_xip_area 463060 463060 0 0.0
.bss 71488 71488 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551498 551498 0 0.0
.app_xip_area 433260 433260 0 0.0
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1218788 1218788 0 0.0
(read/write) 1790922 1790922 0 0.0
.dram0.bss 76984 76984 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248280 248280 0 0.0
.flash.text 1218788 1218788 0 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233007 1233007 0 0.0
(read/write) 564163 564159 -4 -0.0
.dram0.bss 82144 82144 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314076 314072 -4 -0.0
.flash.text 1227623 1227623 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662500 662500 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564172 564172 0 0.0
light k32w0+release (read/write) 673080 673080 0 0.0
.bss 74904 74904 0 0.0
.data 2060 2060 0 0.0
.text 593388 593388 0 0.0
lock k32w0+release (read/write) 634036 634036 0 0.0
.bss 75664 75664 0 0.0
.data 2080 2080 0 0.0
.text 553564 553564 0 0.0
linux all-clusters-app debug (read only) 3111497 3111497 0 0.0
(read/write) 158472 158472 0 0.0
.bss 62432 62432 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87144 87144 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281227 281227 0 0.0
.text 2645778 2645778 0 0.0
all-clusters-minimal-app debug (read only) 2935177 2935177 0 0.0
(read/write) 149872 149872 0 0.0
.bss 61632 61632 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79512 79512 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280683 280683 0 0.0
.text 2473042 2473042 0 0.0
bridge-app debug (read only) 2427761 2427761 0 0.0
(read/write) 129576 129576 0 0.0
.bss 50976 50976 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68776 68776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 210848 210848 0 0.0
.text 2049554 2049554 0 0.0
chip-tool debug (read only) 11244009 11243993 -16 -0.0
(read/write) 659960 659960 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 624736 624736 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 602277 602277 0 0.0
.text 9114500 9114484 -16 -0.0
chip-tool-ipv6only arm64 (read only) 10619964 10619964 0 0.0
(read/write) 708097 708097 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 652392 652392 0 0.0
.dynamic 560 560 0 0.0
.got 13960 13960 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 529052 529052 0 0.0
.text 8431492 8431492 0 0.0
lighting-app debug+rpc (read only) 2661345 2661345 0 0.0
(read/write) 132328 132328 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73896 73896 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227840 227840 0 0.0
.text 2256946 2256946 0 0.0
lock-app debug (read only) 2620425 2620425 0 0.0
(read/write) 127344 127344 0 0.0
.bss 48384 48384 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70840 70840 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244104 244104 0 0.0
.text 2204610 2204610 0 0.0
ota-provider-app debug (read only) 2187065 2187065 0 0.0
(read/write) 105480 105480 0 0.0
.bss 46528 46528 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51768 51768 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 194952 194952 0 0.0
.text 1852594 1852594 0 0.0
ota-requestor-app debug (read only) 2355785 2355785 0 0.0
(read/write) 113824 113824 0 0.0
.bss 49056 49056 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57128 57128 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202064 202064 0 0.0
.text 2005010 2005010 0 0.0
shell debug (read only) 2643953 2643953 0 0.0
(read/write) 142936 142936 0 0.0
.bss 57832 57832 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78040 78040 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239474 239474 0 0.0
.text 2244962 2244962 0 0.0
thermostat-no-ble arm64 (read only) 2422620 2422620 0 0.0
(read/write) 143633 143633 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5184 5184 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145092 145092 0 0.0
.text 2033808 2033808 0 0.0
tv-app debug (read only) 3283297 3283297 0 0.0
(read/write) 262120 262120 0 0.0
.bss 170776 170776 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80384 80384 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268376 268376 0 0.0
.text 2820930 2820930 0 0.0
tv-casting-app debug (read only) 5636793 5636793 0 0.0
(read/write) 162384 162384 0 0.0
.bss 52088 52088 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101760 101760 0 0.0
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 356217 356217 0 0.0
.text 5003634 5003634 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463424 2463424 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1426068 1426068 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190731 1190731 0 0.0
bss 145285 145285 0 0.0
rodata 144448 144448 0 0.0
text 819840 819840 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360858 1360858 0 0.0
bss 105224 105224 0 0.0
rodata 211552 211552 0 0.0
text 759590 759590 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136391 1136391 0 0.0
bss 144520 144520 0 0.0
rodata 120764 120764 0 0.0
text 790008 790008 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841976 841976 0 0.0
(read/write) 1748428 1748428 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188704 188704 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1238033 1238033 0 0.0
.debug_aranges 110904 110904 0 0.0
.debug_frame 372244 372244 0 0.0
.debug_info 27070007 27070008 1 0.0
.debug_line 3707102 3707102 0 0.0
.debug_loc 3620828 3620828 0 0.0
.debug_ranges 345768 345768 0 0.0
.debug_str 3448891 3448891 0 0.0
.heap 841976 841976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 571557 571557 0 0.0
.symtab 421952 421952 0 0.0
.text 0 0 0 0.0
1548672 1548672 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1690956 1690956 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1229924 1229924 0 0.0
.debug_aranges 110376 110376 0 0.0
.debug_frame 375300 375300 0 0.0
.debug_info 26806796 26806796 0 0.0
.debug_line 3726039 3726039 0 0.0
.debug_loc 3608434 3608434 0 0.0
.debug_ranges 344384 344384 0 0.0
.debug_str 3437903 3437903 0 0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535646 535646 0 0.0
.symtab 408384 408384 0 0.0
.text 1491928 1491928 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850896 850896 0 0.0
(read/write) 1609148 1609148 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179992 179992 0 0.0
.comment 200 200 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 2456 2456 0 0.0
.debug_abbrev 1064721 1064721 0 0.0
.debug_aranges 102576 102576 0 0.0
.debug_frame 345636 345636 0 0.0
.debug_info 22268923 22268924 1 0.0
.debug_line 3293363 3293363 0 0.0
.debug_loc 3306341 3306341 0 0.0
.debug_ranges 308520 308520 0 0.0
.debug_str 3243489 3243489 0 0.0
.heap 850896 850896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 471971 471971 0 0.0
.symtab 376752 376752 0 0.0
.text 1418312 1418312 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845904 845904 0 0.0
(read/write) 1642588 1642588 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184968 184968 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1066637 1066637 0 0.0
.debug_aranges 102960 102960 0 0.0
.debug_frame 347432 347432 0 0.0
.debug_info 22487088 2248708 1 0.0
.debug_line 3293113 3293113 0 0.0
.debug_loc 3327739 3327739 0 0.0
.debug_ranges 310376 310376 0 0.0
.debug_str 3259332 3259332 0 0.0
.heap 845904 845904 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473633 473633 0 0.0
.symtab 378352 378352 0 0.0
.text 1446760 1446760 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151140 1151132 -8 -0.0
.bss 97620 97620 0 0.0
.data 840 840 0 0.0
.text 598240 598232 -8 -0.0
lock-app qpg6105+debug (read/write) 1117140 1117140 0 0.0
.bss 93092 93092 0 0.0
.data 836 836 0 0.0
.text 564236 564236 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1092516 1092508 -8 -0.0
bss 99808 99808 0 0.0
text 739666 739664 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1031692 1031692 0 0.0
bss 99032 99032 0 0.0
text 704826 704830 4 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 953280 953280 0 0.0
bss 91272 91272 0 0.0
text 651454 651454 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1035228 1035228 0 0.0
bss 100420 100420 0 0.0
text 720046 720048 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 966400 966400 0 0.0
bss 92228 92228 0 0.0
text 662750 662750 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 954036 954036 0 0.0
bss 92664 92664 0 0.0
text 650082 650082 0 0.0

@github-actions
Copy link

github-actions bot commented Dec 7, 2022

PR #23877: Size comparison from f8f4f1e to 6390d13

Increases (7 builds for bl602, bl702, cc13x2_26x2, cyw30739, psoc6, telink)
platform target config section f8f4f1e 6390d13 change % change
bl602 lighting-app bl602+rpc .text 1069326 1069328 2 0.0
bl702 lighting-app bl702 .debug_info 39222678 39222679 1 0.0
bl702+rpc .debug_info 43520990 43520991 1 0.0
cc13x2_26x2 shell LP_CC2652R7 (read/write) 183008 183016 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588430 588438 8 0.0
.app_xip_area 464688 464696 8 0.0
psoc6 all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26807447 26807448 1 0.0
telink all-clusters-minimal-app tlsr9518adk80d (read/write) 1031740 1031748 8 0.0
text 704880 704882 2 0.0
Decreases (11 builds for bl702, cc13x2_26x2, linux, nrfconnect, psoc6, telink)
platform target config section f8f4f1e 6390d13 change % change
bl702 lighting-app bl702 (read/write) 1195647 1195583 -64 -0.0
.rodata 116352 116336 -16 -0.0
.text 956156 956102 -54 -0.0
bl702+rpc (read/write) 1284075 1284011 -64 -0.0
.rodata 130064 130048 -16 -0.0
.text 1030090 1030036 -54 -0.0
cc13x2_26x2 shell LP_CC2652R7 (read only) 670846 670838 -8 -0.0
.rodata 86734 86726 -8 -0.0
linux chip-tool debug (read only) 11244009 11243993 -16 -0.0
.text 9114500 9114484 -16 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 819880 819876 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27070662 27070661 -1 -0.0
light cy8ckit_062s2_43012 .debug_info 22269576 22269575 -1 -0.0
telink all-clusters-app tlsr9518adk80d text 739720 739718 -2 -0.0
light-switch-app tlsr9518adk80d text 651508 651506 -2 -0.0
lighting-app tlsr9518adk80d text 720102 720100 -2 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 966400 966392 -8 -0.0
text 662752 662748 -4 -0.0
Full report (46 builds for bl602, bl702, cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section f8f4f1e 6390d13 change % change
bl602 lighting-app bl602 (read/write) 1355182 1355182 0 0.0
.bss 87057 87057 0 0.0
.data 9984 9984 0 0.0
.text 1037906 1037906 0 0.0
bl602+rpc (read/write) 1400958 1400958 0 0.0
.bss 95097 95097 0 0.0
.data 10384 10384 0 0.0
.text 1069326 1069328 2 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195647 1195583 -64 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67182 67182 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1529227 1529227 0 0.0
.debug_aranges 132680 132680 0 0.0
.debug_frame 486788 486788 0 0.0
.debug_info 39222678 39222679 1 0.0
.debug_line 5145772 5145772 0 0.0
.debug_loc 3378857 3378857 0 0.0
.debug_ranges 363728 363728 0 0.0
.debug_str 3479804 3479804 0 0.0
.hbn 509 509 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 116352 116336 -16 -0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568751 568751 0 0.0
.symtab 172112 172112 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956156 956102 -54 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284075 1284011 -64 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75198 75198 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1677341 1677341 0 0.0
.debug_aranges 140824 140824 0 0.0
.debug_frame 514260 514260 0 0.0
.debug_info 43520990 43520991 1 0.0
.debug_line 5536787 5536787 0 0.0
.debug_loc 3573901 3573901 0 0.0
.debug_ranges 387296 387296 0 0.0
.debug_str 3882202 3882202 0 0.0
.hbn 509 509 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 130064 130048 -16 -0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 628973 628973 0 0.0
.symtab 190288 190288 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030090 1030036 -54 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679635 679635 0 0.0
(read/write) 171892 171892 0 0.0
.bss 81220 81220 0 0.0
.data 3380 3380 0 0.0
.rodata 89987 89987 0 0.0
.text 589336 589336 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643891 643891 0 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 79123 79123 0 0.0
.text 564448 564448 0 0.0
lock-ftd LP_CC2652R7 (read only) 677263 677263 0 0.0
(read/write) 171832 171832 0 0.0
.bss 78876 78876 0 0.0
.data 3304 3304 0 0.0
.rodata 77415 77415 0 0.0
.text 599368 599368 0 0.0
lock-mtd LP_CC2652R7 (read only) 661963 661963 0 0.0
(read/write) 182388 182388 0 0.0
.bss 74132 74132 0 0.0
.data 3304 3304 0 0.0
.rodata 103499 103499 0 0.0
.text 557984 557984 0 0.0
pump-app LP_CC2652R7 (read only) 690191 690191 0 0.0
(read/write) 159640 159640 0 0.0
.bss 78844 78844 0 0.0
.data 3296 3296 0 0.0
.rodata 90935 90935 0 0.0
.text 598772 598772 0 0.0
pump-controller-app LP_CC2652R7 (read only) 674091 674091 0 0.0
(read/write) 175844 175844 0 0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86483 86483 0 0.0
.text 587128 587128 0 0.0
shell LP_CC2652R7 (read only) 670846 670838 -8 -0.0
(read/write) 183008 183016 8 0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86734 86726 -8 -0.0
.text 583796 583796 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588430 588438 8 0.0
.app_xip_area 464688 464696 8 0.0
.bss 66200 66200 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592138 592138 0 0.0
.app_xip_area 463100 463100 0 0.0
.bss 71488 71488 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551498 551498 0 0.0
.app_xip_area 433260 433260 0 0.0
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
k32w contact k32w0+release (read/write) 662532 662532 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564204 564204 0 0.0
light k32w0+release (read/write) 673112 673112 0 0.0
.bss 74904 74904 0 0.0
.data 2060 2060 0 0.0
.text 593420 593420 0 0.0
lock k32w0+release (read/write) 634068 634068 0 0.0
.bss 75664 75664 0 0.0
.data 2080 2080 0 0.0
.text 553596 553596 0 0.0
linux all-clusters-app debug (read only) 3111497 3111497 0 0.0
(read/write) 158472 158472 0 0.0
.bss 62432 62432 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87144 87144 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281227 281227 0 0.0
.text 2645778 2645778 0 0.0
all-clusters-minimal-app debug (read only) 2935177 2935177 0 0.0
(read/write) 149872 149872 0 0.0
.bss 61632 61632 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79512 79512 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280683 280683 0 0.0
.text 2473042 2473042 0 0.0
bridge-app debug (read only) 2427761 2427761 0 0.0
(read/write) 129576 129576 0 0.0
.bss 50976 50976 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68776 68776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 210848 210848 0 0.0
.text 2049554 2049554 0 0.0
chip-tool debug (read only) 11244009 11243993 -16 -0.0
(read/write) 659960 659960 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 624736 624736 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 602277 602277 0 0.0
.text 9114500 9114484 -16 -0.0
chip-tool-ipv6only arm64 (read only) 10619964 10619964 0 0.0
(read/write) 708097 708097 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 652392 652392 0 0.0
.dynamic 560 560 0 0.0
.got 13960 13960 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 529052 529052 0 0.0
.text 8431492 8431492 0 0.0
lighting-app debug+rpc (read only) 2661345 2661345 0 0.0
(read/write) 132328 132328 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73896 73896 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227840 227840 0 0.0
.text 2256946 2256946 0 0.0
lock-app debug (read only) 2620425 2620425 0 0.0
(read/write) 127344 127344 0 0.0
.bss 48384 48384 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70840 70840 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244104 244104 0 0.0
.text 2204610 2204610 0 0.0
ota-provider-app debug (read only) 2187065 2187065 0 0.0
(read/write) 105480 105480 0 0.0
.bss 46528 46528 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51768 51768 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 194952 194952 0 0.0
.text 1852594 1852594 0 0.0
ota-requestor-app debug (read only) 2355785 2355785 0 0.0
(read/write) 113824 113824 0 0.0
.bss 49056 49056 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57128 57128 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202064 202064 0 0.0
.text 2005010 2005010 0 0.0
shell debug (read only) 2643953 2643953 0 0.0
(read/write) 142936 142936 0 0.0
.bss 57832 57832 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78040 78040 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239474 239474 0 0.0
.text 2244962 2244962 0 0.0
thermostat-no-ble arm64 (read only) 2422620 2422620 0 0.0
(read/write) 143633 143633 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5184 5184 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145092 145092 0 0.0
.text 2033808 2033808 0 0.0
tv-app debug (read only) 3283297 3283297 0 0.0
(read/write) 262120 262120 0 0.0
.bss 170776 170776 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80384 80384 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268376 268376 0 0.0
.text 2820930 2820930 0 0.0
tv-casting-app debug (read only) 5636793 5636793 0 0.0
(read/write) 162384 162384 0 0.0
.bss 52088 52088 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101760 101760 0 0.0
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 356217 356217 0 0.0
.text 5003634 5003634 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463424 2463424 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1426068 1426068 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190779 1190779 0 0.0
bss 145285 145285 0 0.0
rodata 144448 144448 0 0.0
text 819880 819876 -4 -0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360858 1360858 0 0.0
bss 105224 105224 0 0.0
rodata 211552 211552 0 0.0
text 759590 759590 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136423 1136423 0 0.0
bss 144520 144520 0 0.0
rodata 120764 120764 0 0.0
text 790048 790048 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841976 841976 0 0.0
(read/write) 1748580 1748580 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188704 188704 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1238191 1238191 0 0.0
.debug_aranges 110904 110904 0 0.0
.debug_frame 372248 372248 0 0.0
.debug_info 27070662 27070661 -1 -0.0
.debug_line 3707325 3707325 0 0.0
.debug_loc 3620973 3620973 0 0.0
.debug_ranges 345760 345760 0 0.0
.debug_str 3449464 3449464 0 0.0
.heap 841976 841976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 571607 571607 0 0.0
.symtab 422000 422000 0 0.0
.text 0 0 0 0.0
1548824 1548824 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1691108 1691108 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1230082 1230082 0 0.0
.debug_aranges 110376 110376 0 0.0
.debug_frame 375304 375304 0 0.0
.debug_info 26807447 26807448 1 0.0
.debug_line 3726262 3726262 0 0.0
.debug_loc 3608579 3608579 0 0.0
.debug_ranges 344376 344376 0 0.0
.debug_str 3438476 3438476 0 0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535696 535696 0 0.0
.symtab 408432 408432 0 0.0
.text 1492080 1492080 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850896 850896 0 0.0
(read/write) 1609300 1609300 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179992 179992 0 0.0
.comment 200 200 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 2456 2456 0 0.0
.debug_abbrev 1064879 1064879 0 0.0
.debug_aranges 102576 102576 0 0.0
.debug_frame 345640 345640 0 0.0
.debug_info 22269576 22269575 -1 -0.0
.debug_line 3293586 3293586 0 0.0
.debug_loc 3306470 3306470 0 0.0
.debug_ranges 308512 308512 0 0.0
.debug_str 3244062 3244062 0 0.0
.heap 850896 850896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472021 472021 0 0.0
.symtab 376800 376800 0 0.0
.text 1418464 1418464 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845904 845904 0 0.0
(read/write) 1642740 1642740 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184968 184968 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1066795 1066795 0 0.0
.debug_aranges 102960 102960 0 0.0
.debug_frame 347436 347436 0 0.0
.debug_info 22487742 22487742 0 0.0
.debug_line 3293336 3293336 0 0.0
.debug_loc 3327883 3327883 0 0.0
.debug_ranges 310368 310368 0 0.0
.debug_str 3259905 3259905 0 0.0
.heap 845904 845904 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473683 473683 0 0.0
.symtab 378400 378400 0 0.0
.text 1446912 1446912 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151180 1151180 0 0.0
.bss 97620 97620 0 0.0
.data 840 840 0 0.0
.text 598280 598280 0 0.0
lock-app qpg6105+debug (read/write) 1117180 1117180 0 0.0
.bss 93092 93092 0 0.0
.data 836 836 0 0.0
.text 564276 564276 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1092564 1092564 0 0.0
bss 99808 99808 0 0.0
text 739720 739718 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1031740 1031748 8 0.0
bss 99032 99032 0 0.0
text 704880 704882 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 953336 953336 0 0.0
bss 91272 91272 0 0.0
text 651508 651506 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1035284 1035284 0 0.0
bss 100420 100420 0 0.0
text 720102 720100 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 966400 966392 -8 -0.0
bss 92228 92228 0 0.0
text 662752 662748 -4 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 954084 954084 0 0.0
bss 92664 92664 0 0.0
text 650132 650132 0 0.0

…version as using the git formatted version will change for every commit
@github-actions
Copy link

github-actions bot commented Dec 7, 2022

PR #23877: Size comparison from f8f4f1e to 2fe64d0

Increases (13 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, linux, psoc6)
platform target config section f8f4f1e 2fe64d0 change % change
bl602 lighting-app bl602 .text 1037906 1037908 2 0.0
bl702 lighting-app bl702+rpc .debug_loc 3573901 3573902 1 0.0
cc13x2_26x2 shell LP_CC2652R7 (read/write) 183008 183016 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588430 588438 8 0.0
.app_xip_area 464688 464696 8 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976148 976164 16 0.0
.text 821708 821724 16 0.0
BRD4161A+rs911x (read/write) 1037768 1037784 16 0.0
.text 849008 849024 16 0.0
linux chip-tool debug (read only) 11244009 11244265 256 0.0
.rodata 602277 602309 32 0.0
.text 9114500 9114724 224 0.0
chip-tool-ipv6only arm64 (read only) 10619964 10620252 288 0.0
.text 8431492 8431780 288 0.0
tv-casting-app debug (read only) 5636793 5637065 272 0.0
.rodata 356217 356249 32 0.0
.text 5003634 5003874 240 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_loc 3620973 3620989 16 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_loc 3608579 3608595 16 0.0
light cy8ckit_062s2_43012 .debug_line 3293586 3293587 1 0.0
.debug_loc 3306470 3306485 15 0.0
lock cy8ckit_062s2_43012 .debug_line 3293336 3293338 2 0.0
.debug_loc 3327883 3327912 29 0.0
Decreases (12 builds for bl702, cc13x2_26x2, efr32, nrfconnect, psoc6, telink)
platform target config section f8f4f1e 2fe64d0 change % change
bl702 lighting-app bl702 (read/write) 1195647 1195583 -64 -0.0
.debug_info 39222678 39221989 -689 -0.0
.debug_str 3479804 3479647 -157 -0.0
.rodata 116352 116336 -16 -0.0
.text 956156 956102 -54 -0.0
bl702+rpc (read/write) 1284075 1284011 -64 -0.0
.debug_info 43520990 43520271 -719 -0.0
.debug_str 3882202 3882045 -157 -0.0
.rodata 130064 130048 -16 -0.0
.text 1030090 1030036 -54 -0.0
cc13x2_26x2 shell LP_CC2652R7 (read only) 670846 670838 -8 -0.0
.rodata 86734 86726 -8 -0.0
efr32 window-app BRD4187C (read/write) 1141760 1141744 -16 -0.0
.text 974560 974544 -16 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 759590 759586 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27070662 27069401 -1261 -0.0
.debug_line 3707325 3707324 -1 -0.0
.debug_str 3449464 3449307 -157 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26807447 26806218 -1229 -0.0
.debug_line 3726262 3726261 -1 -0.0
.debug_str 3438476 3438319 -157 -0.0
light cy8ckit_062s2_43012 .debug_info 22269576 22268886 -690 -0.0
.debug_str 3244062 3243905 -157 -0.0
lock cy8ckit_062s2_43012 .debug_info 22487742 22487082 -660 -0.0
.debug_str 3259905 3259748 -157 -0.0
telink light-switch-app tlsr9518adk80d text 651508 651506 -2 -0.0
lighting-app tlsr9518adk80d text 720102 720100 -2 -0.0
ota-requestor-app tlsr9518adk80d (read/write) 966400 966392 -8 -0.0
text 662752 662748 -4 -0.0
Full report (53 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section f8f4f1e 2fe64d0 change % change
bl602 lighting-app bl602 (read/write) 1355182 1355182 0 0.0
.bss 87057 87057 0 0.0
.data 9984 9984 0 0.0
.text 1037906 1037908 2 0.0
bl602+rpc (read/write) 1400958 1400958 0 0.0
.bss 95097 95097 0 0.0
.data 10384 10384 0 0.0
.text 1069326 1069326 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195647 1195583 -64 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67182 67182 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1529227 1529227 0 0.0
.debug_aranges 132680 132680 0 0.0
.debug_frame 486788 486788 0 0.0
.debug_info 39222678 39221989 -689 -0.0
.debug_line 5145772 5145772 0 0.0
.debug_loc 3378857 3378857 0 0.0
.debug_ranges 363728 363728 0 0.0
.debug_str 3479804 3479647 -157 -0.0
.hbn 509 509 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 116352 116336 -16 -0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 568751 568751 0 0.0
.symtab 172112 172112 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956156 956102 -54 -0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284075 1284011 -64 -0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75198 75198 0 0.0
.bss_psram 30320 30320 0 0.0
.comment 48 48 0 0.0
.data 4576 4576 0 0.0
.debug_abbrev 1677341 1677341 0 0.0
.debug_aranges 140824 140824 0 0.0
.debug_frame 514260 514260 0 0.0
.debug_info 43520990 43520271 -719 -0.0
.debug_line 5536787 5536787 0 0.0
.debug_loc 3573901 3573902 1 0.0
.debug_ranges 387296 387296 0 0.0
.debug_str 3882202 3882045 -157 -0.0
.hbn 509 509 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 130064 130048 -16 -0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 628973 628973 0 0.0
.symtab 190288 190288 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1030090 1030036 -54 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679635 679635 0 0.0
(read/write) 171892 171892 0 0.0
.bss 81220 81220 0 0.0
.data 3380 3380 0 0.0
.rodata 89987 89987 0 0.0
.text 589336 589336 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 643891 643891 0 0.0
(read/write) 157996 157996 0 0.0
.bss 80500 80500 0 0.0
.data 3380 3380 0 0.0
.rodata 79123 79123 0 0.0
.text 564448 564448 0 0.0
lock-ftd LP_CC2652R7 (read only) 677263 677263 0 0.0
(read/write) 171832 171832 0 0.0
.bss 78876 78876 0 0.0
.data 3304 3304 0 0.0
.rodata 77415 77415 0 0.0
.text 599368 599368 0 0.0
lock-mtd LP_CC2652R7 (read only) 661963 661963 0 0.0
(read/write) 182388 182388 0 0.0
.bss 74132 74132 0 0.0
.data 3304 3304 0 0.0
.rodata 103499 103499 0 0.0
.text 557984 557984 0 0.0
pump-app LP_CC2652R7 (read only) 690191 690191 0 0.0
(read/write) 159640 159640 0 0.0
.bss 78844 78844 0 0.0
.data 3296 3296 0 0.0
.rodata 90935 90935 0 0.0
.text 598772 598772 0 0.0
pump-controller-app LP_CC2652R7 (read only) 674091 674091 0 0.0
(read/write) 175844 175844 0 0.0
.bss 78948 78948 0 0.0
.data 3292 3292 0 0.0
.rodata 86483 86483 0 0.0
.text 587128 587128 0 0.0
shell LP_CC2652R7 (read only) 670846 670838 -8 -0.0
(read/write) 183008 183016 8 0.0
.bss 83548 83548 0 0.0
.data 3376 3376 0 0.0
.rodata 86734 86726 -8 -0.0
.text 583796 583796 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588430 588438 8 0.0
.app_xip_area 464688 464696 8 0.0
.bss 66200 66200 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592138 592138 0 0.0
.app_xip_area 463100 463100 0 0.0
.bss 71488 71488 0 0.0
.data 736 736 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 551498 551498 0 0.0
.app_xip_area 433260 433260 0 0.0
.bss 60736 60736 0 0.0
.data 684 684 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 976148 976164 16 0.0
.bss 152252 152252 0 0.0
.data 2168 2168 0 0.0
.text 821708 821724 16 0.0
BRD4161A+rs911x (read/write) 1037768 1037784 16 0.0
.bss 186728 186728 0 0.0
.data 2012 2012 0 0.0
.text 849008 849024 16 0.0
BRD4187C (read/write) 1149228 1149228 0 0.0
.bss 138648 138648 0 0.0
.data 2516 2516 0 0.0
.text 983468 983468 0 0.0
lock-app BRD4161A+wf200 (read/write) 1163424 1163424 0 0.0
.bss 158296 158296 0 0.0
.data 2020 2020 0 0.0
.text 1003088 1003088 0 0.0
window-app BRD4187C (read/write) 1141760 1141744 -16 -0.0
.bss 140064 140064 0 0.0
.data 2540 2540 0 0.0
.text 974560 974544 -16 -0.0
esp32 all-clusters-app c3devkit (read only) 1218892 1218892 0 0.0
(read/write) 1790954 1790954 0 0.0
.dram0.bss 76992 76992 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248312 248312 0 0.0
.flash.text 1218892 1218892 0 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1233127 1233127 0 0.0
(read/write) 564179 564179 0 0.0
.dram0.bss 82144 82144 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314092 314092 0 0.0
.flash.text 1227743 1227743 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 662532 662532 0 0.0
.bss 77112 77112 0 0.0
.data 2104 2104 0 0.0
.text 564204 564204 0 0.0
light k32w0+release (read/write) 673112 673112 0 0.0
.bss 74904 74904 0 0.0
.data 2060 2060 0 0.0
.text 593420 593420 0 0.0
lock k32w0+release (read/write) 634068 634068 0 0.0
.bss 75664 75664 0 0.0
.data 2080 2080 0 0.0
.text 553596 553596 0 0.0
linux all-clusters-app debug (read only) 3111497 3111497 0 0.0
(read/write) 158472 158472 0 0.0
.bss 62432 62432 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87144 87144 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1184 1184 0 0.0
.rodata 281227 281227 0 0.0
.text 2645778 2645778 0 0.0
all-clusters-minimal-app debug (read only) 2935177 2935177 0 0.0
(read/write) 149872 149872 0 0.0
.bss 61632 61632 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79512 79512 0 0.0
.dynamic 608 608 0 0.0
.got 4680 4680 0 0.0
.init 27 27 0 0.0
.init_array 1160 1160 0 0.0
.rodata 280683 280683 0 0.0
.text 2473042 2473042 0 0.0
bridge-app debug (read only) 2427761 2427761 0 0.0
(read/write) 129576 129576 0 0.0
.bss 50976 50976 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 68776 68776 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 832 832 0 0.0
.rodata 210848 210848 0 0.0
.text 2049554 2049554 0 0.0
chip-tool debug (read only) 11244009 11244265 256 0.0
(read/write) 659960 659960 0 0.0
.bss 25912 25912 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 624736 624736 0 0.0
.dynamic 608 608 0 0.0
.got 5184 5184 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 602277 602309 32 0.0
.text 9114500 9114724 224 0.0
chip-tool-ipv6only arm64 (read only) 10619964 10620252 288 0.0
(read/write) 708097 708097 0 0.0
.bss 33905 33905 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 652392 652392 0 0.0
.dynamic 560 560 0 0.0
.got 13960 13960 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 529052 529052 0 0.0
.text 8431492 8431780 288 0.0
lighting-app debug+rpc (read only) 2661345 2661345 0 0.0
(read/write) 132328 132328 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 73896 73896 0 0.0
.dynamic 608 608 0 0.0
.got 4632 4632 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227840 227840 0 0.0
.text 2256946 2256946 0 0.0
lock-app debug (read only) 2620425 2620425 0 0.0
(read/write) 127344 127344 0 0.0
.bss 48384 48384 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70840 70840 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 904 904 0 0.0
.rodata 244104 244104 0 0.0
.text 2204610 2204610 0 0.0
ota-provider-app debug (read only) 2187065 2187065 0 0.0
(read/write) 105480 105480 0 0.0
.bss 46528 46528 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51768 51768 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 194952 194952 0 0.0
.text 1852594 1852594 0 0.0
ota-requestor-app debug (read only) 2355785 2355785 0 0.0
(read/write) 113824 113824 0 0.0
.bss 49056 49056 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57128 57128 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 202064 202064 0 0.0
.text 2005010 2005010 0 0.0
shell debug (read only) 2643953 2643953 0 0.0
(read/write) 142936 142936 0 0.0
.bss 57832 57832 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78040 78040 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 239474 239474 0 0.0
.text 2244962 2244962 0 0.0
thermostat-no-ble arm64 (read only) 2422620 2422620 0 0.0
(read/write) 143633 143633 0 0.0
.bss 55329 55329 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5184 5184 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 145092 145092 0 0.0
.text 2033808 2033808 0 0.0
tv-app debug (read only) 3283297 3283297 0 0.0
(read/write) 262120 262120 0 0.0
.bss 170776 170776 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80384 80384 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1064 1064 0 0.0
.rodata 268376 268376 0 0.0
.text 2820930 2820930 0 0.0
tv-casting-app debug (read only) 5636793 5637065 272 0.0
(read/write) 162384 162384 0 0.0
.bss 52088 52088 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 101760 101760 0 0.0
.dynamic 608 608 0 0.0
.got 4912 4912 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 356217 356249 32 0.0
.text 5003634 5003874 240 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2463424 2463424 0 0.0
.bss 215012 215012 0 0.0
.data 5872 5872 0 0.0
.text 1426068 1426068 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1190779 1190779 0 0.0
bss 145285 145285 0 0.0
rodata 144448 144448 0 0.0
text 819880 819880 0 0.0
nrf7002dk_nrf5340_cpuapp (read/write) 1360858 1360858 0 0.0
bss 105224 105224 0 0.0
rodata 211552 211552 0 0.0
text 759590 759586 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136423 1136423 0 0.0
bss 144520 144520 0 0.0
rodata 120764 120764 0 0.0
text 790048 790048 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841976 841976 0 0.0
(read/write) 1748580 1748580 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188704 188704 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1238191 1238191 0 0.0
.debug_aranges 110904 110904 0 0.0
.debug_frame 372248 372248 0 0.0
.debug_info 27070662 27069401 -1261 -0.0
.debug_line 3707325 3707324 -1 -0.0
.debug_loc 3620973 3620989 16 0.0
.debug_ranges 345760 345760 0 0.0
.debug_str 3449464 3449307 -157 -0.0
.heap 841976 841976 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 571607 571607 0 0.0
.symtab 422000 422000 0 0.0
.text 1548824 1548824 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842704 842704 0 0.0
(read/write) 1691108 1691108 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187976 187976 0 0.0
.comment 200 200 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 2664 2664 0 0.0
.debug_abbrev 1230082 1230082 0 0.0
.debug_aranges 110376 110376 0 0.0
.debug_frame 375304 375304 0 0.0
.debug_info 26807447 26806218 -1229 -0.0
.debug_line 3726262 3726261 -1 -0.0
.debug_loc 3608579 3608595 16 0.0
.debug_ranges 344376 344376 0 0.0
.debug_str 3438476 3438319 -157 -0.0
.heap 842704 842704 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 535696 535696 0 0.0
.symtab 408432 408432 0 0.0
.text 1492080 1492080 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850896 850896 0 0.0
(read/write) 1609300 1609300 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179992 179992 0 0.0
.comment 200 200 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 2456 2456 0 0.0
.debug_abbrev 1064879 1064879 0 0.0
.debug_aranges 102576 102576 0 0.0
.debug_frame 345640 345640 0 0.0
.debug_info 22269576 22268886 -690 -0.0
.debug_line 3293586 3293587 1 0.0
.debug_loc 3306470 3306485 15 0.0
.debug_ranges 308512 308512 0 0.0
.debug_str 3244062 3243905 -157 -0.0
.heap 850896 850896 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 472021 472021 0 0.0
.symtab 376800 376800 0 0.0
.text 1418464 1418464 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845904 845904 0 0.0
(read/write) 1642740 1642740 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184968 184968 0 0.0
.comment 200 200 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2472 2472 0 0.0
.debug_abbrev 1066795 1066795 0 0.0
.debug_aranges 102960 102960 0 0.0
.debug_frame 347436 347436 0 0.0
.debug_info 22487742 22487082 -660 -0.0
.debug_line 3293336 3293338 2 0.0
.debug_loc 3327883 3327912 29 0.0
.debug_ranges 310368 310368 0 0.0
.debug_str 3259905 3259748 -157 -0.0
.heap 845904 845904 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473683 473683 0 0.0
.symtab 378400 378400 0 0.0
.text 1446912 1446912 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1151180 1151180 0 0.0
.bss 97620 97620 0 0.0
.data 840 840 0 0.0
.text 598280 598280 0 0.0
lock-app qpg6105+debug (read/write) 1117180 1117180 0 0.0
.bss 93092 93092 0 0.0
.data 836 836 0 0.0
.text 564276 564276 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1092564 1092564 0 0.0
bss 99808 99808 0 0.0
text 739720 739720 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1031740 1031740 0 0.0
bss 99032 99032 0 0.0
text 704880 704880 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 953336 953336 0 0.0
bss 91272 91272 0 0.0
text 651508 651506 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1035284 1035284 0 0.0
bss 100420 100420 0 0.0
text 720102 720100 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 966400 966392 -8 -0.0
bss 92228 92228 0 0.0
text 662752 662748 -4 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 954084 954084 0 0.0
bss 92664 92664 0 0.0
text 650132 650132 0 0.0

@jmartinez-silabs jmartinez-silabs merged commit 6ccbb7c into project-chip:master Dec 8, 2022
@jmartinez-silabs jmartinez-silabs deleted the set_version branch December 8, 2022 15:08
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.

4 participants