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

[Linux] DnssdImpl: rework avahi implementation #26397

Merged
merged 5 commits into from
Jul 15, 2023

Conversation

plan44
Copy link
Contributor

@plan44 plan44 commented May 5, 2023

This work was triggered by investigating into #25932, but is not yet confirmed to be a fix for it.
It does fix two general problems with the previous Avahi-based implementation that became apparent:

  • Publishing more than one service at the same time did not work.
    This needs to be possible e.g. when a node is commissioned into multiple fabrics.
    The previous implementation falsely assumed that additional services can be added
    to already committed (=published) AvahiEntryGroup, which is not the case.
    An AvahiEntryGroup can only publish multiple services ALL AT ONCE.
    The new implementation creates a new AvahiEntryGroup per service, on demand.

  • The previous implementation took ownership of the platform-global default hostname,
    (by overwriting it). This is not a good idea because the default hostname is usually
    of relevance for other non-matter services on a given Linux platform.
    The new implementation establishes the matter-mandated MAC-derived hostname separately
    and explicitly adds interface addresses.

@github-actions
Copy link

github-actions bot commented May 5, 2023

PR #26397: Size comparison from ed8d546 to 87454a7

Increases (1 build for cc32xx)
platform target config section ed8d546 87454a7 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19609713 19609836 123 0.0
.debug_str 3108961 3109073 112 0.0
Decreases (1 build for cc32xx)
platform target config section ed8d546 87454a7 change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_loclists 1489165 1489149 -16 -0.0
Full report (3 builds for cc32xx, qpg)
platform target config section ed8d546 87454a7 change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 605066 605066 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 957621 957621 0 0.0
.debug_aranges 101136 101136 0 0.0
.debug_frame 341512 341512 0 0.0
.debug_info 19609713 19609836 123 0.0
.debug_line 2666606 2666606 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1489165 1489149 -16 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 94315 94315 0 0.0
.debug_str 3108961 3109073 112 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104362 104362 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 483384 483384 0 0.0
.symtab 287328 287328 0 0.0
.text 498580 498580 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1167976 1167976 0 0.0
.bss 99632 99632 0 0.0
.data 856 856 0 0.0
.text 615076 615076 0 0.0
lock-app qpg6105+debug (read/write) 1137336 1137336 0 0.0
.bss 94784 94784 0 0.0
.data 852 852 0 0.0
.text 584432 584432 0 0.0

@github-actions
Copy link

github-actions bot commented May 6, 2023

PR #26397: Size comparison from ed8d546 to dd264c7

Increases (3 builds for nrfconnect)
platform target config section ed8d546 dd264c7 change % change
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1176416 1176420 4 0.0
text 807296 807320 24 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1123512 1123528 16 0.0
text 778236 778256 20 0.0
all-clusters-app nrf7002dk_nrf5340_cpuapp (read/write) 1436128 1436132 4 0.0
text 777940 777956 16 0.0
Decreases (3 builds for mbed, nrfconnect)
platform target config section ed8d546 dd264c7 change % change
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2495104 2495096 -8 -0.0
.text 1457788 1457780 -8 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 bss 155565 155563 -2 -0.0
rodata 132800 132788 -12 -0.0
nrf7002dk_nrf5340_cpuapp bss 135305 135303 -2 -0.0
rodata 228816 228804 -12 -0.0
Full report (4 builds for mbed, nrfconnect)
platform target config section ed8d546 dd264c7 change % change
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2495104 2495096 -8 -0.0
.bss 216304 216304 0 0.0
.data 5144 5144 0 0.0
.text 1457788 1457780 -8 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1176416 1176420 4 0.0
bss 155565 155563 -2 -0.0
rodata 132800 132788 -12 -0.0
text 807296 807320 24 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1123512 1123528 16 0.0
bss 154757 154757 0 0.0
rodata 109784 109784 0 0.0
text 778236 778256 20 0.0
all-clusters-app nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1436128 1436132 4 0.0
bss 135305 135303 -2 -0.0
rodata 228816 228804 -12 -0.0
text 777940 777956 16 0.0

@plan44 plan44 force-pushed the PR/dnssd_linux_avahi_rework branch from dd264c7 to 4092aca Compare May 6, 2023 13:44
@github-actions
Copy link

github-actions bot commented May 6, 2023

PR #26397: Size comparison from 6c0c5ea to 4092aca

Increases (1 build for cc32xx)
platform target config section 6c0c5ea 4092aca change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19609755 19609880 125 0.0
.debug_str 3108982 3109094 112 0.0
Decreases (1 build for cc32xx)
platform target config section 6c0c5ea 4092aca change % change
cc32xx lock CC3235SF_LAUNCHXL .debug_loclists 1489225 1489209 -16 -0.0
Full report (1 build for cc32xx)
platform target config section 6c0c5ea 4092aca change % change
cc32xx lock CC3235SF_LAUNCHXL 0 0 0 0.0
(read only) 605090 605090 0 0.0
(read/write) 204164 204164 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197576 197576 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 957621 957621 0 0.0
.debug_aranges 101136 101136 0 0.0
.debug_frame 341512 341512 0 0.0
.debug_info 19609755 19609880 125 0.0
.debug_line 2666632 2666632 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1489225 1489209 -16 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 94315 94315 0 0.0
.debug_str 3108982 3109094 112 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104354 104354 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 483384 483384 0 0.0
.symtab 287328 287328 0 0.0
.text 498612 498612 0 0.0

@github-actions
Copy link

github-actions bot commented Jun 20, 2023

PR #26397: Size comparison from 69aaacd to 0dbeeab

Increases (12 builds for bl702, cc32xx, esp32, k32w, psoc6, telink)
platform target config section 69aaacd 0dbeeab change % change
bl702 lighting-app bl702 .debug_info 41598992 41599056 64 0.0
.debug_str 4348503 4348604 101 0.0
bl702+rpc .debug_info 46783010 46783073 63 0.0
.debug_loc 4003366 4003367 1 0.0
.debug_str 4777119 4777220 101 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19911857 19911981 124 0.0
.debug_line 2873446 2873447 1 0.0
.debug_str 3791346 3791458 112 0.0
esp32 all-clusters-app c3devkit (read/write) 1584896 1584904 8 0.0
.flash.rodata 216168 216176 8 0.0
k32w contact k32w0+release (read only) 585948 585964 16 0.0
.text 585412 585428 16 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 28994088 2899421 124 0.0
.debug_line 4039691 4039692 1 0.0
.debug_str 4363156 4363268 112 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28297147 28297270 123 0.0
.debug_line 4035304 4035305 1 0.0
.debug_str 4343429 4343541 112 0.0
light cy8ckit_062s2_43012 .debug_info 23096092 23096216 124 0.0
.debug_line 3607276 3607277 1 0.0
.debug_str 4157448 4157560 112 0.0
lock cy8ckit_062s2_43012 .debug_info 22792218 22792342 124 0.0
.debug_line 3541704 3541705 1 0.0
.debug_str 4112375 4112487 112 0.0
telink lighting-app-shell tlsr9518adk80d text 746526 746528 2 0.0
ota-requestor-app tlsr9518adk80d (read/write) 883992 884000 8 0.0
text 607612 607614 2 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 850168 850176 8 0.0
text 577502 577506 4 0.0
Decreases (11 builds for bl602, bl702, cc32xx, psoc6, telink)
platform target config section 69aaacd 0dbeeab change % change
bl602 lighting-app bl602 .text 1049596 1049594 -2 -0.0
bl702 lighting-app bl702 .debug_loc 3798125 3798067 -58 -0.0
bl702+rpc .text 1018888 1018886 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_loclists 1728142 1728133 -9 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_loclists 2309541 2309537 -4 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_loclists 2292831 2292827 -4 -0.0
light cy8ckit_062s2_43012 .debug_loclists 2134040 2134036 -4 -0.0
lock cy8ckit_062s2_43012 .debug_loclists 2101928 2101924 -4 -0.0
telink all-clusters-app tlsr9518adk80d text 710222 710220 -2 -0.0
lock-app tlsr9518adk80d text 614440 614438 -2 -0.0
window-covering tlsr9518adk80d text 611848 611846 -2 -0.0
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 69aaacd 0dbeeab change % change
bl602 lighting-app bl602 (read/write) 1369426 1369426 0 0.0
.bss 88190 88190 0 0.0
.data 9584 9584 0 0.0
.text 1049596 1049594 -2 -0.0
bl602+rpc (read/write) 1417110 1417110 0 0.0
.bss 96238 96238 0 0.0
.data 9976 9976 0 0.0
.text 1081734 1081734 0 0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1174011 1174011 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77781 77781 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3576 3576 0 0.0
.debug_abbrev 1545508 1545508 0 0.0
.debug_aranges 149856 149856 0 0.0
.debug_frame 551580 551580 0 0.0
.debug_info 41598992 41599056 64 0.0
.debug_line 5578562 5578562 0 0.0
.debug_loc 3798125 3798067 -58 -0.0
.debug_ranges 394800 394800 0 0.0
.debug_str 4348503 4348604 101 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105164 105164 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582007 582007 0 0.0
.symtab 173984 173984 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
945140 945140 0 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1271955 1271955 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85829 85829 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4136 4136 0 0.0
.debug_abbrev 1710667 1710667 0 0.0
.debug_aranges 158328 158328 0 0.0
.debug_frame 580196 580196 0 0.0
.debug_info 46783010 46783073 63 0.0
.debug_line 6004307 6004307 0 0.0
.debug_loc 4003366 4003367 1 0.0
.debug_ranges 420472 420472 0 0.0
.debug_str 4777119 4777220 101 0.0
.hbn 536 536 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 119760 119760 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 644565 644565 0 0.0
.symtab 192768 192768 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1018888 1018886 -2 -0.0
cc32xx lock CC3235SF_LAUNCHXL (read only) 607242 607242 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948082 948082 0 0.0
.debug_aranges 119048 119048 0 0.0
.debug_frame 406576 406576 0 0.0
.debug_info 19911857 19911981 124 0.0
.debug_line 2873446 2873447 1 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1728142 1728133 -9 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107597 107597 0 0.0
.debug_str 3791346 3791458 112 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104626 104626 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484726 484726 0 0.0
.symtab 287968 287968 0 0.0
.text 0 0 0 0.0
500496 500496 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545087 545087 0 0.0
.app_xip_area 437497 437497 0 0.0
.bss 62568 62568 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) 530135 530135 0 0.0
.app_xip_area 417625 417625 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 567831 567831 0 0.0
.app_xip_area 461385 461385 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 531935 531935 0 0.0
.app_xip_area 422921 422921 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 997568 997568 0 0.0
.bss 182056 182056 0 0.0
.data 2148 2148 0 0.0
.text 813344 813344 0 0.0
BRD4187C (read/write) 1029332 1029332 0 0.0
.bss 161788 161788 0 0.0
.data 2792 2792 0 0.0
.text 864732 864732 0 0.0
lock-app BRD4161A+wf200 (read/write) 1076096 1076096 0 0.0
.bss 176136 176136 0 0.0
.data 2152 2152 0 0.0
.text 897788 897788 0 0.0
window-app BRD4187C (read/write) 1097504 1097504 0 0.0
.bss 144556 144556 0 0.0
.data 2680 2680 0 0.0
.text 950248 950248 0 0.0
esp32 all-clusters-app c3devkit (read only) 1077618 1077618 0 0.0
(read/write) 1584896 1584904 8 0.0
.dram0.bss 75640 75640 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216168 216176 8 0.0
.flash.text 1077618 1077618 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125355 1125355 0 0.0
(read/write) 495342 495342 0 0.0
.dram0.bss 81120 81120 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244768 244768 0 0.0
.flash.text 1119971 1119971 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 585948 585964 16 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585412 585428 16 0.0
light k32w0+release (read only) 584652 584652 0 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584116 584116 0 0.0
lock k32w0+release (read only) 557236 557236 0 0.0
(read/write) 87568 87568 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 556700 556700 0 0.0
linux all-clusters-app debug (read only) 3281445 3281445 0 0.0
(read/write) 159592 159592 0 0.0
.bss 59872 59872 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 231720 231720 0 0.0
.text 2857941 2857941 0 0.0
all-clusters-minimal-app debug (read only) 3059133 3059133 0 0.0
(read/write) 146544 146544 0 0.0
.bss 58272 58272 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79736 79736 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1096 1096 0 0.0
.rodata 224200 224200 0 0.0
.text 2648245 2648245 0 0.0
bridge-app debug (read only) 2528133 2528133 0 0.0
(read/write) 129904 129904 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69800 69800 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 172712 172712 0 0.0
.text 2182453 2182453 0 0.0
chip-tool debug (read only) 16305777 16305777 0 0.0
(read/write) 754280 754280 0 0.0
.bss 26424 26424 0 0.0
.data 3042 3042 0 0.0
.data.rel.ro 717992 717992 0 0.0
.dynamic 608 608 0 0.0
.got 5376 5376 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 730701 730701 0 0.0
.text 13822932 13822932 0 0.0
chip-tool-ipv6only arm64 (read only) 1564060 1564060 0 0.0
(read/write) 807704 807704 0 0.0
.bss 34392 34392 0 0.0
.data 3008 3008 0 0.0
.data.rel.ro 747872 747872 0 0.0
.dynamic 560 560 0 0.0
.got 17160 17160 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 666448 666448 0 0.0
.text 13063476 13063476 0 0.0
lighting-app debug+rpc+ui (read only) 3404233 3404233 0 0.0
(read/write) 137016 137016 0 0.0
.bss 50144 50144 0 0.0
.data 2704 2704 0 0.0
.data.rel.ro 77280 77280 0 0.0
.dynamic 656 656 0 0.0
.got 5280 5280 0 0.0
.init 27 27 0 0.0
.init_array 912 912 0 0.0
.rodata 286548 286548 0 0.0
.text 2919506 2919506 0 0.0
lock-app debug (read only) 2620829 2620829 0 0.0
(read/write) 117304 117304 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 63960 63960 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 200200 200200 0 0.0
.text 2255829 2255829 0 0.0
ota-provider-app debug (read only) 2216965 2216965 0 0.0
(read/write) 103912 103912 0 0.0
.bss 44576 44576 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52120 52120 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 153832 153832 0 0.0
.text 1920965 1920965 0 0.0
ota-requestor-app debug (read only) 2386317 2386317 0 0.0
(read/write) 111672 111672 0 0.0
.bss 47008 47008 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 56976 56976 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 752 752 0 0.0
.rodata 157928 157928 0 0.0
.text 2077349 2077349 0 0.0
shell debug (read only) 2816881 2816881 0 0.0
(read/write) 148040 148040 0 0.0
.bss 58824 58824 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 82120 82120 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 199922 199922 0 0.0
.text 2449202 2449202 0 0.0
thermostat-no-ble arm64 (read only) 2613404 2613404 0 0.0
(read/write) 143064 143064 0 0.0
.bss 52360 52360 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79328 79328 0 0.0
.dynamic 560 560 0 0.0
.got 5520 5520 0 0.0
.init 24 24 0 0.0
.init_array 424 424 0 0.0
.rodata 129648 129648 0 0.0
.text 2218084 2218084 0 0.0
tv-app debug (read only) 3323625 3323625 0 0.0
(read/write) 261768 261768 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79680 79680 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 222168 222168 0 0.0
.text 2904626 2904626 0 0.0
tv-casting-app debug (read only) 9246489 9246489 0 0.0
(read/write) 220152 220152 0 0.0
.bss 52160 52160 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 159680 159680 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1008 1008 0 0.0
.rodata 333932 333932 0 0.0
.text 8482226 8482226 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2498888 2498888 0 0.0
.bss 216312 216312 0 0.0
.data 5144 5144 0 0.0
.text 1461572 1461572 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213284 1213284 0 0.0
bss 155045 155045 0 0.0
rodata 138136 138136 0 0.0
text 840968 840968 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316060 1316060 0 0.0
bss 138371 138371 0 0.0
rodata 133424 133424 0 0.0
text 753560 753560 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1150964 1150964 0 0.0
bss 153541 153541 0 0.0
rodata 111400 111400 0 0.0
text 806976 806976 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841680 841680 0 0.0
(read/write) 1732068 1732068 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189092 189092 0 0.0
.comment 212 212 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 2568 2568 0 0.0
.debug_abbrev 1298741 1298741 0 0.0
.debug_aranges 149192 149192 0 0.0
.debug_frame 499552 499552 0 0.0
.debug_info 28994088 2899421 124 0.0
.debug_line 4039691 4039692 1 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2309541 2309537 -4 -0.0
.debug_rnglists 144570 144570 0 0.0
.debug_str 4363156 4363268 112 0.0
.heap 841680 841680 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 754032 754032 0 0.0
.symtab 480320 480320 0 0.0
.text 1532020 1532020 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843160 843160 0 0.0
(read/write) 1663916 1663916 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187620 187620 0 0.0
.comment 212 212 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 2560 2560 0 0.0
.debug_abbrev 1281786 1281786 0 0.0
.debug_aranges 147808 147808 0 0.0
.debug_frame 500104 500104 0 0.0
.debug_info 28297147 28297270 123 0.0
.debug_line 4035304 4035305 1 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2292831 2292827 -4 -0.0
.debug_rnglists 142918 142918 0 0.0
.debug_str 4343429 4343541 112 0.0
.heap 843160 843160 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 702845 702845 0 0.0
.symtab 461424 461424 0 0.0
.text 1465348 1465348 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849352 849352 0 0.0
(read/write) 1596724 1596724 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181596 181596 0 0.0
.comment 212 212 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 2392 2392 0 0.0
.debug_abbrev 1118620 1118620 0 0.0
.debug_aranges 138168 138168 0 0.0
.debug_frame 464068 464068 0 0.0
.debug_info 23096092 23096216 124 0.0
.debug_line 3607276 3607277 1 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2134040 2134036 -4 -0.0
.debug_rnglists 132940 132940 0 0.0
.debug_str 4157448 4157560 112 0.0
.heap 849352 849352 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626489 626489 0 0.0
.symtab 426992 426992 0 0.0
.text 1404348 1404348 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627444 1627444 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 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 2392 2392 0 0.0
.debug_abbrev 1100899 1100899 0 0.0
.debug_aranges 136240 136240 0 0.0
.debug_frame 457272 457272 0 0.0
.debug_info 22792218 22792342 124 0.0
.debug_line 3541704 3541705 1 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2101928 2101924 -4 -0.0
.debug_rnglists 130434 130434 0 0.0
.debug_str 4112375 4112487 112 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596627 596627 0 0.0
.symtab 417200 417200 0 0.0
.text 1407676 1407676 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172224 1172224 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619064 619064 0 0.0
lock-app qpg6105+debug (read/write) 1129840 1129840 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576684 576684 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037612 1037612 0 0.0
bss 97960 97960 0 0.0
text 710222 710220 -2 -0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964196 964196 0 0.0
bss 96340 96340 0 0.0
text 667502 667502 0 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929692 929692 0 0.0
bss 100312 100312 0 0.0
text 642598 642598 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861392 861392 0 0.0
bss 89972 89972 0 0.0
text 585768 585768 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877724 877724 0 0.0
bss 90140 90140 0 0.0
text 600398 600398 0 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968284 968284 0 0.0
bss 98712 98712 0 0.0
text 681488 681488 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 979664 979664 0 0.0
bss 102960 102960 0 0.0
text 689010 689010 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037784 1037784 0 0.0
bss 100276 100276 0 0.0
text 726382 726382 0 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069132 1069132 0 0.0
bss 111352 111352 0 0.0
text 746526 746528 2 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 916512 916512 0 0.0
bss 90636 90636 0 0.0
text 614440 614438 -2 -0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 883992 884000 8 0.0
bss 91248 91248 0 0.0
text 607612 607614 2 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867000 867000 0 0.0
bss 90104 90104 0 0.0
text 591530 591530 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854020 854020 0 0.0
bss 89904 89904 0 0.0
text 581874 581874 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850168 850176 8 0.0
bss 89812 89812 0 0.0
text 577502 577506 4 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896088 896088 0 0.0
bss 90348 90348 0 0.0
text 616924 616924 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891468 891468 0 0.0
bss 90640 90640 0 0.0
text 611848 611846 -2 -0.0

