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

[OpenThread] Increase SRP service count #19900

Merged
merged 1 commit into from
Jun 24, 2022

Conversation

Damian-Nordic
Copy link
Contributor

@Damian-Nordic Damian-Nordic commented Jun 23, 2022

Problem

We assumed that MAX_FABRICS + 1 slots for SRP services is enough, but to pass Pre-SVE tests it must be possible to open the commissioning window after having been commissioned to MAX_FABRICS fabrics, and the commissionable instance name changes on opening the window.

Therefore, if the extended discovery is enabled, two slots for the commissionable services are needed for a short time:

  • the old service to be removed
  • the new service to be added.

Change overview

Increase SRP service count for the extended discovery case.
Fixes #19774

Testing

Verified on nRF Connect examples that the maximum number of fabrics can be added and then the commissioning window can be open.

@github-actions
Copy link

github-actions bot commented Jun 23, 2022

PR #19900: Size comparison from 1381c8e to 617a144

Increases above 0.2%:

platform target config section 1381c8e 617a144 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 191620 192220 600 0.3
.bss 74964 75564 600 0.8
all-clusters-minimal-app LP_CC2652R7 (read/write) 158524 159124 600 0.4
.bss 74252 74852 600 0.8
lock-ftd LP_CC2652R7 (read/write) 150084 150684 600 0.4
.bss 71964 72564 600 0.8
lock-mtd LP_CC2652R7 (read/write) 145096 145696 600 0.4
.bss 67700 68300 600 0.9
pump-app LP_CC2652R7 (read/write) 169736 170344 608 0.4
.bss 72092 72692 600 0.8
pump-controller-app LP_CC2652R7 (read/write) 183976 184568 592 0.3
.bss 72204 72804 600 0.8
shell LP_CC2652R7 (read/write) 157284 157884 600 0.4
.bss 77268 77868 600 0.8
efr32 lighting-app BRD4161A .bss 133716 134316 600 0.4
BRD4161A+rpc .bss 150404 151004 600 0.4
window-app BRD4161A .bss 133788 134388 600 0.4
k32w light k32w061+release .bss 70396 70988 592 0.8
lock k32w061+release .bss 70844 71436 592 0.8
nrfconnect all-clusters-app nrf52840dk_nrf52840 bss 143646 144246 600 0.4
all-clusters-minimal-app nrf52840dk_nrf52840 bss 142882 143482 600 0.4
telink lighting-app tlsr9518adk80d bss 72172 72772 600 0.8
Increases (17 builds for cc13x2_26x2, cyw30739, efr32, k32w, nrfconnect, telink)
platform target config section 1381c8e 617a144 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 191620 192220 600 0.3
.bss 74964 75564 600 0.8
all-clusters-minimal-app LP_CC2652R7 (read/write) 158524 159124 600 0.4
.bss 74252 74852 600 0.8
lock-ftd LP_CC2652R7 (read/write) 150084 150684 600 0.4
.bss 71964 72564 600 0.8
lock-mtd LP_CC2652R7 (read/write) 145096 145696 600 0.4
.bss 67700 68300 600 0.9
pump-app LP_CC2652R7 (read/write) 169736 170344 608 0.4
.bss 72092 72692 600 0.8
pump-controller-app LP_CC2652R7 (read only) 659215 659223 8 0.0
(read/write) 183976 184568 592 0.3
.bss 72204 72804 600 0.8
.text 575112 575120 8 0.0
shell LP_CC2652R7 (read/write) 157284 157884 600 0.4
.bss 77268 77868 600 0.8
cyw30739 lock cyw930739m2evb_01 (read/write) 590002 590010 8 0.0
.app_xip_area 459940 459948 8 0.0
efr32 lighting-app BRD4161A (read/write) 1071784 1072464 680 0.1
.bss 133716 134316 600 0.4
.text 936000 936080 80 0.0
BRD4161A+rpc (read/write) 1125852 1126532 680 0.1
.bss 150404 151004 600 0.4
.text 973164 973244 80 0.0
window-app BRD4161A (read/write) 1057036 1057716 680 0.1
.bss 133788 134388 600 0.4
.text 921152 921232 80 0.0
k32w light k32w061+release (read/write) 662204 662796 592 0.1
.bss 70396 70988 592 0.8
lock k32w061+release (read/write) 724200 724792 592 0.1
.bss 70844 71436 592 0.8
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1203187 1203731 544 0.0
bss 143646 144246 600 0.4
text 824232 824264 32 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1150535 1151079 544 0.0
bss 142882 143482 600 0.4
text 796024 796056 32 0.0
telink light-switch-app tlsr9518adk80d text 561082 561084 2 0.0
lighting-app tlsr9518adk80d (read/write) 812704 813304 600 0.1
bss 72172 72772 600 0.8
Decreases (2 builds for cc13x2_26x2)
platform target config section 1381c8e 617a144 change % change
cc13x2_26x2 all-clusters-minimal-app LP_CC2652R7 (read only) 649351 649343 -8 -0.0
.text 558408 558400 -8 -0.0
pump-app LP_CC2652R7 (read only) 673343 673335 -8 -0.0
.text 585076 585068 -8 -0.0
Full report (39 builds for cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 1381c8e 617a144 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 660451 660451 0 0.0
(read/write) 191620 192220 600 0.3
.bss 74964 75564 600 0.8
.data 3356 3356 0 0.0
.rodata 87011 87011 0 0.0
.text 573128 573128 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 649351 649343 -8 -0.0
(read/write) 158524 159124 600 0.4
.bss 74252 74852 600 0.8
.data 3356 3356 0 0.0
.rodata 90623 90623 0 0.0
.text 558408 558400 -8 -0.0
lock-ftd LP_CC2652R7 (read only) 692099 692099 0 0.0
(read/write) 150084 150684 600 0.4
.bss 71964 72564 600 0.8
.data 3280 3280 0 0.0
.rodata 99467 99467 0 0.0
.text 592148 592148 0 0.0
lock-mtd LP_CC2652R7 (read only) 641515 641515 0 0.0
(read/write) 145096 145696 600 0.4
.bss 67700 68300 600 0.9
.data 3280 3280 0 0.0
.rodata 99355 99355 0 0.0
.text 541668 541668 0 0.0
pump-app LP_CC2652R7 (read only) 673343 673335 -8 -0.0
(read/write) 169736 170344 608 0.4
.bss 72092 72692 600 0.8
.data 3280 3280 0 0.0
.rodata 87783 87783 0 0.0
.text 585076 585068 -8 -0.0
pump-controller-app LP_CC2652R7 (read only) 659215 659223 8 0.0
(read/write) 183976 184568 592 0.3
.bss 72204 72804 600 0.8
.data 3276 3276 0 0.0
.rodata 83623 83623 0 0.0
.text 575112 575120 8 0.0
shell LP_CC2652R7 (read only) 690290 690290 0 0.0
(read/write) 157284 157884 600 0.4
.bss 77268 77868 600 0.8
.data 3360 3360 0 0.0
.rodata 109866 109866 0 0.0
.text 580112 580112 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 592626 592626 0 0.0
.app_xip_area 462740 462740 0 0.0
.bss 72848 72848 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) 590002 590010 8 0.0
.app_xip_area 459940 459948 8 0.0
.bss 73024 73024 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) 595142 595142 0 0.0
.app_xip_area 466128 466128 0 0.0
.bss 72032 72032 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) 1071784 1072464 680 0.1
.bss 133716 134316 600 0.4
.data 2048 2048 0 0.0
.text 936000 936080 80 0.0
BRD4161A+rpc (read/write) 1125852 1126532 680 0.1
.bss 150404 151004 600 0.4
.data 2260 2260 0 0.0
.text 973164 973244 80 0.0
BRD4161A+rs911x (read/write) 936456 936456 0 0.0
.bss 140088 140088 0 0.0
.data 2048 2048 0 0.0
.text 794300 794300 0 0.0
lock-app BRD4161A+wf200 (read/write) 1112148 1112148 0 0.0
.bss 140504 140504 0 0.0
.data 2056 2056 0 0.0
.text 969568 969568 0 0.0
window-app BRD4161A (read/write) 1057036 1057716 680 0.1
.bss 133788 134388 600 0.4
.data 2076 2076 0 0.0
.text 921152 921232 80 0.0
k32w light k32w061+release (read/write) 662204 662796 592 0.1
.bss 70396 70988 592 0.8
.data 1992 1992 0 0.0
.text 584016 584016 0 0.0
lock k32w061+release (read/write) 724200 724792 592 0.1
.bss 70844 71436 592 0.8
.data 2000 2000 0 0.0
.text 645556 645556 0 0.0
linux all-clusters-app debug (read only) 2939145 2939145 0 0.0
(read/write) 177136 177136 0 0.0
.bss 84192 84192 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84696 84696 0 0.0
.dynamic 608 608 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 261661 261661 0 0.0
.text 2500994 2500994 0 0.0
all-clusters-minimal-app debug (read only) 2792921 2792921 0 0.0
(read/write) 169040 169040 0 0.0
.bss 83520 83520 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 77336 77336 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 263261 263261 0 0.0
.text 2355346 2355346 0 0.0
bridge-app debug+rpc (read only) 2296905 2296905 0 0.0
(read/write) 147936 147936 0 0.0
.bss 71616 71616 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 66760 66760 0 0.0
.dynamic 608 608 0 0.0
.got 4400 4400 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 196448 196448 0 0.0
.text 1939202 1939202 0 0.0
chip-tool debug (read only) 10165629 10165629 0 0.0
(read/write) 610600 610600 0 0.0
.bss 24416 24416 0 0.0
.data 1088 1088 0 0.0
.data.rel.ro 578792 578792 0 0.0
.dynamic 624 624 0 0.0
.got 5008 5008 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 508629 508629 0 0.0
.text 8249013 8249013 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9902644 9902644 0 0.0
(read/write) 675265 675265 0 0.0
.bss 42641 42641 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 614184 614184 0 0.0
.dynamic 528 528 0 0.0
.got 13472 13472 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 471492 471492 0 0.0
.text 7892292 7892292 0 0.0
lighting-app debug+rpc (read only) 2533673 2533673 0 0.0
(read/write) 151928 151928 0 0.0
.bss 72064 72064 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 71912 71912 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 212200 212200 0 0.0
.text 2151634 2151634 0 0.0
lock-app debug (read only) 2466977 2466977 0 0.0
(read/write) 146672 146672 0 0.0
.bss 70496 70496 0 0.0
.data 1680 1680 0 0.0
.data.rel.ro 68632 68632 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 225928 225928 0 0.0
.text 2076610 2076610 0 0.0
ota-provider-app debug (read only) 2304817 2304817 0 0.0
(read/write) 140776 140776 0 0.0
.bss 70176 70176 0 0.0
.data 1912 1912 0 0.0
.data.rel.ro 62872 62872 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 202104 202104 0 0.0
.text 1940418 1940418 0 0.0
ota-requestor-app debug (read only) 2421921 2421921 0 0.0
(read/write) 147648 147648 0 0.0
.bss 72544 72544 0 0.0
.data 2200 2200 0 0.0
.data.rel.ro 67048 67048 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 205984 205984 0 0.0
.text 2045266 2045266 0 0.0
shell debug (read only) 2612633 2612633 0 0.0
(read/write) 196120 196120 0 0.0
.bss 111304 111304 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 77832 77832 0 0.0
.dynamic 608 608 0 0.0
.got 4168 4168 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 231698 231698 0 0.0
.text 2221154 2221154 0 0.0
thermostat-no-ble arm64 (read only) 2579044 2579044 0 0.0
(read/write) 180673 180673 0 0.0
.bss 87905 87905 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 82952 82952 0 0.0
.dynamic 528 528 0 0.0
.got 5088 5088 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 164724 164724 0 0.0
.text 2175104 2175104 0 0.0
tv-app debug (read only) 3079665 3079665 0 0.0
(read/write) 277864 277864 0 0.0
.bss 187720 187720 0 0.0
.data 4656 4656 0 0.0
.data.rel.ro 79048 79048 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 247808 247808 0 0.0
.text 2644946 2644946 0 0.0
tv-casting-app debug (read only) 5542289 5542289 0 0.0
(read/write) 184144 184144 0 0.0
.bss 72872 72872 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 102592 102592 0 0.0
.dynamic 608 608 0 0.0
.got 4712 4712 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 341737 341737 0 0.0
.text 4924274 4924274 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2439536 2439536 0 0.0
.bss 214692 214692 0 0.0
.data 5864 5864 0 0.0
.text 1402180 1402180 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1203187 1203731 544 0.0
bss 143646 144246 600 0.4
rodata 156388 156388 0 0.0
text 824232 824264 32 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1150535 1151079 544 0.0
bss 142882 143482 600 0.4
rodata 132720 132720 0 0.0
text 796024 796056 32 0.0
p6 all-clusters-app default (read/write) 2555952 2555952 0 0.0
.bss 149872 149872 0 0.0
.data 2776 2776 0 0.0
.text 1514216 1514216 0 0.0
all-clusters-minimal-app default (read/write) 2501800 2501800 0 0.0
.bss 149152 149152 0 0.0
.data 2776 2776 0 0.0
.text 1460064 1460064 0 0.0
light-app default (read/write) 2432552 2432552 0 0.0
.bss 141232 141232 0 0.0
.data 2592 2592 0 0.0
.text 1390816 1390816 0 0.0
lock-app default (read/write) 2453280 2453280 0 0.0
.bss 141056 141056 0 0.0
.data 2600 2600 0 0.0
.text 1411544 1411544 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 793000 793000 0 0.0
bss 71924 71924 0 0.0
noinit 40416 40416 0 0.0
text 561082 561084 2 0.0
lighting-app tlsr9518adk80d (read/write) 812704 813304 600 0.1
bss 72172 72772 600 0.8
noinit 40416 40416 0 0.0
text 577544 577544 0 0.0

