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

SetupPayload: Python implementation to generate manual and QRCode #24228

Merged
merged 7 commits into from
Jan 13, 2023

Conversation

shubhamdp
Copy link
Contributor

Problem

  • No python script to generate Matter onboarding payloads.

Change Overview

  • Functions to Base38 encode the payload
  • Script to generate the manual pairing code and QRCode

Testing

  • Validated the results by script which generates the random input values, then generate the QRCode and manual pairing code using chip-tool and python script and compare the results.
  • Attaching results.txt when run against 100 different combinations
  • Below is the core snippet, all the values are generated using RANDOM variable
ct_qr=$($CHIP_TOOL payload generate-qrcode --discriminator $disc --setup-pin-code $passcode --vendor-id $vid --product-id $pid --commissioning-mode $cf --rendezvous $dm | awk '{print $NF}' | awk -F ^[ print $1}')

ct_manual=$($CHIP_TOOL payload generate-manualcode --discriminator $disc --setup-pin-code $passcode --vendor-id $vid --product-id $pid --commissioning-mode $cf | awk '{print $NF}' | awk -F ^[ print $1}')

py_codes=$($PY_GEN -d $disc -p $passcode -cf $cf -vid $vid -pid $pid -dm $dm | xargs)
py_manual=$(echo $py_codes | awk '{print $3}')
py_qr=$(echo $py_codes | awk '{print $6}')

if [ "$ct_qr" = "$py_qr" ] && [ "$ct_manual" = "$py_manual" ]; then
    status="PASS"
else
    status="FAIL"
fi

@github-actions
Copy link

github-actions bot commented Jan 10, 2023

PR #24228: Size comparison from 5ec8da8 to f9767ac

Increases (6 builds for bl702, cc13x2_26x2, esp32, psoc6, telink)
platform target config section 5ec8da8 f9767ac change % change
bl702 lighting-app bl702+rpc .debug_info 44289728 44289729 1 0.0
.text 1033764 1033766 2 0.0
cc13x2_26x2 pump-app LP_CC2652R7 (read/write) 160872 160880 8 0.0
esp32 all-clusters-app c3devkit (read only) 1221494 1221496 2 0.0
(read/write) 1791290 1791298 8 0.0
.flash.rodata 248680 248688 8 0.0
.flash.text 1221494 1221496 2 0.0
psoc6 light cy8ckit_062s2_43012 .debug_info 22369313 22369314 1 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 652378 652380 2 0.0
lighting-app tlsr9518adk80d text 661880 661882 2 0.0
Decreases (6 builds for bl602, cc13x2_26x2, psoc6, telink)
platform target config section 5ec8da8 f9767ac change % change
bl602 lighting-app bl602+rpc .text 1047380 1047378 -2 -0.0
cc13x2_26x2 pump-app LP_CC2652R7 (read only) 688871 688863 -8 -0.0
.text 597284 597276 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27346724 27346723 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 2690792 26907923 -1 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1029184 1029176 -8 -0.0
text 689090 689088 -2 -0.0
thermostat tlsr9518adk80d (read/write) 888124 888116 -8 -0.0
text 596806 596804 -2 -0.0
Full report (40 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, psoc6, qpg, telink)
platform target config section 5ec8da8 f9767ac change % change
bl602 lighting-app bl602 (read/write) 1330486 1330486 0 0.0
.bss 86926 86926 0 0.0
.data 9576 9576 0 0.0
.text 1016648 1016648 0 0.0
bl602+rpc (read/write) 1375734 1375734 0 0.0
.bss 94966 94966 0 0.0
.data 9976 9976 0 0.0
.text 1047380 1047378 -2 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195823 1195823 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 66590 66590 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1538391 1538391 0 0.0
.debug_aranges 132656 132656 0 0.0
.debug_frame 486996 486996 0 0.0
.debug_info 39903961 39903961 0 0.0
.debug_line 5222871 5222871 0 0.0
.debug_loc 3394535 3394535 0 0.0
.debug_ranges 372192 372192 0 0.0
.debug_str 3507940 3507940 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 116400 116400 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569337 569337 0 0.0
.symtab 172016 172016 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956874 956874 0 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1287987 1287987 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 74622 74622 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4600 4600 0 0.0
.debug_abbrev 1686826 1686826 0 0.0
.debug_aranges 140880 140880 0 0.0
.debug_frame 514708 514708 0 0.0
.debug_info 44289728 44289729 1 0.0
.debug_line 5620418 5620418 0 0.0
.debug_loc 3590542 3590542 0 0.0
.debug_ranges 395896 395896 0 0.0
.debug_str 3910550 3910550 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 130864 130864 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629852 629852 0 0.0
.symtab 190336 190336 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1033764 1033766 2 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679971 679971 0 0.0
(read/write) 171508 171508 0 0.0
.bss 81172 81172 0 0.0
.data 3380 3380 0 0.0
.rodata 90195 90195 0 0.0
.text 589460 589460 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642443 642443 0 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 79139 79139 0 0.0
.text 562984 562984 0 0.0
lock-ftd LP_CC2652R7 (read only) 675567 675567 0 0.0
(read/write) 173440 173440 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 77415 77415 0 0.0
.text 597672 597672 0 0.0
lock-mtd LP_CC2652R7 (read only) 660611 660611 0 0.0
(read/write) 183660 183660 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 103507 103507 0 0.0
.text 556624 556624 0 0.0
pump-app LP_CC2652R7 (read only) 688871 688863 -8 -0.0
(read/write) 160872 160880 8 0.0
.bss 78756 78756 0 0.0
.data 3268 3268 0 0.0
.rodata 91103 91103 0 0.0
.text 597284 597276 -8 -0.0
pump-controller-app LP_CC2652R7 (read only) 672667 672667 0 0.0
(read/write) 177180 177180 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86587 86587 0 0.0
.text 585600 585600 0 0.0
shell LP_CC2652R7 (read only) 671194 671194 0 0.0
(read/write) 182612 182612 0 0.0
.bss 83500 83500 0 0.0
.data 3376 3376 0 0.0
.rodata 86930 86930 0 0.0
.text 583952 583952 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586754 586754 0 0.0
.app_xip_area 463100 463100 0 0.0
.bss 66112 66112 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) 590454 590454 0 0.0
.app_xip_area 461504 461504 0 0.0
.bss 71400 71400 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) 550566 550566 0 0.0
.app_xip_area 432400 432400 0 0.0
.bss 60664 60664 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) 975172 975172 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 820812 820812 0 0.0
BRD4161A+rs911x (read/write) 1038320 1038320 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 849640 849640 0 0.0
BRD4187C (read/write) 1149004 1149004 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 983324 983324 0 0.0
lock-app BRD4161A+wf200 (read/write) 1067840 1067840 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 907612 907612 0 0.0
window-app BRD4187C (read/write) 1141808 1141808 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 974688 974688 0 0.0
esp32 all-clusters-app c3devkit (read only) 1221494 1221496 2 0.0
(read/write) 1791290 1791298 8 0.0
.dram0.bss 76952 76952 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248680 248688 8 0.0
.flash.text 1221494 1221496 2 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1235127 1235127 0 0.0
(read/write) 564511 564511 0 0.0
.dram0.bss 82104 82104 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314464 314464 0 0.0
.flash.text 1229743 1229743 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 661196 661196 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 562948 562948 0 0.0
light k32w0+release (read/write) 672072 672072 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 592460 592460 0 0.0
lock k32w0+release (read/write) 632740 632740 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 552348 552348 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10688412 10688412 0 0.0
(read/write) 691864 691864 0 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 636168 636168 0 0.0
.dynamic 560 560 0 0.0
.got 13960 13960 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 550988 550988 0 0.0
.text 8499108 8499108 0 0.0
thermostat-no-ble arm64 (read only) 2478436 2478436 0 0.0
(read/write) 145016 145016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78640 78640 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149696 149696 0 0.0
.text 2068144 2068144 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2462912 2462912 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1425556 1425556 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842024 842024 0 0.0
(read/write) 1751612 1751612 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188656 188656 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 1253242 1253242 0 0.0
.debug_aranges 111144 111144 0 0.0
.debug_frame 373236 373236 0 0.0
.debug_info 27346724 27346723 -1 -0.0
.debug_line 3747988 3747988 0 0.0
.debug_loc 3643197 3643197 0 0.0
.debug_ranges 356360 356360 0 0.0
.debug_str 3465770 3465770 0 0.0
.heap 842024 842024 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 576198 576198 0 0.0
.symtab 423744 423744 0 0.0
.text 0 0 0 0.0
1551904 1551904 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1691908 1691908 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 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 1238845 1238845 0 0.0
.debug_aranges 110408 110408 0 0.0
.debug_frame 375680 375680 0 0.0
.debug_info 2690792 26907923 -1 -0.0
.debug_line 3756903 3756903 0 0.0
.debug_loc 3626597 3626597 0 0.0
.debug_ranges 354328 354328 0 0.0
.debug_str 3450634 3450634 0 0.0
.heap 842784 842784 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 536688 536688 0 0.0
.symtab 408704 408704 0 0.0
.text 1492960 1492960 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1609916 1609916 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 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 1072234 1072234 0 0.0
.debug_aranges 102608 102608 0 0.0
.debug_frame 346012 346012 0 0.0
.debug_info 22369313 22369314 1 0.0
.debug_line 3323259 3323259 0 0.0
.debug_loc 3326778 3326778 0 0.0
.debug_ranges 318464 318464 0 0.0
.debug_str 3256208 3256208 0 0.0
.heap 850976 850976 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 473013 473013 0 0.0
.symtab 377200 377200 0 0.0
.text 1419160 1419160 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1643932 1643932 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 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 1074034 1074034 0 0.0
.debug_aranges 102992 102992 0 0.0
.debug_frame 347812 347812 0 0.0
.debug_info 22587978 22587978 0 0.0
.debug_line 3324359 3324359 0 0.0
.debug_loc 3348366 3348366 0 0.0
.debug_ranges 320320 320320 0 0.0
.debug_str 3272042 3272042 0 0.0
.heap 845984 845984 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 475730 475730 0 0.0
.symtab 379024 379024 0 0.0
.text 1448184 1448184 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1149452 1149452 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 596552 596552 0 0.0
lock-app qpg6105+debug (read/write) 1115884 1115884 0 0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 562980 562980 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1029184 1029176 -8 -0.0
bss 98184 98184 0 0.0
text 689090 689088 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 966368 966368 0 0.0
bss 97368 97368 0 0.0
text 652378 652380 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868464 868464 0 0.0
bss 89524 89524 0 0.0
text 581566 581566 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884812 884812 0 0.0
bss 89616 89616 0 0.0
text 596028 596028 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 962936 962936 0 0.0
bss 97676 97676 0 0.0
text 661880 661882 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 898408 898408 0 0.0
bss 90568 90568 0 0.0
text 607278 607278 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 888124 888116 -8 -0.0
bss 91004 91004 0 0.0
text 596806 596804 -2 -0.0

@shubhamdp
Copy link
Contributor Author

@github-actions
Copy link

github-actions bot commented Jan 10, 2023

PR #24228: Size comparison from cb430db to daa81f6

Increases (8 builds for cc13x2_26x2, esp32, psoc6, telink)
platform target config section cb430db daa81f6 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 171508 171516 8 0.0
pump-controller-app LP_CC2652R7 (read only) 672659 672667 8 0.0
.text 585592 585600 8 0.0
esp32 all-clusters-app c3devkit (read/write) 1791290 1791298 8 0.0
.flash.rodata 248680 248688 8 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27346724 27346725 1 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26907923 2690792 1 0.0
light cy8ckit_062s2_43012 .debug_info 22369313 22369314 1 0.0
telink all-clusters-minimal-app tlsr9518adk80d text 652376 652378 2 0.0
thermostat tlsr9518adk80d text 596806 596808 2 0.0
Decreases (9 builds for bl602, cc13x2_26x2, esp32, nrfconnect, telink)
platform target config section cb430db daa81f6 change % change
bl602 lighting-app bl602 .text 1016648 1016646 -2 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679971 679963 -8 -0.0
.text 589460 589452 -8 -0.0
pump-controller-app LP_CC2652R7 (read/write) 177188 177180 -8 -0.0
esp32 all-clusters-app m5stack (read/write) 564511 564507 -4 -0.0
.flash.rodata 314464 314460 -4 -0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 763788 763784 -4 -0.0
telink contact-sensor-app tlsr9518adk80d text 581564 581562 -2 -0.0
light-switch-app tlsr9518adk80d (read/write) 884820 884812 -8 -0.0
text 596030 596028 -2 -0.0
lighting-app tlsr9518adk80d text 661880 661878 -2 -0.0
ota-requestor-app tlsr9518adk80d text 607280 607278 -2 -0.0
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section cb430db daa81f6 change % change
bl602 lighting-app bl602 (read/write) 1330486 1330486 0 0.0
.bss 86926 86926 0 0.0
.data 9576 9576 0 0.0
.text 1016648 1016646 -2 -0.0
bl602+rpc (read/write) 1375734 1375734 0 0.0
.bss 94966 94966 0 0.0
.data 9976 9976 0 0.0
.text 1047378 1047378 0 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1195823 1195823 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 66590 66590 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1538391 1538391 0 0.0
.debug_aranges 132656 132656 0 0.0
.debug_frame 486996 486996 0 0.0
.debug_info 39903960 39903960 0 0.0
.debug_line 5222871 5222871 0 0.0
.debug_loc 3394535 3394535 0 0.0
.debug_ranges 372192 372192 0 0.0
.debug_str 3507940 3507940 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 116400 116400 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569337 569337 0 0.0
.symtab 172016 172016 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956872 956872 0 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1287987 1287987 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 74622 74622 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4600 4600 0 0.0
.debug_abbrev 1686826 1686826 0 0.0
.debug_aranges 140880 140880 0 0.0
.debug_frame 514708 514708 0 0.0
.debug_info 44289728 44289728 0 0.0
.debug_line 5620418 5620418 0 0.0
.debug_loc 3590542 3590542 0 0.0
.debug_ranges 395896 395896 0 0.0
.debug_str 3910550 3910550 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 130864 130864 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629852 629852 0 0.0
.symtab 190336 190336 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1033764 1033764 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 679971 679963 -8 -0.0
(read/write) 171508 171516 8 0.0
.bss 81172 81172 0 0.0
.data 3380 3380 0 0.0
.rodata 90195 90195 0 0.0
.text 589460 589452 -8 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 642443 642443 0 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 79139 79139 0 0.0
.text 562984 562984 0 0.0
lock-ftd LP_CC2652R7 (read only) 675567 675567 0 0.0
(read/write) 173440 173440 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 77415 77415 0 0.0
.text 597672 597672 0 0.0
lock-mtd LP_CC2652R7 (read only) 660611 660611 0 0.0
(read/write) 183660 183660 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 103507 103507 0 0.0
.text 556624 556624 0 0.0
pump-app LP_CC2652R7 (read only) 688871 688871 0 0.0
(read/write) 160872 160872 0 0.0
.bss 78756 78756 0 0.0
.data 3268 3268 0 0.0
.rodata 91103 91103 0 0.0
.text 597284 597284 0 0.0
pump-controller-app LP_CC2652R7 (read only) 672659 672667 8 0.0
(read/write) 177188 177180 -8 -0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86587 86587 0 0.0
.text 585592 585600 8 0.0
shell LP_CC2652R7 (read only) 671194 671194 0 0.0
(read/write) 182612 182612 0 0.0
.bss 83500 83500 0 0.0
.data 3376 3376 0 0.0
.rodata 86930 86930 0 0.0
.text 583952 583952 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586754 586754 0 0.0
.app_xip_area 463100 463100 0 0.0
.bss 66112 66112 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) 590454 590454 0 0.0
.app_xip_area 461504 461504 0 0.0
.bss 71400 71400 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) 550566 550566 0 0.0
.app_xip_area 432400 432400 0 0.0
.bss 60664 60664 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) 975172 975172 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 820812 820812 0 0.0
BRD4161A+rs911x (read/write) 1038320 1038320 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 849640 849640 0 0.0
BRD4187C (read/write) 1149004 1149004 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 983324 983324 0 0.0
lock-app BRD4161A+wf200 (read/write) 1067840 1067840 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 907612 907612 0 0.0
window-app BRD4187C (read/write) 1141808 1141808 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 974688 974688 0 0.0
esp32 all-clusters-app c3devkit (read only) 1221496 1221496 0 0.0
(read/write) 1791290 1791298 8 0.0
.dram0.bss 76952 76952 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 248680 248688 8 0.0
.flash.text 1221496 1221496 0 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1235127 1235127 0 0.0
(read/write) 564511 564507 -4 -0.0
.dram0.bss 82104 82104 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 314464 314460 -4 -0.0
.flash.text 1229743 1229743 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 661196 661196 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 562948 562948 0 0.0
light k32w0+release (read/write) 672072 672072 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 592460 592460 0 0.0
lock k32w0+release (read/write) 632740 632740 0 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 552348 552348 0 0.0
linux all-clusters-app debug (read only) 3124769 3124769 0 0.0
(read/write) 158896 158896 0 0.0
.bss 62496 62496 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 87496 87496 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 282411 282411 0 0.0
.text 2657458 2657458 0 0.0
all-clusters-minimal-app debug (read only) 2937113 2937113 0 0.0
(read/write) 149968 149968 0 0.0
.bss 61632 61632 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 79608 79608 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 281195 281195 0 0.0
.text 2474274 2474274 0 0.0
bridge-app debug (read only) 2496473 2496473 0 0.0
(read/write) 133088 133088 0 0.0
.bss 52512 52512 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 70696 70696 0 0.0
.dynamic 608 608 0 0.0
.got 4600 4600 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 212416 212416 0 0.0
.text 2112274 2112274 0 0.0
chip-tool debug (read only) 11289281 11289281 0 0.0
(read/write) 642416 642416 0 0.0
.bss 25880 25880 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 607168 607168 0 0.0
.dynamic 608 608 0 0.0
.got 5192 5192 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 623269 623269 0 0.0
.text 9177444 9177444 0 0.0
chip-tool-ipv6only arm64 (read only) 10688412 10688412 0 0.0
(read/write) 691864 691864 0 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 636168 636168 0 0.0
.dynamic 560 560 0 0.0
.got 13960 13960 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 550988 550988 0 0.0
.text 8499108 8499108 0 0.0
lighting-app debug+rpc (read only) 2663969 2663969 0 0.0
(read/write) 132456 132456 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 74024 74024 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 228416 228416 0 0.0
.text 2258802 2258802 0 0.0
lock-app debug (read only) 2622809 2622809 0 0.0
(read/write) 127440 127440 0 0.0
.bss 48384 48384 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 70936 70936 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 244584 244584 0 0.0
.text 2206322 2206322 0 0.0
ota-provider-app debug (read only) 2196729 2196729 0 0.0
(read/write) 105872 105872 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 52120 52120 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 195944 195944 0 0.0
.text 1860882 1860882 0 0.0
ota-requestor-app debug (read only) 2358153 2358153 0 0.0
(read/write) 113920 113920 0 0.0
.bss 49056 49056 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 57208 57208 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 202608 202608 0 0.0
.text 2006642 2006642 0 0.0
shell debug (read only) 2657529 2657529 0 0.0
(read/write) 143360 143360 0 0.0
.bss 57896 57896 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 78392 78392 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 240754 240754 0 0.0
.text 2256850 2256850 0 0.0
thermostat-no-ble arm64 (read only) 2478436 2478436 0 0.0
(read/write) 145016 145016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 78640 78640 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149696 149696 0 0.0
.text 2068144 2068144 0 0.0
tv-app debug (read only) 3286585 3286585 0 0.0
(read/write) 262288 262288 0 0.0
.bss 170776 170776 0 0.0
.data 4256 4256 0 0.0
.data.rel.ro 80544 80544 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 269336 269336 0 0.0
.text 2822898 2822898 0 0.0
tv-casting-app debug (read only) 5638617 5638617 0 0.0
(read/write) 162936 162936 0 0.0
.bss 52280 52280 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 102120 102120 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 361305 361305 0 0.0
.text 4999266 4999266 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2462912 2462912 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1425556 1425556 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1168220 1168220 0 0.0
bss 146748 146748 0 0.0
rodata 136716 136716 0 0.0
text 804548 804548 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1369864 1369864 0 0.0
bss 106048 106048 0 0.0
rodata 214204 214204 0 0.0
text 763788 763784 -4 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1112916 1112916 0 0.0
bss 145947 145947 0 0.0
rodata 112852 112852 0 0.0
text 773948 773948 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842024 842024 0 0.0
(read/write) 1751612 1751612 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188656 188656 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 1253242 1253242 0 0.0
.debug_aranges 111144 111144 0 0.0
.debug_frame 373236 373236 0 0.0
.debug_info 27346724 27346725 1 0.0
.debug_line 3747988 3747988 0 0.0
.debug_loc 3643197 3643197 0 0.0
.debug_ranges 356360 356360 0 0.0
.debug_str 3465770 3465770 0 0.0
.heap 842024 842024 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 576198 576198 0 0.0
.symtab 423744 423744 0 0.0
.text 1551904 1551904 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1691908 1691908 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 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 1238845 1238845 0 0.0
.debug_aranges 110408 110408 0 0.0
.debug_frame 375680 375680 0 0.0
.debug_info 26907923 2690792 1 0.0
.debug_line 3756903 3756903 0 0.0
.debug_loc 3626597 3626597 0 0.0
.debug_ranges 354328 354328 0 0.0
.debug_str 3450634 3450634 0 0.0
.heap 842784 842784 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 536688 536688 0 0.0
.symtab 408704 408704 0 0.0
.text 1492960 1492960 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1609916 1609916 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 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 1072234 1072234 0 0.0
.debug_aranges 102608 102608 0 0.0
.debug_frame 346012 346012 0 0.0
.debug_info 22369313 22369314 1 0.0
.debug_line 3323259 3323259 0 0.0
.debug_loc 3326778 3326778 0 0.0
.debug_ranges 318464 318464 0 0.0
.debug_str 3256208 3256208 0 0.0
.heap 850976 850976 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 473013 473013 0 0.0
.symtab 377200 377200 0 0.0
.text 1419160 1419160 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1643932 1643932 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 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 1074034 1074034 0 0.0
.debug_aranges 102992 102992 0 0.0
.debug_frame 347812 347812 0 0.0
.debug_info 22587979 22587979 0 0.0
.debug_line 3324359 3324359 0 0.0
.debug_loc 3348366 3348366 0 0.0
.debug_ranges 320320 320320 0 0.0
.debug_str 3272042 3272042 0 0.0
.heap 845984 845984 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 475730 475730 0 0.0
.symtab 379024 379024 0 0.0
.text 1448184 1448184 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1149452 1149452 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 596552 596552 0 0.0
lock-app qpg6105+debug (read/write) 1115884 1115884 0 0.0
.bss 95828 95828 0 0.0
.data 836 836 0 0.0
.text 562980 562980 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1029176 1029176 0 0.0
bss 98184 98184 0 0.0
text 689088 689088 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 966368 966368 0 0.0
bss 97368 97368 0 0.0
text 652376 652378 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 868456 868456 0 0.0
bss 89524 89524 0 0.0
text 581564 581562 -2 -0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884820 884812 -8 -0.0
bss 89616 89616 0 0.0
text 596030 596028 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 962936 962936 0 0.0
bss 97676 97676 0 0.0
text 661880 661878 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 898408 898408 0 0.0
bss 90568 90568 0 0.0
text 607280 607278 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 888124 888124 0 0.0
bss 91004 91004 0 0.0
text 596806 596808 2 0.0