@github-actions
Copy link

github-actions bot commented Jun 24, 2023

PR #26397: Size comparison from f467d6f to a0c2268

Increases (20 builds for bl702, cc32xx, esp32, psoc6, telink)
platform target config section f467d6f a0c2268 change % change
bl702 lighting-app bl702 (read/write) 1175207 1175211 4 0.0
.debug_info 41615360 41615425 65 0.0
.debug_loc 3801252 3801281 29 0.0
.debug_str 4351073 4351174 101 0.0
.text 946052 946054 2 0.0
bl702+rpc .debug_info 46799756 46799820 64 0.0
.debug_str 4779701 4779802 101 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19925352 19925475 123 0.0
.debug_loclists 1729321 1729354 33 0.0
.debug_str 3792650 3792762 112 0.0
esp32 all-clusters-app c3devkit (read/write) 1585008 1585016 8 0.0
.flash.rodata 216312 216320 8 0.0
m5stack (read/write) 495450 495454 4 0.0
.flash.rodata 244908 244912 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29011001 29011124 123 0.0
.debug_str 4364474 4364586 112 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28313613 28313738 125 0.0
.debug_str 4344747 4344859 112 0.0
light cy8ckit_062s2_43012 .debug_info 23110487 23110611 124 0.0
.debug_str 4158766 4158878 112 0.0
lock cy8ckit_062s2_43012 .debug_info 22806393 22806517 124 0.0
.debug_str 4113679 4113791 112 0.0
telink all-clusters-app tlsr9518adk80d text 710452 710454 2 0.0
all-clusters-minimal-app tlsr9518adk80d text 667734 667736 2 0.0
contact-sensor-app tlsr9518adk80d text 586002 586004 2 0.0
lighting-app tlsr9518adk80d (read/write) 968524 968532 8 0.0
text 681722 681726 4 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1038008 1038016 8 0.0
text 726612 726614 2 0.0
lock-app tlsr9518adk80d text 614672 614674 2 0.0
ota-requestor-app tlsr9518adk80d text 607848 607850 2 0.0
pump-controller-app tlsr9518adk80d text 582106 582108 2 0.0
temperature-measurement-app tlsr9518adk80d (read/write) 850408 850416 8 0.0
text 577736 577740 4 0.0
thermostat tlsr9518adk80d text 617156 617158 2 0.0
window-covering tlsr9518adk80d text 612078 612080 2 0.0
Decreases (7 builds for bl602, bl702, psoc6, telink)
platform target config section f467d6f a0c2268 change % change
bl602 lighting-app bl602+rpc (read/write) 1414186 1414178 -8 -0.0
.text 1083058 1083054 -4 -0.0
bl702 lighting-app bl702+rpc .debug_loc 4006538 4006525 -13 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_line 4040260 4040259 -1 -0.0
.debug_loclists 2310736 2310735 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_line 4035825 4035824 -1 -0.0
.debug_loclists 2294026 2294025 -1 -0.0
light cy8ckit_062s2_43012 .debug_line 3607869 3607868 -1 -0.0
.debug_loclists 2135235 2135234 -1 -0.0
lock cy8ckit_062s2_43012 .debug_line 3542321 3542320 -1 -0.0
.debug_loclists 2103123 2103122 -1 -0.0
telink light-switch-app tlsr9518adk80d text 600632 600630 -2 -0.0
Full report (57 builds for bl602, bl702, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section f467d6f a0c2268 change % change
bl602 lighting-app bl602 (read/write) 1366494 1366494 0 0.0
.bss 83942 83942 0 0.0
.data 9608 9608 0 0.0
.text 1050914 1050914 0 0.0
bl602+rpc (read/write) 1414186 1414178 -8 -0.0
.bss 91990 91990 0 0.0
.data 10008 10008 0 0.0
.text 1083058 1083054 -4 -0.0
bl702 lighting-app bl702 (read only) 3358 3358 0 0.0
(read/write) 1175207 1175211 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77781 77781 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1545845 1545845 0 0.0
.debug_aranges 149992 149992 0 0.0
.debug_frame 552096 552096 0 0.0
.debug_info 41615360 41615425 65 0.0
.debug_line 5583608 5583608 0 0.0
.debug_loc 3801252 3801281 29 0.0
.debug_ranges 395272 395272 0 0.0
.debug_str 4351073 4351174 101 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105408 105408 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582415 582415 0 0.0
.symtab 174192 174192 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
946052 946054 2 0.0
bl702+rpc (read only) 3358 3358 0 0.0
(read/write) 1273323 1273323 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85829 85829 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1711094 1711094 0 0.0
.debug_aranges 158464 158464 0 0.0
.debug_frame 580728 580728 0 0.0
.debug_info 46799756 46799820 64 0.0
.debug_line 6009916 6009916 0 0.0
.debug_loc 4006538 4006525 -13 -0.0
.debug_ranges 420944 420944 0 0.0
.debug_str 4779701 4779802 101 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120048 120048 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 644984 644984 0 0.0
.symtab 192992 192992 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3358 3358 0 0.0
.text 0 0 0 0.0
1019934 1019934 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607482 607482 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948407 948407 0 0.0
.debug_aranges 119144 119144 0 0.0
.debug_frame 406896 406896 0 0.0
.debug_info 19925352 19925475 123 0.0
.debug_line 2874114 2874114 0 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1729321 1729354 33 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107681 107681 0 0.0
.debug_str 3792650 3792762 112 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104650 104650 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484980 484980 0 0.0
.symtab 288160 288160 0 0.0
.text 500712 500712 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545239 545239 0 0.0
.app_xip_area 437649 437649 0 0.0
.bss 62568 62568 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) 530287 530287 0 0.0
.app_xip_area 417777 417777 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 567983 567983 0 0.0
.app_xip_area 461537 461537 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 532087 532087 0 0.0
.app_xip_area 423073 423073 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 997752 997752 0 0.0
.bss 182064 182064 0 0.0
.data 2148 2148 0 0.0
.text 813516 813516 0 0.0
BRD4187C (read/write) 1026820 1026820 0 0.0
.bss 161788 161788 0 0.0
.data 2792 2792 0 0.0
.text 862220 862220 0 0.0
lock-app BRD4161A+wf200 (read/write) 1075920 1075920 0 0.0
.bss 176120 176120 0 0.0
.data 2152 2152 0 0.0
.text 897628 897628 0 0.0
window-app BRD4187C (read/write) 1097332 1097332 0 0.0
.bss 144740 144740 0 0.0
.data 2688 2688 0 0.0
.text 949884 949884 0 0.0
esp32 all-clusters-app c3devkit (read only) 1078006 1078006 0 0.0
(read/write) 1585008 1585016 8 0.0
.dram0.bss 75616 75616 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216312 216320 8 0.0
.flash.text 1078006 1078006 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125707 1125707 0 0.0
(read/write) 495450 495454 4 0.0
.dram0.bss 81088 81088 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244908 244912 4 0.0
.flash.text 1120323 1120323 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586132 586132 0 0.0
(read/write) 90104 90104 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585596 585596 0 0.0
light k32w0+release (read only) 584820 584820 0 0.0
(read/write) 89752 89752 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584284 584284 0 0.0
lock k32w0+release (read only) 557404 557404 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 556868 556868 0 0.0
linux all-clusters-app debug (read only) 3277501 3277501 0 0.0
(read/write) 159616 159616 0 0.0
.bss 59840 59840 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91112 91112 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231720 231720 0 0.0
.text 2853829 2853829 0 0.0
all-clusters-minimal-app debug (read only) 3055189 3055189 0 0.0
(read/write) 146568 146568 0 0.0
.bss 58240 58240 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79800 79800 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224200 224200 0 0.0
.text 2644133 2644133 0 0.0
bridge-app debug (read only) 2524173 2524173 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172712 172712 0 0.0
.text 2178325 2178325 0 0.0
chip-tool debug (read only) 18058401 18058401 0 0.0
(read/write) 840336 840336 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 734352 734352 0 0.0
.dynamic 624 624 0 0.0
.got 5848 5848 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 763465 763465 0 0.0
.text 1549717 1549717 0 0.0
chip-tool-ipv6only arm64 (read only) 17376048 17376048 0 0.0
(read/write) 907336 907336 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 771112 771112 0 0.0
.dynamic 560 560 0 0.0
.got 23352 23352 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 686616 686616 0 0.0
.text 14707732 14707732 0 0.0
lighting-app debug+rpc+ui (read only) 5207001 5207001 0 0.0
(read/write) 220744 220744 0 0.0
.bss 117312 117312 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 328852 328852 0 0.0
.text 4639043 4639043 0 0.0
lock-app debug (read only) 2616869 2616869 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200200 200200 0 0.0
.text 2251701 2251701 0 0.0
ota-provider-app debug (read only) 2213373 2213373 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153832 153832 0 0.0
.text 1917205 1917205 0 0.0
ota-requestor-app debug (read only) 2382357 2382357 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 157928 157928 0 0.0
.text 2073221 2073221 0 0.0
shell debug (read only) 2813241 2813241 0 0.0
(read/write) 148032 148032 0 0.0
.bss 58792 58792 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 82168 82168 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199922 199922 0 0.0
.text 2445394 2445394 0 0.0
thermostat-no-ble arm64 (read only) 2610108 2610108 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129648 129648 0 0.0
.text 2214644 2214644 0 0.0
tv-app debug (read only) 3319185 3319185 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222520 222520 0 0.0
.text 2899666 2899666 0 0.0
tv-casting-app debug (read only) 9235089 9235089 0 0.0
(read/write) 220176 220176 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 159760 159760 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 330108 330108 0 0.0
.text 8474338 8474338 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2499088 2499088 0 0.0
.bss 216312 216312 0 0.0
.data 5144 5144 0 0.0
.text 1461772 1461772 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213484 1213484 0 0.0
bss 155045 155045 0 0.0
rodata 138144 138144 0 0.0
text 841152 841152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316260 1316260 0 0.0
bss 138371 138371 0 0.0
rodata 133432 133432 0 0.0
text 753748 753748 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151148 1151148 0 0.0
bss 153541 153541 0 0.0
rodata 111408 111408 0 0.0
text 807160 807160 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841680 841680 0 0.0
(read/write) 1732324 1732324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189092 189092 0 0.0
.comment 212 212 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 2568 2568 0 0.0
.debug_abbrev 1299084 1299084 0 0.0
.debug_aranges 149288 149288 0 0.0
.debug_frame 499872 499872 0 0.0
.debug_info 29011001 29011124 123 0.0
.debug_line 4040260 4040259 -1 -0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2310736 2310735 -1 -0.0
.debug_rnglists 144654 144654 0 0.0
.debug_str 4364474 4364586 112 0.0
.heap 841680 841680 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 754286 754286 0 0.0
.symtab 480528 480528 0 0.0
.text 0 0 0 0.0
1532276 1532276 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843160 843160 0 0.0
(read/write) 1664172 1664172 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187620 187620 0 0.0
.comment 212 212 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 2560 2560 0 0.0
.debug_abbrev 1282129 1282129 0 0.0
.debug_aranges 147904 147904 0 0.0
.debug_frame 500424 500424 0 0.0
.debug_info 28313613 28313738 125 0.0
.debug_line 4035825 4035824 -1 -0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2294026 2294025 -1 -0.0
.debug_rnglists 143002 143002 0 0.0
.debug_str 4344747 4344859 112 0.0
.heap 843160 843160 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703099 703099 0 0.0
.symtab 461632 461632 0 0.0
.text 1465604 1465604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849352 849352 0 0.0
(read/write) 1596980 1596980 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181596 181596 0 0.0
.comment 212 212 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 2392 2392 0 0.0
.debug_abbrev 1118963 1118963 0 0.0
.debug_aranges 138264 138264 0 0.0
.debug_frame 464388 464388 0 0.0
.debug_info 23110487 23110611 124 0.0
.debug_line 3607869 3607868 -1 -0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2135235 2135234 -1 -0.0
.debug_rnglists 133024 133024 0 0.0
.debug_str 4158766 4158878 112 0.0
.heap 849352 849352 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626743 626743 0 0.0
.symtab 427200 427200 0 0.0
.text 1404604 1404604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627700 1627700 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 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 2392 2392 0 0.0
.debug_abbrev 1101242 1101242 0 0.0
.debug_aranges 136336 136336 0 0.0
.debug_frame 457592 457592 0 0.0
.debug_info 22806393 22806517 124 0.0
.debug_line 3542321 3542320 -1 -0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2103123 2103122 -1 -0.0
.debug_rnglists 130518 130518 0 0.0
.debug_str 4113679 4113791 112 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596881 596881 0 0.0
.symtab 417408 417408 0 0.0
.text 1407932 1407932 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172376 1172376 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619216 619216 0 0.0
lock-app qpg6105+debug (read/write) 1129992 1129992 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576836 576836 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037852 1037852 0 0.0
bss 97960 97960 0 0.0
text 710452 710454 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964436 964436 0 0.0
bss 96340 96340 0 0.0
text 667734 667736 2 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929932 929932 0 0.0
bss 100312 100312 0 0.0
text 642832 642832 0 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861640 861640 0 0.0
bss 89972 89972 0 0.0
text 586002 586004 2 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877964 877964 0 0.0
bss 90140 90140 0 0.0
text 600632 600630 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968524 968532 8 0.0
bss 98712 98712 0 0.0
text 681722 681726 4 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 979904 979904 0 0.0
bss 102960 102960 0 0.0
text 689244 689244 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038008 1038016 8 0.0
bss 100268 100268 0 0.0
text 726612 726614 2 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069380 1069380 0 0.0
bss 111352 111352 0 0.0
text 746762 746762 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 916752 916752 0 0.0
bss 90636 90636 0 0.0
text 614672 614674 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884240 884240 0 0.0
bss 91248 91248 0 0.0
text 607848 607850 2 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867240 867240 0 0.0
bss 90104 90104 0 0.0
text 591764 591764 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854260 854260 0 0.0
bss 89904 89904 0 0.0
text 582106 582108 2 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850408 850416 8 0.0
bss 89812 89812 0 0.0
text 577736 577740 4 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896328 896328 0 0.0
bss 90348 90348 0 0.0
text 617156 617158 2 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891708 891708 0 0.0
bss 90640 90640 0 0.0
text 612078 612080 2 0.0