src/include/platform/CHIPDeviceConfig.h Outdated Show resolved Hide resolved
We assumed that MAX_FABRICS + 1 slots for SRP services is
enough, but to pass Pre-SVE tests it must be possible to
open the commissioning window after having been commissioned
to MAX_FABRICS fabrics, and the commissionable instance name
changes on opening the window.

Therefore, if the extended discovery is enabled, two slots
for the commissionable services are needed for a short time:
the old service to be removed and the new service to be
added.

Signed-off-by: Damian Krolik <damian.krolik@nordicsemi.no>
@github-actions
Copy link

github-actions bot commented Jun 24, 2022

PR #19900: Size comparison from 47c9ea5 to ce16220

Increases above 0.2%:

platform target config section 47c9ea5 ce16220 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 191532 192132 600 0.3
.bss 74964 75564 600 0.8
all-clusters-minimal-app LP_CC2652R7 (read/write) 158520 159120 600 0.4
.bss 74252 74852 600 0.8
lock-ftd LP_CC2652R7 (read/write) 178692 179292 600 0.3
.bss 71996 72596 600 0.8
lock-mtd LP_CC2652R7 (read/write) 145124 145724 600 0.4
.bss 67732 68332 600 0.9
pump-app LP_CC2652R7 (read/write) 169640 170240 600 0.4
.bss 72092 72692 600 0.8
pump-controller-app LP_CC2652R7 (read/write) 183872 184472 600 0.3
.bss 72204 72804 600 0.8
shell LP_CC2652R7 (read/write) 157196 157796 600 0.4
.bss 77268 77868 600 0.8
efr32 lighting-app BRD4161A .bss 133716 134316 600 0.4
BRD4161A+rpc .bss 150404 151004 600 0.4
window-app BRD4161A .bss 133788 134388 600 0.4
k32w light k32w061+release .bss 70396 70988 592 0.8
lock k32w061+release .bss 70868 71460 592 0.8
nrfconnect all-clusters-app nrf52840dk_nrf52840 bss 143646 144246 600 0.4
all-clusters-minimal-app nrf52840dk_nrf52840 bss 142882 143482 600 0.4
telink lighting-app tlsr9518adk80d bss 72172 72772 600 0.8
Increases (16 builds for cc13x2_26x2, efr32, k32w, nrfconnect, telink)
platform target config section 47c9ea5 ce16220 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 191532 192132 600 0.3
.bss 74964 75564 600 0.8
all-clusters-minimal-app LP_CC2652R7 (read/write) 158520 159120 600 0.4
.bss 74252 74852 600 0.8
lock-ftd LP_CC2652R7 (read/write) 178692 179292 600 0.3
.bss 71996 72596 600 0.8
lock-mtd LP_CC2652R7 (read/write) 145124 145724 600 0.4
.bss 67732 68332 600 0.9
pump-app LP_CC2652R7 (read/write) 169640 170240 600 0.4
.bss 72092 72692 600 0.8
pump-controller-app LP_CC2652R7 (read/write) 183872 184472 600 0.3
.bss 72204 72804 600 0.8
shell LP_CC2652R7 (read/write) 157196 157796 600 0.4
.bss 77268 77868 600 0.8
efr32 lighting-app BRD4161A (read/write) 1072668 1073348 680 0.1
.bss 133716 134316 600 0.4
.text 936888 936968 80 0.0
BRD4161A+rpc (read/write) 1126756 1127436 680 0.1
.bss 150404 151004 600 0.4
.text 974076 974156 80 0.0
window-app BRD4161A (read/write) 1057920 1058600 680 0.1
.bss 133788 134388 600 0.4
.text 922040 922120 80 0.0
k32w light k32w061+release (read/write) 662232 662824 592 0.1
.bss 70396 70988 592 0.8
lock k32w061+release (read/write) 694528 695120 592 0.1
.bss 70868 71460 592 0.8
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1203259 1203803 544 0.0
bss 143646 144246 600 0.4
text 824272 824304 32 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1150607 1151151 544 0.0
bss 142882 143482 600 0.4
text 796064 796096 32 0.0
telink light-switch-app tlsr9518adk80d text 561222 561224 2 0.0
lighting-app tlsr9518adk80d (read/write) 812900 813500 600 0.1
bss 72172 72772 600 0.8
Decreases (1 build for esp32)
platform target config section 47c9ea5 ce16220 change % change
esp32 all-clusters-app c3devkit (read only) 1014322 1014320 -2 -0.0
.flash.text 1014322 1014320 -2 -0.0
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 47c9ea5 ce16220 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 660539 660539 0 0.0
(read/write) 191532 192132 600 0.3
.bss 74964 75564 600 0.8
.data 3352 3352 0 0.0
.rodata 87059 87059 0 0.0
.text 573168 573168 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 649431 649431 0 0.0
(read/write) 158520 159120 600 0.4
.bss 74252 74852 600 0.8
.data 3352 3352 0 0.0
.rodata 90671 90671 0 0.0
.text 558440 558440 0 0.0
lock-ftd LP_CC2652R7 (read only) 663523 663523 0 0.0
(read/write) 178692 179292 600 0.3
.bss 71996 72596 600 0.8
.data 3276 3276 0 0.0
.rodata 75179 75179 0 0.0
.text 587864 587864 0 0.0
lock-mtd LP_CC2652R7 (read only) 612939 612939 0 0.0
(read/write) 145124 145724 600 0.4
.bss 67732 68332 600 0.9
.data 3276 3276 0 0.0
.rodata 75059 75059 0 0.0
.text 537392 537392 0 0.0
pump-app LP_CC2652R7 (read only) 673439 673439 0 0.0
(read/write) 169640 170240 600 0.4
.bss 72092 72692 600 0.8
.data 3276 3276 0 0.0
.rodata 87831 87831 0 0.0
.text 585124 585124 0 0.0
pump-controller-app LP_CC2652R7 (read only) 659319 659319 0 0.0
(read/write) 183872 184472 600 0.3
.bss 72204 72804 600 0.8
.data 3272 3272 0 0.0
.rodata 83671 83671 0 0.0
.text 575168 575168 0 0.0
shell LP_CC2652R7 (read only) 690378 690378 0 0.0
(read/write) 157196 157796 600 0.4
.bss 77268 77868 600 0.8
.data 3356 3356 0 0.0
.rodata 109922 109922 0 0.0
.text 580144 580144 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 592610 592610 0 0.0
.app_xip_area 462732 462732 0 0.0
.bss 72848 72848 0 0.0
.data 712 712 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 594218 594218 0 0.0
.app_xip_area 464132 464132 0 0.0
.bss 73048 73048 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 595238 595238 0 0.0
.app_xip_area 466232 466232 0 0.0
.bss 72032 72032 0 0.0
.data 656 656 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1072668 1073348 680 0.1
.bss 133716 134316 600 0.4
.data 2044 2044 0 0.0
.text 936888 936968 80 0.0
BRD4161A+rpc (read/write) 1126756 1127436 680 0.1
.bss 150404 151004 600 0.4
.data 2256 2256 0 0.0
.text 974076 974156 80 0.0
BRD4161A+rs911x (read/write) 937376 937376 0 0.0
.bss 140088 140088 0 0.0
.data 2044 2044 0 0.0
.text 795220 795220 0 0.0
lock-app BRD4161A+wf200 (read/write) 1117580 1117580 0 0.0
.bss 140536 140536 0 0.0
.data 2056 2056 0 0.0
.text 974968 974968 0 0.0
window-app BRD4161A (read/write) 1057920 1058600 680 0.1
.bss 133788 134388 600 0.4
.data 2072 2072 0 0.0
.text 922040 922120 80 0.0
esp32 all-clusters-app c3devkit (read only) 1014322 1014320 -2 -0.0
(read/write) 1485698 1485698 0 0.0
.dram0.bss 71424 71424 0 0.0
.dram0.data 14624 14624 0 0.0
.flash.rodata 214224 214224 0 0.0
.flash.text 1014322 1014320 -2 -0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1068583 1068583 0 0.0
(read/write) 487800 487800 0 0.0
.dram0.bss 76936 76936 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 244724 244724 0 0.0
.flash.text 1063199 1063199 0 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 662232 662824 592 0.1
.bss 70396 70988 592 0.8
.data 1988 1988 0 0.0
.text 584048 584048 0 0.0
lock k32w061+release (read/write) 694528 695120 592 0.1
.bss 70868 71460 592 0.8
.data 2000 2000 0 0.0
.text 615860 615860 0 0.0
linux all-clusters-app debug (read only) 2938833 2938833 0 0.0
(read/write) 177040 177040 0 0.0
.bss 84192 84192 0 0.0
.data 2016 2016 0 0.0
.data.rel.ro 84632 84632 0 0.0
.dynamic 608 608 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 261597 261597 0 0.0
.text 2500914 2500914 0 0.0
all-clusters-minimal-app debug (read only) 2792913 2792913 0 0.0
(read/write) 168944 168944 0 0.0
.bss 83520 83520 0 0.0
.data 2016 2016 0 0.0
.data.rel.ro 77272 77272 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 263229 263229 0 0.0
.text 2355538 2355538 0 0.0
bridge-app debug+rpc (read only) 2296897 2296897 0 0.0
(read/write) 147872 147872 0 0.0
.bss 71616 71616 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 66696 66696 0 0.0
.dynamic 608 608 0 0.0
.got 4400 4400 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 196416 196416 0 0.0
.text 1939394 1939394 0 0.0
chip-tool debug (read only) 10166973 10166973 0 0.0
(read/write) 610600 610600 0 0.0
.bss 24416 24416 0 0.0
.data 1088 1088 0 0.0
.data.rel.ro 578800 578800 0 0.0
.dynamic 624 624 0 0.0
.got 5008 5008 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 508549 508549 0 0.0
.text 8250389 8250389 0 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9903788 9903788 0 0.0
(read/write) 675249 675249 0 0.0
.bss 42641 42641 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 614176 614176 0 0.0
.dynamic 528 528 0 0.0
.got 13472 13472 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 471484 471484 0 0.0
.text 7893428 7893428 0 0.0
lighting-app debug+rpc (read only) 2533665 2533665 0 0.0
(read/write) 151896 151896 0 0.0
.bss 72096 72096 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 71848 71848 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 212168 212168 0 0.0
.text 2151826 2151826 0 0.0
lock-app debug (read only) 2495849 2495849 0 0.0
(read/write) 146904 146904 0 0.0
.bss 70528 70528 0 0.0
.data 1680 1680 0 0.0
.data.rel.ro 68824 68824 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 227016 227016 0 0.0
.text 2104322 2104322 0 0.0
ota-provider-app debug (read only) 2304809 2304809 0 0.0
(read/write) 140712 140712 0 0.0
.bss 70176 70176 0 0.0
.data 1912 1912 0 0.0
.data.rel.ro 62808 62808 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 202072 202072 0 0.0
.text 1940610 1940610 0 0.0
ota-requestor-app debug (read only) 2421881 2421881 0 0.0
(read/write) 147584 147584 0 0.0
.bss 72544 72544 0 0.0
.data 2200 2200 0 0.0
.data.rel.ro 66984 66984 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 205920 205920 0 0.0
.text 2045458 2045458 0 0.0
shell debug (read only) 2612817 2612817 0 0.0
(read/write) 196056 196056 0 0.0
.bss 111304 111304 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 77768 77768 0 0.0
.dynamic 608 608 0 0.0
.got 4168 4168 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 231666 231666 0 0.0
.text 2221538 2221538 0 0.0
thermostat-no-ble arm64 (read only) 2579164 2579164 0 0.0
(read/write) 180593 180593 0 0.0
.bss 87905 87905 0 0.0
.data 1696 1696 0 0.0
.data.rel.ro 82888 82888 0 0.0
.dynamic 528 528 0 0.0
.got 5088 5088 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 164812 164812 0 0.0
.text 2175296 2175296 0 0.0
tv-app debug (read only) 3082313 3082313 0 0.0
(read/write) 277800 277800 0 0.0
.bss 187720 187720 0 0.0
.data 4656 4656 0 0.0
.data.rel.ro 78984 78984 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 247840 247840 0 0.0
.text 2647682 2647682 0 0.0
tv-casting-app debug (read only) 5572105 5572105 0 0.0
(read/write) 184048 184048 0 0.0
.bss 72872 72872 0 0.0
.data 2416 2416 0 0.0
.data.rel.ro 102544 102544 0 0.0
.dynamic 608 608 0 0.0
.got 4712 4712 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 341865 341865 0 0.0
.text 4954082 4954082 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2444192 2444192 0 0.0
.bss 214724 214724 0 0.0
.data 5872 5872 0 0.0
.text 1406836 1406836 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1203259 1203803 544 0.0
bss 143646 144246 600 0.4
rodata 156436 156436 0 0.0
text 824272 824304 32 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1150607 1151151 544 0.0
bss 142882 143482 600 0.4
rodata 132768 132768 0 0.0
text 796064 796096 32 0.0
p6 all-clusters-app default (read/write) 2556024 2556024 0 0.0
.bss 149872 149872 0 0.0
.data 2768 2768 0 0.0
.text 1514288 1514288 0 0.0
all-clusters-minimal-app default (read/write) 2501872 2501872 0 0.0
.bss 149152 149152 0 0.0
.data 2768 2768 0 0.0
.text 1460136 1460136 0 0.0
light-app default (read/write) 2432632 2432632 0 0.0
.bss 141232 141232 0 0.0
.data 2584 2584 0 0.0
.text 1390896 1390896 0 0.0
lock-app default (read/write) 2458896 2458896 0 0.0
.bss 141080 141080 0 0.0
.data 2600 2600 0 0.0
.text 1417160 1417160 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 793188 793188 0 0.0
bss 71924 71924 0 0.0
noinit 40416 40416 0 0.0
text 561222 561224 2 0.0
lighting-app tlsr9518adk80d (read/write) 812900 813500 600 0.1
bss 72172 72772 600 0.8
noinit 40416 40416 0 0.0
text 577684 577684 0 0.0

@Damian-Nordic Damian-Nordic merged commit 8a4c025 into project-chip:master Jun 24, 2022
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.

[TC-MF-1.21][TC-MF-1.22] Failed to advertise commissionable node
5 participants