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

[Dnssd] Sort IPs by scores for commissionable node discovery #23292

Merged
merged 1 commit into from
Oct 21, 2022

Conversation

vivien-apple
Copy link
Contributor

Problem

While address resolution for CASE session establishment is scoring IPs to "guess" the best IP, the commissionable discovery bits does not.

Proposed solution

Score IPs for commissionable bits too by moving one layer up the scoring code. It can still be overridden by implementing a custom logic in LookupResult but by default it will be scored against a default scoring heuristic.
The whole addresses array is sorted in case one wants to try multiple IPs for connecting to a device instead of only returning the "best" IP.

@github-actions
Copy link

PR #23292: Size comparison from 66c0270 to d843881

Increases (4 builds for bl602, linux)
platform target config section 66c0270 d843881 change % change
bl602 lighting-app bl602 (read/write) 1390246 1390446 200 0.0
.text 1069638 1069840 202 0.0
bl602+rpc (read/write) 1435470 1435670 200 0.0
.text 1100986 1101190 204 0.0
linux chip-tool-ipv6only arm64 (read only) 10429700 10430324 624 0.0
.text 8255988 8256612 624 0.0
thermostat-no-ble arm64 (read only) 2390796 2391420 624 0.0
.text 2003408 2004032 624 0.0
Full report (4 builds for bl602, linux)
platform target config section 66c0270 d843881 change % change
bl602 lighting-app bl602 (read/write) 1390246 1390446 200 0.0
.bss 90745 90745 0 0.0
.data 9928 9928 0 0.0
.text 1069638 1069840 202 0.0
bl602+rpc (read/write) 1435470 1435670 200 0.0
.bss 98177 98177 0 0.0
.data 10312 10312 0 0.0
.text 1100986 1101190 204 0.0
linux chip-tool-ipv6only arm64 (read only) 10429700 10430324 624 0.0
(read/write) 706353 706353 0 0.0
.bss 33953 33953 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650632 650632 0 0.0
.dynamic 560 560 0 0.0
.got 13896 13896 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518148 518148 0 0.0
.text 8255988 8256612 624 0.0
thermostat-no-ble arm64 (read only) 2390796 2391420 624 0.0
(read/write) 143633 143633 0 0.0
.bss 55377 55377 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5176 5176 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 144484 144484 0 0.0
.text 2003408 2004032 624 0.0

@github-actions
Copy link

github-actions bot commented Oct 21, 2022

PR #23292: Size comparison from 559c7d5 to 54664e4

Increases (31 builds for bl602, bl702, cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 559c7d5 54664e4 change % change
bl602 lighting-app bl602 (read/write) 1390246 1390454 208 0.0
.text 1069636 1069844 208 0.0
bl602+rpc (read/write) 1435462 1435670 208 0.0
.text 1100984 1101192 208 0.0
bl702 lighting-app bl702 (read/write) 1189219 1189427 208 0.0
.debug_abbrev 1506980 1508972 1992 0.1
.debug_aranges 133168 133224 56 0.0
.debug_frame 486752 486940 188 0.0
.debug_info 37909064 37919789 10725 0.0
.debug_line 5257986 5261816 3830 0.1
.debug_loc 3367729 3369083 1354 0.0
.debug_ranges 359568 359656 88 0.0
.debug_str 3458100 3459314 1214 0.0
.strtab 565314 565549 235 0.0
.symtab 171728 171776 48 0.0
.text 957578 957778 200 0.0
bl702+rpc (read/write) 1284883 1285091 208 0.0
.debug_abbrev 1644525 1646379 1854 0.1
.debug_aranges 140672 140728 56 0.0
.debug_frame 512124 512312 188 0.0
.debug_info 41815678 41826822 11144 0.0
.debug_line 5632517 5636536 4019 0.1
.debug_loc 3560376 3561772 1396 0.0
.debug_ranges 382024 382112 88 0.0
.debug_str 3854070 3855284 1214 0.0
.strtab 624487 624722 235 0.0
.symtab 189536 189584 48 0.0
.text 1031024 1031224 200 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 677359 677495 136 0.0
.text 587256 587392 136 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 641607 641743 136 0.0
.text 562360 562496 136 0.0
lock-ftd LP_CC2652R7 (read only) 675851 675987 136 0.0
.text 598056 598192 136 0.0
lock-mtd LP_CC2652R7 (read only) 659615 659743 128 0.0
.text 556000 556128 128 0.0
pump-app LP_CC2652R7 (read only) 688131 688267 136 0.0
.text 596884 597020 136 0.0
pump-controller-app LP_CC2652R7 (read only) 672455 672583 128 0.0
.text 585656 585784 128 0.0
shell LP_CC2652R7 (read only) 668382 668518 136 0.0
.text 581564 581700 136 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588138 588258 120 0.0
.app_xip_area 464724 464844 120 0.0
lock cyw930739m2evb_01 (read/write) 592170 592306 136 0.0
.app_xip_area 463460 463596 136 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543998 544134 136 0.0
.app_xip_area 425664 425800 136 0.0
k32w contact k32w0+release (read/write) 661268 661412 144 0.0
.text 563012 563156 144 0.0
light k32w0+release (read/write) 671528 671656 128 0.0
.text 591900 592028 128 0.0
lock k32w0+release (read/write) 633076 633220 144 0.0
.text 552668 552812 144 0.0
linux chip-tool-ipv6only arm64 (read only) 10429700 10430340 640 0.0
.text 8255988 8256628 640 0.0
thermostat-no-ble arm64 (read only) 2390796 2391436 640 0.0
.text 2003408 2004048 640 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2452200 2452328 128 0.0
.text 1414844 1414972 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1183659 1183803 144 0.0
text 815888 816024 136 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1162343 1162471 128 0.0
text 803784 803916 132 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1745644 1745820 176 0.0
.debug_abbrev 1229489 1231445 1956 0.2
.debug_aranges 111904 111960 56 0.1
.debug_frame 373628 373796 168 0.0
.debug_info 26837502 26849627 12125 0.0
.debug_line 3673331 3676856 3525 0.1
.debug_loc 3590250 3591933 1683 0.0
.debug_ranges 339704 339792 88 0.0
.debug_str 3441503 3443328 1825 0.1
.strtab 569882 570095 213 0.0
.symtab 421328 421408 80 0.0
.text 1545864 1546040 176 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1688244 1688404 160 0.0
.debug_abbrev 1221288 1223244 1956 0.2
.debug_aranges 111376 111432 56 0.1
.debug_frame 376708 376876 168 0.0
.debug_info 26574284 26586401 12117 0.0
.debug_line 3694048 3697608 3560 0.1
.debug_loc 3577887 3579570 1683 0.0
.debug_ranges 338320 338408 88 0.0
.debug_str 3430516 3432349 1833 0.1
.strtab 533971 534184 213 0.0
.symtab 407760 407840 80 0.0
.text 1489200 1489360 160 0.0
light cy8ckit_062s2_43012 (read/write) 1606788 1606948 160 0.0
.debug_abbrev 1055399 1057357 1958 0.2
.debug_aranges 103584 103640 56 0.1
.debug_frame 347040 347208 168 0.0
.debug_info 22038008 22050139 12131 0.1
.debug_line 3263972 3267301 3329 0.1
.debug_loc 3275848 3277546 1698 0.1
.debug_ranges 303624 303712 88 0.0
.debug_str 3236048 3237869 1821 0.1
.strtab 470348 470561 213 0.0
.symtab 376208 376288 80 0.0
.text 1415928 1416088 160 0.0
lock cy8ckit_062s2_43012 (read/write) 1640492 1640652 160 0.0
.debug_abbrev 1057338 1059274 1936 0.2
.debug_aranges 103976 104032 56 0.1
.debug_frame 348896 349064 168 0.0
.debug_info 22271297 22283373 12076 0.1
.debug_line 3260937 3264280 3343 0.1
.debug_loc 3303430 3305128 1698 0.1
.debug_ranges 305560 305648 88 0.0
.debug_str 3255446 3257263 1817 0.1
.strtab 472699 472912 213 0.0
.symtab 377824 377904 80 0.0
.text 1444640 1444800 160 0.0
qpg lighting-app qpg6105+debug (read/write) 1148824 1148952 128 0.0
.text 595924 596052 128 0.0
lock-app qpg6105+debug (read/write) 1113712 1113840 128 0.0
.text 560808 560936 128 0.0
telink light-switch-app tlsr9518adk80d (read/write) 790300 790492 192 0.0
text 553858 554050 192 0.0
lighting-app tlsr9518adk80d (read/write) 805532 805724 192 0.0
text 565992 566184 192 0.0
ota-requestor-app tlsr9518adk80d (read/write) 804416 804608 192 0.0
text 564864 565056 192 0.0
Decreases (6 builds for cc13x2_26x2)
platform target config section 559c7d5 54664e4 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 174200 174064 -136 -0.1
lock-ftd LP_CC2652R7 (read/write) 172844 172708 -136 -0.1
lock-mtd LP_CC2652R7 (read/write) 184768 184640 -128 -0.1
pump-app LP_CC2652R7 (read/write) 161300 161164 -136 -0.1
pump-controller-app LP_CC2652R7 (read/write) 177072 176944 -128 -0.1
shell LP_CC2652R7 (read/write) 185496 185360 -136 -0.1
Full report (31 builds for bl602, bl702, cc13x2_26x2, cyw30739, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 559c7d5 54664e4 change % change
bl602 lighting-app bl602 (read/write) 1390246 1390454 208 0.0
.bss 90745 90745 0 0.0
.data 9928 9928 0 0.0
.text 1069636 1069844 208 0.0
bl602+rpc (read/write) 1435462 1435670 208 0.0
.bss 98177 98177 0 0.0
.data 10312 10312 0 0.0
.text 1100984 1101192 208 0.0
bl702 lighting-app bl702 (read only) 3262 3262 0 0.0
(read/write) 1189219 1189427 208 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 67118 67118 0 0.0
.bss_psram 29696 29696 0 0.0
.comment 48 48 0 0.0
.data 4272 4272 0 0.0
.debug_abbrev 1506980 1508972 1992 0.1
.debug_aranges 133168 133224 56 0.0
.debug_frame 486752 486940 188 0.0
.debug_info 37909064 37919789 10725 0.0
.debug_line 5257986 5261816 3830 0.1
.debug_loc 3367729 3369083 1354 0.0
.debug_ranges 359568 359656 88 0.0
.debug_str 3458100 3459314 1214 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 116744 116744 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 565314 565549 235 0.0
.symtab 171728 171776 48 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
957578 957778 200 0.0
bl702+rpc (read only) 3262 3262 0 0.0
(read/write) 1284883 1285091 208 0.0
.bleromro 6296 6296 0 0.0
.bleromrw 124 124 0 0.0
.boot2 688 688 0 0.0
.bss 75166 75166 0 0.0
.bss_psram 29936 29936 0 0.0
.comment 48 48 0 0.0
.data 4800 4800 0 0.0
.debug_abbrev 1644525 1646379 1854 0.1
.debug_aranges 140672 140728 56 0.0
.debug_frame 512124 512312 188 0.0
.debug_info 41815678 41826822 11144 0.0
.debug_line 5632517 5636536 4019 0.1
.debug_loc 3560376 3561772 1396 0.0
.debug_ranges 382024 382112 88 0.0
.debug_str 3854070 3855284 1214 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 130136 130136 0 0.0
.rsvd 3188 3188 0 0.0
.shstrtab 293 293 0 0.0
.stack 2048 2048 0 0.0
.strtab 624487 624722 235 0.0
.symtab 189536 189584 48 0.0
.tcm_data 36 36 0 0.0
.tcmcode 3262 3262 0 0.0
.text 0 0 0 0.0
1031024 1031224 200 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 677359 677495 136 0.0
(read/write) 174200 174064 -136 -0.1
.bss 81252 81252 0 0.0
.data 3380 3380 0 0.0
.rodata 89791 89791 0 0.0
.text 587256 587392 136 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 641607 641743 136 0.0
(read/write) 158020 158020 0 0.0
.bss 80524 80524 0 0.0
.data 3380 3380 0 0.0
.rodata 78927 78927 0 0.0
.text 562360 562496 136 0.0
lock-ftd LP_CC2652R7 (read only) 675851 675987 136 0.0
(read/write) 172844 172708 -136 -0.1
.bss 78476 78476 0 0.0
.data 3304 3304 0 0.0
.rodata 77315 77315 0 0.0
.text 598056 598192 136 0.0
lock-mtd LP_CC2652R7 (read only) 659615 659743 128 0.0
(read/write) 184768 184640 -128 -0.1
.bss 74164 74164 0 0.0
.data 3304 3304 0 0.0
.rodata 103135 103135 0 0.0
.text 556000 556128 128 0.0
pump-app LP_CC2652R7 (read only) 688131 688267 136 0.0
(read/write) 161300 161164 -136 -0.1
.bss 78444 78444 0 0.0
.data 3296 3296 0 0.0
.rodata 90763 90763 0 0.0
.text 596884 597020 136 0.0
pump-controller-app LP_CC2652R7 (read only) 672455 672583 128 0.0
(read/write) 177072 176944 -128 -0.1
.bss 78540 78540 0 0.0
.data 3292 3292 0 0.0
.rodata 86319 86319 0 0.0
.text 585656 585784 128 0.0
shell LP_CC2652R7 (read only) 668382 668518 136 0.0
(read/write) 185496 185360 -136 -0.1
.bss 83572 83572 0 0.0
.data 3376 3376 0 0.0
.rodata 86502 86502 0 0.0
.text 581564 581700 136 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 588138 588258 120 0.0
.app_xip_area 464724 464844 120 0.0
.bss 65832 65832 0 0.0
.data 760 760 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592170 592306 136 0.0
.app_xip_area 463460 463596 136 0.0
.bss 71120 71120 0 0.0
.data 768 768 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 543998 544134 136 0.0
.app_xip_area 425664 425800 136 0.0
.bss 60800 60800 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
k32w contact k32w0+release (read/write) 661268 661412 144 0.0
.bss 77040 77040 0 0.0
.data 2104 2104 0 0.0
.text 563012 563156 144 0.0
light k32w0+release (read/write) 671528 671656 128 0.0
.bss 74840 74840 0 0.0
.data 2060 2060 0 0.0
.text 591900 592028 128 0.0
lock k32w0+release (read/write) 633076 633220 144 0.0
.bss 75600 75600 0 0.0
.data 2080 2080 0 0.0
.text 552668 552812 144 0.0
linux chip-tool-ipv6only arm64 (read only) 10429700 10430340 640 0.0
(read/write) 706353 706353 0 0.0
.bss 33953 33953 0 0.0
.data 2768 2768 0 0.0
.data.rel.ro 650632 650632 0 0.0
.dynamic 560 560 0 0.0
.got 13896 13896 0 0.0
.init 24 24 0 0.0
.init_array 208 208 0 0.0
.rodata 518148 518148 0 0.0
.text 8255988 8256628 640 0.0
thermostat-no-ble arm64 (read only) 2390796 2391436 640 0.0
(read/write) 143633 143633 0 0.0
.bss 55377 55377 0 0.0
.data 1816 1816 0 0.0
.data.rel.ro 77256 77256 0 0.0
.dynamic 560 560 0 0.0
.got 5176 5176 0 0.0
.init 24 24 0 0.0
.init_array 440 440 0 0.0
.rodata 144484 144484 0 0.0
.text 2003408 2004048 640 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2452200 2452328 128 0.0
.bss 215028 215028 0 0.0
.data 5872 5872 0 0.0
.text 1414844 1414972 128 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1183659 1183803 144 0.0
bss 144457 144457 0 0.0
rodata 144428 144428 0 0.0
text 815888 816024 136 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1162343 1162471 128 0.0
bss 143684 143684 0 0.0
rodata 136000 136000 0 0.0
text 803784 803916 132 0.0
psoc6 all-clusters cy8ckit_062s2_43012 0 0 0 0.0
(read only) 841952 841952 0 0.0
(read/write) 1745644 1745820 176 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188728 188728 0 0.0
.comment 204 204 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 1229489 1231445 1956 0.2
.debug_aranges 111904 111960 56 0.1
.debug_frame 373628 373796 168 0.0
.debug_info 26837502 26849627 12125 0.0
.debug_line 3673331 3676856 3525 0.1
.debug_loc 3590250 3591933 1683 0.0
.debug_ranges 339704 339792 88 0.0
.debug_str 3441503 3443328 1825 0.1
.heap 841952 841952 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 569882 570095 213 0.0
.symtab 421328 421408 80 0.0
.text 1545864 1546040 176 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 0 0 0 0.0
(read only) 842688 842688 0 0.0
(read/write) 1688244 1688404 160 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187992 187992 0 0.0
.comment 204 204 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 1221288 1223244 1956 0.2
.debug_aranges 111376 111432 56 0.1
.debug_frame 376708 376876 168 0.0
.debug_info 26574284 26586401 12117 0.0
.debug_line 3694048 3697608 3560 0.1
.debug_loc 3577887 3579570 1683 0.0
.debug_ranges 338320 338408 88 0.0
.debug_str 3430516 3432349 1833 0.1
.heap 842688 842688 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 533971 534184 213 0.0
.symtab 407760 407840 80 0.0
.text 1489200 1489360 160 0.0
.zero.table 8 8 0 0.0
light cy8ckit_062s2_43012 0 0 0 0.0
(read only) 850872 850872 0 0.0
(read/write) 1606788 1606948 160 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 180016 180016 0 0.0
.comment 204 204 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 1055399 1057357 1958 0.2
.debug_aranges 103584 103640 56 0.1
.debug_frame 347040 347208 168 0.0
.debug_info 22038008 22050139 12131 0.1
.debug_line 3263972 3267301 3329 0.1
.debug_loc 3275848 3277546 1698 0.1
.debug_ranges 303624 303712 88 0.0
.debug_str 3236048 3237869 1821 0.1
.heap 850872 850872 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 470348 470561 213 0.0
.symtab 376208 376288 80 0.0
.text 1415928 1416088 160 0.0
.zero.table 8 8 0 0.0
lock cy8ckit_062s2_43012 0 0 0 0.0
(read only) 845880 845880 0 0.0
(read/write) 1640492 1640652 160 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184992 184992 0 0.0
.comment 204 204 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 1057338 1059274 1936 0.2
.debug_aranges 103976 104032 56 0.1
.debug_frame 348896 349064 168 0.0
.debug_info 22271297 22283373 12076 0.1
.debug_line 3260937 3264280 3343 0.1
.debug_loc 3303430 3305128 1698 0.1
.debug_ranges 305560 305648 88 0.0
.debug_str 3255446 3257263 1817 0.1
.heap 845880 845880 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 472699 472912 213 0.0
.symtab 377824 377904 80 0.0
.text 1444640 1444800 160 0.0
.zero.table 8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1148824 1148952 128 0.0
.bss 110580 110580 0 0.0
.data 832 832 0 0.0
.text 595924 596052 128 0.0
lock-app qpg6105+debug (read/write) 1113712 1113840 128 0.0
.bss 106372 106372 0 0.0
.data 836 836 0 0.0
.text 560808 560936 128 0.0
telink light-switch-app tlsr9518adk80d (read/write) 790300 790492 192 0.0
bss 72480 72480 0 0.0
noinit 43520 43520 0 0.0
text 553858 554050 192 0.0
lighting-app tlsr9518adk80d (read/write) 805532 805724 192 0.0
bss 73240 73240 0 0.0
noinit 43520 43520 0 0.0
text 565992 566184 192 0.0
ota-requestor-app tlsr9518adk80d (read/write) 804416 804608 192 0.0
bss 74052 74052 0 0.0
noinit 43520 43520 0 0.0
text 564864 565056 192 0.0

@vivien-apple vivien-apple merged commit 131b8c9 into project-chip:master Oct 21, 2022
adbridge pushed a commit to ARM-software/connectedhomeip that referenced this pull request Nov 18, 2022
adbridge pushed a commit to ARM-software/connectedhomeip that referenced this pull request Nov 18, 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.

3 participants