@github-actions
Copy link

github-actions bot commented Jun 27, 2023

PR #26397: Size comparison from 1c694cf to 4ce69b2

Increases (15 builds for bl702, bl702l, cc32xx, nrfconnect, psoc6, telink)
platform target config section 1c694cf 4ce69b2 change % change
bl702 lighting-app bl702 .debug_info 41846368 41846431 63 0.0
.debug_loc 3811406 3811422 16 0.0
.debug_str 4362795 4362896 101 0.0
bl702+rpc .debug_info 47032010 47032073 63 0.0
.debug_loc 4016747 4016761 14 0.0
.debug_str 4791533 4791634 101 0.0
bl702l lighting-app bl702l .debug_info 41839711 41839775 64 0.0
.debug_loc 3744061 3744076 15 0.0
.debug_str 4373489 4373590 101 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 19961872 19961996 124 0.0
.debug_line 2877432 2877433 1 0.0
.debug_loclists 1731750 1731770 20 0.0
.debug_str 3804170 3804282 112 0.0
nrfconnect all-clusters-app nrf7002dk_nrf5340_cpuapp text 753744 753748 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29064825 29064947 122 0.0
.debug_loclists 2313144 2313157 13 0.0
.debug_str 4375994 4376106 112 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28365541 28365665 124 0.0
.debug_loclists 2296433 2296447 14 0.0
.debug_str 4356267 4356379 112 0.0
light cy8ckit_062s2_43012 .debug_info 23149934 23150057 123 0.0
.debug_loclists 2137642 2137656 14 0.0
.debug_str 4170286 4170398 112 0.0
lock cy8ckit_062s2_43012 .debug_info 22844962 22845085 123 0.0
.debug_loclists 2105530 2105544 14 0.0
.debug_str 4125199 4125311 112 0.0
telink bridge-app tlsr9518adk80d text 642830 642832 2 0.0
lighting-app-factory-data tlsr9518adk80d text 689244 689246 2 0.0
lighting-app-rpc tlsr9518adk80d (read/write) 1038008 1038016 8 0.0
text 726612 726614 2 0.0
lock-app tlsr9518adk80d text 614670 614672 2 0.0
ota-requestor-app tlsr9518adk80d text 607846 607850 4 0.0
pump-app tlsr9518adk80d text 591762 591764 2 0.0
Decreases (8 builds for bl702, esp32, nrfconnect, telink)
platform target config section 1c694cf 4ce69b2 change % change
bl702 lighting-app bl702 .text 946092 946090 -2 -0.0
bl702+rpc .text 1019976 1019974 -2 -0.0
esp32 all-clusters-app c3devkit (read only) 1078006 1078004 -2 -0.0
.flash.text 1078006 1078004 -2 -0.0
m5stack (read/write) 495454 495450 -4 -0.0
.flash.rodata 244912 244908 -4 -0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 807160 807156 -4 -0.0
telink all-clusters-minimal-app tlsr9518adk80d text 667736 667734 -2 -0.0
light-switch-app tlsr9518adk80d text 600632 600630 -2 -0.0
window-covering tlsr9518adk80d text 612082 612080 -2 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 1c694cf 4ce69b2 change % change
bl602 lighting-app bl602 (read/write) 1366798 1366798 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051202 1051202 0 0.0
bl602+rpc (read/write) 1414226 1414226 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083084 1083084 0 0.0
bl702 lighting-app bl702 (read/write) 1178675 1178675 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1551862 1551862 0 0.0
.debug_aranges 150872 150872 0 0.0
.debug_frame 554688 554688 0 0.0
.debug_info 41846368 41846431 63 0.0
.debug_line 5603218 5603218 0 0.0
.debug_loc 3811406 3811422 16 0.0
.debug_ranges 396480 396480 0 0.0
.debug_str 4362795 4362896 101 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105416 105416 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582471 582471 0 0.0
.symtab 174272 174272 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
946092 946090 -2 -0.0
bl702+rpc (read/write) 1276791 1276791 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717058 1717058 0 0.0
.debug_aranges 159352 159352 0 0.0
.debug_frame 583352 583352 0 0.0
.debug_info 47032010 47032073 63 0.0
.debug_line 6029687 6029687 0 0.0
.debug_loc 4016747 4016761 14 0.0
.debug_ranges 422160 422160 0 0.0
.debug_str 4791533 4791634 101 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120056 120056 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645040 645040 0 0.0
.symtab 193072 193072 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1019976 1019974 -2 -0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159060 1159060 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552765 1552765 0 0.0
.debug_aranges 145016 145016 0 0.0
.debug_frame 533320 533320 0 0.0
.debug_info 41839711 41839775 64 0.0
.debug_line 5509114 5509114 0 0.0
.debug_loc 3744061 3744076 15 0.0
.debug_ranges 401376 401376 0 0.0
.debug_str 4373489 4373590 101 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99364 99364 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582378 582378 0 0.0
.symtab 173600 173600 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934654 934654 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 607482 607482 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948407 948407 0 0.0
.debug_aranges 119328 119328 0 0.0
.debug_frame 407596 407596 0 0.0
.debug_info 19961872 19961996 124 0.0
.debug_line 2877432 2877433 1 0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1731750 1731770 20 0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 107821 107821 0 0.0
.debug_str 3804170 3804282 112 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104650 104650 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 484980 484980 0 0.0
.symtab 288160 288160 0 0.0
.text 500712 500712 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545239 545239 0 0.0
.app_xip_area 437649 437649 0 0.0
.bss 62568 62568 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) 530287 530287 0 0.0
.app_xip_area 417777 417777 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 567983 567983 0 0.0
.app_xip_area 461537 461537 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 532087 532087 0 0.0
.app_xip_area 423073 423073 0 0.0
.bss 63960 63960 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 997752 997752 0 0.0
.bss 182064 182064 0 0.0
.data 2148 2148 0 0.0
.text 813516 813516 0 0.0
BRD4187C (read/write) 1026820 1026820 0 0.0
.bss 161788 161788 0 0.0
.data 2792 2792 0 0.0
.text 862220 862220 0 0.0
lock-app BRD4161A+wf200 (read/write) 1075920 1075920 0 0.0
.bss 176120 176120 0 0.0
.data 2152 2152 0 0.0
.text 897628 897628 0 0.0
window-app BRD4187C (read/write) 1097332 1097332 0 0.0
.bss 144740 144740 0 0.0
.data 2688 2688 0 0.0
.text 949884 949884 0 0.0
esp32 all-clusters-app c3devkit (read only) 1078006 1078004 -2 -0.0
(read/write) 1585016 1585016 0 0.0
.dram0.bss 75616 75616 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 216320 216320 0 0.0
.flash.text 1078006 1078004 -2 -0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1125703 1125703 0 0.0
(read/write) 495454 495450 -4 -0.0
.dram0.bss 81088 81088 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 244912 244908 -4 -0.0
.flash.text 1120319 1120319 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586132 586132 0 0.0
(read/write) 90104 90104 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 585596 585596 0 0.0
light k32w0+release (read only) 584820 584820 0 0.0
(read/write) 89752 89752 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584284 584284 0 0.0
lock k32w0+release (read only) 557404 557404 0 0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 556868 556868 0 0.0
linux all-clusters-app debug (read only) 3277501 3277501 0 0.0
(read/write) 159616 159616 0 0.0
.bss 59840 59840 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91112 91112 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1144 1144 0 0.0
.rodata 231720 231720 0 0.0
.text 2853829 2853829 0 0.0
all-clusters-minimal-app debug (read only) 3055205 3055205 0 0.0
(read/write) 146568 146568 0 0.0
.bss 58240 58240 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79800 79800 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224200 224200 0 0.0
.text 2644149 2644149 0 0.0
bridge-app debug (read only) 2524189 2524189 0 0.0
(read/write) 129960 129960 0 0.0
.bss 50296 50296 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 172712 172712 0 0.0
.text 2178341 2178341 0 0.0
chip-tool debug (read only) 18112993 18112993 0 0.0
(read/write) 841616 841616 0 0.0
.bss 93528 93528 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 735632 735632 0 0.0
.dynamic 624 624 0 0.0
.got 5848 5848 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 763945 763945 0 0.0
.text 15548403 15548403 0 0.0
chip-tool-ipv6only arm64 (read only) 17429856 17429856 0 0.0
(read/write) 908696 908696 0 0.0
.bss 102936 102936 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 772416 772416 0 0.0
.dynamic 560 560 0 0.0
.got 23408 23408 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 687016 687016 0 0.0
.text 14758068 14758068 0 0.0
lighting-app debug+rpc+ui (read only) 5207017 5207017 0 0.0
(read/write) 220744 220744 0 0.0
.bss 117312 117312 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5872 5872 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 328852 328852 0 0.0
.text 4639059 4639059 0 0.0
lock-app debug (read only) 2616885 2616885 0 0.0
(read/write) 117360 117360 0 0.0
.bss 45376 45376 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200200 200200 0 0.0
.text 2251717 2251717 0 0.0
ota-provider-app debug (read only) 2213389 2213389 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 153832 153832 0 0.0
.text 1917221 1917221 0 0.0
ota-requestor-app debug (read only) 2382373 2382373 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 157928 157928 0 0.0
.text 2073237 2073237 0 0.0
shell debug (read only) 2813257 2813257 0 0.0
(read/write) 148032 148032 0 0.0
.bss 58792 58792 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 82168 82168 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1072 1072 0 0.0
.rodata 199922 199922 0 0.0
.text 2445410 2445410 0 0.0
thermostat-no-ble arm64 (read only) 2610140 2610140 0 0.0
(read/write) 143128 143128 0 0.0
.bss 52376 52376 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129648 129648 0 0.0
.text 2214676 2214676 0 0.0
tv-app debug (read only) 3319201 3319201 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222520 222520 0 0.0
.text 2899682 2899682 0 0.0
tv-casting-app debug (read only) 9289697 9289697 0 0.0
(read/write) 221328 221328 0 0.0
.bss 52096 52096 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 160912 160912 0 0.0
.dynamic 608 608 0 0.0
.got 4928 4928 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 330556 330556 0 0.0
.text 8525666 8525666 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515040 2515040 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1477724 1477724 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1213484 1213484 0 0.0
bss 155045 155045 0 0.0
rodata 138144 138144 0 0.0
text 841152 841152 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1316260 1316260 0 0.0
bss 138371 138371 0 0.0
rodata 133432 133432 0 0.0
text 753744 753748 4 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151148 1151148 0 0.0
bss 153541 153541 0 0.0
rodata 111408 111408 0 0.0
text 807160 807156 -4 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841680 841680 0 0.0
(read/write) 1732324 1732324 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189092 189092 0 0.0
.comment 212 212 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 2568 2568 0 0.0
.debug_abbrev 1299084 1299084 0 0.0
.debug_aranges 149472 149472 0 0.0
.debug_frame 500572 500572 0 0.0
.debug_info 29064825 29064947 122 0.0
.debug_line 4043578 4043578 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2313144 2313157 13 0.0
.debug_rnglists 144794 144794 0 0.0
.debug_str 4375994 4376106 112 0.0
.heap 841680 841680 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 754286 754286 0 0.0
.symtab 480528 480528 0 0.0
.text 0 0 0 0.0
1532276 1532276 0 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843160 843160 0 0.0
(read/write) 1664172 1664172 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187620 187620 0 0.0
.comment 212 212 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 2560 2560 0 0.0
.debug_abbrev 1282129 1282129 0 0.0
.debug_aranges 148088 148088 0 0.0
.debug_frame 501124 501124 0 0.0
.debug_info 28365541 28365665 124 0.0
.debug_line 4039143 4039143 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2296433 2296447 14 0.0
.debug_rnglists 143142 143142 0 0.0
.debug_str 4356267 4356379 112 0.0
.heap 843160 843160 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703099 703099 0 0.0
.symtab 461632 461632 0 0.0
.text 1465604 1465604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849352 849352 0 0.0
(read/write) 1596980 1596980 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181596 181596 0 0.0
.comment 212 212 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 2392 2392 0 0.0
.debug_abbrev 1118963 1118963 0 0.0
.debug_aranges 138448 138448 0 0.0
.debug_frame 465088 465088 0 0.0
.debug_info 23149934 23150057 123 0.0
.debug_line 3611187 3611187 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2137642 2137656 14 0.0
.debug_rnglists 133164 133164 0 0.0
.debug_str 4170286 4170398 112 0.0
.heap 849352 849352 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 626743 626743 0 0.0
.symtab 427200 427200 0 0.0
.text 1404604 1404604 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1627700 1627700 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 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 2392 2392 0 0.0
.debug_abbrev 1101242 1101242 0 0.0
.debug_aranges 136520 136520 0 0.0
.debug_frame 458292 458292 0 0.0
.debug_info 22844962 22845085 123 0.0
.debug_line 3545639 3545639 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2105530 2105544 14 0.0
.debug_rnglists 130658 130658 0 0.0
.debug_str 4125199 4125311 112 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 596881 596881 0 0.0
.symtab 417408 417408 0 0.0
.text 1407932 1407932 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172392 1172392 0 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619232 619232 0 0.0
lock-app qpg6105+debug (read/write) 1129992 1129992 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 576836 576836 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1037852 1037852 0 0.0
bss 97960 97960 0 0.0
text 710454 710454 0 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 964436 964436 0 0.0
bss 96340 96340 0 0.0
text 667736 667734 -2 -0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 929932 929932 0 0.0
bss 100312 100312 0 0.0
text 642830 642832 2 0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 861640 861640 0 0.0
bss 89972 89972 0 0.0
text 586004 586004 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 877964 877964 0 0.0
bss 90140 90140 0 0.0
text 600632 600630 -2 -0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 968524 968524 0 0.0
bss 98712 98712 0 0.0
text 681724 681724 0 0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 979904 979904 0 0.0
bss 102960 102960 0 0.0
text 689244 689246 2 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038008 1038016 8 0.0
bss 100268 100268 0 0.0
text 726612 726614 2 0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069380 1069380 0 0.0
bss 111352 111352 0 0.0
text 746762 746762 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 916752 916752 0 0.0
bss 90636 90636 0 0.0
text 614670 614672 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884240 884240 0 0.0
bss 91248 91248 0 0.0
text 607846 607850 4 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867240 867240 0 0.0
bss 90104 90104 0 0.0
text 591762 591764 2 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854260 854260 0 0.0
bss 89904 89904 0 0.0
text 582106 582106 0 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 850416 850416 0 0.0
bss 89812 89812 0 0.0
text 577738 577738 0 0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896328 896328 0 0.0
bss 90348 90348 0 0.0
text 617158 617158 0 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 891708 891708 0 0.0
bss 90640 90640 0 0.0
text 612082 612080 -2 -0.0