@github-actions
Copy link

github-actions bot commented Jan 12, 2023

PR #24228: Size comparison from 610c8e5 to 80a510d

Increases (8 builds for bl702, cc13x2_26x2, cyw30739, esp32, telink)
platform target config section 610c8e5 80a510d change % change
bl702 lighting-app bl702 .debug_info 39900395 39900397 2 0.0
.text 956870 956874 4 0.0
cc13x2_26x2 pump-app LP_CC2652R7 (read only) 688207 688215 8 0.0
.text 597292 597300 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 585666 585674 8 0.0
.app_xip_area 462012 462020 8 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 550014 550022 8 0.0
.app_xip_area 431848 431856 8 0.0
esp32 all-clusters-app m5stack (read/write) 560331 560335 4 0.0
.flash.rodata 311404 311408 4 0.0
telink contact-sensor-app tlsr9518adk80d (read/write) 867572 867580 8 0.0
text 581572 581574 2 0.0
light-switch-app tlsr9518adk80d (read/write) 883880 883888 8 0.0
text 596036 596040 4 0.0
ota-requestor-app tlsr9518adk80d (read/write) 897860 897868 8 0.0
text 607286 607290 4 0.0
Decreases (6 builds for bl602, cc13x2_26x2, k32w, telink)
platform target config section 610c8e5 80a510d change % change
bl602 lighting-app bl602+rpc (read/write) 1374902 1374894 -8 -0.0
.text 1047634 1047632 -2 -0.0
cc13x2_26x2 all-clusters-minimal-app LP_CC2652R7 (read only) 640691 640683 -8 -0.0
.text 562984 562976 -8 -0.0
pump-app LP_CC2652R7 (read/write) 161536 161528 -8 -0.0
k32w lock k32w0+release (read/write) 631700 631684 -16 -0.0
.text 551308 551292 -16 -0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1026296 1026288 -8 -0.0
text 689098 689096 -2 -0.0
thermostat tlsr9518adk80d (read/write) 887128 887120 -8 -0.0
text 596814 596812 -2 -0.0
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 610c8e5 80a510d change % change
bl602 lighting-app bl602 (read/write) 1329406 1329406 0 0.0
.bss 86926 86926 0 0.0
.data 9576 9576 0 0.0
.text 1016646 1016646 0 0.0
bl602+rpc (read/write) 1374902 1374894 -8 -0.0
.bss 94966 94966 0 0.0
.data 9976 9976 0 0.0
.text 1047634 1047632 -2 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1194735 1194735 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 66590 66590 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1533431 1533431 0 0.0
.debug_aranges 132656 132656 0 0.0
.debug_frame 486996 486996 0 0.0
.debug_info 39900395 39900397 2 0.0
.debug_line 5228552 5228552 0 0.0
.debug_loc 3394501 3394501 0 0.0
.debug_ranges 372192 372192 0 0.0
.debug_str 3508116 3508116 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 115312 115312 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569337 569337 0 0.0
.symtab 172016 172016 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956870 956874 4 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1286899 1286899 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 74622 74622 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4600 4600 0 0.0
.debug_abbrev 1681901 1681901 0 0.0
.debug_aranges 140880 140880 0 0.0
.debug_frame 514708 514708 0 0.0
.debug_info 44286220 44286220 0 0.0
.debug_line 5626141 5626141 0 0.0
.debug_loc 3590508 3590508 0 0.0
.debug_ranges 395896 395896 0 0.0
.debug_str 3910726 3910726 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 129776 129776 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629852 629852 0 0.0
.symtab 190336 190336 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1033764 1033764 0 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 677075 677075 0 0.0
(read/write) 174404 174404 0 0.0
.bss 81172 81172 0 0.0
.data 3380 3380 0 0.0
.rodata 87299 87299 0 0.0
.text 589460 589460 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640691 640683 -8 -0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 77387 77387 0 0.0
.text 562984 562976 -8 -0.0
lock-ftd LP_CC2652R7 (read only) 674511 674511 0 0.0
(read/write) 174496 174496 0 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 76359 76359 0 0.0
.text 597672 597672 0 0.0
lock-mtd LP_CC2652R7 (read only) 659563 659563 0 0.0
(read/write) 184708 184708 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 102443 102443 0 0.0
.text 556640 556640 0 0.0
pump-app LP_CC2652R7 (read only) 688207 688215 8 0.0
(read/write) 161536 161528 -8 -0.0
.bss 78756 78756 0 0.0
.data 3268 3268 0 0.0
.rodata 90431 90431 0 0.0
.text 597292 597300 8 0.0
pump-controller-app LP_CC2652R7 (read only) 672235 672235 0 0.0
(read/write) 177612 177612 0 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86139 86139 0 0.0
.text 585616 585616 0 0.0
shell LP_CC2652R7 (read only) 668298 668298 0 0.0
(read/write) 185508 185508 0 0.0
.bss 83500 83500 0 0.0
.data 3376 3376 0 0.0
.rodata 84034 84034 0 0.0
.text 583952 583952 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 585666 585674 8 0.0
.app_xip_area 462012 462020 8 0.0
.bss 66112 66112 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) 589398 589398 0 0.0
.app_xip_area 460448 460448 0 0.0
.bss 71400 71400 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) 550014 550022 8 0.0
.app_xip_area 431848 431856 8 0.0
.bss 60664 60664 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) 974108 974108 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 819748 819748 0 0.0
BRD4161A+rs911x (read/write) 1037256 1037256 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 848576 848576 0 0.0
BRD4187C (read/write) 1147924 1147924 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 982244 982244 0 0.0
lock-app BRD4161A+wf200 (read/write) 1066792 1066792 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 906564 906564 0 0.0
window-app BRD4187C (read/write) 1140600 1140600 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 973480 973480 0 0.0
esp32 all-clusters-app c3devkit (read only) 1221430 1221430 0 0.0
(read/write) 1787114 1787114 0 0.0
.dram0.bss 75832 75832 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 245624 245624 0 0.0
.flash.text 1221430 1221430 0 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1235007 1235007 0 0.0
(read/write) 560331 560335 4 0.0
.dram0.bss 80984 80984 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 311404 311408 4 0.0
.flash.text 1229623 1229623 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 660316 660316 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 562068 562068 0 0.0
light k32w0+release (read/write) 671408 671408 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 591796 591796 0 0.0
lock k32w0+release (read/write) 631700 631684 -16 -0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 551308 551292 -16 -0.0
linux all-clusters-app debug (read only) 3124817 3124817 0 0.0
(read/write) 153104 153104 0 0.0
.bss 62496 62496 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 81704 81704 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 282507 282507 0 0.0
.text 2657410 2657410 0 0.0
all-clusters-minimal-app debug (read only) 2937065 2937065 0 0.0
(read/write) 146480 146480 0 0.0
.bss 61632 61632 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76120 76120 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 281195 281195 0 0.0
.text 2474226 2474226 0 0.0
bridge-app debug (read only) 2496489 2496489 0 0.0
(read/write) 130944 130944 0 0.0
.bss 52512 52512 0 0.0
.data 3632 3632 0 0.0
.data.rel.ro 68712 68712 0 0.0
.dynamic 608 608 0 0.0
.got 4600 4600 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 212480 212480 0 0.0
.text 2112226 2112226 0 0.0
chip-tool debug (read only) 11289297 11289297 0 0.0
(read/write) 642416 642416 0 0.0
.bss 25880 25880 0 0.0
.data 2754 2754 0 0.0
.data.rel.ro 607168 607168 0 0.0
.dynamic 608 608 0 0.0
.got 5192 5192 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 623333 623333 0 0.0
.text 9177396 9177396 0 0.0
chip-tool-ipv6only arm64 (read only) 10688460 10688460 0 0.0
(read/write) 691864 691864 0 0.0
.bss 33912 33912 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 636168 636168 0 0.0
.dynamic 560 560 0 0.0
.got 13960 13960 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 551068 551068 0 0.0
.text 8499076 8499076 0 0.0
lighting-app debug+rpc (read only) 2663953 2663953 0 0.0
(read/write) 130280 130280 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 71848 71848 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 228448 228448 0 0.0
.text 2258754 2258754 0 0.0
lock-app debug (read only) 2622825 2622825 0 0.0
(read/write) 125328 125328 0 0.0
.bss 48384 48384 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 68824 68824 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 244648 244648 0 0.0
.text 2206274 2206274 0 0.0
ota-provider-app debug (read only) 2196745 2196745 0 0.0
(read/write) 105072 105072 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51320 51320 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 196008 196008 0 0.0
.text 1860834 1860834 0 0.0
ota-requestor-app debug (read only) 2358201 2358201 0 0.0
(read/write) 112800 112800 0 0.0
.bss 49056 49056 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 56088 56088 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 202704 202704 0 0.0
.text 2006594 2006594 0 0.0
shell debug (read only) 2657481 2657481 0 0.0
(read/write) 137568 137568 0 0.0
.bss 57896 57896 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 72600 72600 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 240754 240754 0 0.0
.text 2256802 2256802 0 0.0
thermostat-no-ble arm64 (read only) 2478500 2478500 0 0.0
(read/write) 143016 143016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 76632 76632 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149792 149792 0 0.0
.text 2068112 2068112 0 0.0
tv-app debug (read only) 3286601 3286601 0 0.0
(read/write) 259344 259344 0 0.0
.bss 170776 170776 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 77952 77952 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 269400 269400 0 0.0
.text 2822850 2822850 0 0.0
tv-casting-app debug (read only) 5638697 5638697 0 0.0
(read/write) 160696 160696 0 0.0
.bss 52280 52280 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 99880 99880 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 361433 361433 0 0.0
.text 4999218 4999218 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2461848 2461848 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1424492 1424492 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1165324 1165324 0 0.0
bss 146748 146748 0 0.0
rodata 133820 133820 0 0.0
text 804548 804548 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366968 1366968 0 0.0
bss 106048 106048 0 0.0
rodata 211308 211308 0 0.0
text 763788 763788 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1111168 1111168 0 0.0
bss 145947 145947 0 0.0
rodata 111104 111104 0 0.0
text 773944 773944 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842024 842024 0 0.0
(read/write) 1748716 1748716 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188656 188656 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 1247585 1247585 0 0.0
.debug_aranges 111144 111144 0 0.0
.debug_frame 373232 373232 0 0.0
.debug_info 27342470 27342470 0 0.0
.debug_line 3753868 3753868 0 0.0
.debug_loc 3643136 3643136 0 0.0
.debug_ranges 356360 356360 0 0.0
.debug_str 3465988 3465988 0 0.0
.heap 842024 842024 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 576216 576216 0 0.0
.symtab 423744 423744 0 0.0
.text 1549008 1549008 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1690156 1690156 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 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 1233392 1233392 0 0.0
.debug_aranges 110408 110408 0 0.0
.debug_frame 375676 375676 0 0.0
.debug_info 26903756 26903756 0 0.0
.debug_line 3762657 3762657 0 0.0
.debug_loc 3626536 3626536 0 0.0
.debug_ranges 354328 354328 0 0.0
.debug_str 3450852 3450852 0 0.0
.heap 842784 842784 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 536706 536706 0 0.0
.symtab 408704 408704 0 0.0
.text 1491208 1491208 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1608844 1608844 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 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 1067785 1067785 0 0.0
.debug_aranges 102608 102608 0 0.0
.debug_frame 346008 346008 0 0.0
.debug_info 22365997 22365997 0 0.0
.debug_line 3327851 3327851 0 0.0
.debug_loc 3326717 3326717 0 0.0
.debug_ranges 318464 318464 0 0.0
.debug_str 3256384 3256384 0 0.0
.heap 850976 850976 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 473013 473013 0 0.0
.symtab 377200 377200 0 0.0
.text 1418088 1418088 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1642876 1642876 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 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 1069831 1069831 0 0.0
.debug_aranges 102992 102992 0 0.0
.debug_frame 347808 347808 0 0.0
.debug_info 22584686 22584686 0 0.0
.debug_line 3328951 3328951 0 0.0
.debug_loc 3348305 3348305 0 0.0
.debug_ranges 320320 320320 0 0.0
.debug_str 3272218 3272218 0 0.0
.heap 845984 845984 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 475730 475730 0 0.0
.symtab 379024 379024 0 0.0
.text 1447128 1447128 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1148044 1148044 0 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 595144 595144 0 0.0
lock-app qpg6105+debug (read/write) 1115036 1115036 0 0.0
.bss 96868 96868 0 0.0
.data 852 852 0 0.0
.text 562132 562132 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1026296 1026288 -8 -0.0
bss 98184 98184 0 0.0
text 689098 689096 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964628 964628 0 0.0
bss 97368 97368 0 0.0
text 652386 652386 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867572 867580 8 0.0
bss 89524 89524 0 0.0
text 581572 581574 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883880 883888 8 0.0
bss 89616 89616 0 0.0
text 596036 596040 4 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 961860 961860 0 0.0
bss 97676 97676 0 0.0
text 661888 661888 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 897860 897868 8 0.0
bss 90568 90568 0 0.0
text 607286 607290 4 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887128 887120 -8 -0.0
bss 91004 91004 0 0.0
text 596814 596812 -2 -0.0

