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

Make minmdns use a distinct policy for endpoint and IP choices #22168

Merged
merged 16 commits into from
Aug 29, 2022

Conversation

andy31415
Copy link
Contributor

Reason for 1.0

  • provides interop hooks (we observed without such hooks, some linux environments are problematic, specifically for TC_RR)
  • provides significant usability improvements on platforms which have a strong opinion on where/how minmdns should advertise.

Problem

MinMDNS attempts to listen and advertise all endpoints and IP addresses on a device.

This is not always appropriate, one example being linux which supports deprecated and temporary IPv6 addresses, which should generally not be reported/used.

Change overview

This is part of preparation for #22046 - either core SDK or app-integration logic should allow for defining distinct MinMDNS policies for endpoint and ip selection.

This splits the endpoint and address selection into a separate library which is compile-time enabled, with the expectation that we can build an alternate policy (e.g. for linux using libnl for more info on ip addresses) or let the app integration decide to link their own library policy.

Testing

Manually checked with minmdns client/server examples.
CI will validate as linux integration tests rely on minmdns.

@github-actions github-actions bot added the lib label Aug 25, 2022
@github-actions
Copy link

PR #22168: Size comparison from 80d134e to 591ccaa

Increases above 0.2%:

platform target config section 80d134e 591ccaa change % change
psoc6 all-clusters cy8ckit_062s2_43012 .debug_abbrev 1217558 1221026 3468 0.3
.debug_str 3393925 3415259 21334 0.6
all-clusters-minimal cy8ckit_062s2_43012 .debug_abbrev 1209397 1212865 3468 0.3
.debug_str 3382914 3404256 21342 0.6
light cy8ckit_062s2_43012 .debug_abbrev 1044070 1047538 3468 0.3
.debug_info 21847873 21895907 48034 0.2
.debug_str 3189008 3210338 21330 0.7
lock cy8ckit_062s2_43012 .debug_abbrev 1051505 1054973 3468 0.3
.debug_info 22227604 22275638 48034 0.2
.debug_str 3216491 3237817 21326 0.7
Increases (17 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, linux, mbed, psoc6, telink)
platform target config section 80d134e 591ccaa change % change
bl602 lighting-app bl602 (read/write) 1383690 1383858 168 0.0
.text 1050860 1050964 104 0.0
bl602+rpc (read/write) 1429602 1429770 168 0.0
.text 1082872 1082980 108 0.0
cc13x2_26x2 shell LP_CC2652R7 (read only) 665518 665526 8 0.0
.text 579420 579428 8 0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 592338 592346 8 0.0
.app_xip_area 464212 464220 8 0.0
efr32 lighting-app BRD4161A+rs911x (read/write) 999896 1000124 228 0.0
.text 828732 828960 228 0.0
lock-app BRD4161A+wf200 (read/write) 1149196 1149356 160 0.0
.text 994944 995104 160 0.0
esp32 all-clusters-app c3devkit (read only) 1031178 1031304 126 0.0
(read/write) 1489650 1489714 64 0.0
.flash.rodata 218448 218512 64 0.0
.flash.text 1031178 1031304 126 0.0
m5stack (read only) 1084287 1084387 100 0.0
(read/write) 491568 491632 64 0.0
.flash.rodata 248764 248828 64 0.0
.flash.text 1078903 1079003 100 0.0
linux chip-tool-ipv6only arm64 (read only) 10264052 10266020 1968 0.0
(read/write) 705073 705153 80 0.0
.data.rel.ro 649704 649784 80 0.0
.got 13832 13840 8 0.1
.rodata 492132 492196 64 0.0
.text 8119796 8121524 1728 0.0
thermostat-no-ble arm64 (read only) 2356644 2358932 2288 0.1
(read/write) 141825 141905 80 0.1
.data.rel.ro 75984 76064 80 0.1
.got 5048 5056 8 0.2
.rodata 140588 140652 64 0.0
.text 1978336 1980384 2048 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2454312 2454496 184 0.0
.text 1416956 1417140 184 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1740372 1740604 232 0.0
.debug_abbrev 1217558 1221026 3468 0.3
.debug_aranges 111560 111616 56 0.1
.debug_frame 372476 372596 120 0.0
.debug_info 26646623 26694655 48032 0.2
.debug_line 3647676 3651891 4215 0.1
.debug_loc 3562758 3565160 2402 0.1
.debug_ranges 336864 336936 72 0.0
.debug_str 3393925 3415259 21334 0.6
.strtab 569449 569875 426 0.1
.symtab 420640 420848 208 0.0
.text 1540760 1540992 232 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1683580 1683812 232 0.0
.debug_abbrev 1209397 1212865 3468 0.3
.debug_aranges 111032 111088 56 0.1
.debug_frame 375556 375676 120 0.0
.debug_info 26383317 26431350 48033 0.2
.debug_line 3668080 3672375 4295 0.1
.debug_loc 3550395 3552797 2402 0.1
.debug_ranges 335480 335552 72 0.0
.debug_str 3382914 3404256 21342 0.6
.strtab 533923 534349 426 0.1
.symtab 407232 407440 208 0.1
.text 1484704 1484936 232 0.0
light cy8ckit_062s2_43012 (read/write) 1600828 1601060 232 0.0
.debug_abbrev 1044070 1047538 3468 0.3
.debug_aranges 103200 103256 56 0.1
.debug_frame 345800 345920 120 0.0
.debug_info 21847873 21895907 48034 0.2
.debug_line 3239259 3243434 4175 0.1
.debug_loc 3249910 3252312 2402 0.1
.debug_ranges 301320 301392 72 0.0
.debug_str 3189008 3210338 21330 0.7
.strtab 467204 467630 426 0.1
.symtab 374288 374496 208 0.1
.text 1410296 1410528 232 0.0
lock cy8ckit_062s2_43012 (read/write) 1638540 1638772 232 0.0
.debug_abbrev 1051505 1054973 3468 0.3
.debug_aranges 103872 103928 56 0.1
.debug_frame 348628 348748 120 0.0
.debug_info 22227604 22275638 48034 0.2
.debug_line 3248153 3252288 4135 0.1
.debug_loc 3289747 3292149 2402 0.1
.debug_ranges 304664 304736 72 0.0
.debug_str 3216491 3237817 21326 0.7
.strtab 473419 473845 426 0.1
.symtab 377472 377680 208 0.1
.text 1442976 1443208 232 0.0
telink light-switch-app tlsr9518adk80d text 571026 571028 2 0.0
lighting-app tlsr9518adk80d (read/write) 830384 830392 8 0.0
text 589148 589152 4 0.0
Decreases (2 builds for cc13x2_26x2, cyw30739)
platform target config section 80d134e 591ccaa change % change
cc13x2_26x2 shell LP_CC2652R7 (read/write) 181496 181488 -8 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586586 586578 -8 -0.0
.app_xip_area 463244 463236 -8 -0.0
Full report (32 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
platform target config section 80d134e 591ccaa change % change
bl602 lighting-app bl602 (read/write) 1383690 1383858 168 0.0
.bss 120266 120266 0 0.0
.data 4480 4480 0 0.0
.text 1050860 1050964 104 0.0
bl602+rpc (read/write) 1429602 1429770 168 0.0
.bss 127706 127706 0 0.0
.data 4600 4600 0 0.0
.text 1082872 1082980 108 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 672835 672835 0 0.0
(read/write) 178660 178660 0 0.0
.bss 74388 74388 0 0.0
.data 3372 3372 0 0.0
.rodata 88835 88835 0 0.0
.text 583684 583684 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637555 637555 0 0.0
(read/write) 157948 157948 0 0.0
.bss 73660 73660 0 0.0
.data 3372 3372 0 0.0
.rodata 77979 77979 0 0.0
.text 559252 559252 0 0.0
lock-ftd LP_CC2652R7 (read only) 673919 673919 0 0.0
(read/write) 167784 167784 0 0.0
.bss 71484 71484 0 0.0
.data 3296 3296 0 0.0
.rodata 76671 76671 0 0.0
.text 596768 596768 0 0.0
lock-mtd LP_CC2652R7 (read only) 656687 656687 0 0.0
(read/write) 180704 180704 0 0.0
.bss 67172 67172 0 0.0
.data 3296 3296 0 0.0
.rodata 101767 101767 0 0.0
.text 554440 554440 0 0.0
pump-app LP_CC2652R7 (read only) 684551 684551 0 0.0
(read/write) 157960 157960 0 0.0
.bss 71524 71524 0 0.0
.data 3296 3296 0 0.0
.rodata 89927 89927 0 0.0
.text 594140 594140 0 0.0
pump-controller-app LP_CC2652R7 (read only) 669059 669059 0 0.0
(read/write) 173572 173572 0 0.0
.bss 71644 71644 0 0.0
.data 3292 3292 0 0.0
.rodata 85483 85483 0 0.0
.text 583096 583096 0 0.0
shell LP_CC2652R7 (read only) 665518 665526 8 0.0
(read/write) 181496 181488 -8 -0.0
.bss 76708 76708 0 0.0
.data 3376 3376 0 0.0
.rodata 85782 85782 0 0.0
.text 579420 579428 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586586 586578 -8 -0.0
.app_xip_area 463244 463236 -8 -0.0
.bss 65776 65776 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592338 592346 8 0.0
.app_xip_area 464212 464220 8 0.0
.bss 70560 70560 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599450 599450 0 0.0
.app_xip_area 476828 476828 0 0.0
.bss 65088 65088 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1107284 1107284 0 0.0
.bss 136332 136332 0 0.0
.data 2072 2072 0 0.0
.text 968860 968860 0 0.0
window-app BRD4161A (read/write) 1098548 1098548 0 0.0
.bss 137772 137772 0 0.0
.data 2096 2096 0 0.0
.text 958660 958660 0 0.0
lighting-app BRD4161A+rpc (read/write) 971396 971396 0 0.0
.bss 150844 150844 0 0.0
.data 2252 2252 0 0.0
.text 818276 818276 0 0.0
BRD4161A+rs911x (read/write) 999896 1000124 228 0.0
.bss 169088 169088 0 0.0
.data 2056 2056 0 0.0
.text 828732 828960 228 0.0
lock-app BRD4161A+wf200 (read/write) 1149196 1149356 160 0.0
.bss 152168 152168 0 0.0
.data 2064 2064 0 0.0
.text 994944 995104 160 0.0
esp32 all-clusters-app c3devkit (read only) 1031178 1031304 126 0.0
(read/write) 1489650 1489714 64 0.0
.dram0.bss 71160 71160 0 0.0
.dram0.data 14600 14600 0 0.0
.flash.rodata 218448 218512 64 0.0
.flash.text 1031178 1031304 126 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1084287 1084387 100 0.0
(read/write) 491568 491632 64 0.0
.dram0.bss 76664 76664 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 248764 248828 64 0.0
.flash.text 1078903 1079003 100 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 646516 646516 0 0.0
.bss 70400 70400 0 0.0
.data 2068 2068 0 0.0
.text 571320 571320 0 0.0
lock k32w0+release (read/write) 704012 704012 0 0.0
.bss 70864 70864 0 0.0
.data 2076 2076 0 0.0
.text 628344 628344 0 0.0
linux chip-tool-ipv6only arm64 (read only) 10264052 10266020 1968 0.0
(read/write) 705073 705153 80 0.0
.bss 33297 33297 0 0.0
.data 3272 3272 0 0.0
.data.rel.ro 649704 649784 80 0.0
.dynamic 560 560 0 0.0
.got 13832 13840 8 0.1
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 492132 492196 64 0.0
.text 8119796 8121524 1728 0.0
thermostat-no-ble arm64 (read only) 2356644 2358932 2288 0.1
(read/write) 141825 141905 80 0.1
.bss 55345 55345 0 0.0
.data 1672 1672 0 0.0
.data.rel.ro 75984 76064 80 0.1
.dynamic 560 560 0 0.0
.got 5048 5056 8 0.2
.init 24 24 0 0.0
.init_array 408 408 0 0.0
.rodata 140588 140652 64 0.0
.text 1978336 1980384 2048 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2454312 2454496 184 0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1416956 1417140 184 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180591 1180591 0 0.0
bss 143745 143745 0 0.0
rodata 143328 143328 0 0.0
text 814560 814560 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159675 1159675 0 0.0
bss 142972 142972 0 0.0
rodata 134916 134916 0 0.0
text 802968 802968 0 0.0
psoc6 all-clusters cy8ckit_062s2_43012 0 0 0 0.0
(read only) 842120 842120 0 0.0
(read/write) 1740372 1740604 232 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188568 188568 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2656 2656 0 0.0
.debug_abbrev 1217558 1221026 3468 0.3
.debug_aranges 111560 111616 56 0.1
.debug_frame 372476 372596 120 0.0
.debug_info 26646623 26694655 48032 0.2
.debug_line 3647676 3651891 4215 0.1
.debug_loc 3562758 3565160 2402 0.1
.debug_ranges 336864 336936 72 0.0
.debug_str 3393925 3415259 21334 0.6
.heap 842120 842120 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 569449 569875 426 0.1
.symtab 420640 420848 208 0.0
.text 1540760 1540992 232 0.0
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 0 0 0 0.0
(read only) 842856 842856 0 0.0
(read/write) 1683580 1683812 232 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187832 187832 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2656 2656 0 0.0
.debug_abbrev 1209397 1212865 3468 0.3
.debug_aranges 111032 111088 56 0.1
.debug_frame 375556 375676 120 0.0
.debug_info 26383317 26431350 48033 0.2
.debug_line 3668080 3672375 4295 0.1
.debug_loc 3550395 3552797 2402 0.1
.debug_ranges 335480 335552 72 0.0
.debug_str 3382914 3404256 21342 0.6
.heap 842856 842856 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 533923 534349 426 0.1
.symtab 407232 407440 208 0.1
.text 1484704 1484936 232 0.0
.zero.table 8 8 0 0.0
light cy8ckit_062s2_43012 0 0 0 0.0
(read only) 851200 851200 0 0.0
(read/write) 1600828 1601060 232 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179696 179696 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2448 2448 0 0.0
.debug_abbrev 1044070 1047538 3468 0.3
.debug_aranges 103200 103256 56 0.1
.debug_frame 345800 345920 120 0.0
.debug_info 21847873 21895907 48034 0.2
.debug_line 3239259 3243434 4175 0.1
.debug_loc 3249910 3252312 2402 0.1
.debug_ranges 301320 301392 72 0.0
.debug_str 3189008 3210338 21330 0.7
.heap 851200 851200 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 467204 467630 426 0.1
.symtab 374288 374496 208 0.1
.text 1410296 1410528 232 0.0
.zero.table 8 8 0 0.0
lock cy8ckit_062s2_43012 0 0 0 0.0
(read only) 846168 846168 0 0.0
(read/write) 1638540 1638772 232 0.0
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184712 184712 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2464 2464 0 0.0
.debug_abbrev 1051505 1054973 3468 0.3
.debug_aranges 103872 103928 56 0.1
.debug_frame 348628 348748 120 0.0
.debug_info 22227604 22275638 48034 0.2
.debug_line 3248153 3252288 4135 0.1
.debug_loc 3289747 3292149 2402 0.1
.debug_ranges 304664 304736 72 0.0
.debug_str 3216491 3237817 21326 0.7
.heap 846168 846168 0 0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473419 473845 426 0.1
.symtab 377472 377680 208 0.1
.text 1442976 1443208 232 0.0
.zero.table 8 8 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 808416 808416 0 0.0
bss 71448 71448 0 0.0
noinit 43488 43488 0 0.0
text 571026 571028 2 0.0
lighting-app tlsr9518adk80d (read/write) 830384 830392 8 0.0
bss 72304 72304 0 0.0
noinit 43488 43488 0 0.0
text 589148 589152 4 0.0

@github-actions
Copy link

github-actions bot commented Aug 26, 2022

PR #22168: Size comparison from 3d7cc78 to cc1def8

Increases above 0.2%:

platform target config section 3d7cc78 cc1def8 change % change
linux all-clusters-app debug .init_array 1168 1176 8 0.7
.rodata 274635 275211 576 0.2
all-clusters-minimal-app debug .init_array 1152 1160 8 0.7
bridge-app debug+rpc .data.rel.ro 67464 67640 176 0.3
.init_array 824 832 8 1.0
.rodata 203464 204040 576 0.3
chip-tool debug .init_array 768 776 8 1.0
chip-tool-ipv6only arm64 .init_array 192 200 8 4.2
lighting-app debug+rpc .data.rel.ro 72488 72680 192 0.3
.init_array 920 928 8 0.9
.rodata 220368 220880 512 0.2
lock-app debug .data.rel.ro 69512 69688 176 0.3
.init_array 896 904 8 0.9
.rodata 237328 237872 544 0.2
ota-provider-app debug .data.rel.ro 63336 63512 176 0.3
.init_array 760 768 8 1.1
.rodata 209304 209848 544 0.3
ota-requestor-app debug .data.rel.ro 68744 68920 176 0.3
.init_array 848 856 8 0.9
.rodata 216128 216608 480 0.2
shell debug .init_array 1040 1048 8 0.8
.rodata 234738 235314 576 0.2
thermostat-no-ble arm64 .data 1672 1680 8 0.5
.got 5048 5064 16 0.3
.init_array 408 416 8 2.0
.rodata 140588 141180 592 0.4
tv-app debug .data 4736 4752 16 0.3
.data.rel.ro 79184 79368 184 0.2
.init_array 1072 1080 8 0.7
.rodata 259080 259656 576 0.2
tv-casting-app debug .init_array 1040 1048 8 0.8
psoc6 all-clusters cy8ckit_062s2_43012 .data 2656 2664 8 0.3
.debug_abbrev 1217558 1221442 3884 0.3
.debug_str 3393925 3416024 22099 0.7
all-clusters-minimal cy8ckit_062s2_43012 .data 2656 2664 8 0.3
.debug_abbrev 1209397 1213281 3884 0.3
.debug_str 3382914 3405029 22115 0.7
light cy8ckit_062s2_43012 .data 2448 2456 8 0.3
.debug_abbrev 1044070 1047954 3884 0.4
.debug_str 3189008 3211099 22091 0.7
lock cy8ckit_062s2_43012 .data 2464 2472 8 0.3
.debug_abbrev 1051505 1055389 3884 0.4
.debug_str 3216491 3238574 22083 0.7
Increases (24 builds for bl602, cc13x2_26x2, cyw30739, linux, mbed, psoc6)
platform target config section 3d7cc78 cc1def8 change % change
bl602 lighting-app bl602 (read/write) 1383690 1384726 1036 0.1
.bss 120266 120274 8 0.0
.data 4480 4488 8 0.2
.text 1050860 1051288 428 0.0
bl602+rpc (read/write) 1429602 1430614 1012 0.1
.text 1082872 1083300 428 0.0
cc13x2_26x2 pump-app LP_CC2652R7 (read/write) 157960 157968 8 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586578 586586 8 0.0
.app_xip_area 463236 463244 8 0.0
lock cyw930739m2evb_01 (read/write) 592338 592346 8 0.0
.app_xip_area 464212 464220 8 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599442 599450 8 0.0
.app_xip_area 476820 476828 8 0.0
linux all-clusters-app debug (read only) 3037929 3042089 4160 0.1
(read/write) 156024 156160 136 0.1
.data.rel.ro 85624 85768 144 0.2
.init_array 1168 1176 8 0.7
.rodata 274635 275211 576 0.2
.text 2584146 2587442 3296 0.1
all-clusters-minimal-app debug (read only) 2873793 2877921 4128 0.1
(read/write) 147624 147760 136 0.1
.data.rel.ro 78120 78264 144 0.2
.init_array 1152 1160 8 0.7
.rodata 274827 275371 544 0.2
.text 2422594 2425890 3296 0.1
bridge-app debug+rpc (read only) 2372313 2376473 4160 0.2
(read/write) 127584 127752 168 0.1
.data.rel.ro 67464 67640 176 0.3
.init_array 824 832 8 1.0
.rodata 203464 204040 576 0.3
.text 2006226 2009522 3296 0.2
chip-tool debug (read only) 10876545 10880417 3872 0.0
(read/write) 657184 657384 200 0.0
.data.rel.ro 622168 622352 184 0.0
.init_array 768 776 8 1.0
.rodata 561013 561557 544 0.1
.text 8794980 8798020 3040 0.0
chip-tool-ipv6only arm64 (read only) 10262564 10265380 2816 0.0
(read/write) 705073 705233 160 0.0
.data 3272 3280 8 0.2
.data.rel.ro 649704 649832 128 0.0
.got 13832 13848 16 0.1
.init_array 192 200 8 4.2
.rodata 491796 492196 400 0.1
.text 8118644 8120724 2080 0.0
lighting-app debug+rpc (read only) 2597257 2601369 4112 0.2
(read/write) 130304 130536 232 0.2
.bss 49760 49792 32 0.1
.data.rel.ro 72488 72680 192 0.3
.init_array 920 928 8 0.9
.rodata 220368 220880 512 0.2
.text 2205986 2209298 3312 0.2
lock-app debug (read only) 2580241 2584369 4128 0.2
(read/write) 125512 125712 200 0.2
.data.rel.ro 69512 69688 176 0.3
.init_array 896 904 8 0.9
.rodata 237328 237872 544 0.2
.text 2176258 2179554 3296 0.2
ota-provider-app debug (read only) 2357401 2361529 4128 0.2
(read/write) 118976 119144 168 0.1
.data.rel.ro 63336 63512 176 0.3
.init_array 760 768 8 1.1
.rodata 209304 209848 544 0.3
.text 1984626 1987922 3296 0.2
ota-requestor-app debug (read only) 2522921 2526985 4064 0.2
(read/write) 127384 127552 168 0.1
.data.rel.ro 68744 68920 176 0.3
.init_array 848 856 8 0.9
.rodata 216128 216608 480 0.2
.text 2134178 2137474 3296 0.2
shell debug (read only) 2606233 2610393 4160 0.2
(read/write) 142144 142312 168 0.1
.data.rel.ro 77224 77376 152 0.2
.init_array 1040 1048 8 0.8
.rodata 234738 235314 576 0.2
.text 2213074 2216370 3296 0.1
thermostat-no-ble arm64 (read only) 2356644 2360308 3664 0.2
(read/write) 141825 142001 176 0.1
.bss 55345 55361 16 0.0
.data 1672 1680 8 0.5
.data.rel.ro 75984 76112 128 0.2
.got 5048 5064 16 0.3
.init_array 408 416 8 2.0
.rodata 140588 141180 592 0.4
.text 1978336 1981072 2736 0.1
tv-app debug (read only) 3182745 3186905 4160 0.1
(read/write) 257968 258168 200 0.1
.data 4736 4752 16 0.3
.data.rel.ro 79184 79368 184 0.2
.init_array 1072 1080 8 0.7
.rodata 259080 259656 576 0.2
.text 2733922 2737218 3296 0.1
tv-casting-app debug (read only) 5503505 5507633 4128 0.1
(read/write) 160464 160664 200 0.1
.data.rel.ro 100120 100304 184 0.2
.init_array 1040 1048 8 0.8
.rodata 344273 344817 544 0.2
.text 4887618 4890914 3296 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2454312 2454648 336 0.0
.text 1416956 1417292 336 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1740372 1741476 1104 0.1
.data 2656 2664 8 0.3
.debug_abbrev 1217558 1221442 3884 0.3
.debug_aranges 111560 111704 144 0.1
.debug_frame 372476 372808 332 0.1
.debug_info 26646623 26687902 41279 0.2
.debug_line 3647676 3654002 6326 0.2
.debug_loc 3562758 3565614 2856 0.1
.debug_ranges 336864 337000 136 0.0
.debug_str 3393925 3416024 22099 0.7
.strtab 569449 570474 1025 0.2
.symtab 420640 421440 800 0.2
.text 1540760 1541856 1096 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1683580 1684676 1096 0.1
.data 2656 2664 8 0.3
.debug_abbrev 1209397 1213281 3884 0.3
.debug_aranges 111032 111176 144 0.1
.debug_frame 375556 375888 332 0.1
.debug_info 26383316 26424597 41281 0.2
.debug_line 3668080 3674518 6438 0.2
.debug_loc 3550395 3553251 2856 0.1
.debug_ranges 335480 335616 136 0.0
.debug_str 3382914 3405029 22115 0.7
.strtab 533923 534948 1025 0.2
.symtab 407232 408032 800 0.2
.text 1484704 1485792 1088 0.1
light cy8ckit_062s2_43012 (read/write) 1600828 1601932 1104 0.1
.bss 179696 179704 8 0.0
.data 2448 2456 8 0.3
.debug_abbrev 1044070 1047954 3884 0.4
.debug_aranges 103200 103344 144 0.1
.debug_frame 345800 346132 332 0.1
.debug_info 21847874 21889153 41279 0.2
.debug_line 3239259 3245529 6270 0.2
.debug_loc 3249910 3252766 2856 0.1
.debug_ranges 301320 301456 136 0.0
.debug_str 3189008 3211099 22091 0.7
.strtab 467204 468229 1025 0.2
.symtab 374288 375088 800 0.2
.text 1410296 1411384 1088 0.1
lock cy8ckit_062s2_43012 (read/write) 1638540 1639628 1088 0.1
.bss 184712 184720 8 0.0
.data 2464 2472 8 0.3
.debug_abbrev 1051505 1055389 3884 0.4
.debug_aranges 103872 104016 144 0.1
.debug_frame 348628 348960 332 0.1
.debug_info 22227604 22268883 41279 0.2
.debug_line 3248153 3254367 6214 0.2
.debug_loc 3289747 3292603 2856 0.1
.debug_ranges 304664 304800 136 0.0
.debug_str 3216491 3238574 22083 0.7
.strtab 473419 474444 1025 0.2
.symtab 377472 378272 800 0.2
.text 1442976 1444048 1072 0.1
Decreases (8 builds for cc13x2_26x2, psoc6, telink)
platform target config section 3d7cc78 cc1def8 change % change
cc13x2_26x2 all-clusters-minimal-app LP_CC2652R7 (read only) 637555 637547 -8 -0.0
.text 559252 559244 -8 -0.0
pump-app LP_CC2652R7 (read only) 684551 684543 -8 -0.0
.text 594140 594132 -8 -0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842120 842112 -8 -0.0
.heap 842120 842112 -8 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842856 842848 -8 -0.0
.heap 842856 842848 -8 -0.0
light cy8ckit_062s2_43012 (read only) 851200 851184 -16 -0.0
.heap 851200 851184 -16 -0.0
lock cy8ckit_062s2_43012 (read only) 846168 846152 -16 -0.0
.heap 846168 846152 -16 -0.0
telink light-switch-app tlsr9518adk80d text 571028 571024 -4 -0.0
lighting-app tlsr9518adk80d (read/write) 830392 830384 -8 -0.0
text 589152 589148 -4 -0.0
Full report (34 builds for bl602, cc13x2_26x2, cyw30739, k32w, linux, mbed, psoc6, telink)
platform target config section 3d7cc78 cc1def8 change % change
bl602 lighting-app bl602 (read/write) 1383690 1384726 1036 0.1
.bss 120266 120274 8 0.0
.data 4480 4488 8 0.2
.text 1050860 1051288 428 0.0
bl602+rpc (read/write) 1429602 1430614 1012 0.1
.bss 127706 127706 0 0.0
.data 4600 4600 0 0.0
.text 1082872 1083300 428 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 672835 672835 0 0.0
(read/write) 178660 178660 0 0.0
.bss 74388 74388 0 0.0
.data 3372 3372 0 0.0
.rodata 88835 88835 0 0.0
.text 583684 583684 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637555 637547 -8 -0.0
(read/write) 157948 157948 0 0.0
.bss 73660 73660 0 0.0
.data 3372 3372 0 0.0
.rodata 77979 77979 0 0.0
.text 559252 559244 -8 -0.0
lock-ftd LP_CC2652R7 (read only) 673919 673919 0 0.0
(read/write) 167784 167784 0 0.0
.bss 71484 71484 0 0.0
.data 3296 3296 0 0.0
.rodata 76671 76671 0 0.0
.text 596768 596768 0 0.0
lock-mtd LP_CC2652R7 (read only) 656687 656687 0 0.0
(read/write) 180704 180704 0 0.0
.bss 67172 67172 0 0.0
.data 3296 3296 0 0.0
.rodata 101767 101767 0 0.0
.text 554440 554440 0 0.0
pump-app LP_CC2652R7 (read only) 684551 684543 -8 -0.0
(read/write) 157960 157968 8 0.0
.bss 71524 71524 0 0.0
.data 3296 3296 0 0.0
.rodata 89927 89927 0 0.0
.text 594140 594132 -8 -0.0
pump-controller-app LP_CC2652R7 (read only) 669059 669059 0 0.0
(read/write) 173572 173572 0 0.0
.bss 71644 71644 0 0.0
.data 3292 3292 0 0.0
.rodata 85483 85483 0 0.0
.text 583096 583096 0 0.0
shell LP_CC2652R7 (read only) 665526 665526 0 0.0
(read/write) 181488 181488 0 0.0
.bss 76708 76708 0 0.0
.data 3376 3376 0 0.0
.rodata 85782 85782 0 0.0
.text 579428 579428 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586578 586586 8 0.0
.app_xip_area 463236 463244 8 0.0
.bss 65776 65776 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592338 592346 8 0.0
.app_xip_area 464212 464220 8 0.0
.bss 70560 70560 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599442 599450 8 0.0
.app_xip_area 476820 476828 8 0.0
.bss 65088 65088 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
k32w light k32w0+release (read/write) 646516 646516 0 0.0
.bss 70400 70400 0 0.0
.data 2068 2068 0 0.0
.text 571320 571320 0 0.0
lock k32w0+release (read/write) 704012 704012 0 0.0
.bss 70864 70864 0 0.0
.data 2076 2076 0 0.0
.text 628344 628344 0 0.0
linux all-clusters-app debug (read only) 3037929 3042089 4160 0.1
(read/write) 156024 156160 136 0.1
.bss 61920 61920 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 85624 85768 144 0.2
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1168 1176 8 0.7
.rodata 274635 275211 576 0.2
.text 2584146 2587442 3296 0.1
all-clusters-minimal-app debug (read only) 2873793 2877921 4128 0.1
(read/write) 147624 147760 136 0.1
.bss 61152 61152 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 78120 78264 144 0.2
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1152 1160 8 0.7
.rodata 274827 275371 544 0.2
.text 2422594 2425890 3296 0.1
bridge-app debug+rpc (read only) 2372313 2376473 4160 0.2
(read/write) 127584 127752 168 0.1
.bss 50656 50656 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67464 67640 176 0.3
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 824 832 8 1.0
.rodata 203464 204040 576 0.3
.text 2006226 2009522 3296 0.2
chip-tool debug (read only) 10876545 10880417 3872 0.0
(read/write) 657184 657384 200 0.0
.bss 25240 25240 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 622168 622352 184 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 768 776 8 1.0
.rodata 561013 561557 544 0.1
.text 8794980 8798020 3040 0.0
chip-tool-ipv6only arm64 (read only) 10262564 10265380 2816 0.0
(read/write) 705073 705233 160 0.0
.bss 33297 33297 0 0.0
.data 3272 3280 8 0.2
.data.rel.ro 649704 649832 128 0.0
.dynamic 560 560 0 0.0
.got 13832 13848 16 0.1
.init 24 24 0 0.0
.init_array 192 200 8 4.2
.rodata 491796 492196 400 0.1
.text 8118644 8120724 2080 0.0
lighting-app debug+rpc (read only) 2597257 2601369 4112 0.2
(read/write) 130304 130536 232 0.2
.bss 49760 49792 32 0.1
.data 2096 2096 0 0.0
.data.rel.ro 72488 72680 192 0.3
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 920 928 8 0.9
.rodata 220368 220880 512 0.2
.text 2205986 2209298 3312 0.2
lock-app debug (read only) 2580241 2584369 4128 0.2
(read/write) 125512 125712 200 0.2
.bss 48288 48288 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69512 69688 176 0.3
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 896 904 8 0.9
.rodata 237328 237872 544 0.2
.text 2176258 2179554 3296 0.2
ota-provider-app debug (read only) 2357401 2361529 4128 0.2
(read/write) 118976 119144 168 0.1
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63336 63512 176 0.3
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 760 768 8 1.1
.rodata 209304 209848 544 0.3
.text 1984626 1987922 3296 0.2
ota-requestor-app debug (read only) 2522921 2526985 4064 0.2
(read/write) 127384 127552 168 0.1
.bss 50368 50368 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 68744 68920 176 0.3
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 848 856 8 0.9
.rodata 216128 216608 480 0.2
.text 2134178 2137474 3296 0.2
shell debug (read only) 2606233 2610393 4160 0.2
(read/write) 142144 142312 168 0.1
.bss 57832 57832 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77224 77376 152 0.2
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1040 1048 8 0.8
.rodata 234738 235314 576 0.2
.text 2213074 2216370 3296 0.1
thermostat-no-ble arm64 (read only) 2356644 2360308 3664 0.2
(read/write) 141825 142001 176 0.1
.bss 55345 55361 16 0.0
.data 1672 1680 8 0.5
.data.rel.ro 75984 76112 128 0.2
.dynamic 560 560 0 0.0
.got 5048 5064 16 0.3
.init 24 24 0 0.0
.init_array 408 416 8 2.0
.rodata 140588 141180 592 0.4
.text 1978336 1981072 2736 0.1
tv-app debug (read only) 3182745 3186905 4160 0.1
(read/write) 257968 258168 200 0.1
.bss 167480 167480 0 0.0
.data 4736 4752 16 0.3
.data.rel.ro 79184 79368 184 0.2
.dynamic 608 608 0 0.0
.got 4856 4856 0 0.0
.init 27 27 0 0.0
.init_array 1072 1080 8 0.7
.rodata 259080 259656 576 0.2
.text 2733922 2737218 3296 0.1
tv-casting-app debug (read only) 5503505 5507633 4128 0.1
(read/write) 160464 160664 200 0.1
.bss 51480 51480 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 100120 100304 184 0.2
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1040 1048 8 0.8
.rodata 344273 344817 544 0.2
.text 4887618 4890914 3296 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2454312 2454648 336 0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1416956 1417292 336 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842120 842112 -8 -0.0
(read/write) 1740372 1741476 1104 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188568 188568 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2656 2664 8 0.3
.debug_abbrev 1217558 1221442 3884 0.3
.debug_aranges 111560 111704 144 0.1
.debug_frame 372476 372808 332 0.1
.debug_info 26646623 26687902 41279 0.2
.debug_line 3647676 3654002 6326 0.2
.debug_loc 3562758 3565614 2856 0.1
.debug_ranges 336864 337000 136 0.0
.debug_str 3393925 3416024 22099 0.7
.heap 842120 842112 -8 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 569449 570474 1025 0.2
.symtab 420640 421440 800 0.2
.text 0 0 0 0.0
1540760 1541856 1096 0.1
.zero.table 8 8 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842856 842848 -8 -0.0
(read/write) 1683580 1684676 1096 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187832 187832 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2656 2664 8 0.3
.debug_abbrev 1209397 1213281 3884 0.3
.debug_aranges 111032 111176 144 0.1
.debug_frame 375556 375888 332 0.1
.debug_info 26383316 26424597 41281 0.2
.debug_line 3668080 3674518 6438 0.2
.debug_loc 3550395 3553251 2856 0.1
.debug_ranges 335480 335616 136 0.0
.debug_str 3382914 3405029 22115 0.7
.heap 842856 842848 -8 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 533923 534948 1025 0.2
.symtab 407232 408032 800 0.2
.text 1484704 1485792 1088 0.1
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 851200 851184 -16 -0.0
(read/write) 1600828 1601932 1104 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179696 179704 8 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2448 2456 8 0.3
.debug_abbrev 1044070 1047954 3884 0.4
.debug_aranges 103200 103344 144 0.1
.debug_frame 345800 346132 332 0.1
.debug_info 21847874 21889153 41279 0.2
.debug_line 3239259 3245529 6270 0.2
.debug_loc 3249910 3252766 2856 0.1
.debug_ranges 301320 301456 136 0.0
.debug_str 3189008 3211099 22091 0.7
.heap 851200 851184 -16 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 467204 468229 1025 0.2
.symtab 374288 375088 800 0.2
.text 1410296 1411384 1088 0.1
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 846168 846152 -16 -0.0
(read/write) 1638540 1639628 1088 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184712 184720 8 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2464 2472 8 0.3
.debug_abbrev 1051505 1055389 3884 0.4
.debug_aranges 103872 104016 144 0.1
.debug_frame 348628 348960 332 0.1
.debug_info 22227604 22268883 41279 0.2
.debug_line 3248153 3254367 6214 0.2
.debug_loc 3289747 3292603 2856 0.1
.debug_ranges 304664 304800 136 0.0
.debug_str 3216491 3238574 22083 0.7
.heap 846168 846152 -16 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473419 474444 1025 0.2
.symtab 377472 378272 800 0.2
.text 1442976 1444048 1072 0.1
.zero.table 0 0 0 0.0
8 8 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 808416 808416 0 0.0
bss 71448 71448 0 0.0
noinit 43488 43488 0 0.0
text 571028 571024 -4 -0.0
lighting-app tlsr9518adk80d (read/write) 830392 830384 -8 -0.0
bss 72304 72304 0 0.0
noinit 43488 43488 0 0.0
text 589152 589148 -4 -0.0

@github-actions
Copy link

github-actions bot commented Aug 26, 2022

PR #22168: Size comparison from 3d7cc78 to 2db31ba

Increases above 0.2%:

platform target config section 3d7cc78 2db31ba change % change
efr32 lighting-app BRD4161A+rs911x .data 2056 2064 8 0.4
lock-app BRD4161A+wf200 .data 2064 2072 8 0.4
esp32 all-clusters-app c3devkit .flash.rodata 218448 219016 568 0.3
linux all-clusters-app debug .init_array 1168 1176 8 0.7
.rodata 274635 275211 576 0.2
all-clusters-minimal-app debug .init_array 1152 1160 8 0.7
bridge-app debug+rpc .data.rel.ro 67464 67640 176 0.3
.init_array 824 832 8 1.0
.rodata 203464 204040 576 0.3
chip-tool debug .init_array 768 776 8 1.0
chip-tool-ipv6only arm64 .init_array 192 200 8 4.2
lighting-app debug+rpc .data.rel.ro 72488 72680 192 0.3
.init_array 920 928 8 0.9
.rodata 220368 220880 512 0.2
lock-app debug .data.rel.ro 69512 69688 176 0.3
.init_array 896 904 8 0.9
.rodata 237328 237872 544 0.2
ota-provider-app debug .data.rel.ro 63336 63512 176 0.3
.init_array 760 768 8 1.1
.rodata 209304 209848 544 0.3
ota-requestor-app debug .data.rel.ro 68744 68920 176 0.3
.init_array 848 856 8 0.9
.rodata 216128 216608 480 0.2
shell debug .init_array 1040 1048 8 0.8
.rodata 234738 235314 576 0.2
thermostat-no-ble arm64 .data 1672 1680 8 0.5
.got 5048 5064 16 0.3
.init_array 408 416 8 2.0
.rodata 140588 141180 592 0.4
tv-app debug .data 4736 4752 16 0.3
.data.rel.ro 79184 79368 184 0.2
.init_array 1072 1080 8 0.7
.rodata 259080 259656 576 0.2
tv-casting-app debug .init_array 1040 1048 8 0.8
psoc6 all-clusters cy8ckit_062s2_43012 .data 2656 2664 8 0.3
.debug_abbrev 1217558 1221442 3884 0.3
.debug_str 3393925 3416024 22099 0.7
all-clusters-minimal cy8ckit_062s2_43012 .data 2656 2664 8 0.3
.debug_abbrev 1209397 1213281 3884 0.3
.debug_str 3382914 3405029 22115 0.7
light cy8ckit_062s2_43012 .data 2448 2456 8 0.3
.debug_abbrev 1044070 1047954 3884 0.4
.debug_str 3189008 3211099 22091 0.7
lock cy8ckit_062s2_43012 .data 2464 2472 8 0.3
.debug_abbrev 1051505 1055389 3884 0.4
.debug_str 3216491 3238574 22083 0.7
Increases (29 builds for bl602, cyw30739, efr32, esp32, linux, mbed, nrfconnect, psoc6)
platform target config section 3d7cc78 2db31ba change % change
bl602 lighting-app bl602 (read/write) 1383690 1384718 1028 0.1
.bss 120266 120274 8 0.0
.data 4480 4488 8 0.2
.text 1050860 1051284 424 0.0
bl602+rpc (read/write) 1429602 1430614 1012 0.1
.text 1082872 1083300 428 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586578 586586 8 0.0
.app_xip_area 463236 463244 8 0.0
lock cyw930739m2evb_01 (read/write) 592338 592346 8 0.0
.app_xip_area 464212 464220 8 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599442 599450 8 0.0
.app_xip_area 476820 476828 8 0.0
efr32 lighting-app BRD4161A+rpc (read/write) 971380 971396 16 0.0
.text 818260 818276 16 0.0
BRD4161A+rs911x (read/write) 999896 1000988 1092 0.1
.data 2056 2064 8 0.4
.text 828732 829816 1084 0.1
lock-app BRD4161A+wf200 (read/write) 1149196 1149548 352 0.0
.data 2064 2072 8 0.4
.text 994944 995288 344 0.0
esp32 all-clusters-app c3devkit (read only) 1031176 1031544 368 0.0
(read/write) 1489650 1490218 568 0.0
.dram0.data 14600 14608 8 0.1
.flash.rodata 218448 219016 568 0.3
.flash.text 1031176 1031544 368 0.0
m5stack (read only) 1084287 1084591 304 0.0
(read/write) 491568 492136 568 0.1
.dram0.data 34144 34152 8 0.0
.flash.rodata 248764 249324 560 0.2
.flash.text 1078903 1079207 304 0.0
linux all-clusters-app debug (read only) 3037929 3042089 4160 0.1
(read/write) 156024 156160 136 0.1
.data.rel.ro 85624 85768 144 0.2
.init_array 1168 1176 8 0.7
.rodata 274635 275211 576 0.2
.text 2584146 2587442 3296 0.1
all-clusters-minimal-app debug (read only) 2873793 2877921 4128 0.1
(read/write) 147624 147760 136 0.1
.data.rel.ro 78120 78264 144 0.2
.init_array 1152 1160 8 0.7
.rodata 274827 275371 544 0.2
.text 2422594 2425890 3296 0.1
bridge-app debug+rpc (read only) 2372313 2376473 4160 0.2
(read/write) 127584 127752 168 0.1
.data.rel.ro 67464 67640 176 0.3
.init_array 824 832 8 1.0
.rodata 203464 204040 576 0.3
.text 2006226 2009522 3296 0.2
chip-tool debug (read only) 10876545 10880417 3872 0.0
(read/write) 657184 657384 200 0.0
.data.rel.ro 622168 622352 184 0.0
.init_array 768 776 8 1.0
.rodata 561013 561557 544 0.1
.text 8794980 8798020 3040 0.0
chip-tool-ipv6only arm64 (read only) 10262564 10265380 2816 0.0
(read/write) 705073 705233 160 0.0
.data 3272 3280 8 0.2
.data.rel.ro 649704 649832 128 0.0
.got 13832 13848 16 0.1
.init_array 192 200 8 4.2
.rodata 491796 492196 400 0.1
.text 8118644 8120724 2080 0.0
lighting-app debug+rpc (read only) 2597257 2601369 4112 0.2
(read/write) 130304 130536 232 0.2
.bss 49760 49792 32 0.1
.data.rel.ro 72488 72680 192 0.3
.init_array 920 928 8 0.9
.rodata 220368 220880 512 0.2
.text 2205986 2209298 3312 0.2
lock-app debug (read only) 2580241 2584369 4128 0.2
(read/write) 125512 125712 200 0.2
.data.rel.ro 69512 69688 176 0.3
.init_array 896 904 8 0.9
.rodata 237328 237872 544 0.2
.text 2176258 2179554 3296 0.2
ota-provider-app debug (read only) 2357401 2361529 4128 0.2
(read/write) 118976 119144 168 0.1
.data.rel.ro 63336 63512 176 0.3
.init_array 760 768 8 1.1
.rodata 209304 209848 544 0.3
.text 1984626 1987922 3296 0.2
ota-requestor-app debug (read only) 2522921 2526985 4064 0.2
(read/write) 127384 127552 168 0.1
.data.rel.ro 68744 68920 176 0.3
.init_array 848 856 8 0.9
.rodata 216128 216608 480 0.2
.text 2134178 2137474 3296 0.2
shell debug (read only) 2606233 2610393 4160 0.2
(read/write) 142144 142312 168 0.1
.data.rel.ro 77224 77376 152 0.2
.init_array 1040 1048 8 0.8
.rodata 234738 235314 576 0.2
.text 2213074 2216370 3296 0.1
thermostat-no-ble arm64 (read only) 2356644 2360308 3664 0.2
(read/write) 141825 142001 176 0.1
.bss 55345 55361 16 0.0
.data 1672 1680 8 0.5
.data.rel.ro 75984 76112 128 0.2
.got 5048 5064 16 0.3
.init_array 408 416 8 2.0
.rodata 140588 141180 592 0.4
.text 1978336 1981072 2736 0.1
tv-app debug (read only) 3182745 3186905 4160 0.1
(read/write) 257968 258168 200 0.1
.data 4736 4752 16 0.3
.data.rel.ro 79184 79368 184 0.2
.init_array 1072 1080 8 0.7
.rodata 259080 259656 576 0.2
.text 2733922 2737218 3296 0.1
tv-casting-app debug (read only) 5503505 5507633 4128 0.1
(read/write) 160464 160664 200 0.1
.data.rel.ro 100120 100304 184 0.2
.init_array 1040 1048 8 0.8
.rodata 344273 344817 544 0.2
.text 4887618 4890914 3296 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2454312 2454648 336 0.0
.text 1416956 1417292 336 0.0
nrfconnect all-clusters-minimal-app nrf52840dk_nrf52840 text 802964 802968 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read/write) 1740372 1741476 1104 0.1
.data 2656 2664 8 0.3
.debug_abbrev 1217558 1221442 3884 0.3
.debug_aranges 111560 111704 144 0.1
.debug_frame 372476 372808 332 0.1
.debug_info 26646623 26687901 41278 0.2
.debug_line 3647676 3654002 6326 0.2
.debug_loc 3562758 3565614 2856 0.1
.debug_ranges 336864 337000 136 0.0
.debug_str 3393925 3416024 22099 0.7
.strtab 569449 570474 1025 0.2
.symtab 420640 421440 800 0.2
.text 1540760 1541856 1096 0.1
all-clusters-minimal cy8ckit_062s2_43012 (read/write) 1683580 1684676 1096 0.1
.data 2656 2664 8 0.3
.debug_abbrev 1209397 1213281 3884 0.3
.debug_aranges 111032 111176 144 0.1
.debug_frame 375556 375888 332 0.1
.debug_info 26383316 26424597 41281 0.2
.debug_line 3668080 3674518 6438 0.2
.debug_loc 3550395 3553251 2856 0.1
.debug_ranges 335480 335616 136 0.0
.debug_str 3382914 3405029 22115 0.7
.strtab 533923 534948 1025 0.2
.symtab 407232 408032 800 0.2
.text 1484704 1485792 1088 0.1
light cy8ckit_062s2_43012 (read/write) 1600828 1601932 1104 0.1
.bss 179696 179704 8 0.0
.data 2448 2456 8 0.3
.debug_abbrev 1044070 1047954 3884 0.4
.debug_aranges 103200 103344 144 0.1
.debug_frame 345800 346132 332 0.1
.debug_info 21847874 21889154 41280 0.2
.debug_line 3239259 3245529 6270 0.2
.debug_loc 3249910 3252766 2856 0.1
.debug_ranges 301320 301456 136 0.0
.debug_str 3189008 3211099 22091 0.7
.strtab 467204 468229 1025 0.2
.symtab 374288 375088 800 0.2
.text 1410296 1411384 1088 0.1
lock cy8ckit_062s2_43012 (read/write) 1638540 1639628 1088 0.1
.bss 184712 184720 8 0.0
.data 2464 2472 8 0.3
.debug_abbrev 1051505 1055389 3884 0.4
.debug_aranges 103872 104016 144 0.1
.debug_frame 348628 348960 332 0.1
.debug_info 22227604 22268883 41279 0.2
.debug_line 3248153 3254367 6214 0.2
.debug_loc 3289747 3292603 2856 0.1
.debug_ranges 304664 304800 136 0.0
.debug_str 3216491 3238574 22083 0.7
.strtab 473419 474444 1025 0.2
.symtab 377472 378272 800 0.2
.text 1442976 1444048 1072 0.1
Decreases (6 builds for psoc6, telink)
platform target config section 3d7cc78 2db31ba change % change
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842120 842112 -8 -0.0
.heap 842120 842112 -8 -0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842856 842848 -8 -0.0
.heap 842856 842848 -8 -0.0
light cy8ckit_062s2_43012 (read only) 851200 851184 -16 -0.0
.heap 851200 851184 -16 -0.0
lock cy8ckit_062s2_43012 (read only) 846168 846152 -16 -0.0
.heap 846168 846152 -16 -0.0
telink light-switch-app tlsr9518adk80d text 571028 571026 -2 -0.0
lighting-app tlsr9518adk80d text 589152 589150 -2 -0.0
Full report (43 builds for bl602, cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, psoc6, telink)
platform target config section 3d7cc78 2db31ba change % change
bl602 lighting-app bl602 (read/write) 1383690 1384718 1028 0.1
.bss 120266 120274 8 0.0
.data 4480 4488 8 0.2
.text 1050860 1051284 424 0.0
bl602+rpc (read/write) 1429602 1430614 1012 0.1
.bss 127706 127706 0 0.0
.data 4600 4600 0 0.0
.text 1082872 1083300 428 0.0
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 672835 672835 0 0.0
(read/write) 178660 178660 0 0.0
.bss 74388 74388 0 0.0
.data 3372 3372 0 0.0
.rodata 88835 88835 0 0.0
.text 583684 583684 0 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 637555 637555 0 0.0
(read/write) 157948 157948 0 0.0
.bss 73660 73660 0 0.0
.data 3372 3372 0 0.0
.rodata 77979 77979 0 0.0
.text 559252 559252 0 0.0
lock-ftd LP_CC2652R7 (read only) 673919 673919 0 0.0
(read/write) 167784 167784 0 0.0
.bss 71484 71484 0 0.0
.data 3296 3296 0 0.0
.rodata 76671 76671 0 0.0
.text 596768 596768 0 0.0
lock-mtd LP_CC2652R7 (read only) 656687 656687 0 0.0
(read/write) 180704 180704 0 0.0
.bss 67172 67172 0 0.0
.data 3296 3296 0 0.0
.rodata 101767 101767 0 0.0
.text 554440 554440 0 0.0
pump-app LP_CC2652R7 (read only) 684551 684551 0 0.0
(read/write) 157960 157960 0 0.0
.bss 71524 71524 0 0.0
.data 3296 3296 0 0.0
.rodata 89927 89927 0 0.0
.text 594140 594140 0 0.0
pump-controller-app LP_CC2652R7 (read only) 669059 669059 0 0.0
(read/write) 173572 173572 0 0.0
.bss 71644 71644 0 0.0
.data 3292 3292 0 0.0
.rodata 85483 85483 0 0.0
.text 583096 583096 0 0.0
shell LP_CC2652R7 (read only) 665526 665526 0 0.0
(read/write) 181488 181488 0 0.0
.bss 76708 76708 0 0.0
.data 3376 3376 0 0.0
.rodata 85782 85782 0 0.0
.text 579428 579428 0 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 586578 586586 8 0.0
.app_xip_area 463236 463244 8 0.0
.bss 65776 65776 0 0.0
.data 744 744 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 592338 592346 8 0.0
.app_xip_area 464212 464220 8 0.0
.bss 70560 70560 0 0.0
.data 748 748 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 599442 599450 8 0.0
.app_xip_area 476820 476828 8 0.0
.bss 65088 65088 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1107284 1107284 0 0.0
.bss 136332 136332 0 0.0
.data 2072 2072 0 0.0
.text 968860 968860 0 0.0
BRD4161A+rpc (read/write) 971380 971396 16 0.0
.bss 150844 150844 0 0.0
.data 2252 2252 0 0.0
.text 818260 818276 16 0.0
BRD4161A+rs911x (read/write) 999896 1000988 1092 0.1
.bss 169088 169088 0 0.0
.data 2056 2064 8 0.4
.text 828732 829816 1084 0.1
lock-app BRD4161A+wf200 (read/write) 1149196 1149548 352 0.0
.bss 152168 152168 0 0.0
.data 2064 2072 8 0.4
.text 994944 995288 344 0.0
window-app BRD4161A (read/write) 1098548 1098548 0 0.0
.bss 137772 137772 0 0.0
.data 2096 2096 0 0.0
.text 958660 958660 0 0.0
esp32 all-clusters-app c3devkit (read only) 1031176 1031544 368 0.0
(read/write) 1489650 1490218 568 0.0
.dram0.bss 71160 71160 0 0.0
.dram0.data 14600 14608 8 0.1
.flash.rodata 218448 219016 568 0.3
.flash.text 1031176 1031544 368 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1084287 1084591 304 0.0
(read/write) 491568 492136 568 0.1
.dram0.bss 76664 76664 0 0.0
.dram0.data 34144 34152 8 0.0
.flash.rodata 248764 249324 560 0.2
.flash.text 1078903 1079207 304 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w0+release (read/write) 646516 646516 0 0.0
.bss 70400 70400 0 0.0
.data 2068 2068 0 0.0
.text 571320 571320 0 0.0
lock k32w0+release (read/write) 704012 704012 0 0.0
.bss 70864 70864 0 0.0
.data 2076 2076 0 0.0
.text 628344 628344 0 0.0
linux all-clusters-app debug (read only) 3037929 3042089 4160 0.1
(read/write) 156024 156160 136 0.1
.bss 61920 61920 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 85624 85768 144 0.2
.dynamic 608 608 0 0.0
.got 4568 4568 0 0.0
.init 27 27 0 0.0
.init_array 1168 1176 8 0.7
.rodata 274635 275211 576 0.2
.text 2584146 2587442 3296 0.1
all-clusters-minimal-app debug (read only) 2873793 2877921 4128 0.1
(read/write) 147624 147760 136 0.1
.bss 61152 61152 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 78120 78264 144 0.2
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1152 1160 8 0.7
.rodata 274827 275371 544 0.2
.text 2422594 2425890 3296 0.1
bridge-app debug+rpc (read only) 2372313 2376473 4160 0.2
(read/write) 127584 127752 168 0.1
.bss 50656 50656 0 0.0
.data 3600 3600 0 0.0
.data.rel.ro 67464 67640 176 0.3
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 824 832 8 1.0
.rodata 203464 204040 576 0.3
.text 2006226 2009522 3296 0.2
chip-tool debug (read only) 10876545 10880417 3872 0.0
(read/write) 657184 657384 200 0.0
.bss 25240 25240 0 0.0
.data 3266 3266 0 0.0
.data.rel.ro 622168 622352 184 0.0
.dynamic 608 608 0 0.0
.got 5096 5096 0 0.0
.init 27 27 0 0.0
.init_array 768 776 8 1.0
.rodata 561013 561557 544 0.1
.text 8794980 8798020 3040 0.0
chip-tool-ipv6only arm64 (read only) 10262564 10265380 2816 0.0
(read/write) 705073 705233 160 0.0
.bss 33297 33297 0 0.0
.data 3272 3280 8 0.2
.data.rel.ro 649704 649832 128 0.0
.dynamic 560 560 0 0.0
.got 13832 13848 16 0.1
.init 24 24 0 0.0
.init_array 192 200 8 4.2
.rodata 491796 492196 400 0.1
.text 8118644 8120724 2080 0.0
lighting-app debug+rpc (read only) 2597257 2601369 4112 0.2
(read/write) 130304 130536 232 0.2
.bss 49760 49792 32 0.1
.data 2096 2096 0 0.0
.data.rel.ro 72488 72680 192 0.3
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 920 928 8 0.9
.rodata 220368 220880 512 0.2
.text 2205986 2209298 3312 0.2
lock-app debug (read only) 2580241 2584369 4128 0.2
(read/write) 125512 125712 200 0.2
.bss 48288 48288 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69512 69688 176 0.3
.dynamic 608 608 0 0.0
.got 4464 4464 0 0.0
.init 27 27 0 0.0
.init_array 896 904 8 0.9
.rodata 237328 237872 544 0.2
.text 2176258 2179554 3296 0.2
ota-provider-app debug (read only) 2357401 2361529 4128 0.2
(read/write) 118976 119144 168 0.1
.bss 47808 47808 0 0.0
.data 1936 1936 0 0.0
.data.rel.ro 63336 63512 176 0.3
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 760 768 8 1.1
.rodata 209304 209848 544 0.3
.text 1984626 1987922 3296 0.2
ota-requestor-app debug (read only) 2522921 2526985 4064 0.2
(read/write) 127384 127552 168 0.1
.bss 50368 50368 0 0.0
.data 2304 2304 0 0.0
.data.rel.ro 68744 68920 176 0.3
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 848 856 8 0.9
.rodata 216128 216608 480 0.2
.text 2134178 2137474 3296 0.2
shell debug (read only) 2606233 2610393 4160 0.2
(read/write) 142144 142312 168 0.1
.bss 57832 57832 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 77224 77376 152 0.2
.dynamic 608 608 0 0.0
.got 4136 4136 0 0.0
.init 27 27 0 0.0
.init_array 1040 1048 8 0.8
.rodata 234738 235314 576 0.2
.text 2213074 2216370 3296 0.1
thermostat-no-ble arm64 (read only) 2356644 2360308 3664 0.2
(read/write) 141825 142001 176 0.1
.bss 55345 55361 16 0.0
.data 1672 1680 8 0.5
.data.rel.ro 75984 76112 128 0.2
.dynamic 560 560 0 0.0
.got 5048 5064 16 0.3
.init 24 24 0 0.0
.init_array 408 416 8 2.0
.rodata 140588 141180 592 0.4
.text 1978336 1981072 2736 0.1
tv-app debug (read only) 3182745 3186905 4160 0.1
(read/write) 257968 258168 200 0.1
.bss 167480 167480 0 0.0
.data 4736 4752 16 0.3
.data.rel.ro 79184 79368 184 0.2
.dynamic 608 608 0 0.0
.got 4856 4856 0 0.0
.init 27 27 0 0.0
.init_array 1072 1080 8 0.7
.rodata 259080 259656 576 0.2
.text 2733922 2737218 3296 0.1
tv-casting-app debug (read only) 5503505 5507633 4128 0.1
(read/write) 160464 160664 200 0.1
.bss 51480 51480 0 0.0
.data 2432 2432 0 0.0
.data.rel.ro 100120 100304 184 0.2
.dynamic 608 608 0 0.0
.got 4776 4776 0 0.0
.init 27 27 0 0.0
.init_array 1040 1048 8 0.8
.rodata 344273 344817 544 0.2
.text 4887618 4890914 3296 0.1
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2454312 2454648 336 0.0
.bss 215044 215044 0 0.0
.data 5872 5872 0 0.0
.text 1416956 1417292 336 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1180591 1180591 0 0.0
bss 143745 143745 0 0.0
rodata 143328 143328 0 0.0
text 814560 814560 0 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1159675 1159675 0 0.0
bss 142972 142972 0 0.0
rodata 134916 134916 0 0.0
text 802964 802968 4 0.0
psoc6 all-clusters cy8ckit_062s2_43012 (read only) 842120 842112 -8 -0.0
(read/write) 1740372 1741476 1104 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 188568 188568 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2656 2664 8 0.3
.debug_abbrev 1217558 1221442 3884 0.3
.debug_aranges 111560 111704 144 0.1
.debug_frame 372476 372808 332 0.1
.debug_info 26646623 26687901 41278 0.2
.debug_line 3647676 3654002 6326 0.2
.debug_loc 3562758 3565614 2856 0.1
.debug_ranges 336864 337000 136 0.0
.debug_str 3393925 3416024 22099 0.7
.heap 842120 842112 -8 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 569449 570474 1025 0.2
.symtab 420640 421440 800 0.2
.text 1540760 1541856 1096 0.1
.zero.table 8 8 0 0.0
text 0 0 0 0.0
all-clusters-minimal cy8ckit_062s2_43012 (read only) 842856 842848 -8 -0.0
(read/write) 1683580 1684676 1096 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 187832 187832 0 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2656 2664 8 0.3
.debug_abbrev 1209397 1213281 3884 0.3
.debug_aranges 111032 111176 144 0.1
.debug_frame 375556 375888 332 0.1
.debug_info 26383316 26424597 41281 0.2
.debug_line 3668080 3674518 6438 0.2
.debug_loc 3550395 3553251 2856 0.1
.debug_ranges 335480 335616 136 0.0
.debug_str 3382914 3405029 22115 0.7
.heap 842856 842848 -8 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 533923 534948 1025 0.2
.symtab 407232 408032 800 0.2
.text 1484704 1485792 1088 0.1
.zero.table 0 0 0 0.0
8 8 0 0.0
light cy8ckit_062s2_43012 (read only) 851200 851184 -16 -0.0
(read/write) 1600828 1601932 1104 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 179696 179704 8 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2448 2456 8 0.3
.debug_abbrev 1044070 1047954 3884 0.4
.debug_aranges 103200 103344 144 0.1
.debug_frame 345800 346132 332 0.1
.debug_info 21847874 21889154 41280 0.2
.debug_line 3239259 3245529 6270 0.2
.debug_loc 3249910 3252766 2856 0.1
.debug_ranges 301320 301456 136 0.0
.debug_str 3189008 3211099 22091 0.7
.heap 851200 851184 -16 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 467204 468229 1025 0.2
.symtab 374288 375088 800 0.2
.text 1410296 1411384 1088 0.1
.zero.table 0 0 0 0.0
8 8 0 0.0
lock cy8ckit_062s2_43012 (read only) 846168 846152 -16 -0.0
(read/write) 1638540 1639628 1088 0.1
.ARM.attributes 46 46 0 0.0
.ARM.exidx 8 8 0 0.0
.bss 184712 184720 8 0.0
.comment 204 204 0 0.0
.copy.table 24 24 0 0.0
.cy_m0p_image 6216 6216 0 0.0
.cy_sharedmem 8 8 0 0.0
.data 2464 2472 8 0.3
.debug_abbrev 1051505 1055389 3884 0.4
.debug_aranges 103872 104016 144 0.1
.debug_frame 348628 348960 332 0.1
.debug_info 22227604 22268883 41279 0.2
.debug_line 3248153 3254367 6214 0.2
.debug_loc 3289747 3292603 2856 0.1
.debug_ranges 304664 304800 136 0.0
.debug_str 3216491 3238574 22083 0.7
.heap 846168 846152 -16 -0.0
.noinit 148 148 0 0.0
.ramVectors 736 736 0 0.0
.shstrtab 288 288 0 0.0
.stab 156 156 0 0.0
.stabstr 335 335 0 0.0
.stack_dummy 4096 4096 0 0.0
.strtab 473419 474444 1025 0.2
.symtab 377472 378272 800 0.2
.text 1442976 1444048 1072 0.1
.zero.table 0 0 0 0.0
8 8 0 0.0
telink light-switch-app tlsr9518adk80d (read/write) 808416 808416 0 0.0
bss 71448 71448 0 0.0
noinit 43488 43488 0 0.0
text 571028 571026 -2 -0.0
lighting-app tlsr9518adk80d (read/write) 830392 830392 0 0.0
bss 72304 72304 0 0.0
noinit 43488 43488 0 0.0
text 589152 589150 -2 -0.0