@plan44
Copy link
Contributor Author

plan44 commented Jun 28, 2023

The failing Darwin tests don't have anything to do with this Linux-only PR, correct? Just asking in case I should do something to help getting the PR through.

@bzbarsky-apple
Copy link
Contributor

@plan44 Just rebasing to tip should fix the darwin tsan failure there (that test has been disabled for now).

What this PR needs is review from someone familiar with the avahi bits... @yunhanw-google @andy31415

@plan44 plan44 force-pushed the PR/dnssd_linux_avahi_rework branch from 4ce69b2 to 6a90d6c Compare July 9, 2023 12:25
@github-actions
Copy link

github-actions bot commented Jul 9, 2023

PR #26397: Size comparison from 488aabf to 6a90d6c

Increases (18 builds for bl602, bl702, bl702l, cc32xx, esp32, psoc6, qpg, telink)
platform target config section 488aabf 6a90d6c change % change
bl602 lighting-app bl602 .text 1051796 1051798 2 0.0
bl602+rpc .text 1083678 1083680 2 0.0
bl702 lighting-app bl702 .debug_info 41915113 41915176 63 0.0
.debug_str 4381484 4381585 101 0.0
bl702+rpc (read/write) 1277351 1277355 4 0.0
.debug_info 47104185 47104250 65 0.0
.debug_str 4809842 4809943 101 0.0
.text 1020236 1020238 2 0.0
bl702l lighting-app bl702l .debug_info 41908462 41908526 64 0.0
.debug_str 4392178 4392279 101 0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_info 20024772 20024896 124 0.0
.debug_str 3824719 3824831 112 0.0
esp32 all-clusters-app m5stack (read/write) 497174 497178 4 0.0
.flash.rodata 246296 246300 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_info 29725826 29725952 126 0.0
.debug_str 4434632 4434744 112 0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_info 28442664 28442787 123 0.0
.debug_str 4376803 4376915 112 0.0
light cy8ckit_062s2_43012 .debug_info 23212182 23212305 123 0.0
.debug_str 4190554 4190666 112 0.0
lock cy8ckit_062s2_43012 .debug_info 22910054 22910178 124 0.0
.debug_str 4145738 4145850 112 0.0
qpg lighting-app qpg6105+debug (read/write) 1172496 1172504 8 0.0
.text 619336 619344 8 0.0
telink all-clusters-app tlsr9518adk80d text 721632 721634 2 0.0
all-clusters-minimal-app tlsr9518adk80d text 668176 668180 4 0.0
light-switch-app tlsr9518adk80d text 611866 611868 2 0.0
lock-app tlsr9518adk80d text 615070 615072 2 0.0
pump-controller-app tlsr9518adk80d text 582508 582510 2 0.0
thermostat tlsr9518adk80d text 617554 617556 2 0.0
Decreases (16 builds for bl702, bl702l, cc32xx, cyw30739, efr32, k32w, psoc6, telink)
platform target config section 488aabf 6a90d6c change % change
bl702 lighting-app bl702 .debug_loc 3821430 3821402 -28 -0.0
.text 945848 945846 -2 -0.0
bl702+rpc .debug_loc 4026977 4026962 -15 -0.0
bl702l lighting-app bl702l .debug_loc 3754098 3754085 -13 -0.0
cc32xx lock CC3235SF_LAUNCHXL .debug_line 2885658 2885655 -3 -0.0
.debug_loclists 1740724 1740723 -1 -0.0
cyw30739 switch cyw930739m2evb_01 (read/write) 541767 541759 -8 -0.0
.app_xip_area 432361 432353 -8 -0.0
efr32 lighting-app BRD4187C (read/write) 1030016 1030008 -8 -0.0
.text 864828 864820 -8 -0.0
k32w lock k32w0+release (read only) 557948 557932 -16 -0.0
.text 557412 557396 -16 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 .debug_loclists 2346216 2346215 -1 -0.0
all-clusters-minimal cy8ckit_062s2_43012 .debug_loclists 2304459 2304458 -1 -0.0
light cy8ckit_062s2_43012 .debug_loclists 2145560 2145559 -1 -0.0
lock cy8ckit_062s2_43012 .debug_loclists 2114140 2114139 -1 -0.0
telink bridge-app tlsr9518adk80d (read/write) 930560 930552 -8 -0.0
text 643234 643232 -2 -0.0
lighting-app tlsr9518adk80d text 682148 682146 -2 -0.0
lighting-app-rpc tlsr9518adk80d text 727036 727034 -2 -0.0
temperature-measurement-app tlsr9518adk80d text 578140 578138 -2 -0.0
window-covering tlsr9518adk80d (read/write) 892328 892320 -8 -0.0
text 612478 612474 -4 -0.0
Full report (58 builds for bl602, bl702, bl702l, cc32xx, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, qpg, telink)
platform target config section 488aabf 6a90d6c change % change
bl602 lighting-app bl602 (read/write) 1367730 1367730 0 0.0
.bss 83942 83942 0 0.0
.data 9624 9624 0 0.0
.text 1051796 1051798 2 0.0
bl602+rpc (read/write) 1415158 1415158 0 0.0
.bss 91990 91990 0 0.0
.data 10024 10024 0 0.0
.text 1083678 1083680 2 0.0
bl702 lighting-app bl702 (read/write) 1178719 1178719 0 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 77773 77773 0 0.0
.bss_psram 24656 24656 0 0.0
.comment 48 48 0 0.0
.data 3592 3592 0 0.0
.debug_abbrev 1552038 1552038 0 0.0
.debug_aranges 151272 151272 0 0.0
.debug_frame 556396 556396 0 0.0
.debug_info 41915113 41915176 63 0.0
.debug_line 5612011 5612011 0 0.0
.debug_loc 3821430 3821402 -28 -0.0
.debug_ranges 397320 397320 0 0.0
.debug_str 4381484 4381585 101 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 140 140 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 105704 105704 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 582236 582236 0 0.0
.symtab 174176 174176 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
945848 945846 -2 -0.0
bl702+rpc (read/write) 1277351 1277355 4 0.0
.bleromro 6342 6342 0 0.0
.bleromrw 124 124 0 0.0
.boot2 328 328 0 0.0
.bss 85821 85821 0 0.0
.bss_psram 25072 25072 0 0.0
.comment 48 48 0 0.0
.data 4144 4144 0 0.0
.debug_abbrev 1717649 1717649 0 0.0
.debug_aranges 159760 159760 0 0.0
.debug_frame 585080 585080 0 0.0
.debug_info 47104185 47104250 65 0.0
.debug_line 6038681 6038681 0 0.0
.debug_loc 4026977 4026962 -15 -0.0
.debug_ranges 423008 423008 0 0.0
.debug_str 4809842 4809943 101 0.0
.hbn 544 544 0 0.0
.hbn_noinit 260 260 0 0.0
.init 342 342 0 0.0
.init_array 156 156 0 0.0
.psram 0 0 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 120356 120356 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 304 304 0 0.0
.stack 2048 2048 0 0.0
.strtab 645177 645177 0 0.0
.symtab 193088 193088 0 0.0
.tcm_data 28 28 0 0.0
.tcmcode 3394 3394 0 0.0
.text 0 0 0 0.0
1020236 1020238 2 0.0
bl702l lighting-app bl702l (read only) 278 278 0 0.0
(read/write) 1159100 1159100 0 0.0
.boot2 292 292 0 0.0
.bss 40776 40776 0 0.0
.bss_psram 69168 69168 0 0.0
.comment 48 48 0 0.0
.data 4560 4560 0 0.0
.debug_abbrev 1552941 1552941 0 0.0
.debug_aranges 145416 145416 0 0.0
.debug_frame 535028 535028 0 0.0
.debug_info 41908462 41908526 64 0.0
.debug_line 5517909 5517909 0 0.0
.debug_loc 3754098 3754085 -13 -0.0
.debug_ranges 402216 402216 0 0.0
.debug_str 4392178 4392279 101 0.0
.hbn 3244 3244 0 0.0
.hbn_noinit 308 308 0 0.0
.init 408 408 0 0.0
.init_array 140 140 0 0.0
.riscv.attributes 47 47 0 0.0
.rodata 99652 99652 0 0.0
.romdata 3224 3224 0 0.0
.rsvd 4 4 0 0.0
.sha_ocram 72 72 0 0.0
.shstrtab 286 286 0 0.0
.stack 2048 2048 0 0.0
.strtab 582143 582143 0 0.0
.symtab 173504 173504 0 0.0
.tcm_data 692 692 0 0.0
.tcmcode 278 278 0 0.0
.text 0 0 0 0.0
934406 934406 0 0.0
cc32xx lock CC3235SF_LAUNCHXL (blank) 0 0 0 0.0
(read only) 608298 608298 0 0.0
(read/write) 204172 204172 0 0.0
.ARM.attributes 44 44 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 197584 197584 0 0.0
.comment 206 206 0 0.0
.data 1468 1468 0 0.0
.debug_abbrev 948504 948504 0 0.0
.debug_aranges 119824 119824 0 0.0
.debug_frame 409320 409320 0 0.0
.debug_info 20024772 20024896 124 0.0
.debug_line 2885658 2885655 -3 -0.0
.debug_line_str 513 513 0 0.0
.debug_loc 33340 33340 0 0.0
.debug_loclists 1740724 1740723 -1 -0.0
.debug_ranges 4984 4984 0 0.0
.debug_rnglists 108217 108217 0 0.0
.debug_str 3824719 3824831 112 0.0
.ramVecs 780 780 0 0.0
.resetVecs 64 64 0 0.0
.rodata 104914 104914 0 0.0
.shstrtab 265 265 0 0.0
.stack 2048 2048 0 0.0
.strtab 485459 485459 0 0.0
.symtab 288368 288368 0 0.0
.text 501260 501260 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 545519 545519 0 0.0
.app_xip_area 437977 437977 0 0.0
.bss 62512 62512 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) 530575 530575 0 0.0
.app_xip_area 418057 418057 0 0.0
.bss 67480 67480 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor cyw930739m2evb_01 (read/write) 568615 568615 0 0.0
.app_xip_area 462161 462161 0 0.0
.bss 61472 61472 0 0.0
.data 668 668 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
switch cyw930739m2evb_01 (read/write) 541767 541759 -8 -0.0
.app_xip_area 432361 432353 -8 -0.0
.bss 64344 64344 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A+rs9116 (read/write) 1004956 1004956 0 0.0
.bss 182252 182252 0 0.0
.data 2700 2700 0 0.0
.text 819984 819984 0 0.0
BRD4187C (read/write) 1030016 1030008 -8 -0.0
.bss 161860 161860 0 0.0
.data 3308 3308 0 0.0
.text 864828 864820 -8 -0.0
lock-app BRD4161A+wf200 (read/write) 1080728 1080728 0 0.0
.bss 176252 176252 0 0.0
.data 2696 2696 0 0.0
.text 901760 901760 0 0.0
window-app BRD4187C (read/write) 1100456 1100456 0 0.0
.bss 144868 144868 0 0.0
.data 3204 3204 0 0.0
.text 952364 952364 0 0.0
esp32 all-clusters-app c3devkit (read only) 1089210 1089210 0 0.0
(read/write) 1586768 1586768 0 0.0
.dram0.bss 75944 75944 0 0.0
.dram0.data 13940 13940 0 0.0
.flash.rodata 217736 217736 0 0.0
.flash.text 1089210 1089210 0 0.0
.iram0.text 76740 76740 0 0.0
m5stack (read only) 1135823 1135823 0 0.0
(read/write) 497174 497178 4 0.0
.dram0.bss 81424 81424 0 0.0
.dram0.data 34304 34304 0 0.0
.flash.rodata 246296 246300 4 0.0
.flash.text 1130439 1130439 0 0.0
.iram0.text 126055 126055 0 0.0
k32w contact k32w0+release (read only) 586652 586652 0 0.0
(read/write) 90112 90112 0 0.0
.bss 66108 66108 0 0.0
.data 2168 2168 0 0.0
.text 586116 586116 0 0.0
light k32w0+release (read only) 585356 585356 0 0.0
(read/write) 89760 89760 0 0.0
.bss 65772 65772 0 0.0
.data 2156 2156 0 0.0
.text 584820 584820 0 0.0
lock k32w0+release (read only) 557948 557932 -16 -0.0
(read/write) 87560 87560 0 0.0
.bss 63636 63636 0 0.0
.data 2100 2100 0 0.0
.text 557412 557396 -16 -0.0
linux all-clusters-app debug (read only) 3345205 3345205 0 0.0
(read/write) 160936 160936 0 0.0
.bss 60320 60320 0 0.0
.data 2160 2160 0 0.0
.data.rel.ro 91944 91944 0 0.0
.dynamic 608 608 0 0.0
.got 4728 4728 0 0.0
.init 27 27 0 0.0
.init_array 1152 1152 0 0.0
.rodata 233448 233448 0 0.0
.text 2918917 2918917 0 0.0
all-clusters-minimal-app debug (read only) 3058557 3058557 0 0.0
(read/write) 146696 146696 0 0.0
.bss 58208 58208 0 0.0
.data 2128 2128 0 0.0
.data.rel.ro 79960 79960 0 0.0
.dynamic 608 608 0 0.0
.got 4664 4664 0 0.0
.init 27 27 0 0.0
.init_array 1088 1088 0 0.0
.rodata 224552 224552 0 0.0
.text 2647125 2647125 0 0.0
bridge-app debug (read only) 2527085 2527085 0 0.0
(read/write) 129992 129992 0 0.0
.bss 50328 50328 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 69864 69864 0 0.0
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 173064 173064 0 0.0
.text 2180885 2180885 0 0.0
chip-tool debug (read only) 18400425 18400425 0 0.0
(read/write) 1052912 1052912 0 0.0
.bss 93560 93560 0 0.0
.data 5154 5154 0 0.0
.data.rel.ro 946864 946864 0 0.0
.dynamic 624 624 0 0.0
.got 5888 5888 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 810049 810049 0 0.0
.text 15615731 15615731 0 0.0
chip-tool-ipv6only arm64 (read only) 17698336 17698336 0 0.0
(read/write) 1120472 1120472 0 0.0
.bss 102952 102952 0 0.0
.data 4448 4448 0 0.0
.data.rel.ro 984080 984080 0 0.0
.dynamic 560 560 0 0.0
.got 23488 23488 0 0.0
.init 24 24 0 0.0
.init_array 240 240 0 0.0
.rodata 718592 718592 0 0.0
.text 14820516 14820516 0 0.0
lighting-app debug+rpc+ui (read only) 5211529 5211529 0 0.0
(read/write) 220728 220728 0 0.0
.bss 117264 117264 0 0.0
.data 4880 4880 0 0.0
.data.rel.ro 91048 91048 0 0.0
.dynamic 672 672 0 0.0
.got 5912 5912 0 0.0
.init 27 27 0 0.0
.init_array 928 928 0 0.0
.rodata 329332 329332 0 0.0
.text 4642419 4642419 0 0.0
lock-app debug (read only) 2619781 2619781 0 0.0
(read/write) 117376 117376 0 0.0
.bss 45392 45392 0 0.0
.data 1904 1904 0 0.0
.data.rel.ro 64024 64024 0 0.0
.dynamic 608 608 0 0.0
.got 4592 4592 0 0.0
.init 27 27 0 0.0
.init_array 808 808 0 0.0
.rodata 200552 200552 0 0.0
.text 2254261 2254261 0 0.0
ota-provider-app debug (read only) 2216237 2216237 0 0.0
(read/write) 103952 103952 0 0.0
.bss 44560 44560 0 0.0
.data 2112 2112 0 0.0
.data.rel.ro 52184 52184 0 0.0
.dynamic 608 608 0 0.0
.got 3800 3800 0 0.0
.init 27 27 0 0.0
.init_array 664 664 0 0.0
.rodata 154184 154184 0 0.0
.text 1919717 1919717 0 0.0
ota-requestor-app debug (read only) 2385189 2385189 0 0.0
(read/write) 111744 111744 0 0.0
.bss 47024 47024 0 0.0
.data 2512 2512 0 0.0
.data.rel.ro 57040 57040 0 0.0
.dynamic 608 608 0 0.0
.got 3784 3784 0 0.0
.init 27 27 0 0.0
.init_array 744 744 0 0.0
.rodata 158248 158248 0 0.0
.text 2075733 2075733 0 0.0
shell debug (read only) 2881329 2881329 0 0.0
(read/write) 149352 149352 0 0.0
.bss 59272 59272 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 83000 83000 0 0.0
.dynamic 608 608 0 0.0
.got 4128 4128 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 201586 201586 0 0.0
.text 2510930 2510930 0 0.0
thermostat-no-ble arm64 (read only) 2611708 2611708 0 0.0
(read/write) 143160 143160 0 0.0
.bss 52392 52392 0 0.0
.data 1736 1736 0 0.0
.data.rel.ro 79392 79392 0 0.0
.dynamic 560 560 0 0.0
.got 5512 5512 0 0.0
.init 24 24 0 0.0
.init_array 416 416 0 0.0
.rodata 129952 129952 0 0.0
.text 2215748 2215748 0 0.0
tv-app debug (read only) 3322097 3322097 0 0.0
(read/write) 261856 261856 0 0.0
.bss 171264 171264 0 0.0
.data 4080 4080 0 0.0
.data.rel.ro 79776 79776 0 0.0
.dynamic 608 608 0 0.0
.got 5000 5000 0 0.0
.init 27 27 0 0.0
.init_array 1080 1080 0 0.0
.rodata 222872 222872 0 0.0
.text 2902226 2902226 0 0.0
tv-casting-app debug (read only) 9321993 9321993 0 0.0
(read/write) 221776 221776 0 0.0
.bss 52128 52128 0 0.0
.data 1744 1744 0 0.0
.data.rel.ro 161296 161296 0 0.0
.dynamic 608 608 0 0.0
.got 4968 4968 0 0.0
.init 27 27 0 0.0
.init_array 1000 1000 0 0.0
.rodata 331308 331308 0 0.0
.text 8555682 8555682 0 0.0
mbed lock-app-release cy8cproto_062_4343w (read only) 6224 6224 0 0.0
(read/write) 2515936 2515936 0 0.0
.bss 216312 216312 0 0.0
.data 5152 5152 0 0.0
.text 1478620 1478620 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1224940 1224940 0 0.0
bss 155370 155370 0 0.0
rodata 139440 139440 0 0.0
text 851052 851052 0 0.0
nrf7002dk_nrf5340_cpuapp (read only) 4 4 0 0.0
(read/write) 1326068 1326068 0 0.0
bss 138696 138696 0 0.0
rodata 134056 134056 0 0.0
text 762612 762612 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read only) 4 4 0 0.0
(read/write) 1151904 1151904 0 0.0
bss 153489 153489 0 0.0
rodata 111732 111732 0 0.0
text 807596 807596 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 841360 841360 0 0.0
(read/write) 1746604 1746604 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 189412 189412 0 0.0
.comment 212 212 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 2568 2568 0 0.0
.debug_abbrev 1314555 1314555 0 0.0
.debug_aranges 151328 151328 0 0.0
.debug_frame 506988 506988 0 0.0
.debug_info 29725826 29725952 126 0.0
.debug_line 4093516 4093516 0 0.0
.debug_line_str 957 957 0 0.0
.debug_loclists 2346216 2346215 -1 -0.0
.debug_rnglists 146735 146735 0 0.0
.debug_str 4434632 4434744 112 0.0
.heap 841360 841360 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 775993 775993 0 0.0
.symtab 488208 488208 0 0.0
.text 1546236 1546236 0 0.0
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 843208 843208 0 0.0
(read/write) 1664972 1664972 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187572 187572 0 0.0
.comment 212 212 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 2560 2560 0 0.0
.debug_abbrev 1282285 1282285 0 0.0
.debug_aranges 148560 148560 0 0.0
.debug_frame 502784 502784 0 0.0
.debug_info 28442664 28442787 123 0.0
.debug_line 4046639 4046639 0 0.0
.debug_line_str 981 981 0 0.0
.debug_loclists 2304459 2304458 -1 -0.0
.debug_rnglists 143485 143485 0 0.0
.debug_str 4376803 4376915 112 0.0
.heap 843208 843208 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 703634 703634 0 0.0
.symtab 461856 461856 0 0.0
.text 1466452 1466452 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 849416 849416 0 0.0
(read/write) 1597644 1597644 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 181532 181532 0 0.0
.comment 212 212 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 2392 2392 0 0.0
.debug_abbrev 1119163 1119163 0 0.0
.debug_aranges 138920 138920 0 0.0
.debug_frame 466752 466752 0 0.0
.debug_info 23212182 23212305 123 0.0
.debug_line 3618476 3618476 0 0.0
.debug_line_str 942 942 0 0.0
.debug_loclists 2145560 2145559 -1 -0.0
.debug_rnglists 133519 133519 0 0.0
.debug_str 4190554 4190666 112 0.0
.heap 849416 849416 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 627131 627131 0 0.0
.symtab 427392 427392 0 0.0
.text 1405332 1405332 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 821960 821960 0 0.0
(read/write) 1628540 1628540 0 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 208988 208988 0 0.0
.comment 212 212 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 2392 2392 0 0.0
.debug_abbrev 1101369 1101369 0 0.0
.debug_aranges 137016 137016 0 0.0
.debug_frame 460012 460012 0 0.0
.debug_info 22910054 22910178 124 0.0
.debug_line 3553761 3553761 0 0.0
.debug_line_str 933 933 0 0.0
.debug_loclists 2114140 2114139 -1 -0.0
.debug_rnglists 131043 131043 0 0.0
.debug_str 4145738 4145850 112 0.0
.heap 821960 821960 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 296 296 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 597360 597360 0 0.0
.symtab 417680 417680 0 0.0
.text 1408772 1408772 0 0.0
.zero.table 0 0 0 0.0
8 8 0 0.0
qpg lighting-app qpg6105+debug (read/write) 1172496 1172504 8 0.0
.bss 99960 99960 0 0.0
.data 788 788 0 0.0
.text 619336 619344 8 0.0
lock-app qpg6105+debug (read/write) 1130624 1130624 0 0.0
.bss 94816 94816 0 0.0
.data 792 792 0 0.0
.text 577468 577468 0 0.0
telink all-clusters-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1050780 1050780 0 0.0
bss 98292 98292 0 0.0
text 721632 721634 2 0.0
all-clusters-minimal-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 965152 965152 0 0.0
bss 96288 96288 0 0.0
text 668176 668180 4 0.0
bridge-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 930560 930552 -8 -0.0
bss 100312 100312 0 0.0
text 643234 643232 -2 -0.0
contact-sensor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 862260 862260 0 0.0
bss 89972 89972 0 0.0
text 586406 586406 0 0.0
light-switch-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 890872 890872 0 0.0
bss 90516 90516 0 0.0
text 611866 611868 2 0.0
lighting-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 969108 969108 0 0.0
bss 98652 98652 0 0.0
text 682148 682146 -2 -0.0
lighting-app-factory-data tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 980488 980488 0 0.0
bss 102900 102900 0 0.0
text 689666 689666 0 0.0
lighting-app-rpc tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1038592 1038592 0 0.0
bss 100208 100208 0 0.0
text 727036 727034 -2 -0.0
lighting-app-shell tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 1069956 1069956 0 0.0
bss 111292 111292 0 0.0
text 747184 747184 0 0.0
lock-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 917372 917372 0 0.0
bss 90636 90636 0 0.0
text 615070 615072 2 0.0
ota-requestor-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 884860 884860 0 0.0
bss 91248 91248 0 0.0
text 608248 608248 0 0.0
pump-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 867860 867860 0 0.0
bss 90104 90104 0 0.0
text 592164 592164 0 0.0
pump-controller-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 854880 854880 0 0.0
bss 89904 89904 0 0.0
text 582508 582510 2 0.0
temperature-measurement-app tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 851036 851036 0 0.0
bss 89812 89812 0 0.0
text 578140 578138 -2 -0.0
thermostat tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 896948 896948 0 0.0
bss 90348 90348 0 0.0
text 617554 617556 2 0.0
window-covering tlsr9518adk80d (read only) 4 4 0 0.0
(read/write) 892328 892320 -8 -0.0
bss 90640 90640 0 0.0
text 612478 612474 -4 -0.0

@plan44
Copy link
Contributor Author

plan44 commented Jul 10, 2023

Now the Linux Test Suite fails, apparently related to mDNS. But judging from the log that test is not even using the Avahi implementation but minimal mDNS. I might be wrong, but I'm currently failing to understand the details of the error.

…ressIterator

Required for improving dns-sd avahi based implementation
This commit fixes two problems with the previous avahi based dns-sd implementation:

- Publishing more than one service at the same time did not work.
  This needs to be possible e.g. when a node is commissioned into multiple fabrics.
  The previous implementation falsely assumed that additional services can be added
  to already committed (=published) AvahiEntryGroup, which is not the case.
  An AvahiEntryGroup can only publish multiple services ALL AT ONCE.
  The new implementation creates a new AvahiEntryGroup per service, on demand.

- The previous implementation took ownership of the platform-global default hostname,
  (by overwriting it). This is not a good idea because the default hostname is usually
  of relevance for other non-matter services on a given Linux platform.
  The new implementation establishes the matter-mandated MAC-derived hostname separately
  and explicitly adds interface addresses.
@plan44 plan44 force-pushed the PR/dnssd_linux_avahi_rework branch from 6a90d6c to d9777fc Compare July 15, 2023 21:26
@mergify mergify bot merged commit b6caecf into project-chip:master Jul 15, 2023
48 checks passed
cliffamzn added a commit to cliffamzn/connectedhomeip that referenced this pull request Jul 18, 2023
* Add Basic Resource Monitoring Server Implementation

