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

[QPG] Update flow for Server init in example apps #20733

Merged
merged 1 commit into from
Jul 22, 2022

Conversation

tima-q
Copy link
Contributor

@tima-q tima-q commented Jul 14, 2022

Problem

  • Server was initialized in the APP task while other Platform actions were running from the 'CHIP'/platform task.
  • This created threading issues specifically for RejoinExistingMulticastGroups(), called from the Thread manager's _OnPlatformEvent() handling (CHIP task) as it could be called before the server intialized the Fabric list.

Change overview

  • Moving init of Server to a Platform scheduled work. This will put both execution on the same task.
  • Remains to be checked if RejoinExistingMulticastGroups() is actually functional.
  • Updated opening of first advertising for lighting app to not open when part of a fabric.

Testing

  • QPG Lighting app commissioned
  • Application resetted
    ** Possibility for crash before the fix
    ** After fix, no crash seen - init flow runs from same task context (checked with debugger/logging)

@github-actions
Copy link

github-actions bot commented Jul 14, 2022

PR #20733: Size comparison from 4bb1abd to 77d33c2

Increases (1 build for esp32)
platform target config section 4bb1abd 77d33c2 change % change
esp32 all-clusters-app c3devkit (read only) 1020212 1020214 2 0.0
.flash.text 1020212 1020214 2 0.0
Decreases (3 builds for bl602, telink)
platform target config section 4bb1abd 77d33c2 change % change
bl602 lighting-app bl602 (read/write) 1397746 1397738 -8 -0.0
.text 1058716 1058712 -4 -0.0
bl602+rpc .text 1090400 1090396 -4 -0.0
telink light-switch-app tlsr9518adk80d text 565748 565746 -2 -0.0
Full report (38 builds for bl602, cc13x2_26x2, cyw30739, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 4bb1abd 77d33c2 change % change
bl602 lighting-app bl602 (read/write) 1397746 1397738 -8 -0.0
.bss 116978 116978 0 0.0
.data 4480 4480 0 0.0
.text 1058716 1058712 -4 -0.0
bl602+rpc (read/write) 1443170 1443170 0 0.0
.bss 124418 124418 0 0.0
.data 4600 4600 0 0.0
.text 1090400 1090396 -4 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 666367 666367 0 0.0
(read/write) 184856 184856 0 0.0
.bss 74116 74116 0 0.0
.data 3356 3356 0 0.0
.rodata 88167 88167 0 0.0
.text 577884 577884 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 632167 632167 0 0.0
(read/write) 157684 157684 0 0.0
.bss 73412 73412 0 0.0
.data 3356 3356 0 0.0
.rodata 77407 77407 0 0.0
.text 554436 554436 0 0.0
lock-ftd LP_CC2652R7 (read only) 669283 669283 0 0.0
(read/write) 172084 172084 0 0.0
.bss 71148 71148 0 0.0
.data 3280 3280 0 0.0
.rodata 76307 76307 0 0.0
.text 592496 592496 0 0.0
lock-mtd LP_CC2652R7 (read only) 618683 618683 0 0.0
(read/write) 144264 144264 0 0.0
.bss 66868 66868 0 0.0
.data 3280 3280 0 0.0
.rodata 76187 76187 0 0.0
.text 542008 542008 0 0.0
pump-app LP_CC2652R7 (read only) 678515 678515 0 0.0
(read/write) 163700 163700 0 0.0
.bss 71228 71228 0 0.0
.data 3280 3280 0 0.0
.rodata 88731 88731 0 0.0
.text 589300 589300 0 0.0
pump-controller-app LP_CC2652R7 (read only) 664339 664339 0 0.0
(read/write) 177996 177996 0 0.0
.bss 71348 71348 0 0.0
.data 3276 3276 0 0.0
.rodata 84595 84595 0 0.0
.text 579264 579264 0 0.0
shell LP_CC2652R7 (read only) 658858 658858 0 0.0
(read/write) 187868 187868 0 0.0
.bss 76420 76420 0 0.0
.data 3360 3360 0 0.0
.rodata 84946 84946 0 0.0
.text 573596 573596 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 579662 579662 0 0.0
.app_xip_area 458416 458416 0 0.0
.bss 64184 64184 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 585614 585614 0 0.0
.app_xip_area 459640 459640 0 0.0
.bss 68912 68912 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 583114 583114 0 0.0
.app_xip_area 462716 462716 0 0.0
.bss 63392 63392 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1020212 1020214 2 0.0
(read/write) 1485874 1485874 0 0.0
.dram0.bss 70080 70080 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 215760 215760 0 0.0
.flash.text 1020212 1020214 2 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1074119 1074119 0 0.0
(read/write) 487928 487928 0 0.0
.dram0.bss 75600 75600 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 246188 246188 0 0.0
.flash.text 1068735 1068735 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 658896 658896 0 0.0
.bss 69516 69516 0 0.0
.data 1992 1992 0 0.0
.text 581588 581588 0 0.0
lock k32w061+release (read/write) 685776 685776 0 0.0
.bss 69980 69980 0 0.0
.data 2004 2004 0 0.0
.text 607992 607992 0 0.0
linux all-clusters-app debug (read only) 2961193 2961193 0 0.0
(read/write) 154752 154752 0 0.0
.bss 61536 61536 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84968 84968 0 0.0
.dynamic 608 608 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 263805 263805 0 0.0
.text 2520178 2520178 0 0.0
all-clusters-minimal-app debug (read only) 2813785 2813785 0 0.0
(read/write) 146688 146688 0 0.0
.bss 60864 60864 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 77608 77608 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 265533 265533 0 0.0
.text 2373218 2373218 0 0.0
bridge-app debug+rpc (read only) 2315833 2315833 0 0.0
(read/write) 125504 125504 0 0.0
.bss 48928 48928 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 66984 66984 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 198208 198208 0 0.0
.text 1955890 1955890 0 0.0
chip-tool debug (read only) 10361505 10361505 0 0.0
(read/write) 622720 622720 0 0.0
.bss 24728 24728 0 0.0
.data 3234 3234 0 0.0
.data.rel.ro 588352 588352 0 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 517173 517173 0 0.0
.text 8411684 8411684 0 0.0
chip-tool-ipv6only arm64 (read only) 10079548 10079548 0 0.0
(read/write) 687921 687921 0 0.0
.bss 42961 42961 0 0.0
.data 3304 3304 0 0.0
.data.rel.ro 623984 623984 0 0.0
.dynamic 528 528 0 0.0
.got 13744 13744 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 480012 480012 0 0.0
.text 8034676 8034676 0 0.0
lighting-app debug+rpc (read only) 2551561 2551561 0 0.0
(read/write) 129528 129528 0 0.0
.bss 49440 49440 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72136 72136 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 213896 213896 0 0.0
.text 2167698 2167698 0 0.0
lock-app debug (read only) 2516297 2516297 0 0.0
(read/write) 124512 124512 0 0.0
.bss 47840 47840 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69096 69096 0 0.0
.dynamic 608 608 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 228936 228936 0 0.0
.text 2122194 2122194 0 0.0
ota-provider-app debug (read only) 2322673 2322673 0 0.0
(read/write) 118312 118312 0 0.0
.bss 47488 47488 0 0.0
.data 1944 1944 0 0.0
.data.rel.ro 63096 63096 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 203704 203704 0 0.0
.text 1956194 1956194 0 0.0
ota-requestor-app debug (read only) 2439745 2439745 0 0.0
(read/write) 125216 125216 0 0.0
.bss 49856 49856 0 0.0
.data 2232 2232 0 0.0
.data.rel.ro 67288 67288 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 207488 207488 0 0.0
.text 2061106 2061106 0 0.0
shell debug (read only) 2551537 2551537 0 0.0
(read/write) 141104 141104 0 0.0
.bss 57448 57448 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 76688 76688 0 0.0
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 227954 227954 0 0.0
.text 2166482 2166482 0 0.0
thermostat-no-ble arm64 (read only) 2595700 2595700 0 0.0
(read/write) 158289 158289 0 0.0
.bss 65249 65249 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83240 83240 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 165668 165668 0 0.0
.text 2190256 2190256 0 0.0
tv-app debug (read only) 3102593 3102593 0 0.0
(read/write) 257704 257704 0 0.0
.bss 167016 167016 0 0.0
.data 4848 4848 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 249216 249216 0 0.0
.text 2665474 2665474 0 0.0
tv-casting-app debug (read only) 5566841 5566841 0 0.0
(read/write) 161456 161456 0 0.0
.bss 50248 50248 0 0.0
.data 2416 2416 0 0.0
.data.rel.ro 102536 102536 0 0.0
.dynamic 608 608 0 0.0
.got 4744 4744 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 343241 343241 0 0.0
.text 4946946 4946946 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2448312 2448312 0 0.0
.bss 213940 213940 0 0.0
.data 5872 5872 0 0.0
.text 1410956 1410956 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1175411 1175411 0 0.0
bss 142900 142900 0 0.0
rodata 142060 142060 0 0.0
text 811552 811552 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155623 1155623 0 0.0
bss 142136 142136 0 0.0
rodata 133608 133608 0 0.0
text 800996 800996 0 0.0
p6 all-clusters-app default (read/write) 2566472 2566472 0 0.0
.bss 149120 149120 0 0.0
.data 2776 2776 0 0.0
.text 1524736 1524736 0 0.0
all-clusters-minimal-app default (read/write) 2511768 2511768 0 0.0
.bss 148400 148400 0 0.0
.data 2776 2776 0 0.0
.text 1470032 1470032 0 0.0
light-app default (read/write) 2441712 2441712 0 0.0
.bss 140456 140456 0 0.0
.data 2592 2592 0 0.0
.text 1399976 1399976 0 0.0
lock-app default (read/write) 2468856 2468856 0 0.0
.bss 140304 140304 0 0.0
.data 2600 2600 0 0.0
.text 1427120 1427120 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797556 797556 0 0.0
bss 70576 70576 0 0.0
noinit 40416 40416 0 0.0
text 565748 565746 -2 -0.0
lighting-app tlsr9518adk80d (read/write) 817380 817380 0 0.0
bss 71420 71420 0 0.0
noinit 40416 40416 0 0.0
text 582070 582070 0 0.0

@woody-apple
Copy link
Contributor

Fast tracking platform changes.

@woody-apple woody-apple enabled auto-merge (squash) July 16, 2022 04:13
…rmEvents

* Only open commissioning window when no fabric exists (lighting-app)
@tima-q tima-q force-pushed the qpg/update_apps_init branch from 77d33c2 to 308e7a5 Compare July 19, 2022 08:53
@github-actions github-actions bot removed the platform label Jul 19, 2022
@github-actions
Copy link

github-actions bot commented Jul 19, 2022

PR #20733: Size comparison from ea78432 to 308e7a5

Increases (2 builds for esp32, nrfconnect)
platform target config section ea78432 308e7a5 change % change
esp32 all-clusters-app c3devkit (read only) 1021762 1021764 2 0.0
.flash.text 1021762 1021764 2 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 text 812632 812636 4 0.0
Decreases (4 builds for bl602, cc13x2_26x2, telink)
platform target config section ea78432 308e7a5 change % change
bl602 lighting-app bl602 .text 1050420 1050416 -4 -0.0
bl602+rpc .text 1082076 1082072 -4 -0.0
cc13x2_26x2 all-clusters-minimal-app LP_CC2652R7 (read only) 634223 634215 -8 -0.0
.text 556348 556340 -8 -0.0
telink light-switch-app tlsr9518adk80d text 566814 566810 -4 -0.0
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section ea78432 308e7a5 change % change
bl602 lighting-app bl602 (read/write) 1379762 1379762 0 0.0
.bss 116962 116962 0 0.0
.data 4480 4480 0 0.0
.text 1050420 1050416 -4 -0.0
bl602+rpc (read/write) 1425170 1425170 0 0.0
.bss 124410 124410 0 0.0
.data 4600 4600 0 0.0
.text 1082076 1082072 -4 -0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 668599 668599 0 0.0
(read/write) 182640 182640 0 0.0
.bss 74132 74132 0 0.0
.data 3356 3356 0 0.0
.rodata 88319 88319 0 0.0
.text 579964 579964 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 634223 634215 -8 -0.0
(read/write) 157700 157700 0 0.0
.bss 73428 73428 0 0.0
.data 3356 3356 0 0.0
.rodata 77551 77551 0 0.0
.text 556348 556340 -8 -0.0
lock-ftd LP_CC2652R7 (read only) 671811 671811 0 0.0
(read/write) 169604 169604 0 0.0
.bss 71196 71196 0 0.0
.data 3280 3280 0 0.0
.rodata 76451 76451 0 0.0
.text 594880 594880 0 0.0
lock-mtd LP_CC2652R7 (read only) 654095 654095 0 0.0
(read/write) 183008 183008 0 0.0
.bss 66884 66884 0 0.0
.data 3280 3280 0 0.0
.rodata 101199 101199 0 0.0
.text 552416 552416 0 0.0
pump-app LP_CC2652R7 (read only) 680795 680795 0 0.0
(read/write) 161468 161468 0 0.0
.bss 71276 71276 0 0.0
.data 3280 3280 0 0.0
.rodata 88811 88811 0 0.0
.text 591500 591500 0 0.0
pump-controller-app LP_CC2652R7 (read only) 666587 666587 0 0.0
(read/write) 175796 175796 0 0.0
.bss 71396 71396 0 0.0
.data 3276 3276 0 0.0
.rodata 84675 84675 0 0.0
.text 581432 581432 0 0.0
shell LP_CC2652R7 (read only) 661098 661098 0 0.0
(read/write) 185644 185644 0 0.0
.bss 76436 76436 0 0.0
.data 3360 3360 0 0.0
.rodata 85098 85098 0 0.0
.text 575684 575684 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 582142 582142 0 0.0
.app_xip_area 460704 460704 0 0.0
.bss 64232 64232 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 588058 588058 0 0.0
.app_xip_area 461892 461892 0 0.0
.bss 68960 68960 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 585474 585474 0 0.0
.app_xip_area 464884 464884 0 0.0
.bss 63440 63440 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1084792 1084792 0 0.0
.bss 133044 133044 0 0.0
.data 2048 2048 0 0.0
.text 949680 949680 0 0.0
BRD4161A+rpc (read/write) 1139084 1139084 0 0.0
.bss 149724 149724 0 0.0
.data 2260 2260 0 0.0
.text 987076 987076 0 0.0
BRD4161A+rs911x (read/write) 950160 950160 0 0.0
.bss 140768 140768 0 0.0
.data 2048 2048 0 0.0
.text 807324 807324 0 0.0
lock-app BRD4161A+wf200 (read/write) 1128004 1128004 0 0.0
.bss 144136 144136 0 0.0
.data 2056 2056 0 0.0
.text 981792 981792 0 0.0
window-app BRD4161A (read/write) 1078284 1078284 0 0.0
.bss 134516 134516 0 0.0
.data 2076 2076 0 0.0
.text 941672 941672 0 0.0
esp32 all-clusters-app c3devkit (read only) 1021762 1021764 2 0.0
(read/write) 1486026 1486026 0 0.0
.dram0.bss 70080 70080 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 215912 215912 0 0.0
.flash.text 1021762 1021764 2 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1075507 1075507 0 0.0
(read/write) 488064 488064 0 0.0
.dram0.bss 75600 75600 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 246324 246324 0 0.0
.flash.text 1070123 1070123 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 660924 660924 0 0.0
.bss 69540 69540 0 0.0
.data 1992 1992 0 0.0
.text 583592 583592 0 0.0
lock k32w061+release (read/write) 687908 687908 0 0.0
.bss 70004 70004 0 0.0
.data 2004 2004 0 0.0
.text 610100 610100 0 0.0
linux all-clusters-app debug (read only) 2973161 2973161 0 0.0
(read/write) 155016 155016 0 0.0
.bss 61664 61664 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 85048 85048 0 0.0
.dynamic 608 608 0 0.0
.got 4560 4560 0 0.0
.init 27 27 0 0.0
.init_array 1056 1056 0 0.0
.rodata 264733 264733 0 0.0
.text 2530834 2530834 0 0.0
all-clusters-minimal-app debug (read only) 2819721 2819721 0 0.0
(read/write) 146688 146688 0 0.0
.bss 60864 60864 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 77608 77608 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 1048 1048 0 0.0
.rodata 265661 265661 0 0.0
.text 2379122 2379122 0 0.0
bridge-app debug+rpc (read only) 2320009 2320009 0 0.0
(read/write) 125504 125504 0 0.0
.bss 48928 48928 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 66984 66984 0 0.0
.dynamic 608 608 0 0.0
.got 4384 4384 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 198240 198240 0 0.0
.text 1960130 1960130 0 0.0
chip-tool debug (read only) 10295393 10295393 0 0.0
(read/write) 629504 629504 0 0.0
.bss 24728 24728 0 0.0
.data 3234 3234 0 0.0
.data.rel.ro 595152 595152 0 0.0
.dynamic 608 608 0 0.0
.got 5088 5088 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 515765 515765 0 0.0
.text 8331604 8331604 0 0.0
chip-tool-ipv6only arm64 (read only) 10036380 10036380 0 0.0
(read/write) 694577 694577 0 0.0
.bss 42961 42961 0 0.0
.data 3304 3304 0 0.0
.data.rel.ro 630768 630768 0 0.0
.dynamic 528 528 0 0.0
.got 13624 13624 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 479820 479820 0 0.0
.text 7976596 7976596 0 0.0
lighting-app debug+rpc (read only) 2557785 2557785 0 0.0
(read/write) 129528 129528 0 0.0
.bss 49440 49440 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72136 72136 0 0.0
.dynamic 608 608 0 0.0
.got 4384 4384 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 214088 214088 0 0.0
.text 2173826 2173826 0 0.0
lock-app debug (read only) 2522617 2522617 0 0.0
(read/write) 124512 124512 0 0.0
.bss 47840 47840 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69096 69096 0 0.0
.dynamic 608 608 0 0.0
.got 4416 4416 0 0.0
.init 27 27 0 0.0
.init_array 792 792 0 0.0
.rodata 229064 229064 0 0.0
.text 2128482 2128482 0 0.0
ota-provider-app debug (read only) 2326209 2326209 0 0.0
(read/write) 118312 118312 0 0.0
.bss 47488 47488 0 0.0
.data 1944 1944 0 0.0
.data.rel.ro 63096 63096 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 203832 203832 0 0.0
.text 1959698 1959698 0 0.0
ota-requestor-app debug (read only) 2443817 2443817 0 0.0
(read/write) 125216 125216 0 0.0
.bss 49856 49856 0 0.0
.data 2232 2232 0 0.0
.data.rel.ro 67304 67304 0 0.0
.dynamic 608 608 0 0.0
.got 4472 4472 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 207584 207584 0 0.0
.text 2065154 2065154 0 0.0
shell debug (read only) 2560065 2560065 0 0.0
(read/write) 141104 141104 0 0.0
.bss 57448 57448 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 76688 76688 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 228114 228114 0 0.0
.text 2174946 2174946 0 0.0
thermostat-no-ble arm64 (read only) 2600676 2600676 0 0.0
(read/write) 158257 158257 0 0.0
.bss 65249 65249 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83216 83216 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 165748 165748 0 0.0
.text 2195184 2195184 0 0.0
tv-app debug (read only) 3108121 3108121 0 0.0
(read/write) 257704 257704 0 0.0
.bss 167016 167016 0 0.0
.data 4848 4848 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 608 608 0 0.0
.got 4840 4840 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 249504 249504 0 0.0
.text 2670818 2670818 0 0.0
tv-casting-app debug (read only) 5356241 5356241 0 0.0
(read/write) 157664 157664 0 0.0
.bss 51016 51016 0 0.0
.data 2416 2416 0 0.0
.data.rel.ro 97928 97928 0 0.0
.dynamic 608 608 0 0.0
.got 4736 4736 0 0.0
.init 27 27 0 0.0
.init_array 912 912 0 0.0
.rodata 332841 332841 0 0.0
.text 4758002 4758002 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2449128 2449128 0 0.0
.bss 213940 213940 0 0.0
.data 5872 5872 0 0.0
.text 1411772 1411772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1176643 1176643 0 0.0
bss 142900 142900 0 0.0
rodata 142204 142204 0 0.0
text 812632 812636 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1156675 1156675 0 0.0
bss 142136 142136 0 0.0
rodata 133748 133748 0 0.0
text 801920 801920 0 0.0
p6 all-clusters-app default (read only) 882136 882136 0 0.0
(read/write) 1685036 1685036 0 0.0
.bss 148560 148560 0 0.0
.data 2648 2648 0 0.0
.text 1525440 1525440 0 0.0
all-clusters-minimal-app default (read only) 882856 882856 0 0.0
(read/write) 1629180 1629180 0 0.0
.bss 147840 147840 0 0.0
.data 2648 2648 0 0.0
.text 1470304 1470304 0 0.0
light-app default (read only) 891160 891160 0 0.0
(read/write) 1549220 1549220 0 0.0
.bss 139744 139744 0 0.0
.data 2440 2440 0 0.0
.text 1398648 1398648 0 0.0
lock-app default (read only) 891288 891288 0 0.0
(read/write) 1576220 1576220 0 0.0
.bss 139600 139600 0 0.0
.data 2456 2456 0 0.0
.text 1425776 1425776 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 798700 798700 0 0.0
bss 70576 70576 0 0.0
noinit 40416 40416 0 0.0
text 566814 566810 -4 -0.0
lighting-app tlsr9518adk80d (read/write) 818740 818740 0 0.0
bss 71420 71420 0 0.0
noinit 40416 40416 0 0.0
text 583346 583346 0 0.0

@tima-q tima-q requested a review from mrjerryjohns July 20, 2022 11:53
@woody-apple woody-apple merged commit 8548f96 into project-chip:master Jul 22, 2022
github-actions bot pushed a commit that referenced this pull request Jul 22, 2022
…rmEvents (#20733)

* Only open commissioning window when no fabric exists (lighting-app)
woody-apple added a commit that referenced this pull request Jul 27, 2022
…rmEvents (#20733) (#21098)

* Only open commissioning window when no fabric exists (lighting-app)

Co-authored-by: Timothy Maes <[email protected]>
isiu-apple pushed a commit to isiu-apple/connectedhomeip that referenced this pull request Sep 16, 2022
…rmEvents (project-chip#20733)

* Only open commissioning window when no fabric exists (lighting-app)
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