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

[ESP32] Handeled commissioning case with invalid ssid/pass #18472

Merged
merged 8 commits into from
Jun 14, 2022

Conversation

jadhavrohit924
Copy link
Contributor

@jadhavrohit924 jadhavrohit924 commented May 16, 2022

Problem

  • When provided incorrect ssid/pass we were not able to commission a device again.
  • We can commission a device again if first commissioning failed due to incorrect ssid/pass.

Change overview

  • OnConneectNetworkFailed callback to clear wifi station credentials and send response to client.

Testing

  • Manually tested with incorrect ssid/pass and then commissioned with correct ssid and pass.

@github-actions
Copy link

github-actions bot commented Jun 3, 2022

PR #18472: Size comparison from e8c2a6f to f462dc5

Increases (2 builds for esp32)
platform target config section e8c2a6f f462dc5 change % change
esp32 all-clusters-app c3devkit (read only) 1005296 1005434 138 0.0
.flash.text 1005296 1005434 138 0.0
m5stack (read only) 1060475 1060583 108 0.0
.flash.text 1055091 1055199 108 0.0
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section e8c2a6f f462dc5 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 648467 648467 0 0.0
(read/write) 158988 158988 0 0.0
.bss 74668 74668 0 0.0
.data 3404 3404 0 0.0
.rodata 84531 84531 0 0.0
.text 563704 563704 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 615347 615347 0 0.0
(read/write) 158160 158160 0 0.0
.bss 73900 73900 0 0.0
.data 3344 3344 0 0.0
.rodata 73915 73915 0 0.0
.text 541200 541200 0 0.0
lock-ftd LP_CC2652R7 (read only) 680623 680623 0 0.0
(read/write) 162288 162288 0 0.0
.bss 72692 72692 0 0.0
.data 3268 3268 0 0.0
.rodata 96687 96687 0 0.0
.text 583456 583456 0 0.0
lock-mtd LP_CC2652R7 (read only) 630023 630023 0 0.0
(read/write) 145812 145812 0 0.0
.bss 68428 68428 0 0.0
.data 3268 3268 0 0.0
.rodata 96567 96567 0 0.0
.text 532968 532968 0 0.0
pump-app LP_CC2652R7 (read only) 663647 663647 0 0.0
(read/write) 180176 180176 0 0.0
.bss 72836 72836 0 0.0
.data 3300 3300 0 0.0
.rodata 85703 85703 0 0.0
.text 577460 577460 0 0.0
pump-controller-app LP_CC2652R7 (read only) 654975 654975 0 0.0
(read/write) 188960 188960 0 0.0
.bss 72948 72948 0 0.0
.data 3264 3264 0 0.0
.rodata 83895 83895 0 0.0
.text 570596 570596 0 0.0
shell LP_CC2652R7 (read only) 641482 641482 0 0.0
(read/write) 154544 154544 0 0.0
.bss 77020 77020 0 0.0
.data 3408 3408 0 0.0
.rodata 81522 81522 0 0.0
.text 559724 559724 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 601886 601886 0 0.0
.app_xip_area 460912 460912 0 0.0
.bss 83912 83912 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 597986 597986 0 0.0
.app_xip_area 456884 456884 0 0.0
.bss 84072 84072 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 596634 596634 0 0.0
.app_xip_area 456656 456656 0 0.0
.bss 83044 83044 0 0.0
.data 620 620 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 915840 915840 0 0.0
(read/write) 133280 133280 0 0.0
.bss 131176 131176 0 0.0
.data 2100 2100 0 0.0
.text 915832 915832 0 0.0
BRD4161A+rpc (read only) 950068 950068 0 0.0
(read/write) 149968 149968 0 0.0
.bss 147664 147664 0 0.0
.data 2304 2304 0 0.0
.text 950060 950060 0 0.0
BRD4161A+rs911x (read only) 787908 787908 0 0.0
(read/write) 129496 129496 0 0.0
.bss 127396 127396 0 0.0
.data 2100 2100 0 0.0
.text 787900 787900 0 0.0
lock-app BRD4161A+wf200 (read only) 955220 955220 0 0.0
(read/write) 128332 128332 0 0.0
.bss 126260 126260 0 0.0
.data 2072 2072 0 0.0
.text 955212 955212 0 0.0
window-app BRD4161A (read only) 900760 900760 0 0.0
(read/write) 133344 133344 0 0.0
.bss 131248 131248 0 0.0
.data 2096 2096 0 0.0
.text 900752 900752 0 0.0
esp32 all-clusters-app c3devkit (read only) 1005296 1005434 138 0.0
(read/write) 1480178 1480178 0 0.0
.dram0.bss 69232 69232 0 0.0
.dram0.data 14656 14656 0 0.0
.flash.rodata 210864 210864 0 0.0
.flash.text 1005296 1005434 138 0.0
.iram0.text 62954 62954 0 0.0
m5stack (read only) 1060475 1060583 108 0.0
(read/write) 482380 482380 0 0.0
.dram0.bss 74752 74752 0 0.0
.dram0.data 34208 34208 0 0.0
.flash.rodata 241424 241424 0 0.0
.flash.text 1055091 1055199 108 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 657796 657796 0 0.0
.bss 69768 69768 0 0.0
.data 2020 2020 0 0.0
.text 580208 580208 0 0.0
lock k32w061+release (read/write) 716812 716812 0 0.0
.bss 70192 70192 0 0.0
.data 1988 1988 0 0.0
.text 638832 638832 0 0.0
linux all-clusters-app debug (read only) 2766841 2766841 0 0.0
(read/write) 178344 178344 0 0.0
.bss 86304 86304 0 0.0
.data 2032 2032 0 0.0
.data.rel.ro 83848 83848 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 1024 1024 0 0.0
.rodata 244637 244637 0 0.0
.text 2348226 2348226 0 0.0
all-clusters-minimal-app debug (read only) 2643993 2643993 0 0.0
(read/write) 170376 170376 0 0.0
.bss 85568 85568 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 76728 76728 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 1024 1024 0 0.0
.rodata 246589 246589 0 0.0
.text 2224818 2224818 0 0.0
bridge-app debug+rpc (read only) 2029865 2029865 0 0.0
(read/write) 148000 148000 0 0.0
.bss 72960 72960 0 0.0
.data 3936 3936 0 0.0
.data.rel.ro 65528 65528 0 0.0
.dynamic 592 592 0 0.0
.got 4272 4272 0 0.0
.init 27 27 0 0.0
.init_array 696 696 0 0.0
.rodata 169824 169824 0 0.0
.text 1703474 1703474 0 0.0
chip-tool debug (read only) 9591333 9591333 0 0.0
(read/write) 597048 597048 0 0.0
.bss 24032 24032 0 0.0
.data 1120 1120 0 0.0
.data.rel.ro 565600 565600 0 0.0
.dynamic 624 624 0 0.0
.got 5008 5008 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 494909 494909 0 0.0
.text 7716885 7716885 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9345492 9345492 0 0.0
(read/write) 662961 662961 0 0.0
.bss 42305 42305 0 0.0
.data 1176 1176 0 0.0
.data.rel.ro 600832 600832 0 0.0
.dynamic 528 528 0 0.0
.got 14824 14824 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 458652 458652 0 0.0
.text 7372676 7372676 0 0.0
lighting-app debug+rpc (read only) 2320017 2320017 0 0.0
(read/write) 153640 153640 0 0.0
.bss 74816 74816 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 71016 71016 0 0.0
.dynamic 608 608 0 0.0
.got 4344 4344 0 0.0
.init 27 27 0 0.0
.init_array 800 800 0 0.0
.rodata 188744 188744 0 0.0
.text 1965474 1965474 0 0.0
lock-app debug (read only) 2258681 2258681 0 0.0
(read/write) 148736 148736 0 0.0
.bss 73504 73504 0 0.0
.data 1568 1568 0 0.0
.data.rel.ro 67944 67944 0 0.0
.dynamic 592 592 0 0.0
.got 4336 4336 0 0.0
.init 27 27 0 0.0
.init_array 760 760 0 0.0
.rodata 201832 201832 0 0.0
.text 1896482 1896482 0 0.0
ota-provider-app debug (read only) 2066697 2066697 0 0.0
(read/write) 141656 141656 0 0.0
.bss 73088 73088 0 0.0
.data 1768 1768 0 0.0
.data.rel.ro 61000 61000 0 0.0
.dynamic 608 608 0 0.0
.got 4504 4504 0 0.0
.init 27 27 0 0.0
.init_array 656 656 0 0.0
.rodata 181240 181240 0 0.0
.text 1726338 1726338 0 0.0
ota-requestor-app debug (read only) 2093689 2093689 0 0.0
(read/write) 144496 144496 0 0.0
.bss 73792 73792 0 0.0
.data 1960 1960 0 0.0
.data.rel.ro 63096 63096 0 0.0
.dynamic 592 592 0 0.0
.got 4344 4344 0 0.0
.init 27 27 0 0.0
.init_array 680 680 0 0.0
.rodata 177152 177152 0 0.0
.text 1755954 1755954 0 0.0
shell debug (read only) 2571825 2571825 0 0.0
(read/write) 201752 201752 0 0.0
.bss 117160 117160 0 0.0
.data 1376 1376 0 0.0
.data.rel.ro 77464 77464 0 0.0
.dynamic 608 608 0 0.0
.got 4192 4192 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 224690 224690 0 0.0
.text 2187666 2187666 0 0.0
thermostat-no-ble arm64 (read only) 2366668 2366668 0 0.0
(read/write) 177601 177601 0 0.0
.bss 87969 87969 0 0.0
.data 1528 1528 0 0.0
.data.rel.ro 80288 80288 0 0.0
.dynamic 528 528 0 0.0
.got 4800 4800 0 0.0
.init 24 24 0 0.0
.init_array 384 384 0 0.0
.rodata 148828 148828 0 0.0
.text 1988064 1988064 0 0.0
tv-app debug (read only) 2876977 2876977 0 0.0
(read/write) 280280 280280 0 0.0
.bss 191112 191112 0 0.0
.data 4672 4672 0 0.0
.data.rel.ro 78224 78224 0 0.0
.dynamic 592 592 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 223104 223104 0 0.0
.text 2471218 2471218 0 0.0
tv-casting-app debug (read only) 5326905 5326905 0 0.0
(read/write) 222744 222744 0 0.0
.bss 78696 78696 0 0.0
.data 2400 2400 0 0.0
.data.rel.ro 135432 135432 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 872 872 0 0.0
.rodata 337504 337504 0 0.0
.text 4638162 4638162 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2425560 2425560 0 0.0
.bss 202652 202652 0 0.0
.data 5880 5880 0 0.0
.text 1388204 1388204 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1187763 1187763 0 0.0
bss 141297 141297 0 0.0
rodata 152892 152892 0 0.0
text 814712 814712 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1136547 1136547 0 0.0
bss 140526 140526 0 0.0
rodata 129460 129460 0 0.0
text 787756 787756 0 0.0
p6 all-clusters-app default (read/write) 2541776 2541776 0 0.0
.bss 137192 137192 0 0.0
.data 2808 2808 0 0.0
.text 1500040 1500040 0 0.0
all-clusters-minimal-app default (read/write) 2487744 2487744 0 0.0
.bss 136416 136416 0 0.0
.data 2752 2752 0 0.0
.text 1446008 1446008 0 0.0
light-app default (read/write) 2422144 2422144 0 0.0
.bss 129520 129520 0 0.0
.data 2608 2608 0 0.0
.text 1380408 1380408 0 0.0
lock-app default (read/write) 2440200 2440200 0 0.0
.bss 129336 129336 0 0.0
.data 2576 2576 0 0.0
.text 1398464 1398464 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 780760 780760 0 0.0
bss 70584 70584 0 0.0
noinit 40416 40416 0 0.0
text 552132 552132 0 0.0
lighting-app tlsr9518adk80d (read/write) 800804 800804 0 0.0
bss 70844 70844 0 0.0
noinit 40416 40416 0 0.0
text 568874 568874 0 0.0