* Add Basic Working Resource Monitoring Example App

* Improve log output

* Replace some HepafilterMonitoring specifics with more general ResourceMonitoring defines

- using `using`
- and adding by hand

* Apply clang-format

* More Hepa to ResourceMonitoring replacement

* Add ActivatedCarbonFilterMonitoring Cluster

* Rename ActivatedCarbonFilterMonitoring.cpp to ActivatedCarbonFilterMonitoringDelegate.cpp

* Split delegate definitions into separate files

* Cleanup some Headers

* Rename member variables

* Refactoring: Rename Delegate to Instance

Add cluster-objects.h / cpp instead of defining it inside the server.h / cpp

* Refactoring: Implement Read and Write function

- have External Attribute Storage inside Instances
- implement getters and Setters for Attributes

* Refactoring: reorder methods to math the order in the .h file

* Run Clang-Format

* Add Getter for DegradationDirection Attribute

- also clean up some namespaces

* Add Construction Option To Set OnResetCondition To Supported

Also add basic OnResetCondition implementation.

* Add Default Values

* Modified the AttributePersistenceProvider ReadValue function signiture to take the required attribute information directly rather than as a EmberAfAttributeMetadata structure.

* Force External Storage for All Resource Monitoring Clusters

* Force External Storage for All Resource Monitoring Clusters

Regenerated Code

* Expanded AttributePersistanceProvider API to include reading and wirting of uint8 and nullable uint8

* Add LastChangedTime to Attributes For ResourceMonitoring Clusters

* Add LastChangedTime to Attributes For ResourceMonitoring Clusters

Regenerated Code

* Add `LastChangedTime` to Forced External Storage List For Resource Monitoring

* Add LastChangedTime To Resource-Monitoring Server Implementation

* Templated the AttributePersistanceProvider read and wiret function to work for all uint types.

* Fixed AttributePersistanceProvider accepted types. Added read helper for type bool.

* Restyled by clang-format

* Formatting and some comments

* Make OnResetCondition Pure Virtual

And remove implementation from resource-monitor-server.cpp.
It's not allowed to use the resource-monitoring-server::instance without deriving it yourself.

* Set LastChangedTime In the OnResetCondition Handler

* Fixed mismatched size return error of DefaultAttributePersistenceProvider

* Add All Missing Aliased Clusters

- CeramicFilterMonitoring
- ElectrostaticFilterMonitoring
- FuelTankMonitoring
- InkCartridgeMonitoring
- IonizingFilterMonitoring
- OzoneFilterMonitoring
- TonerCartridgeMonitoring
- UvFilterMonitoring
- WaterTankMonitoring
- ZeoliteFilterMonitoring

* Started work on tests for the AttributePersistenceProvider.

* Add Missing Instances to resourceMonitoring Test App

* Add Persistent Storage To LastChangedTime

* Add README.md

* Remove `ResourceMonitoringAliasesInstanceMap` as it wasn't really needed

* Update Description Of Init()

* Update Description of AppInit() and OnResetCondition()

* Added unit tests for AttributePersistenceProvider testing the storage and retrival of all unsigned types and their nullable veriaties, bool and ByteSpan. Tested for small buffer errors.

* Changed the type of aSize in ReadValue to size_t

* Removed the dependancy on generated code in the AttributePersistencezprovider.h

* Added static funtctions to get the KVS null representation for different types.

* Fix Errors after Merge

* Some Changes From Comments From The ModeBase PR

* Added functions to read and write nullable bools and accompanying tests.

* Incorporated boolean tests in the scalar test.

* Added failure before init test

* Restyled by clang-format

* Move Headers To Resource-Monitoring-Common

* Move Cpp files To resource-monitor-common

* Remove All Unused Aliases For The Resource-Monitoring-Cluster

this was decided in the AirQuality Call on 06.07.2023

* Fixed after merge.

* Removed the failure on init test as it may have been causing seg faults in some tests.

* Renamed GetNull -> GetNullValueForNullableType

* Added the initialisation of valueReadBack and added a new templated function for nullable types to avoid the error: The left operand of '==' is a garbage value, on some platforms.

* Added handline of signed ints and accompanying tests.

* Added handline of nullable signed ints and accompanying tests.

* Type cast null.

* Restyled by clang-format

* Changed shift bit to be af the same type are the return val.

* Added tests got GetNull functions

* Remove Aliased Clusters From Resource Monitoring Clusters except Hepa and ActivatedCarbon

enable LastChangedTime for Hepa and ActivatedCarbon

* Add Resource Monitoring Aliased Clusters Server implementation To Linux All-Clusters-App

* Remove Todo

* Remove Aliased Clusters From Resource Monitoring Clusters except Hepa and ActivatedCarbon

* Remove Redundant Check

apparently it's not necessary / allow to check this

* Apply Restyled patch

* Remove Tests For Removed Aliased Clusters

- all except Hepa and ActivatedCarbon

* Fix Spelling

* Remove Unused / disallowed #include <maps>

* Remove resource-monitoring-instances.h

* Remove Unneeded Destructors

* Use Default Descructor and Make Class Non copyable or moveable

* Change IsAliascluster to IsValidAliasCluster

* Fix Typo

* Reset ChangeIndication Attribute On ResetCondition Command

Spec requires this to be reset as well

* Set FeatureMap To 3

For testing with Warning Feature enabled

* Rename mFeature To mFeatureMap

* Rewrite Some Comments From "function" to "method"

* Remove Const

* Update Comment Of Init() Method

added the exact CHIP_ERROR_XXX that this can return.

* Remove Commented Code

* Added TODO For REP Feature

* Change From "Next value" To "UINT8_MAX"

* Use ChipLogDetail Instead Of ChipLogError

* Fix Log on Some Platforms

On some platforms (e.g. ASR) uint32_t seems to be a long and will produce a error if %u is used. So cast it to unsinged long on all platforms and use %lu.

* Update README.md For Linux Resource-Monitoring-Example-App

* Remove Aliased Clusters From Resource Monitoring Clusters except Hepa and ActivatedCarbon