@github-actions
Copy link

github-actions bot commented Jan 13, 2023

PR #24228: Size comparison from b36439e to 46053f8

Increases (15 builds for bl702, cc13x2_26x2, esp32, k32w, nrfconnect, psoc6, qpg, telink)
platform target config section b36439e 46053f8 change % change
bl702 lighting-app bl702 .debug_info 39900395 39900397 2 0.0
.text 956870 956874 4 0.0
bl702+rpc .debug_info 44286220 44286221 1 0.0
.text 1033764 1033766 2 0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 174496 174504 8 0.0
pump-controller-app LP_CC2652R7 (read/write) 177612 177620 8 0.0
esp32 all-clusters-app m5stack (read/write) 560331 560335 4 0.0
.flash.rodata 311404 311408 4 0.0
k32w lock k32w0+release (read/write) 631684 631700 16 0.0
.text 551292 551308 16 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 804544 804548 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 27342470 27342471 1 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 26903754 26903756 2 0.0
light cy8ckit_062s2_43012 .debug_info 22365997 22365998 1 0.0
qpg lighting-app qpg6105+debug (read/write) 1148036 1148044 8 0.0
.text 595136 595144 8 0.0
telink all-clusters-app tlsr9518adk80d (read/write) 1026288 1026296 8 0.0
text 689096 689098 2 0.0
contact-sensor-app tlsr9518adk80d text 581570 581572 2 0.0
light-switch-app tlsr9518adk80d text 596040 596042 2 0.0
thermostat tlsr9518adk80d (read/write) 887120 887128 8 0.0
text 596812 596814 2 0.0
Decreases (5 builds for bl602, cc13x2_26x2, cyw30739, esp32)
platform target config section b36439e 46053f8 change % change
bl602 lighting-app bl602+rpc .text 1047636 1047634 -2 -0.0
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 674511 674503 -8 -0.0
.text 597672 597664 -8 -0.0
pump-controller-app LP_CC2652R7 (read only) 672235 672227 -8 -0.0
.text 585616 585608 -8 -0.0
cyw30739 ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 550022 550014 -8 -0.0
.app_xip_area 431856 431848 -8 -0.0
esp32 all-clusters-app c3devkit (read/write) 1787122 1787114 -8 -0.0
.flash.rodata 245632 245624 -8 -0.0
Full report (54 builds for bl602, bl702, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section b36439e 46053f8 change % change
bl602 lighting-app bl602 (read/write) 1329406 1329406 0 0.0
.bss 86926 86926 0 0.0
.data 9576 9576 0 0.0
.text 1016646 1016646 0 0.0
bl602+rpc (read/write) 1374902 1374902 0 0.0
.bss 94966 94966 0 0.0
.data 9976 9976 0 0.0
.text 1047636 1047634 -2 -0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1194735 1194735 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 66590 66590 0 0.0
.bss_psram 30048 30048 0 0.0
.comment 48 48 0 0.0
.data 4048 4048 0 0.0
.debug_abbrev 1533431 1533431 0 0.0
.debug_aranges 132656 132656 0 0.0
.debug_frame 486996 486996 0 0.0
.debug_info 39900395 39900397 2 0.0
.debug_line 5228552 5228552 0 0.0
.debug_loc 3394501 3394501 0 0.0
.debug_ranges 372192 372192 0 0.0
.debug_str 3508116 3508116 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 115312 115312 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 569337 569337 0 0.0
.symtab 172016 172016 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
956870 956874 4 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1286899 1286899 0 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 74622 74622 0 0.0
.bss_psram 30304 30304 0 0.0
.comment 48 48 0 0.0
.data 4600 4600 0 0.0
.debug_abbrev 1681901 1681901 0 0.0
.debug_aranges 140880 140880 0 0.0
.debug_frame 514708 514708 0 0.0
.debug_info 44286220 44286221 1 0.0
.debug_line 5626141 5626141 0 0.0
.debug_loc 3590508 3590508 0 0.0
.debug_ranges 395896 395896 0 0.0
.debug_str 3910726 3910726 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 129776 129776 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 629852 629852 0 0.0
.symtab 190336 190336 0 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1033764 1033766 2 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 677067 677067 0 0.0
(read/write) 174412 174412 0 0.0
.bss 81172 81172 0 0.0
.data 3380 3380 0 0.0
.rodata 87299 87299 0 0.0
.text 589452 589452 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640691 640691 0 0.0
(read/write) 157916 157916 0 0.0
.bss 80420 80420 0 0.0
.data 3380 3380 0 0.0
.rodata 77387 77387 0 0.0
.text 562984 562984 0 0.0
lock-ftd LP_CC2652R7 (read only) 674511 674503 -8 -0.0
(read/write) 174496 174504 8 0.0
.bss 78788 78788 0 0.0
.data 3304 3304 0 0.0
.rodata 76359 76359 0 0.0
.text 597672 597664 -8 -0.0
lock-mtd LP_CC2652R7 (read only) 659563 659563 0 0.0
(read/write) 184708 184708 0 0.0
.bss 74052 74052 0 0.0
.data 3304 3304 0 0.0
.rodata 102443 102443 0 0.0
.text 556640 556640 0 0.0
pump-app LP_CC2652R7 (read only) 688215 688215 0 0.0
(read/write) 161528 161528 0 0.0
.bss 78756 78756 0 0.0
.data 3268 3268 0 0.0
.rodata 90431 90431 0 0.0
.text 597300 597300 0 0.0
pump-controller-app LP_CC2652R7 (read only) 672235 672227 -8 -0.0
(read/write) 177612 177620 8 0.0
.bss 78860 78860 0 0.0
.data 3292 3292 0 0.0
.rodata 86139 86139 0 0.0
.text 585616 585608 -8 -0.0
shell LP_CC2652R7 (read only) 668298 668298 0 0.0
(read/write) 185508 185508 0 0.0
.bss 83500 83500 0 0.0
.data 3376 3376 0 0.0
.rodata 84034 84034 0 0.0
.text 583952 583952 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 585674 585674 0 0.0
.app_xip_area 462020 462020 0 0.0
.bss 66112 66112 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) 589398 589398 0 0.0
.app_xip_area 460448 460448 0 0.0
.bss 71400 71400 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) 550022 550014 -8 -0.0
.app_xip_area 431856 431848 -8 -0.0
.bss 60664 60664 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) 974108 974108 0 0.0
.bss 152172 152172 0 0.0
.data 2168 2168 0 0.0
.text 819748 819748 0 0.0
BRD4161A+rs911x (read/write) 1037256 1037256 0 0.0
.bss 186648 186648 0 0.0
.data 2012 2012 0 0.0
.text 848576 848576 0 0.0
BRD4187C (read/write) 1147924 1147924 0 0.0
.bss 138568 138568 0 0.0
.data 2516 2516 0 0.0
.text 982244 982244 0 0.0
lock-app BRD4161A+wf200 (read/write) 1066792 1066792 0 0.0
.bss 158184 158184 0 0.0
.data 2020 2020 0 0.0
.text 906564 906564 0 0.0
window-app BRD4187C (read/write) 1140600 1140600 0 0.0
.bss 139984 139984 0 0.0
.data 2540 2540 0 0.0
.text 973480 973480 0 0.0
esp32 all-clusters-app c3devkit (read only) 1221430 1221430 0 0.0
(read/write) 1787122 1787114 -8 -0.0
.dram0.bss 75832 75832 0 0.0
.dram0.data 13928 13928 0 0.0
.flash.rodata 245632 245624 -8 -0.0
.flash.text 1221430 1221430 0 0.0
.iram0.text 71188 71188 0 0.0
m5stack (read only) 1235007 1235007 0 0.0
(read/write) 560331 560335 4 0.0
.dram0.bss 80984 80984 0 0.0
.dram0.data 34224 34224 0 0.0
.flash.rodata 311404 311408 4 0.0
.flash.text 1229623 1229623 0 0.0
.iram0.text 124803 124803 0 0.0
k32w contact k32w0+release (read/write) 660316 660316 0 0.0
.bss 77032 77032 0 0.0
.data 2104 2104 0 0.0
.text 562068 562068 0 0.0
light k32w0+release (read/write) 671408 671408 0 0.0
.bss 74824 74824 0 0.0
.data 2060 2060 0 0.0
.text 591796 591796 0 0.0
lock k32w0+release (read/write) 631684 631700 16 0.0
.bss 75584 75584 0 0.0
.data 2080 2080 0 0.0
.text 551292 551308 16 0.0
linux all-clusters-app debug (read only) 3124897 3124897 0 0.0
(read/write) 153104 153104 0 0.0
.bss 62496 62496 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 81704 81704 0 0.0
.dynamic 608 608 0 0.0
.got 4768 4768 0 0.0
.init 27 27 0 0.0
.init_array 1192 1192 0 0.0
.rodata 282571 282571 0 0.0
.text 2657426 2657426 0 0.0
all-clusters-minimal-app debug (read only) 2937145 2937145 0 0.0
(read/write) 146480 146480 0 0.0
.bss 61632 61632 0 0.0
.data 2272 2272 0 0.0
.data.rel.ro 76120 76120 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 281259 281259 0 0.0
.text 2474242 2474242 0 0.0
bridge-app debug (read only) 2496569 2496569 0 0.0
(read/write) 130944 130944 0 0.0
.bss 52512 52512 0 0.0
.data 3632 3632 0 0.0
.data.rel.ro 68712 68712 0 0.0
.dynamic 608 608 0 0.0
.got 4600 4600 0 0.0
.init 27 27 0 0.0
.init_array 856 856 0 0.0
.rodata 212544 212544 0 0.0
.text 2112242 2112242 0 0.0
chip-tool debug (read only) 11431921 11431921 0 0.0
(read/write) 645296 645296 0 0.0
.bss 26168 26168 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 609328 609328 0 0.0
.dynamic 608 608 0 0.0
.got 5352 5352 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 641765 641765 0 0.0
.text 9295172 9295172 0 0.0
chip-tool-ipv6only arm64 (read only) 10848196 10848196 0 0.0
(read/write) 694616 694616 0 0.0
.bss 34168 34168 0 0.0
.data 3024 3024 0 0.0
.data.rel.ro 638120 638120 0 0.0
.dynamic 560 560 0 0.0
.got 14096 14096 0 0.0
.init 24 24 0 0.0
.init_array 200 200 0 0.0
.rodata 567924 567924 0 0.0
.text 8635412 8635412 0 0.0
lighting-app debug+rpc (read only) 2664033 2664033 0 0.0
(read/write) 130280 130280 0 0.0
.bss 49952 49952 0 0.0
.data 2288 2288 0 0.0
.data.rel.ro 71848 71848 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 228512 228512 0 0.0
.text 2258770 2258770 0 0.0
lock-app debug (read only) 2622905 2622905 0 0.0
(read/write) 125328 125328 0 0.0
.bss 48384 48384 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 68824 68824 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 244712 244712 0 0.0
.text 2206290 2206290 0 0.0
ota-provider-app debug (read only) 2196825 2196825 0 0.0
(read/write) 105072 105072 0 0.0
.bss 46560 46560 0 0.0
.data 2080 2080 0 0.0
.data.rel.ro 51320 51320 0 0.0
.dynamic 608 608 0 0.0
.got 3728 3728 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 196072 196072 0 0.0
.text 1860850 1860850 0 0.0
ota-requestor-app debug (read only) 2358281 2358281 0 0.0
(read/write) 112800 112800 0 0.0
.bss 49056 49056 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 56088 56088 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 202768 202768 0 0.0
.text 2006610 2006610 0 0.0
shell debug (read only) 2657529 2657529 0 0.0
(read/write) 137568 137568 0 0.0
.bss 57896 57896 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 72600 72600 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 240786 240786 0 0.0
.text 2256818 2256818 0 0.0
thermostat-no-ble arm64 (read only) 2478572 2478572 0 0.0
(read/write) 143016 143016 0 0.0
.bss 55336 55336 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 76632 76632 0 0.0
.dynamic 560 560 0 0.0
.got 5192 5192 0 0.0
.init 24 24 0 0.0
.init_array 432 432 0 0.0
.rodata 149848 149848 0 0.0
.text 2068128 2068128 0 0.0
tv-app debug (read only) 3286681 3286681 0 0.0
(read/write) 259344 259344 0 0.0
.bss 170776 170776 0 0.0
.data 3904 3904 0 0.0
.data.rel.ro 77952 77952 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 269464 269464 0 0.0
.text 2822866 2822866 0 0.0
tv-casting-app debug (read only) 5638521 5638521 0 0.0
(read/write) 160696 160696 0 0.0
.bss 52280 52280 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 99880 99880 0 0.0
.dynamic 608 608 0 0.0
.got 4920 4920 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 361465 361465 0 0.0
.text 4999010 4999010 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2461848 2461848 0 0.0
.bss 214932 214932 0 0.0
.data 5872 5872 0 0.0
.text 1424492 1424492 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1165324 1165324 0 0.0
bss 146748 146748 0 0.0
rodata 133820 133820 0 0.0
text 804544 804548 4 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1366968 1366968 0 0.0
bss 106048 106048 0 0.0
rodata 211308 211308 0 0.0
text 763788 763788 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1111168 1111168 0 0.0
bss 145947 145947 0 0.0
rodata 111104 111104 0 0.0
text 773944 773944 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842024 842024 0 0.0
(read/write) 1748716 1748716 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188656 188656 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 1247585 1247585 0 0.0
.debug_aranges 111144 111144 0 0.0
.debug_frame 373232 373232 0 0.0
.debug_info 27342470 27342471 1 0.0
.debug_line 3753868 3753868 0 0.0
.debug_loc 3643137 3643137 0 0.0
.debug_ranges 356360 356360 0 0.0
.debug_str 3465988 3465988 0 0.0
.heap 842024 842024 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 576216 576216 0 0.0
.symtab 423744 423744 0 0.0
.text 1549008 1549008 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842784 842784 0 0.0
(read/write) 1690156 1690156 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187896 187896 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 1233392 1233392 0 0.0
.debug_aranges 110408 110408 0 0.0
.debug_frame 375676 375676 0 0.0
.debug_info 26903754 26903756 2 0.0
.debug_line 3762657 3762657 0 0.0
.debug_loc 3626537 3626537 0 0.0
.debug_ranges 354328 354328 0 0.0
.debug_str 3450852 3450852 0 0.0
.heap 842784 842784 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 536706 536706 0 0.0
.symtab 408704 408704 0 0.0
.text 1491208 1491208 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 850976 850976 0 0.0
(read/write) 1608844 1608844 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179912 179912 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 1067785 1067785 0 0.0
.debug_aranges 102608 102608 0 0.0
.debug_frame 346008 346008 0 0.0
.debug_info 22365997 22365998 1 0.0
.debug_line 3327851 3327851 0 0.0
.debug_loc 3326717 3326717 0 0.0
.debug_ranges 318464 318464 0 0.0
.debug_str 3256384 3256384 0 0.0
.heap 850976 850976 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 473013 473013 0 0.0
.symtab 377200 377200 0 0.0
.text 1418088 1418088 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 845984 845984 0 0.0
(read/write) 1642876 1642876 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184888 184888 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 1069831 1069831 0 0.0
.debug_aranges 102992 102992 0 0.0
.debug_frame 347808 347808 0 0.0
.debug_info 22584685 22584685 0 0.0
.debug_line 3328951 3328951 0 0.0
.debug_loc 3348305 3348305 0 0.0
.debug_ranges 320320 320320 0 0.0
.debug_str 3272218 3272218 0 0.0
.heap 845984 845984 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 475730 475730 0 0.0
.symtab 379024 379024 0 0.0
.text 1447128 1447128 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1148036 1148044 8 0.0
.bss 100348 100348 0 0.0
.data 840 840 0 0.0
.text 595136 595144 8 0.0
lock-app qpg6105+debug (read/write) 1115036 1115036 0 0.0
.bss 96868 96868 0 0.0
.data 852 852 0 0.0
.text 562132 562132 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1026288 1026296 8 0.0
bss 98184 98184 0 0.0
text 689096 689098 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964628 964628 0 0.0
bss 97368 97368 0 0.0
text 652386 652386 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867572 867572 0 0.0
bss 89524 89524 0 0.0
text 581570 581572 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883888 883888 0 0.0
bss 89616 89616 0 0.0
text 596040 596042 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 961860 961860 0 0.0
bss 97676 97676 0 0.0
text 661888 661888 0 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 897860 897860 0 0.0
bss 90568 90568 0 0.0
text 607286 607286 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 887120 887128 8 0.0
bss 91004 91004 0 0.0
text 596812 596814 2 0.0

@bzbarsky-apple bzbarsky-apple merged commit 2a55f23 into project-chip:master Jan 13, 2023
@shubhamdp shubhamdp deleted the py_onboarding_code branch January 13, 2023 05:43
lecndav pushed a commit to lecndav/connectedhomeip that referenced this pull request Mar 22, 2023
…oject-chip#24228)

* SetupPayload: Python implementation to generate manual and qrcode

Added requirements.txt

* Converted to pep8 styling

* removed get_short_discriminator method which seemed to be confusing

* Unit tests for python setup payload generator

* restyled

* use the correct script

* Not using random dataset but the predefined one
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