@bzbarsky-apple
Copy link
Contributor

The intended semantics is regarding the internal operation. Communication delays (e.g. MRP retries) would need to be accounted for separately, since they vary by device.

Note that my changes in #19137 do that: we now add MRP-or-other-protocol overhead to the reported max connection time, which is assumed to be the time on the device proper.

@github-actions
Copy link

github-actions bot commented Jun 8, 2022

PR #18472: Size comparison from b2fe30f to 650c97c

Increases (5 builds for cc13x2_26x2, esp32, telink)
platform target config section b2fe30f 650c97c change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read/write) 159104 159112 8 0.0
pump-controller-app LP_CC2652R7 (read only) 655835 655843 8 0.0
.text 571116 571124 8 0.0
esp32 all-clusters-app c3devkit (read only) 1008060 1008202 142 0.0
.flash.text 1008060 1008202 142 0.0
m5stack (read only) 1062859 1062967 108 0.0
.flash.text 1057475 1057583 108 0.0
telink lighting-app tlsr9518adk80d text 569530 569532 2 0.0
Decreases (3 builds for cc13x2_26x2, nrfconnect)
platform target config section b2fe30f 650c97c change % change
cc13x2_26x2 lock-ftd LP_CC2652R7 (read only) 683815 683807 -8 -0.0
.text 585164 585156 -8 -0.0
pump-controller-app LP_CC2652R7 (read/write) 188100 188092 -8 -0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 789312 789308 -4 -0.0
Full report (30 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section b2fe30f 650c97c change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 690303 690303 0 0.0
(read/write) 161552 161552 0 0.0
.bss 74748 74748 0 0.0
.data 3392 3392 0 0.0
.rodata 112311 112311 0 0.0
.text 577680 577680 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640919 640919 0 0.0
(read/write) 158220 158220 0 0.0
.bss 73972 73972 0 0.0
.data 3332 3332 0 0.0
.rodata 89351 89351 0 0.0
.text 551248 551248 0 0.0
lock-ftd LP_CC2652R7 (read only) 683815 683807 -8 -0.0
(read/write) 159104 159112 8 0.0
.bss 72700 72700 0 0.0
.data 3256 3256 0 0.0
.rodata 98167 98167 0 0.0
.text 585164 585156 -8 -0.0
lock-mtd LP_CC2652R7 (read only) 633231 633231 0 0.0
(read/write) 145808 145808 0 0.0
.bss 68436 68436 0 0.0
.data 3256 3256 0 0.0
.rodata 98055 98055 0 0.0
.text 534684 534684 0 0.0
pump-app LP_CC2652R7 (read only) 665267 665267 0 0.0
(read/write) 178564 178564 0 0.0
.bss 72844 72844 0 0.0
.data 3292 3292 0 0.0
.rodata 86347 86347 0 0.0
.text 578436 578436 0 0.0
pump-controller-app LP_CC2652R7 (read only) 655835 655843 8 0.0
(read/write) 188100 188092 -8 -0.0
.bss 72948 72948 0 0.0
.data 3252 3252 0 0.0
.rodata 84235 84235 0 0.0
.text 571116 571124 8 0.0
shell LP_CC2652R7 (read only) 682582 682582 0 0.0
(read/write) 164768 164768 0 0.0
.bss 77044 77044 0 0.0
.data 3396 3396 0 0.0
.rodata 108910 108910 0 0.0
.text 573360 573360 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 602546 602546 0 0.0
.app_xip_area 461492 461492 0 0.0
.bss 84008 84008 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 599630 599630 0 0.0
.app_xip_area 458440 458440 0 0.0
.bss 84176 84176 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599366 599366 0 0.0
.app_xip_area 459292 459292 0 0.0
.bss 83140 83140 0 0.0
.data 616 616 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 915256 915256 0 0.0
(read/write) 133264 133264 0 0.0
.bss 131176 131176 0 0.0
.data 2088 2088 0 0.0
.text 915248 915248 0 0.0
BRD4161A+rpc (read only) 949476 949476 0 0.0
(read/write) 149956 149956 0 0.0
.bss 147664 147664 0 0.0
.data 2292 2292 0 0.0
.text 949468 949468 0 0.0
BRD4161A+rs911x (read only) 790540 790540 0 0.0
(read/write) 129548 129548 0 0.0
.bss 127452 127452 0 0.0
.data 2096 2096 0 0.0
.text 790532 790532 0 0.0
lock-app BRD4161A+wf200 (read only) 958716 958716 0 0.0
(read/write) 128340 128340 0 0.0
.bss 126276 126276 0 0.0
.data 2064 2064 0 0.0
.text 958708 958708 0 0.0
window-app BRD4161A (read only) 900328 900328 0 0.0
(read/write) 133352 133352 0 0.0
.bss 131264 131264 0 0.0
.data 2084 2084 0 0.0
.text 900320 900320 0 0.0
esp32 all-clusters-app c3devkit (read only) 1008060 1008202 142 0.0
(read/write) 1481914 1481914 0 0.0
.dram0.bss 69256 69256 0 0.0
.dram0.data 14656 14656 0 0.0
.flash.rodata 212568 212568 0 0.0
.flash.text 1008060 1008202 142 0.0
.iram0.text 62954 62954 0 0.0
m5stack (read only) 1062859 1062967 108 0.0
(read/write) 484048 484048 0 0.0
.dram0.bss 74776 74776 0 0.0
.dram0.data 34200 34200 0 0.0
.flash.rodata 243076 243076 0 0.0
.flash.text 1057475 1057583 108 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 653944 653944 0 0.0
.bss 70052 70052 0 0.0
.data 2004 2004 0 0.0
.text 576088 576088 0 0.0
lock k32w061+release (read/write) 715036 715036 0 0.0
.bss 70492 70492 0 0.0
.data 1976 1976 0 0.0
.text 636768 636768 0 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9474988 9474988 0 0.0
(read/write) 674321 674321 0 0.0
.bss 43729 43729 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 610696 610696 0 0.0
.dynamic 528 528 0 0.0
.got 14936 14936 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 467548 467548 0 0.0
.text 7470420 7470420 0 0.0
thermostat-no-ble arm64 (read only) 2544956 2544956 0 0.0
(read/write) 183153 183153 0 0.0
.bss 91457 91457 0 0.0
.data 1512 1512 0 0.0
.data.rel.ro 82168 82168 0 0.0
.dynamic 528 528 0 0.0
.got 5000 5000 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 160196 160196 0 0.0
.text 2147776 2147776 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2429848 2429848 0 0.0
.bss 202724 202724 0 0.0
.data 5872 5872 0 0.0
.text 1392492 1392492 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1192179 1192179 0 0.0
bss 141378 141378 0 0.0
rodata 154628 154628 0 0.0
text 817264 817264 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1139891 1139891 0 0.0
bss 140595 140595 0 0.0
rodata 131124 131124 0 0.0
text 789312 789308 -4 -0.0
p6 all-clusters-app default (read/write) 2544880 2544880 0 0.0
.bss 137208 137208 0 0.0
.data 2808 2808 0 0.0
.text 1503144 1503144 0 0.0
all-clusters-minimal-app default (read/write) 2489744 2489744 0 0.0
.bss 136416 136416 0 0.0
.data 2752 2752 0 0.0
.text 1448008 1448008 0 0.0
light-app default (read/write) 2421656 2421656 0 0.0
.bss 129520 129520 0 0.0
.data 2600 2600 0 0.0
.text 1379920 1379920 0 0.0
lock-app default (read/write) 2441992 2441992 0 0.0
.bss 129344 129344 0 0.0
.data 2576 2576 0 0.0
.text 1400256 1400256 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 781940 781940 0 0.0
bss 70652 70652 0 0.0
noinit 40416 40416 0 0.0
text 552812 552812 0 0.0
lighting-app tlsr9518adk80d (read/write) 801952 801952 0 0.0
bss 70904 70904 0 0.0
noinit 40416 40416 0 0.0
text 569530 569532 2 0.0

@github-actions
Copy link

github-actions bot commented Jun 9, 2022

PR #18472: Size comparison from 3fafece to 25ac85a

Increases (3 builds for esp32, telink)
platform target config section 3fafece 25ac85a change % change
esp32 all-clusters-app c3devkit (read only) 1007744 1007880 136 0.0
.flash.text 1007744 1007880 136 0.0
m5stack (read only) 1062535 1062647 112 0.0
.flash.text 1057151 1057263 112 0.0
telink light-switch-app tlsr9518adk80d text 552594 552596 2 0.0
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 3fafece 25ac85a change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 689983 689983 0 0.0
(read/write) 161784 161784 0 0.0
.bss 74660 74660 0 0.0
.data 3392 3392 0 0.0
.rodata 112335 112335 0 0.0
.text 577336 577336 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 640599 640599 0 0.0
(read/write) 158132 158132 0 0.0
.bss 73884 73884 0 0.0
.data 3332 3332 0 0.0
.rodata 89375 89375 0 0.0
.text 550904 550904 0 0.0
lock-ftd LP_CC2652R7 (read only) 683487 683487 0 0.0
(read/write) 159344 159344 0 0.0
.bss 72612 72612 0 0.0
.data 3256 3256 0 0.0
.rodata 98191 98191 0 0.0
.text 584812 584812 0 0.0
lock-mtd LP_CC2652R7 (read only) 632895 632895 0 0.0
(read/write) 145720 145720 0 0.0
.bss 68348 68348 0 0.0
.data 3256 3256 0 0.0
.rodata 98079 98079 0 0.0
.text 534324 534324 0 0.0
pump-app LP_CC2652R7 (read only) 664931 664931 0 0.0
(read/write) 178812 178812 0 0.0
.bss 72756 72756 0 0.0
.data 3292 3292 0 0.0
.rodata 86371 86371 0 0.0
.text 578076 578076 0 0.0
pump-controller-app LP_CC2652R7 (read only) 655507 655507 0 0.0
(read/write) 188340 188340 0 0.0
.bss 72860 72860 0 0.0
.data 3252 3252 0 0.0
.rodata 84259 84259 0 0.0
.text 570764 570764 0 0.0
shell LP_CC2652R7 (read only) 682262 682262 0 0.0
(read/write) 165000 165000 0 0.0
.bss 76956 76956 0 0.0
.data 3396 3396 0 0.0
.rodata 108934 108934 0 0.0
.text 573016 573016 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 602578 602578 0 0.0
.app_xip_area 461524 461524 0 0.0
.bss 84008 84008 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 599662 599662 0 0.0
.app_xip_area 458472 458472 0 0.0
.bss 84176 84176 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599462 599462 0 0.0
.app_xip_area 459388 459388 0 0.0
.bss 83140 83140 0 0.0
.data 616 616 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 915064 915064 0 0.0
(read/write) 133176 133176 0 0.0
.bss 131088 131088 0 0.0
.data 2088 2088 0 0.0
.text 915056 915056 0 0.0
BRD4161A+rpc (read only) 949268 949268 0 0.0
(read/write) 149868 149868 0 0.0
.bss 147576 147576 0 0.0
.data 2292 2292 0 0.0
.text 949260 949260 0 0.0
BRD4161A+rs911x (read only) 790252 790252 0 0.0
(read/write) 129460 129460 0 0.0
.bss 127364 127364 0 0.0
.data 2096 2096 0 0.0
.text 790244 790244 0 0.0
lock-app BRD4161A+wf200 (read only) 958508 958508 0 0.0
(read/write) 128252 128252 0 0.0
.bss 126188 126188 0 0.0
.data 2064 2064 0 0.0
.text 958500 958500 0 0.0
window-app BRD4161A (read only) 900136 900136 0 0.0
(read/write) 133264 133264 0 0.0
.bss 131176 131176 0 0.0
.data 2084 2084 0 0.0
.text 900128 900128 0 0.0
esp32 all-clusters-app c3devkit (read only) 1007744 1007880 136 0.0
(read/write) 1481842 1481842 0 0.0
.dram0.bss 69168 69168 0 0.0
.dram0.data 14656 14656 0 0.0
.flash.rodata 212592 212592 0 0.0
.flash.text 1007744 1007880 136 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1062535 1062647 112 0.0
(read/write) 483976 483976 0 0.0
.dram0.bss 74688 74688 0 0.0
.dram0.data 34200 34200 0 0.0
.flash.rodata 243092 243092 0 0.0
.flash.text 1057151 1057263 112 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 653792 653792 0 0.0
.bss 70044 70044 0 0.0
.data 2004 2004 0 0.0
.text 575944 575944 0 0.0
lock k32w061+release (read/write) 714900 714900 0 0.0
.bss 70484 70484 0 0.0
.data 1976 1976 0 0.0
.text 636640 636640 0 0.0
linux all-clusters-app debug (read only) 2892457 2892457 0 0.0
(read/write) 180024 180024 0 0.0
.bss 87840 87840 0 0.0
.data 2016 2016 0 0.0
.data.rel.ro 83960 83960 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 255485 255485 0 0.0
.text 2462450 2462450 0 0.0
all-clusters-minimal-app debug (read only) 2753937 2753937 0 0.0
(read/write) 171640 171640 0 0.0
.bss 87008 87008 0 0.0
.data 1888 1888 0 0.0
.data.rel.ro 76584 76584 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 256765 256765 0 0.0
.text 2324658 2324658 0 0.0
bridge-app debug+rpc (read only) 2198001 2198001 0 0.0
(read/write) 149528 149528 0 0.0
.bss 74496 74496 0 0.0
.data 3888 3888 0 0.0
.data.rel.ro 65400 65400 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 720 720 0 0.0
.rodata 187840 187840 0 0.0
.text 1851250 1851250 0 0.0
chip-tool debug (read only) 9754501 9754501 0 0.0
(read/write) 611840 611840 0 0.0
.bss 25408 25408 0 0.0
.data 1088 1088 0 0.0
.data.rel.ro 579032 579032 0 0.0
.dynamic 624 624 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 505789 505789 0 0.0
.text 7835333 7835333 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9499564 9499564 0 0.0
(read/write) 678065 678065 0 0.0
.bss 43681 43681 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 614488 614488 0 0.0
.dynamic 528 528 0 0.0
.got 14936 14936 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 467884 467884 0 0.0
.text 7483284 7483284 0 0.0
lighting-app debug+rpc (read only) 2482385 2482385 0 0.0
(read/write) 155136 155136 0 0.0
.bss 76320 76320 0 0.0
.data 2032 2032 0 0.0
.data.rel.ro 70888 70888 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 205384 205384 0 0.0
.text 2109410 2109410 0 0.0
lock-app debug (read only) 2428353 2428353 0 0.0
(read/write) 150272 150272 0 0.0
.bss 75040 75040 0 0.0
.data 1520 1520 0 0.0
.data.rel.ro 67848 67848 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 219432 219432 0 0.0
.text 2046322 2046322 0 0.0
ota-provider-app debug (read only) 2203785 2203785 0 0.0
(read/write) 143264 143264 0 0.0
.bss 74496 74496 0 0.0
.data 1752 1752 0 0.0
.data.rel.ro 61208 61208 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 191960 191960 0 0.0
.text 1852146 1852146 0 0.0
ota-requestor-app debug (read only) 2265417 2265417 0 0.0
(read/write) 146312 146312 0 0.0
.bss 75264 75264 0 0.0
.data 1944 1944 0 0.0
.data.rel.ro 63320 63320 0 0.0
.dynamic 608 608 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 195296 195296 0 0.0
.text 1906386 1906386 0 0.0
shell debug (read only) 2584081 2584081 0 0.0
(read/write) 203200 203200 0 0.0
.bss 118728 118728 0 0.0
.data 1328 1328 0 0.0
.data.rel.ro 77392 77392 0 0.0
.dynamic 608 608 0 0.0
.got 4176 4176 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 228050 228050 0 0.0
.text 2197410 2197410 0 0.0
thermostat-no-ble arm64 (read only) 2544028 2544028 0 0.0
(read/write) 183073 183073 0 0.0
.bss 91409 91409 0 0.0
.data 1512 1512 0 0.0
.data.rel.ro 82144 82144 0 0.0
.dynamic 528 528 0 0.0
.got 4992 4992 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 160132 160132 0 0.0
.text 2146960 2146960 0 0.0
tv-app debug (read only) 3035985 3035985 0 0.0
(read/write) 281648 281648 0 0.0
.bss 192296 192296 0 0.0
.data 4656 4656 0 0.0
.data.rel.ro 78232 78232 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 241056 241056 0 0.0
.text 2609746 2609746 0 0.0
tv-casting-app debug (read only) 5335041 5335041 0 0.0
(read/write) 224032 224032 0 0.0
.bss 80136 80136 0 0.0
.data 2416 2416 0 0.0
.data.rel.ro 135248 135248 0 0.0
.dynamic 608 608 0 0.0
.got 4712 4712 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 340512 340512 0 0.0
.text 4643858 4643858 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2429664 2429664 0 0.0
.bss 202692 202692 0 0.0
.data 5872 5872 0 0.0
.text 1392308 1392308 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1192075 1192075 0 0.0
bss 141362 141362 0 0.0
rodata 154652 154652 0 0.0
text 817132 817132 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1139783 1139783 0 0.0
bss 140579 140579 0 0.0
rodata 131144 131144 0 0.0
text 789180 789180 0 0.0
p6 all-clusters-app default (read/write) 2544544 2544544 0 0.0
.bss 137120 137120 0 0.0
.data 2808 2808 0 0.0
.text 1502808 1502808 0 0.0
all-clusters-minimal-app default (read/write) 2489416 2489416 0 0.0
.bss 136328 136328 0 0.0
.data 2752 2752 0 0.0
.text 1447680 1447680 0 0.0
light-app default (read/write) 2421336 2421336 0 0.0
.bss 129432 129432 0 0.0
.data 2600 2600 0 0.0
.text 1379600 1379600 0 0.0
lock-app default (read/write) 2441672 2441672 0 0.0
.bss 129256 129256 0 0.0
.data 2576 2576 0 0.0
.text 1399936 1399936 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 781728 781728 0 0.0
bss 70636 70636 0 0.0
noinit 40416 40416 0 0.0
text 552594 552596 2 0.0
lighting-app tlsr9518adk80d (read/write) 801740 801740 0 0.0
bss 70888 70888 0 0.0
noinit 40416 40416 0 0.0
text 569314 569314 0 0.0

@github-actions
Copy link

github-actions bot commented Jun 10, 2022

PR #18472: Size comparison from 3522f9a to acd3e4b

Increases (5 builds for esp32, nrfconnect, telink)
platform target config section 3522f9a acd3e4b change % change
esp32 all-clusters-app c3devkit (read only) 1008084 1008218 134 0.0
.flash.text 1008084 1008218 134 0.0
m5stack (read only) 1062899 1063023 124 0.0
.flash.text 1057515 1057639 124 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 817528 817532 4 0.0
telink light-switch-app tlsr9518adk80d (read/write) 783120 783128 8 0.0
text 553734 553738 4 0.0
lighting-app tlsr9518adk80d text 570454 570456 2 0.0
Decreases (1 build for cyw30739)
platform target config section 3522f9a acd3e4b change % change
cyw30739 light cyw930739m2evb_01 (read/write) 604098 604090 -8 -0.0
.app_xip_area 462668 462660 -8 -0.0
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 3522f9a acd3e4b change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 691167 691167 0 0.0
(read/write) 159688 159688 0 0.0
.bss 73748 73748 0 0.0
.data 3392 3392 0 0.0
.rodata 112391 112391 0 0.0
.text 578464 578464 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 641815 641815 0 0.0
(read/write) 157220 157220 0 0.0
.bss 72972 72972 0 0.0
.data 3332 3332 0 0.0
.rodata 89439 89439 0 0.0
.text 552056 552056 0 0.0
lock-ftd LP_CC2652R7 (read only) 684679 684679 0 0.0
(read/write) 157240 157240 0 0.0
.bss 71700 71700 0 0.0
.data 3256 3256 0 0.0
.rodata 98255 98255 0 0.0
.text 585940 585940 0 0.0
lock-mtd LP_CC2652R7 (read only) 634095 634095 0 0.0
(read/write) 144808 144808 0 0.0
.bss 67436 67436 0 0.0
.data 3256 3256 0 0.0
.rodata 98143 98143 0 0.0
.text 535460 535460 0 0.0
pump-app LP_CC2652R7 (read only) 666035 666035 0 0.0
(read/write) 176796 176796 0 0.0
.bss 71844 71844 0 0.0
.data 3292 3292 0 0.0
.rodata 86363 86363 0 0.0
.text 579188 579188 0 0.0
pump-controller-app LP_CC2652R7 (read only) 656603 656603 0 0.0
(read/write) 186332 186332 0 0.0
.bss 71948 71948 0 0.0
.data 3252 3252 0 0.0
.rodata 84251 84251 0 0.0
.text 571868 571868 0 0.0
shell LP_CC2652R7 (read only) 683454 683454 0 0.0
(read/write) 162896 162896 0 0.0
.bss 76044 76044 0 0.0
.data 3396 3396 0 0.0
.rodata 108990 108990 0 0.0
.text 574152 574152 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 604098 604090 -8 -0.0
.app_xip_area 462668 462660 -8 -0.0
.bss 84384 84384 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 601198 601198 0 0.0
.app_xip_area 459632 459632 0 0.0
.bss 84552 84552 0 0.0
.data 700 700 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 600966 600966 0 0.0
.app_xip_area 460516 460516 0 0.0
.bss 83516 83516 0 0.0
.data 616 616 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 915672 915672 0 0.0
(read/write) 133368 133368 0 0.0
.bss 131280 131280 0 0.0
.data 2088 2088 0 0.0
.text 915664 915664 0 0.0
BRD4161A+rpc (read only) 949876 949876 0 0.0
(read/write) 150060 150060 0 0.0
.bss 147768 147768 0 0.0
.data 2292 2292 0 0.0
.text 949868 949868 0 0.0
BRD4161A+rs911x (read only) 790788 790788 0 0.0
(read/write) 129652 129652 0 0.0
.bss 127556 127556 0 0.0
.data 2096 2096 0 0.0
.text 790780 790780 0 0.0
lock-app BRD4161A+wf200 (read only) 959612 959612 0 0.0
(read/write) 129996 129996 0 0.0
.bss 127932 127932 0 0.0
.data 2064 2064 0 0.0
.text 959604 959604 0 0.0
window-app BRD4161A (read only) 900728 900728 0 0.0
(read/write) 133456 133456 0 0.0
.bss 131368 131368 0 0.0
.data 2084 2084 0 0.0
.text 900720 900720 0 0.0
esp32 all-clusters-app c3devkit (read only) 1008084 1008218 134 0.0
(read/write) 1482098 1482098 0 0.0
.dram0.bss 69360 69360 0 0.0
.dram0.data 14656 14656 0 0.0
.flash.rodata 212656 212656 0 0.0
.flash.text 1008084 1008218 134 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1062899 1063023 124 0.0
(read/write) 484232 484232 0 0.0
.dram0.bss 74880 74880 0 0.0
.dram0.data 34200 34200 0 0.0
.flash.rodata 243156 243156 0 0.0
.flash.text 1057515 1057639 124 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 654608 654608 0 0.0
.bss 69700 69700 0 0.0
.data 2004 2004 0 0.0
.text 577104 577104 0 0.0
lock k32w061+release (read/write) 715804 715804 0 0.0
.bss 70140 70140 0 0.0
.data 1976 1976 0 0.0
.text 637888 637888 0 0.0
linux all-clusters-app debug (read only) 2894081 2894081 0 0.0
(read/write) 187928 187928 0 0.0
.bss 95744 95744 0 0.0
.data 2016 2016 0 0.0
.data.rel.ro 83944 83944 0 0.0
.dynamic 608 608 0 0.0
.got 4544 4544 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 256189 256189 0 0.0
.text 2463442 2463442 0 0.0
all-clusters-minimal-app debug (read only) 2755593 2755593 0 0.0
(read/write) 179544 179544 0 0.0
.bss 94912 94912 0 0.0
.data 1888 1888 0 0.0
.data.rel.ro 76568 76568 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 257501 257501 0 0.0
.text 2325650 2325650 0 0.0
bridge-app debug+rpc (read only) 2233873 2233873 0 0.0
(read/write) 158376 158376 0 0.0
.bss 82944 82944 0 0.0
.data 3696 3696 0 0.0
.data.rel.ro 65944 65944 0 0.0
.dynamic 608 608 0 0.0
.got 4400 4400 0 0.0
.init 27 27 0 0.0
.init_array 736 736 0 0.0
.rodata 189856 189856 0 0.0
.text 1884706 1884706 0 0.0
chip-tool debug (read only) 9811765 9811765 0 0.0
(read/write) 623232 623232 0 0.0
.bss 25408 25408 0 0.0
.data 1088 1088 0 0.0
.data.rel.ro 590432 590432 0 0.0
.dynamic 624 624 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 506741 506741 0 0.0
.text 7864933 7864933 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9558780 9558780 0 0.0
(read/write) 689553 689553 0 0.0
.bss 43681 43681 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 625888 625888 0 0.0
.dynamic 528 528 0 0.0
.got 15032 15032 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 468828 468828 0 0.0
.text 7514548 7514548 0 0.0
lighting-app debug+rpc (read only) 2483897 2483897 0 0.0
(read/write) 163040 163040 0 0.0
.bss 84224 84224 0 0.0
.data 2032 2032 0 0.0
.data.rel.ro 70872 70872 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 824 824 0 0.0
.rodata 206024 206024 0 0.0
.text 2110354 2110354 0 0.0
lock-app debug (read only) 2429945 2429945 0 0.0
(read/write) 158176 158176 0 0.0
.bss 82944 82944 0 0.0
.data 1520 1520 0 0.0
.data.rel.ro 67832 67832 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 220136 220136 0 0.0
.text 2047282 2047282 0 0.0
ota-provider-app debug (read only) 2205297 2205297 0 0.0
(read/write) 151136 151136 0 0.0
.bss 82400 82400 0 0.0
.data 1752 1752 0 0.0
.data.rel.ro 61192 61192 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 192600 192600 0 0.0
.text 1853090 1853090 0 0.0
ota-requestor-app debug (read only) 2266961 2266961 0 0.0
(read/write) 154184 154184 0 0.0
.bss 83168 83168 0 0.0
.data 1944 1944 0 0.0
.data.rel.ro 63288 63288 0 0.0
.dynamic 608 608 0 0.0
.got 4456 4456 0 0.0
.init 27 27 0 0.0
.init_array 704 704 0 0.0
.rodata 195968 195968 0 0.0
.text 1907330 1907330 0 0.0
shell debug (read only) 2585673 2585673 0 0.0
(read/write) 219008 219008 0 0.0
.bss 134536 134536 0 0.0
.data 1328 1328 0 0.0
.data.rel.ro 77368 77368 0 0.0
.dynamic 608 608 0 0.0
.got 4176 4176 0 0.0
.init 27 27 0 0.0
.init_array 944 944 0 0.0
.rodata 228722 228722 0 0.0
.text 2198402 2198402 0 0.0
thermostat-no-ble arm64 (read only) 2545340 2545340 0 0.0
(read/write) 190961 190961 0 0.0
.bss 99313 99313 0 0.0
.data 1512 1512 0 0.0
.data.rel.ro 82120 82120 0 0.0
.dynamic 528 528 0 0.0
.got 4992 4992 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 160516 160516 0 0.0
.text 2147968 2147968 0 0.0
tv-app debug (read only) 3037465 3037465 0 0.0
(read/write) 289520 289520 0 0.0
.bss 200200 200200 0 0.0
.data 4656 4656 0 0.0
.data.rel.ro 78216 78216 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 960 960 0 0.0
.rodata 241664 241664 0 0.0
.text 2610690 2610690 0 0.0
tv-casting-app debug (read only) 5336633 5336633 0 0.0
(read/write) 231904 231904 0 0.0
.bss 88040 88040 0 0.0
.data 2416 2416 0 0.0
.data.rel.ro 135216 135216 0 0.0
.dynamic 608 608 0 0.0
.got 4712 4712 0 0.0
.init 27 27 0 0.0
.init_array 880 880 0 0.0
.rodata 341184 341184 0 0.0
.text 4644850 4644850 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2430136 2430136 0 0.0
.bss 208956 208956 0 0.0
.data 5872 5872 0 0.0
.text 1392780 1392780 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1192683 1192683 0 0.0
bss 141554 141554 0 0.0
rodata 154732 154732 0 0.0
text 817528 817532 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1140423 1140423 0 0.0
bss 140771 140771 0 0.0
rodata 131224 131224 0 0.0
text 789612 789612 0 0.0
p6 all-clusters-app default (read/write) 2545728 2545728 0 0.0
.bss 143384 143384 0 0.0
.data 2808 2808 0 0.0
.text 1503992 1503992 0 0.0
all-clusters-minimal-app default (read/write) 2490536 2490536 0 0.0
.bss 142592 142592 0 0.0
.data 2752 2752 0 0.0
.text 1448800 1448800 0 0.0
light-app default (read/write) 2421904 2421904 0 0.0
.bss 135696 135696 0 0.0
.data 2600 2600 0 0.0
.text 1380168 1380168 0 0.0
lock-app default (read/write) 2442296 2442296 0 0.0
.bss 135520 135520 0 0.0
.data 2576 2576 0 0.0
.text 1400560 1400560 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 783120 783128 8 0.0
bss 70828 70828 0 0.0
noinit 40416 40416 0 0.0
text 553734 553738 4 0.0
lighting-app tlsr9518adk80d (read/write) 803132 803132 0 0.0
bss 71080 71080 0 0.0
noinit 40416 40416 0 0.0
text 570454 570456 2 0.0

@bzbarsky-apple bzbarsky-apple merged commit 4b6fc80 into project-chip:master Jun 14, 2022
@jadhavrohit924 jadhavrohit924 deleted the commissioning-case branch August 16, 2022 04:40
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.

8 participants