* Regen Code

* Apply Restylerd Patch

* Update Wordlist

- Add HEPA

* Remove PICS values For Resource Monitoring Clusters That Were Removed

* Remove PICS For Resource Monitoring Clusters from PICS.yaml

* Add Resource Monitoring README.md To docs/examples/index.md

* TC-IDM-1.2 (project-chip#27024)

* TC-IDM-1.2

Adds automation for TC-IDM-1.2
Also Adds suppressResponse to CommandSender as well as a test-only
function to test timedResponse flag with no corresponding
TimedInvoke action + plumbing through the python layers

* Restyled by isort

* Updates from review comments

* Couple formatting fixes

* Cleanup.

* Add a port to pase in python, fix filtering

* Consolidate CommandSender functions

* Timed invoke can be inferred

---------

Co-authored-by: Restyled.io <commits@restyled.io>

* 【Feature】operational state cluster sdk implementation and example cluster server application (project-chip#26971)

* Add operational state cluster implement

* Enable operational state cluster server in all-clusters-app.zap

* Restyled by clang-format

* Restyled by gn

* Enable CommandHandlerInterfaceOnlyClusters feature in operational state cluster

* Fix the data type no match the operational state cluster xml

* Add Uncopyable feature to operational state server class

* Fix no define function

* Add operational state cluster in other platform

* Restyled by clang-format

* Restyled by gn

* Function / Data Struct in headfile are documented.

* Document why operational states to be in storage

* document the function note

* Add prefix members with m for class OperationalStateServer

* Fix Bug: do const_cast no needed

* Optimize to returning a const reference

* Remove the api no needed to be implemented

* use to_underlying to instead static_cast

* use reduce_size api to optimize the MutableByteSpan

* Fix: memory leak in exceptional situation

* Rename the structs for pretty confusing

* comment the member

* remove the documentation return in functions

* Add delete keyword in Uncopyable class

* modify the document of functions

* modify the document of functions

* Fix spelling error in function notes

* Fix: memory leak in exceptional situation

* Fix: read operational state list or phase list fail in some exception situations

* use MakeOptional to optimize the function call

* modify the document of functions

* Fix: ErrorStateStruct's ErrorStateDetails need to be null/missing

* Add the document for function

* Optimize ErrorStateStruct's field -- ErrorStateLabel and ErrorStateDetails

* document the method signature

* document the class

* remove temporary variable

* Add test cases in TestOperationalStateDataProvider

* Remove implementing EnumerateAcceptedCommands in Operational State Cluster

* Enable all commands in operational state cluster for all-clusters-app

* Zap regen all

* Revert file same as master branch

* Optimize operational state server's implement

* Add operational state delegate implement

* Add operational state cluster delegates

* Zap regen

* Modify path of head file included

* add file included in BUILD.gn

* Restyled by whitespace

* Restyled by clang-format

* Restyled by gn

* add operational state cluster impl in other platforms

* Restyled by gn

* Remove log in operational-state-delegate-impl.cpp

* remove unuseful file

* Update src/app/clusters/operational-state-server/operational-state-delegate.h

Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

* Optimize struct GenericOperationalState

* drop the extra chip:: in operational-state api

* Optimize struct GenericOperationalError

* Optimize to put a struct instance on the state, then call the delegate to fill it in

* Use  GetOperationalStateAtIndex api to instead GetOperationalStateList api

* Optimize struct GenericOperationalPhase

* Optimize struct GenericOperationalPhase

* Optimize HandleXXStateCallback api param

* Remove unuseful code and document

* Use constexpr val to instead number

* Fix use of totalOperationalTime

* enable operational state cluster event in Operatinal State cluster

* Add unit test of operational state delegate

* Add the rest unit test of operational state delegate

* Optimize class OperationalStateDelegate , add two private member

* move the constexpr val

* fix the err in TestOperationalStateDelegate

* Optimize api GenericOperationalError

* Add OperationalStateDelegateImpl unit test

* add document

* change Log event api in operational state cluster

* Add document

* sync code to examples/placeholder

* Restyled by whitespace

* Restyled by clang-format

* Restyled by gn

* replace GetOperationalState with GetCurrentOperationalState

* update document

* update document

* update document

* replace GetOperationalError with GenericOperationalError

* update document

* document the api for GetOperationalStateDelegate in head file

* optimize the use of operator [] for Span class

* fix the spelling error

* provide a way to  construct a GenericOperationalState without providing a state

* optimize the code of if-else

* Optimize code

* update document

* Optimize class OperationalStateServer:
put all the public bits together instead of interleaving them with the private bits.

* modify document

* Add CurrentPhase and CountdownTime attribute into AttributeAccessInterface-only

* zap regen

* remove unuseful member in class Delegate

* remove useful code

* document the api

* Add set/get current phase api

* Add set/get countdownTime api

* delegate could be null, and that should be handled without crashing, via returning an error

* command callbacks need to respond with an error

* remove something that is not in the spec

* optimize the name of class member function

* Optimize struct GenericOperationCompletion

* update struct GenericOperationCompletion test case

* Optimize struct GenericOperationCompletion api

* add coutdownTime attribute in operational state cluter

* change api of initializing OperationalStateServer instances

* remove the code using operational state in other platform

* Add operational state server init in linux all-cluster-app

* Restyled by whitespace

* Restyled by clang-format

* Restyled by prettier-json

* Add TestOperationalState.yaml

* rm TestOperationalStateDelegateImpl.cpp

* Restyled by whitespace

* Restyled by gn

* Restyled by prettier-yaml

* remove the api,  filing a followup issue to emit the right events

* fix CI build error

* fix CI build err

* Restyled by clang-format

* fix build error

* Restyled by clang-format

* update document

* use NullOptional to instead Missing

* return CHIP_ERROR_INCORRECT_STATE when delegate is nullptr

* optimize reading the operational state list

* move the position of testcase

* fix ci build err

* fix ci build err

* Restyled by clang-format

* fix readability-else-after-return error

* fix Unknown key in CI build

* add note in ciTest.json for darwin-framework-tool

* update document for api

* use Zcl instead NotSpecified in log

* fix TestOperationalState error

* zap_regen_all

* optimize lambda function use

* Restyled by clang-format

* fix ci error: readability-else-after-return

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Justin Wood <woody@apple.com>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

* Add Smoke CO Cluster to All Clusters App (project-chip#27124)

* Smoke/CO: Add Cluster to All Clusters App

Implement SelfTestRequest in all-clusters-app

* Smoke/CO: Update zap

Update endOfServiceAlert
Add Smoke CO Alarm events

* Modify the flash settings of nrf52840dk_nrf52840

* Modify the flash settings of nrf52840dk_nrf52840

* Modify the flash settings of nrf52840dk_nrf52840

* Revert "Modify the flash settings of nrf52840dk_nrf52840"

This reverts commit 3ab364b.

* Revert "Modify the flash settings of nrf52840dk_nrf52840"

This reverts commit 4fc1ff9.

* Revert "Modify the flash settings of nrf52840dk_nrf52840"

This reverts commit 136efe7.

* Disable nrf testing DFU in CI for all-clusters-app

* Revert "Disable nrf testing DFU in CI for all-clusters-app"

This reverts commit 4a7525b.

* Add smco-stub to Open IoT SDK

---------

Co-authored-by: Hare <renilr0@outlook.com>

* Remove redundant chip::app:: prefixes

* Use Bitset Instead Of Just a Number For FeatureMap

* Remove Options from CHIPProjectAppConfig.h

not needed or wrong

* Remove network commissioning bits

As of earlier today that's handled by AppInit. Which is good, because the bits here are buggy.

* Make Hepa And ActivateCarbon Filter Monitoring Instances Static

* Remove ClusterId From Specialized Hepa and Activated Carbon Construtors

They should know their cluster ids, and now they do!

* Add Getter for Endpoint

* Remove Nonsense Comment

* Remove Aliased Cluster IDs That Got Removed

* Fix Typo

* Simplify HandleResetCondition Method

* [SMCO] Update XML to spec changes (project-chip#27606)

* [SMCO] Update XML to spec changes

* [SMCO] Regen zap

---------

Co-authored-by: Hare <renilr0@outlook.com>

* Update Smoke CO Alarm Implementation (project-chip#27566)

* Smoke/CO: Add ExpiryDate

* Smoke/CO: Add emberAfHandleEventTrigger

* Smoke/CO: Update the handling of attribute changes

Unmute when critical alarm is triggered

* Smoke/CO: Update the handling of DeviceMuted

Cannot mute when critical alarms exist

* Smoke/CO: Update zap

* Smoke/CO: Update README.md

Add building options description

* Smoke/CO: Update zap

fix UnitTesting cluster

* Revert "Smoke/CO: Update zap"

This reverts commit 4607dab.

* Revert "Smoke/CO: Update zap"

This reverts commit 7534419.

* Add Unit Testing

* Smoke/CO: Update zap

Sync Silab changes

* Smoke/CO: Add ExpressedState priority

* Smoke/CO: Update endOfServiceAlert of zap

* [SMCO] Add mExpressedStatePriority

* [SMCO] Add timer for test

* Separate Warning and Critical Triggered Event

---------

Co-authored-by: Hare <renilr0@outlook.com>

* [ota-requestor] Added update cancelling in case of apply failure (project-chip#27591)

The Ota Requestor's Apply API returns CHIP_ERROR, however it is
not handled by the DefaultOTARequestorDriver.

Added cancelling update in case of Apply failure to reset the
OTA Requestor state and prevent stucking in kApplying state.

* Zap regen all (project-chip#27939)

Co-authored-by: Andrei Litvin <andreilitvin@google.com>

* Workaround Fan PercentSetting floating point precision error after "ceil()" (project-chip#27912)

* Workaround Fan Percent Setting floating point err

Workaround floating point precision error which will cause invalid value
after ceil()

For example, the current value:
   speedMax: 10
   percent: 70
   speedMax * (percent * 0.01) = 7.000000000000001 (floating point
precision error)
   ceil(speedMax * (percent * 0.01)) = 8 => The error propagate to ceil
and cause the final result error.

* Restyled by clang-format

* Workaround Fan PercentSetting float error (2nd)

Use integer multiply & devide to workaround floating
point precision error which causes incorrect Fan PercentSetting
value after ceil calculation.

* Update src/app/clusters/fan-control-server/fan-control-server.cpp

Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Andrei Litvin <andy314@gmail.com>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

* [ReadHandler] Report Scheduler class (project-chip#27553)

* Added a new class that will handle the scheduling of reports.

* Restyled by clang-format

* Removed un-necessary define in TestReportScheduler and applied refactor of SetReportingIntervals to SetMaxReportingIntervals to platform code

* Added TimerDelegate and wrapper functions around calls to Timer. Remove unnecessary checks for nullptr

* Added VerifyOrReturn after NL_TEST_ASSERTS for nullptr

* Completed TimerDelegate class and modified ReadHandlerNodes so they carry their own callback

* Modified TimerDelegate to allow to pass different objects as context

* ifdefing out ScheduleRun() to debug failing CI

* Added issue # to TODOs, refactored Min/Max Intervals to Min/Max Timestamp

* Clarified some comments regarding timing

* Restyled by whitespace

* Restyled by clang-format

* Added interface to GetMonotonicTimestamp in the timer delegate

* Apply suggestions from code review

Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

* Completed renaming to eliminate compiling error, moved TestReporScehduler in reporting namespace, addressed some low hanging fruits

* Removed useless objects from tests as well as useless typecasting, and unnecessary check

* Fixed comment about private methods used in ReportScheduler as a friend class

* Changed to SetMinReportInterval to SetMinReportingIntervalForTests, removed the IsChunkedReport from comment about friend class, added a mock timestamp and timer to test to better control time in simulation for specific timing test cases

* Apply suggestions from code review

Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

* Restyled by clang-format

* Removed all calls to ReadHandler States to prevent Engine calls from the Test as it seems to impact the CI

---------

Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>

* [wifi] combine ipv4 and ipv6 event so that dns server will start only when ipv6 is ready (project-chip#27884)

* [Ameba] Route hook voidptr (project-chip#27882)

* [routehook] fix void ptr dereference

* restyle

* Change endpointId type to int to align with other override functions (project-chip#27922)

* Remove dead-code init callbacks from some clusters. (project-chip#27936)

Init callbacks are only called for clusters listed in
ClustersWithInitFunctions.  "Basic" was not the right name for "Basic
Information", so that one was effectively not listed, and neither "Refrigerator
Alarm" nor "Group Key Management" were listed.

* [Python] unrestrict vendor id (project-chip#27911)

* Change the names of cluster-objects function arguments. (project-chip#27945)

Using "tag" as a function argument leads to compile failure when a struct with a
field named "Tag" (which becomes a member named "tag") is added to the spec.
Change to aTag (and aWriter) to avoid the name collision.

This does not change either API or ABI for consumers; just the naming of the
argument inside the function.

* Make FindOrEstablishSession inside CASE callbacks work. (project-chip#27942)

The following sequence of events:

1. Someone calls FindOrEstablishSession.
2. When the session establishment fails, OperationalSessionSetup dispatches the
   relevant notifications.
3. One of those notification handlers tries to FindOrEstablishSession to the
   same peer.

failed, because FindOrEstablishSession would pick up the existing
OperationalSessionSetup and add the new callbacks to it... but the existing
OperationalSessionSetup was already in callback notification, so would just
ignore the new callbacks.  So the new FindOrEstablishSession call would never
complete and would never try any actual session establishment.

The fix is to destroy the OperationalSessionSetup before notifying its
callbacks, so a FindOrEstablishSession from one of the callbacks ends up
creating a new OperationalSessionSetup as needed.

* Allow setting up an auto-resubscribe ReadClient with just a peer id. (project-chip#27941)

* Allow setting up an auto-resubscribe ReadClient with just a peer id.

This delegates all the work of setting up the CASE session, and the attendant
retries, to the ReadClient.

Fixes project-chip#23983

* Address review comment.

* update ci to 0.7.25 (project-chip#27585)

* update ci to 0.7.25

* change some container versions to fix ci error

* Add Copyright

* Sort out Includes

Add what is needed using "include what you use" tool

* Make Methods To Private

and move private section to bottom instead of in between

* Initialize All The Member Varaibles With Initializer List

also updated the comment with the new parameters

* Explicit Delete Move Constructors

* Make More Methods To Private

* Update Comment For OnResetCondition Command Handler

* Add FeatureMap To Zcl*.json Files

* [Ameba] [wifi] fix ssid and password length after getting from nvs (project-chip#27883)

* [wifi] fix ssid and password length after getting from nvs

* Restyled by clang-format

---------

Co-authored-by: Restyled.io <commits@restyled.io>

* [Python] SetupPayload export version property. (project-chip#27959)

* Moving us to github container registry (project-chip#27879)

Co-authored-by: Restyled.io <commits@restyled.io>

* Add a "country-code" argument to darwin-framework-tool pairing commands. (project-chip#27951)

* [matter_yamltests] Add timeout argument supports for the chip-tool/python yaml runner (project-chip#27934)

* [Python] Modify rotatingId to a hexadecimal string (project-chip#27933)

* Allow use of already commissioned device in TC_DeviceBasicComposition (project-chip#27919)

Testcase adjusted to allow commissioned device in test instead of PASE based device

* [Bouffalolab] Add build option to enable rotating device id (project-chip#27906)

* add option to enable rotating device id

* add more files for mbedtls for bl702

* fix restyle and test data

* [ICD]Post the MsgSentEvent on retransmits also (project-chip#27968)

* Post the MsgSentEvent on retransmits also

* Add a comment explaining why we set ExpectedResponse to false

* Fixing the .zap files for contradicting device type data (project-chip#27962)

* Fixing the .zap files for contradicting device type data
Github: ZAP#862

* Minor cleanup
Github: ZAP#862

* Fixing script typos (project-chip#27971)

* [Telink] Add Smoke Sensor app demo (project-chip#27609)

* [Telink]: Added draft smoke sensor

Added draft smoke sensor app for telink platform

Signed-off-by: dmytro.k <ur6lal@gmail.com>

* [Telink]: Added draft smoke sensor

Added draft smoke sensor app for telink platform

Signed-off-by: dmytro.k <ur6lal@gmail.com>

* [Telink]: Added draft smoke sensor

Added smoke sensor app for telink platform

Signed-off-by: dmytro.k <ur6lal@gmail.com>

* [Teilnk] format fix

* [Telink]: Added smoke sensor

Added smoke sensor app for telink platform

Signed-off-by: dmytro.k <ur6lal@gmail.com>

* [Telink] remove spaces

* Restyled by whitespace

* Restyled by clang-format

* Restyled by prettier-markdown

* code style fix

* reviewer feedback fix

---------

Signed-off-by: dmytro.k <ur6lal@gmail.com>
Co-authored-by: dmytro.k <ur6lal@gmail.com>
Co-authored-by: Restyled.io <commits@restyled.io>

* Do not allow zero size array in test (project-chip#27973)

* Modifed test july 14 (project-chip#27960)

* Semi-Automated ---> Automated
TC-ACL-2.2
TC-APPLAUNCHER-3.8
TC-APPLAUNCHER-3.9
TC-SC-5.1
TC-SC-5.2

Semi-Automated test
TC-BINFO-2.2

* Auto generated files

* Modified endpoint variable to readable format

* Update Smoke CO Alarm Implementation (project-chip#27955)

* Add event field to Smoke CO Alarm implementation

* Fix INVALID_COMMAND

* Simplify the switch-case

---------

Co-authored-by: Hare <renilr0@outlook.com>

* [Linux] DnssdImpl: rework avahi implementation (project-chip#26397)

* InetInterface: add IsLoopback() to InterfaceIterator and InterfaceAddressIterator

Required for improving dns-sd avahi based implementation

* [Linux] DnssdImpl: rework avahi implementation

This commit fixes two problems with the previous avahi based dns-sd implementation:

- Publishing more than one service at the same time did not work.
  This needs to be possible e.g. when a node is commissioned into multiple fabrics.
  The previous implementation falsely assumed that additional services can be added
  to already committed (=published) AvahiEntryGroup, which is not the case.
  An AvahiEntryGroup can only publish multiple services ALL AT ONCE.
  The new implementation creates a new AvahiEntryGroup per service, on demand.

- The previous implementation took ownership of the platform-global default hostname,
  (by overwriting it). This is not a good idea because the default hostname is usually
  of relevance for other non-matter services on a given Linux platform.
  The new implementation establishes the matter-mandated MAC-derived hostname separately
  and explicitly adds interface addresses.

* DnssdImpl.cpp: avoid shadowing local vars to prevent warning/error

* DnssdImpl.cpp: make work without INET_CONFIG_ENABLE_IPV4

* DnssdImpl.cpp: fix missing error variable assignment in SuccessOrExit()

(found by code-lints)

* Apply restyled Patch

* Remove ResetCondtion::Type And Encode

they are only needed for sending the command, it does not send the command.

* Remove While Loop's Body

is a very complicated no-op. Keep the while itself, it basically check if this is not malformed TLV

* Reclassify excessive logging in LevelControl and OnOffServer from Progress to Detail (project-chip#27938)

* [OPSTATE] Fix: change in type for OperationalState attribute (project-chip#27958)

* OperationalState attribute simply to Enum

* temporary remove some test step in TestOperationalState

* zap regen all

* modify the code related of the OperationalState attribute type

* update OperationalState type to Enum in TestOperationalState.yaml

* Restyled by clang-format

* modify the api of GetCurrentOperationalState in class Delegate

* modify the api of SetOperationalState in class Delegate

* optimize the Operational State cluster definition

* zap regen all

* Restyled by clang-format

* modify the note for RVC Operational State cluster definition

---------

Co-authored-by: Restyled.io <commits@restyled.io>

* Add a "country-code" argument to chip-tool pairing commands. (project-chip#27948)

* Move cloudbuild to github images since 0.7.25 vscode image does not exist (project-chip#27992)

* Bump third_party/openthread/repo from `8bc2504` to `f7690fe` (project-chip#27984)

Bumps [third_party/openthread/repo](https://github.com/openthread/openthread) from `8bc2504` to `f7690fe`.
- [Release notes](https://github.com/openthread/openthread/releases)
- [Commits](openthread/openthread@8bc2504...f7690fe)

---
updated-dependencies:
- dependency-name: third_party/openthread/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump third_party/mbedtls/repo from `b18d45f` to `4e73afe` (project-chip#27983)

Bumps [third_party/mbedtls/repo](https://github.com/ARMmbed/mbedtls) from `b18d45f` to `4e73afe`.
- [Release notes](https://github.com/ARMmbed/mbedtls/releases)
- [Commits](Mbed-TLS/mbedtls@b18d45f...4e73afe)

---
updated-dependencies:
- dependency-name: third_party/mbedtls/repo
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Move OnResetCondition Handling to Cluster Implementation

- add PreResetCondition and PostResetCondition() methods to be overwritten

fixes project-chip#27986

* Apply Restyled Patch

* Fix Typo

* Update cloudbuild image to 1 from 0.8 (project-chip#27994)

* TC-TIMESYNC-3.1: python automation (project-chip#27925)

Using python because it's the easiest way to do wildcard
and iterate over all the endpoints

Also changing other tests to force EP0

* update time sync TC_TIMESYNC_2_7 and TC_TIMESYNC_2_8 (project-chip#27545)

* include missed set time zone

* expect null when DST expires, missed offset sign, removed unused variables

* Remove gdbgui requirement for esp32 (project-chip#28007)

* Remove gdbgui requirement for esp32

* Fix qemu

* Fix chef as well

* Added check for board control before including header/function calls (project-chip#28008)

* Bump pip-tools to 7.0.0 (project-chip#28009)

* Enforce length constraint for CountryCode in SetRegulatoryConfig. (project-chip#27949)

We were not checking the length (which must be 2), so would allow 1-char or
0-char values.

Also aligns the exact logic with the Location attribute write code and adds some
error logging.

* [matter_yamltests] Be stricter about the response key for command targetting group and disallow the use of the endpoint key (project-chip#27989)

Co-authored-by: Andrei Litvin <andy314@gmail.com>

* [ICD]Add needed elements to the ICD Manager to handle LIT mode (project-chip#27916)

* Add needed elements to the ICD Manager to handle LIT mode

* separate IcdMonitorinTable in its own sourceset to fix build issues on examples that have the ICD cluster but not not enable chip_enable_icd_server

* address comments. Don't force Slow Polling interval in SIT to 15s to respect the current SHOULD conformance

* fix test build

* Make the Darwin compat story for struct/event renames better (project-chip#28012)

* Refactor struct/event codegen in Darwin a bit.

This makes the cluster and struct/event names into inline partial parameters.
This changeset has been tested to not modify the generated code at all.

* Make our renamed struct/event codegen more backwards compatible.

When we just moved all the members to the super-class, it left the subclass in a
situation where none of its properties are available in the release where the
subclass itself is available.

This change restores those properties on the subclasses.

The @dynamic in implementations is needed to avoid compiler errors.

* Remove Init For Resource Monitoring Clusters From main-common.cpp

And put it in resource-monitoring-helper.cpp.
This will use the ClusterInitCallbacks to initialize the instance objects.

This removes the need to have the init code in every example app, just include the helper.cpp file.

* Apply Restyled Patch

---------

Signed-off-by: dmytro.k <ur6lal@gmail.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Graf Tobias <4622393+tobiasgraf@users.noreply.github.com>
Co-authored-by: William Hicklin <william.hicklin@dyson.com>
Co-authored-by: William <hicklin@users.noreply.github.com>
Co-authored-by: Restyled.io <commits@restyled.io>
Co-authored-by: C Freeman <cecille@google.com>
Co-authored-by: mideayanghui <106149377+mideayanghui@users.noreply.github.com>
Co-authored-by: Justin Wood <woody@apple.com>
Co-authored-by: Boris Zbarsky <bzbarsky@apple.com>
Co-authored-by: EricZijian_Siter <ericzijian1994@gmail.com>
Co-authored-by: Hare <renilr0@outlook.com>
Co-authored-by: Kamil Kasperczyk <66371704+kkasperczyk-no@users.noreply.github.com>
Co-authored-by: Andrei Litvin <andy314@gmail.com>
Co-authored-by: Andrei Litvin <andreilitvin@google.com>
Co-authored-by: Erwin Pan <erwinpan1@gmail.com>
Co-authored-by: lpbeliveau-silabs <112982107+lpbeliveau-silabs@users.noreply.github.com>
Co-authored-by: pankore <86098180+pankore@users.noreply.github.com>
Co-authored-by: Yufeng Wang <yufengwang@google.com>
Co-authored-by: tianfeng-yang <130436698+tianfeng-yang@users.noreply.github.com>
Co-authored-by: Vivien Nicolas <vnicolas@apple.com>
Co-authored-by: Timothy Maes <timothy.maes@qorvo.com>
Co-authored-by: wyhong <30567533+wy-hh@users.noreply.github.com>
Co-authored-by: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com>
Co-authored-by: Bharat Raju <brdandu@silabs.com>
Co-authored-by: Alex Tsitsiura <s07641069@gmail.com>
Co-authored-by: dmytro.k <ur6lal@gmail.com>
Co-authored-by: manjunath-grl <102359958+manjunath-grl@users.noreply.github.com>
Co-authored-by: Lukas Zeller <luz@plan44.ch>
Co-authored-by: milanr-q <114670456+milanr-q@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: fesseha-eve <88329315+fessehaeve@users.noreply.github.com>
Co-authored-by: CuRahman <111998767+CuRahman@users.noreply.github.com>
Co-authored-by: Anthony DiGirolamo <tonymd@google.com>
erwinpan1 pushed a commit to erwinpan1/connectedhomeip that referenced this pull request Jul 21, 2023
* InetInterface: add IsLoopback() to InterfaceIterator and InterfaceAddressIterator

Required for improving dns-sd avahi based implementation

* [Linux] DnssdImpl: rework avahi implementation

This commit fixes two problems with the previous avahi based dns-sd implementation:

- Publishing more than one service at the same time did not work.
  This needs to be possible e.g. when a node is commissioned into multiple fabrics.
  The previous implementation falsely assumed that additional services can be added
  to already committed (=published) AvahiEntryGroup, which is not the case.
  An AvahiEntryGroup can only publish multiple services ALL AT ONCE.
  The new implementation creates a new AvahiEntryGroup per service, on demand.

- The previous implementation took ownership of the platform-global default hostname,
  (by overwriting it). This is not a good idea because the default hostname is usually
  of relevance for other non-matter services on a given Linux platform.
  The new implementation establishes the matter-mandated MAC-derived hostname separately
  and explicitly adds interface addresses.

* DnssdImpl.cpp: avoid shadowing local vars to prevent warning/error

* DnssdImpl.cpp: make work without INET_CONFIG_ENABLE_IPV4

* DnssdImpl.cpp: fix missing error variable assignment in SuccessOrExit()

(found by code-lints)
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