Copy link
Contributor

@bzbarsky-apple bzbarsky-apple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andy31415 Should some of this policy infrastructure be shared by the group multicast bits too?

@andy31415
Copy link
Contributor Author

@andy31415 Should some of this policy infrastructure be shared by the group multicast bits too?

Maybe - I do not know what parts multicast needs. I believe it may need to, but I have not heard complains about this, only for minmdns (which may very well mean that groups are not as tested).

I would mark it as a potential followup, but expect this to be maybe only past 1.0.

@andy31415 andy31415 merged commit 0bc1578 into project-chip:master Aug 29, 2022
isiu-apple pushed a commit to isiu-apple/connectedhomeip that referenced this pull request Sep 16, 2022
…ct-chip#22168)

* Use AllInterfacesListenIterator header for minmdns.

Removes the minmdns sever implementation for logic regarding
interface selection, use the central header for this.

* Start adding some policies and a default policy impl

* Restyle

* Compile in the default minmdns policy

* Use policies for IP address iteration

* Switch interface iteration for Advertiser_ImplMinimalMdns

* Completely remove the use of AllInterfaceListenIterator

* Add file to header dependency

* make testipresponder initialize memory

* Switch address policy to be a virtual base class that can be overrider. Address policy default implementation is optional

* Disable ipv4 flag in minmdns example: build flags should control server capabilities

* Address review comment: address iterator type filtering happens in the policy

* Remove FIXME text in code

* Fix TestIPResponder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants