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

Isolate default MRP config from local MPR config #19753

Merged
merged 1 commit into from
Jun 23, 2022

Conversation

kghost
Copy link
Contributor

@kghost kghost commented Jun 20, 2022

Problem

Fixes #17620. GetLocalMRPConfig is used to initialize remote MRP config in some places

Current MRP parameter setup is a bit confusing, that people do not understand what's the difference between local and remote MRP config.

Change overview

  • Totally isolate local and remote MRP config
    • Local MRP config
      • Is a custom value define by platform implementation
      • Is Sent via mDNS or pairing
      • Is not used by local RMP manager
    • Remote MRP config
      • Is the local MRP config of other end
      • Is negotiated via mDNS or pairing
      • Is used by local RMP manager

This PR fixes following things

  • Isolate local and default value of MRP
    • GetLocalMRPConfig is used to initialize all local MRP config
      • Local value is configurable via macro CHIP_CONFIG_MRP_LOCAL_*
      • Rename macro CHIP_CONFIG_MRP_DEFAULT_* ==> CHIP_CONFIG_MRP_LOCAL_*
    • GetDefaultMRPConfig is used to initialize all remote MRP config
      • The default value is defined by spec, it is a const value. It can not be overrided.
  • Prefix all MRP variables with either local or remote to identify them more easily

Testing

Refactor, verified by unit-tests

@github-actions
Copy link

github-actions bot commented Jun 20, 2022

PR #19753: Size comparison from c60233d to 4e1e222

Increases (18 builds for cc13x2_26x2, efr32, esp32, linux, p6, telink)
platform target config section c60233d 4e1e222 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 191336 191384 48 0.0
lock-ftd LP_CC2652R7 (read/write) 150484 150540 56 0.0
pump-app LP_CC2652R7 (read/write) 170436 170484 48 0.0
pump-controller-app LP_CC2652R7 (read/write) 184656 184712 56 0.0
shell LP_CC2652R7 (read/write) 157404 157468 64 0.0
efr32 lighting-app BRD4161A (read only) 924012 924068 56 0.0
.text 924004 924060 56 0.0
BRD4161A+rpc (read only) 959716 959772 56 0.0
.text 959708 959764 56 0.0
BRD4161A+rs911x (read only) 799408 799464 56 0.0
.text 799400 799456 56 0.0
window-app BRD4161A (read only) 909172 909228 56 0.0
.text 909164 909220 56 0.0
esp32 all-clusters-app c3devkit (read only) 1012944 1012976 32 0.0
.flash.text 1012944 1012976 32 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9882612 9882700 88 0.0
.text 7873860 7873988 128 0.0
thermostat-no-ble arm64 (read only) 2571484 2571588 104 0.0
.text 2169024 2169168 144 0.0
p6 all-clusters-app default (read/write) 2553880 2553952 72 0.0
.text 1512144 1512216 72 0.0
all-clusters-minimal-app default (read/write) 2499728 2499800 72 0.0
.text 1457992 1458064 72 0.0
light-app default (read/write) 2430488 2430544 56 0.0
.text 1388752 1388808 56 0.0
lock-app default (read/write) 2451184 2451240 56 0.0
.text 1409448 1409504 56 0.0
telink light-switch-app tlsr9518adk80d (read/write) 789064 789072 8 0.0
text 559656 559664 8 0.0
lighting-app tlsr9518adk80d (read/write) 808776 808784 8 0.0
text 576118 576122 4 0.0
Decreases (19 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect)
platform target config section c60233d 4e1e222 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 659527 659479 -48 -0.0
.text 572128 572080 -48 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 648023 647967 -56 -0.0
.text 557296 557240 -56 -0.0
lock-ftd LP_CC2652R7 (read only) 690491 690435 -56 -0.0
.text 590844 590788 -56 -0.0
lock-mtd LP_CC2652R7 (read only) 639891 639843 -48 -0.0
.text 540356 540308 -48 -0.0
pump-app LP_CC2652R7 (read only) 671427 671379 -48 -0.0
.text 583684 583636 -48 -0.0
pump-controller-app LP_CC2652R7 (read only) 657319 657263 -56 -0.0
.text 573736 573680 -56 -0.0
shell LP_CC2652R7 (read only) 688954 688890 -64 -0.0
.text 578984 578920 -64 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 612726 612686 -40 -0.0
.app_xip_area 469392 469352 -40 -0.0
lock cyw930739m2evb_01 (read/write) 610090 610042 -48 -0.0
.app_xip_area 466580 466532 -48 -0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 616090 616042 -48 -0.0
.app_xip_area 473644 473596 -48 -0.0
efr32 lock-app BRD4161A+wf200 (read only) 965828 965780 -48 -0.0
.text 965820 965772 -48 -0.0
esp32 all-clusters-app m5stack (read only) 1067419 1067415 -4 -0.0
.flash.text 1062035 1062031 -4 -0.0
k32w light k32w061+release (read/write) 658892 658876 -16 -0.0
.text 582344 582328 -16 -0.0
lock k32w061+release (read/write) 720884 720868 -16 -0.0
.text 643888 643872 -16 -0.0
linux chip-tool-no-interactive-ipv6only arm64 .rodata 472324 472284 -40 -0.0
thermostat-no-ble arm64 .rodata 163340 163300 -40 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2438040 2437976 -64 -0.0
.text 1400684 1400620 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1198699 1198651 -48 -0.0
text 822516 822464 -52 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1146671 1146623 -48 -0.0
text 794740 794688 -52 -0.0
Full report (30 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section c60233d 4e1e222 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 659527 659479 -48 -0.0
(read/write) 191336 191384 48 0.0
.bss 73756 73756 0 0.0
.data 3356 3356 0 0.0
.rodata 87087 87087 0 0.0
.text 572128 572080 -48 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 648023 647967 -56 -0.0
(read/write) 157316 157316 0 0.0
.bss 73044 73044 0 0.0
.data 3356 3356 0 0.0
.rodata 90407 90407 0 0.0
.text 557296 557240 -56 -0.0
lock-ftd LP_CC2652R7 (read only) 690491 690435 -56 -0.0
(read/write) 150484 150540 56 0.0
.bss 70756 70756 0 0.0
.data 3280 3280 0 0.0
.rodata 99163 99163 0 0.0
.text 590844 590788 -56 -0.0
lock-mtd LP_CC2652R7 (read only) 639891 639843 -48 -0.0
(read/write) 143888 143888 0 0.0
.bss 66492 66492 0 0.0
.data 3280 3280 0 0.0
.rodata 99043 99043 0 0.0
.text 540356 540308 -48 -0.0
pump-app LP_CC2652R7 (read only) 671427 671379 -48 -0.0
(read/write) 170436 170484 48 0.0
.bss 70876 70876 0 0.0
.data 3280 3280 0 0.0
.rodata 87259 87259 0 0.0
.text 583684 583636 -48 -0.0
pump-controller-app LP_CC2652R7 (read only) 657319 657263 -56 -0.0
(read/write) 184656 184712 56 0.0
.bss 70988 70988 0 0.0
.data 3276 3276 0 0.0
.rodata 83103 83103 0 0.0
.text 573736 573680 -56 -0.0
shell LP_CC2652R7 (read only) 688954 688890 -64 -0.0
(read/write) 157404 157468 64 0.0
.bss 76052 76052 0 0.0
.data 3360 3360 0 0.0
.rodata 109658 109658 0 0.0
.text 578984 578920 -64 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 612726 612686 -40 -0.0
.app_xip_area 469392 469352 -40 -0.0
.bss 86288 86288 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 610090 610042 -48 -0.0
.app_xip_area 466580 466532 -48 -0.0
.bss 86464 86464 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 616090 616042 -48 -0.0
.app_xip_area 473644 473596 -48 -0.0
.bss 85456 85456 0 0.0
.data 672 672 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 924012 924068 56 0.0
(read/write) 132416 132416 0 0.0
.bss 130336 130336 0 0.0
.data 2080 2080 0 0.0
.text 924004 924060 56 0.0
BRD4161A+rpc (read only) 959716 959772 56 0.0
(read/write) 149292 149292 0 0.0
.bss 147008 147008 0 0.0
.data 2284 2284 0 0.0
.text 959708 959764 56 0.0
BRD4161A+rs911x (read only) 799408 799464 56 0.0
(read/write) 128692 128692 0 0.0
.bss 126604 126604 0 0.0
.data 2088 2088 0 0.0
.text 799400 799456 56 0.0
lock-app BRD4161A+wf200 (read only) 965828 965780 -48 -0.0
(read/write) 129068 129068 0 0.0
.bss 126980 126980 0 0.0
.data 2088 2088 0 0.0
.text 965820 965772 -48 -0.0
window-app BRD4161A (read only) 909172 909228 56 0.0
(read/write) 132516 132516 0 0.0
.bss 130408 130408 0 0.0
.data 2108 2108 0 0.0
.text 909164 909220 56 0.0
esp32 all-clusters-app c3devkit (read only) 1012944 1012976 32 0.0
(read/write) 1482898 1482898 0 0.0
.dram0.bss 69392 69392 0 0.0
.dram0.data 14632 14632 0 0.0
.flash.rodata 213440 213440 0 0.0
.flash.text 1012944 1012976 32 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1067419 1067415 -4 -0.0
(read/write) 485016 485016 0 0.0
.dram0.bss 74912 74912 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 243964 243964 0 0.0
.flash.text 1062035 1062031 -4 -0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 658892 658876 -16 -0.0
.bss 68756 68756 0 0.0
.data 1992 1992 0 0.0
.text 582344 582328 -16 -0.0
lock k32w061+release (read/write) 720884 720868 -16 -0.0
.bss 69196 69196 0 0.0
.data 2000 2000 0 0.0
.text 643888 643872 -16 -0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9882612 9882700 88 0.0
(read/write) 674225 674225 0 0.0
.bss 42641 42641 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 613208 613208 0 0.0
.dynamic 528 528 0 0.0
.got 13416 13416 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 472324 472284 -40 -0.0
.text 7873860 7873988 128 0.0
thermostat-no-ble arm64 (read only) 2571484 2571588 104 0.0
(read/write) 192193 192193 0 0.0
.bss 99489 99489 0 0.0
.data 1688 1688 0 0.0
.data.rel.ro 82928 82928 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 163340 163300 -40 -0.0
.text 2169024 2169168 144 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2438040 2437976 -64 -0.0
.bss 208204 208204 0 0.0
.data 5864 5864 0 0.0
.text 1400684 1400620 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1198699 1198651 -48 -0.0
bss 141598 141598 0 0.0
rodata 155676 155676 0 0.0
text 822516 822464 -52 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1146671 1146623 -48 -0.0
bss 140850 140850 0 0.0
rodata 132200 132200 0 0.0
text 794740 794688 -52 -0.0
p6 all-clusters-app default (read/write) 2553880 2553952 72 0.0
.bss 143384 143384 0 0.0
.data 2776 2776 0 0.0
.text 1512144 1512216 72 0.0
all-clusters-minimal-app default (read/write) 2499728 2499800 72 0.0
.bss 142664 142664 0 0.0
.data 2776 2776 0 0.0
.text 1457992 1458064 72 0.0
light-app default (read/write) 2430488 2430544 56 0.0
.bss 134744 134744 0 0.0
.data 2592 2592 0 0.0
.text 1388752 1388808 56 0.0
lock-app default (read/write) 2451184 2451240 56 0.0
.bss 134568 134568 0 0.0
.data 2600 2600 0 0.0
.text 1409448 1409504 56 0.0
telink light-switch-app tlsr9518adk80d (read/write) 789064 789072 8 0.0
bss 69892 69892 0 0.0
noinit 40416 40416 0 0.0
text 559656 559664 8 0.0
lighting-app tlsr9518adk80d (read/write) 808776 808784 8 0.0
bss 70140 70140 0 0.0
noinit 40416 40416 0 0.0
text 576118 576122 4 0.0

@github-actions
Copy link

github-actions bot commented Jun 20, 2022

PR #19753: Size comparison from c60233d to 0a57a28

Increases (18 builds for cc13x2_26x2, efr32, esp32, linux, p6, telink)
platform target config section c60233d 0a57a28 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 191336 191384 48 0.0
191336 191384 48 0.0
lock-ftd LP_CC2652R7 (read/write) 150484 150540 56 0.0
150484 150540 56 0.0
pump-app LP_CC2652R7 (read/write) 170436 170484 48 0.0
170436 170484 48 0.0
pump-controller-app LP_CC2652R7 (read/write) 184656 184712 56 0.0
184656 184712 56 0.0
shell LP_CC2652R7 (read/write) 157404 157468 64 0.0
157404 157468 64 0.0
efr32 lighting-app BRD4161A (read only) 924012 924068 56 0.0
.text 924004 924060 56 0.0
BRD4161A+rpc (read only) 959716 959772 56 0.0
.text 959708 959764 56 0.0
BRD4161A+rs911x (read only) 799408 799464 56 0.0
.text 799400 799456 56 0.0
window-app BRD4161A (read only) 909172 909228 56 0.0
.text 909164 909220 56 0.0
esp32 all-clusters-app c3devkit (read only) 1012944 1012976 32 0.0
.flash.text 1012944 1012976 32 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9882612 9882700 88 0.0
.text 7873860 7873988 128 0.0
thermostat-no-ble arm64 (read only) 2571484 2571588 104 0.0
.text 2169024 2169168 144 0.0
p6 all-clusters-app default (read/write) 2553880 2553952 72 0.0
.text 1512144 1512216 72 0.0
all-clusters-minimal-app default (read/write) 2499728 2499800 72 0.0
.text 1457992 1458064 72 0.0
light-app default (read/write) 2430488 2430544 56 0.0
.text 1388752 1388808 56 0.0
lock-app default (read/write) 2451184 2451240 56 0.0
.text 1409448 1409504 56 0.0
telink light-switch-app tlsr9518adk80d (read/write) 789064 789072 8 0.0
text 559656 559662 6 0.0
lighting-app tlsr9518adk80d (read/write) 808776 808784 8 0.0
text 576118 576122 4 0.0
Decreases (19 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect)
platform target config section c60233d 0a57a28 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 659527 659479 -48 -0.0
659527 659479 -48 -0.0
.text 572128 572080 -48 -0.0
572128 572080 -48 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 648023 647967 -56 -0.0
648023 647967 -56 -0.0
.text 557296 557240 -56 -0.0
557296 557240 -56 -0.0
lock-ftd LP_CC2652R7 (read only) 690491 690435 -56 -0.0
690491 690435 -56 -0.0
.text 590844 590788 -56 -0.0
590844 590788 -56 -0.0
lock-mtd LP_CC2652R7 (read only) 639891 639843 -48 -0.0
639891 639843 -48 -0.0
.text 540356 540308 -48 -0.0
540356 540308 -48 -0.0
pump-app LP_CC2652R7 (read only) 671427 671379 -48 -0.0
671427 671379 -48 -0.0
.text 583684 583636 -48 -0.0
583684 583636 -48 -0.0
pump-controller-app LP_CC2652R7 (read only) 657319 657263 -56 -0.0
657319 657263 -56 -0.0
.text 573736 573680 -56 -0.0
573736 573680 -56 -0.0
shell LP_CC2652R7 (read only) 688954 688890 -64 -0.0
688954 688890 -64 -0.0
.text 578984 578920 -64 -0.0
578984 578920 -64 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 612726 612686 -40 -0.0
.app_xip_area 469392 469352 -40 -0.0
lock cyw930739m2evb_01 (read/write) 610090 610042 -48 -0.0
.app_xip_area 466580 466532 -48 -0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 616090 616034 -56 -0.0
.app_xip_area 473644 473588 -56 -0.0
efr32 lock-app BRD4161A+wf200 (read only) 965828 965780 -48 -0.0
.text 965820 965772 -48 -0.0
esp32 all-clusters-app m5stack (read only) 1067419 1067415 -4 -0.0
.flash.text 1062035 1062031 -4 -0.0
k32w light k32w061+release (read/write) 658892 658876 -16 -0.0
.text 582344 582328 -16 -0.0
lock k32w061+release (read/write) 720884 720868 -16 -0.0
.text 643888 643872 -16 -0.0
linux chip-tool-no-interactive-ipv6only arm64 .rodata 472324 472284 -40 -0.0
thermostat-no-ble arm64 .rodata 163340 163300 -40 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2438040 2437976 -64 -0.0
.text 1400684 1400620 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1198699 1198651 -48 -0.0
text 822516 822468 -48 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1146671 1146623 -48 -0.0
text 794740 794688 -52 -0.0
Full report (30 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section c60233d 0a57a28 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 659527 659479 -48 -0.0
659527 659479 -48 -0.0
(read/write) 191336 191384 48 0.0
191336 191384 48 0.0
.bss 73756 73756 0 0.0
.data 3356 3356 0 0.0
.rodata 87087 87087 0 0.0
.text 572128 572080 -48 -0.0
572128 572080 -48 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 648023 647967 -56 -0.0
648023 647967 -56 -0.0
(read/write) 157316 157316 0 0.0
.bss 73044 73044 0 0.0
.data 3356 3356 0 0.0
.rodata 90407 90407 0 0.0
.text 557296 557240 -56 -0.0
557296 557240 -56 -0.0
lock-ftd LP_CC2652R7 (read only) 690491 690435 -56 -0.0
690491 690435 -56 -0.0
(read/write) 150484 150540 56 0.0
150484 150540 56 0.0
.bss 70756 70756 0 0.0
.data 3280 3280 0 0.0
.rodata 99163 99163 0 0.0
.text 590844 590788 -56 -0.0
590844 590788 -56 -0.0
lock-mtd LP_CC2652R7 (read only) 639891 639843 -48 -0.0
639891 639843 -48 -0.0
(read/write) 143888 143888 0 0.0
.bss 66492 66492 0 0.0
.data 3280 3280 0 0.0
.rodata 99043 99043 0 0.0
.text 540356 540308 -48 -0.0
540356 540308 -48 -0.0
pump-app LP_CC2652R7 (read only) 671427 671379 -48 -0.0
671427 671379 -48 -0.0
(read/write) 170436 170484 48 0.0
170436 170484 48 0.0
.bss 70876 70876 0 0.0
.data 3280 3280 0 0.0
.rodata 87259 87259 0 0.0
.text 583684 583636 -48 -0.0
583684 583636 -48 -0.0
pump-controller-app LP_CC2652R7 (read only) 657319 657263 -56 -0.0
657319 657263 -56 -0.0
(read/write) 184656 184712 56 0.0
184656 184712 56 0.0
.bss 70988 70988 0 0.0
.data 3276 3276 0 0.0
.rodata 83103 83103 0 0.0
.text 573736 573680 -56 -0.0
573736 573680 -56 -0.0
shell LP_CC2652R7 (read only) 688954 688890 -64 -0.0
688954 688890 -64 -0.0
(read/write) 157404 157468 64 0.0
157404 157468 64 0.0
.bss 76052 76052 0 0.0
.data 3360 3360 0 0.0
.rodata 109658 109658 0 0.0
.text 578984 578920 -64 -0.0
578984 578920 -64 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 612726 612686 -40 -0.0
.app_xip_area 469392 469352 -40 -0.0
.bss 86288 86288 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 610090 610042 -48 -0.0
.app_xip_area 466580 466532 -48 -0.0
.bss 86464 86464 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 616090 616034 -56 -0.0
.app_xip_area 473644 473588 -56 -0.0
.bss 85456 85456 0 0.0
.data 672 672 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 924012 924068 56 0.0
(read/write) 132416 132416 0 0.0
.bss 130336 130336 0 0.0
.data 2080 2080 0 0.0
.text 924004 924060 56 0.0
BRD4161A+rpc (read only) 959716 959772 56 0.0
(read/write) 149292 149292 0 0.0
.bss 147008 147008 0 0.0
.data 2284 2284 0 0.0
.text 959708 959764 56 0.0
BRD4161A+rs911x (read only) 799408 799464 56 0.0
(read/write) 128692 128692 0 0.0
.bss 126604 126604 0 0.0
.data 2088 2088 0 0.0
.text 799400 799456 56 0.0
lock-app BRD4161A+wf200 (read only) 965828 965780 -48 -0.0
(read/write) 129068 129068 0 0.0
.bss 126980 126980 0 0.0
.data 2088 2088 0 0.0
.text 965820 965772 -48 -0.0
window-app BRD4161A (read only) 909172 909228 56 0.0
(read/write) 132516 132516 0 0.0
.bss 130408 130408 0 0.0
.data 2108 2108 0 0.0
.text 909164 909220 56 0.0
esp32 all-clusters-app c3devkit (read only) 1012944 1012976 32 0.0
(read/write) 1482898 1482898 0 0.0
.dram0.bss 69392 69392 0 0.0
.dram0.data 14632 14632 0 0.0
.flash.rodata 213440 213440 0 0.0
.flash.text 1012944 1012976 32 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1067419 1067415 -4 -0.0
(read/write) 485016 485016 0 0.0
.dram0.bss 74912 74912 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 243964 243964 0 0.0
.flash.text 1062035 1062031 -4 -0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 658892 658876 -16 -0.0
.bss 68756 68756 0 0.0
.data 1992 1992 0 0.0
.text 582344 582328 -16 -0.0
lock k32w061+release (read/write) 720884 720868 -16 -0.0
.bss 69196 69196 0 0.0
.data 2000 2000 0 0.0
.text 643888 643872 -16 -0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9882612 9882700 88 0.0
(read/write) 674225 674225 0 0.0
.bss 42641 42641 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 613208 613208 0 0.0
.dynamic 528 528 0 0.0
.got 13416 13416 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 472324 472284 -40 -0.0
.text 7873860 7873988 128 0.0
thermostat-no-ble arm64 (read only) 2571484 2571588 104 0.0
(read/write) 192193 192193 0 0.0
.bss 99489 99489 0 0.0
.data 1688 1688 0 0.0
.data.rel.ro 82928 82928 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 163340 163300 -40 -0.0
.text 2169024 2169168 144 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2438040 2437976 -64 -0.0
.bss 208204 208204 0 0.0
.data 5864 5864 0 0.0
.text 1400684 1400620 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1198699 1198651 -48 -0.0
bss 141598 141598 0 0.0
rodata 155676 155676 0 0.0
text 822516 822468 -48 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1146671 1146623 -48 -0.0
bss 140850 140850 0 0.0
rodata 132200 132200 0 0.0
text 794740 794688 -52 -0.0
p6 all-clusters-app default (read/write) 2553880 2553952 72 0.0
.bss 143384 143384 0 0.0
.data 2776 2776 0 0.0
.text 1512144 1512216 72 0.0
all-clusters-minimal-app default (read/write) 2499728 2499800 72 0.0
.bss 142664 142664 0 0.0
.data 2776 2776 0 0.0
.text 1457992 1458064 72 0.0
light-app default (read/write) 2430488 2430544 56 0.0
.bss 134744 134744 0 0.0
.data 2592 2592 0 0.0
.text 1388752 1388808 56 0.0
lock-app default (read/write) 2451184 2451240 56 0.0
.bss 134568 134568 0 0.0
.data 2600 2600 0 0.0
.text 1409448 1409504 56 0.0
telink light-switch-app tlsr9518adk80d (read/write) 789064 789072 8 0.0
bss 69892 69892 0 0.0
noinit 40416 40416 0 0.0
text 559656 559662 6 0.0
lighting-app tlsr9518adk80d (read/write) 808776 808784 8 0.0
bss 70140 70140 0 0.0
noinit 40416 40416 0 0.0
text 576118 576122 4 0.0

@selissia
Copy link
Contributor

Needs to be rebased as #19749 references GetLocalMRPConfig()

@github-actions
Copy link

github-actions bot commented Jun 20, 2022

PR #19753: Size comparison from 97e9cb2 to 2558b88

Increases (30 builds for cc13x2_26x2, efr32, esp32, k32w, linux, p6, telink)
platform target config section 97e9cb2 2558b88 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 191296 191320 24 0.0
lock-ftd LP_CC2652R7 (read/write) 150444 150484 40 0.0
pump-app LP_CC2652R7 (read/write) 170396 170428 32 0.0
pump-controller-app LP_CC2652R7 (read/write) 184616 184664 48 0.0
shell LP_CC2652R7 (read/write) 157364 157412 48 0.0
efr32 lighting-app BRD4161A (read only) 924060 924100 40 0.0
.text 924052 924092 40 0.0
BRD4161A+rpc (read only) 959748 959804 56 0.0
.text 959740 959796 56 0.0
BRD4161A+rs911x (read only) 799456 799496 40 0.0
.text 799448 799488 40 0.0
window-app BRD4161A (read only) 909204 909260 56 0.0
.text 909196 909252 56 0.0
esp32 all-clusters-app c3devkit (read only) 1012960 1013034 74 0.0
.flash.text 1012960 1013034 74 0.0
m5stack (read only) 1067459 1067487 28 0.0
.flash.text 1062075 1062103 28 0.0
k32w lock k32w061+release (read/write) 720916 720932 16 0.0
.text 643920 643936 16 0.0
linux all-clusters-app debug .text 2494914 2494946 32 0.0
all-clusters-minimal-app debug .text 2349266 2349298 32 0.0
bridge-app debug+rpc (read only) 2287665 2287681 16 0.0
.text 1931730 1931778 48 0.0
chip-tool debug (read only) 10141773 10141869 96 0.0
.text 8226741 8226885 144 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9882612 9882700 88 0.0
.text 7873860 7873988 128 0.0
lighting-app debug+rpc .text 2140098 2140130 32 0.0
lock-app debug .text 2070482 2070514 32 0.0
ota-provider-app debug .text 1934338 1934370 32 0.0
ota-requestor-app debug (read only) 2412705 2412721 16 0.0
.text 2038130 2038178 48 0.0
shell debug .text 2214818 2214850 32 0.0
thermostat-no-ble arm64 (read only) 2571580 2571588 8 0.0
.text 2169120 2169168 48 0.0
tv-casting-app debug (read only) 5534513 5534561 48 0.0
.text 4918146 4918194 48 0.0
p6 all-clusters-app default (read/write) 2553928 2553984 56 0.0
.text 1512192 1512248 56 0.0
all-clusters-minimal-app default (read/write) 2499776 2499832 56 0.0
.text 1458040 1458096 56 0.0
light-app default (read/write) 2430520 2430576 56 0.0
.text 1388784 1388840 56 0.0
lock-app default (read/write) 2451216 2451272 56 0.0
.text 1409480 1409536 56 0.0
telink light-switch-app tlsr9518adk80d (read/write) 789088 789136 48 0.0
text 559676 559722 46 0.0
lighting-app tlsr9518adk80d (read/write) 808800 808840 40 0.0
text 576138 576182 44 0.0
Decreases (26 builds for cc13x2_26x2, cyw30739, efr32, k32w, linux, mbed, nrfconnect)
platform target config section 97e9cb2 2558b88 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 659567 659543 -24 -0.0
.text 572168 572144 -24 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 648063 648023 -40 -0.0
.text 557336 557296 -40 -0.0
lock-ftd LP_CC2652R7 (read only) 690531 690491 -40 -0.0
.text 590884 590844 -40 -0.0
lock-mtd LP_CC2652R7 (read only) 639931 639899 -32 -0.0
.text 540396 540364 -32 -0.0
pump-app LP_CC2652R7 (read only) 671467 671435 -32 -0.0
.text 583724 583692 -32 -0.0
pump-controller-app LP_CC2652R7 (read only) 657359 657311 -48 -0.0
.text 573776 573728 -48 -0.0
shell LP_CC2652R7 (read only) 688994 688946 -48 -0.0
.text 579024 578976 -48 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 612766 612742 -24 -0.0
.app_xip_area 469432 469408 -24 -0.0
lock cyw930739m2evb_01 (read/write) 610114 610090 -24 -0.0
.app_xip_area 466604 466580 -24 -0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 616130 616098 -32 -0.0
.app_xip_area 473684 473652 -32 -0.0
efr32 lock-app BRD4161A+wf200 (read only) 965876 965828 -48 -0.0
.text 965868 965820 -48 -0.0
k32w light k32w061+release (read/write) 658940 658924 -16 -0.0
.text 582392 582376 -16 -0.0
linux all-clusters-app debug .rodata 260029 259997 -32 -0.0
all-clusters-minimal-app debug .rodata 261565 261533 -32 -0.0
bridge-app debug+rpc .rodata 194848 194816 -32 -0.0
chip-tool debug .rodata 509301 509253 -48 -0.0
chip-tool-no-interactive-ipv6only arm64 .rodata 472324 472284 -40 -0.0
lighting-app debug+rpc (read only) 2520433 2520401 -32 -0.0
.rodata 210632 210568 -64 -0.0
lock-app debug (read only) 2459113 2459081 -32 -0.0
.rodata 224328 224264 -64 -0.0
ota-provider-app debug .rodata 200504 200472 -32 -0.0
ota-requestor-app debug .rodata 204192 204160 -32 -0.0
shell debug (read only) 2604865 2604833 -32 -0.0
.rodata 230290 230226 -64 -0.0
thermostat-no-ble arm64 .rodata 163340 163300 -40 -0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2438104 2438040 -64 -0.0
.text 1400748 1400684 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1198747 1198715 -32 -0.0
text 822552 822524 -28 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1146703 1146687 -16 -0.0
text 794772 794744 -28 -0.0
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 97e9cb2 2558b88 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 659567 659543 -24 -0.0
(read/write) 191296 191320 24 0.0
.bss 73756 73756 0 0.0
.data 3356 3356 0 0.0
.rodata 87087 87087 0 0.0
.text 572168 572144 -24 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 648063 648023 -40 -0.0
(read/write) 157316 157316 0 0.0
.bss 73044 73044 0 0.0
.data 3356 3356 0 0.0
.rodata 90407 90407 0 0.0
.text 557336 557296 -40 -0.0
lock-ftd LP_CC2652R7 (read only) 690531 690491 -40 -0.0
(read/write) 150444 150484 40 0.0
.bss 70756 70756 0 0.0
.data 3280 3280 0 0.0
.rodata 99163 99163 0 0.0
.text 590884 590844 -40 -0.0
lock-mtd LP_CC2652R7 (read only) 639931 639899 -32 -0.0
(read/write) 143888 143888 0 0.0
.bss 66492 66492 0 0.0
.data 3280 3280 0 0.0
.rodata 99043 99043 0 0.0
.text 540396 540364 -32 -0.0
pump-app LP_CC2652R7 (read only) 671467 671435 -32 -0.0
(read/write) 170396 170428 32 0.0
.bss 70876 70876 0 0.0
.data 3280 3280 0 0.0
.rodata 87259 87259 0 0.0
.text 583724 583692 -32 -0.0
pump-controller-app LP_CC2652R7 (read only) 657359 657311 -48 -0.0
(read/write) 184616 184664 48 0.0
.bss 70988 70988 0 0.0
.data 3276 3276 0 0.0
.rodata 83103 83103 0 0.0
.text 573776 573728 -48 -0.0
shell LP_CC2652R7 (read only) 688994 688946 -48 -0.0
(read/write) 157364 157412 48 0.0
.bss 76052 76052 0 0.0
.data 3360 3360 0 0.0
.rodata 109658 109658 0 0.0
.text 579024 578976 -48 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 612766 612742 -24 -0.0
.app_xip_area 469432 469408 -24 -0.0
.bss 86288 86288 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 610114 610090 -24 -0.0
.app_xip_area 466604 466580 -24 -0.0
.bss 86464 86464 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 616130 616098 -32 -0.0
.app_xip_area 473684 473652 -32 -0.0
.bss 85456 85456 0 0.0
.data 672 672 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 924060 924100 40 0.0
(read/write) 132416 132416 0 0.0
.bss 130336 130336 0 0.0
.data 2080 2080 0 0.0
.text 924052 924092 40 0.0
BRD4161A+rpc (read only) 959748 959804 56 0.0
(read/write) 149292 149292 0 0.0
.bss 147008 147008 0 0.0
.data 2284 2284 0 0.0
.text 959740 959796 56 0.0
BRD4161A+rs911x (read only) 799456 799496 40 0.0
(read/write) 128692 128692 0 0.0
.bss 126604 126604 0 0.0
.data 2088 2088 0 0.0
.text 799448 799488 40 0.0
lock-app BRD4161A+wf200 (read only) 965876 965828 -48 -0.0
(read/write) 129068 129068 0 0.0
.bss 126980 126980 0 0.0
.data 2088 2088 0 0.0
.text 965868 965820 -48 -0.0
window-app BRD4161A (read only) 909204 909260 56 0.0
(read/write) 132516 132516 0 0.0
.bss 130408 130408 0 0.0
.data 2108 2108 0 0.0
.text 909196 909252 56 0.0
esp32 all-clusters-app c3devkit (read only) 1012960 1013034 74 0.0
(read/write) 1482898 1482898 0 0.0
.dram0.bss 69392 69392 0 0.0
.dram0.data 14632 14632 0 0.0
.flash.rodata 213440 213440 0 0.0
.flash.text 1012960 1013034 74 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1067459 1067487 28 0.0
(read/write) 485016 485016 0 0.0
.dram0.bss 74912 74912 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 243964 243964 0 0.0
.flash.text 1062075 1062103 28 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 658940 658924 -16 -0.0
.bss 68756 68756 0 0.0
.data 1992 1992 0 0.0
.text 582392 582376 -16 -0.0
lock k32w061+release (read/write) 720916 720932 16 0.0
.bss 69196 69196 0 0.0
.data 2000 2000 0 0.0
.text 643920 643936 16 0.0
linux all-clusters-app debug (read only) 2931385 2931385 0 0.0
(read/write) 188656 188656 0 0.0
.bss 95744 95744 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84664 84664 0 0.0
.dynamic 608 608 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 260029 259997 -32 -0.0
.text 2494914 2494946 32 0.0
all-clusters-minimal-app debug (read only) 2785097 2785097 0 0.0
(read/write) 180560 180560 0 0.0
.bss 95072 95072 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 77304 77304 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 261565 261533 -32 -0.0
.text 2349266 2349298 32 0.0
bridge-app debug+rpc (read only) 2287665 2287681 16 0.0
(read/write) 159424 159424 0 0.0
.bss 83136 83136 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 66728 66728 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 194848 194816 -32 -0.0
.text 1931730 1931778 48 0.0
chip-tool debug (read only) 10141773 10141869 96 0.0
(read/write) 609544 609544 0 0.0
.bss 24352 24352 0 0.0
.data 1088 1088 0 0.0
.data.rel.ro 577808 577808 0 0.0
.dynamic 624 624 0 0.0
.got 5008 5008 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 509301 509253 -48 -0.0
.text 8226741 8226885 144 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9882612 9882700 88 0.0
(read/write) 674225 674225 0 0.0
.bss 42641 42641 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 613208 613208 0 0.0
.dynamic 528 528 0 0.0
.got 13416 13416 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 472324 472284 -40 -0.0
.text 7873860 7873988 128 0.0
lighting-app debug+rpc (read only) 2520433 2520401 -32 -0.0
(read/write) 163448 163448 0 0.0
.bss 83616 83616 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 71896 71896 0 0.0
.dynamic 608 608 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 210632 210568 -64 -0.0
.text 2140098 2140130 32 0.0
lock-app debug (read only) 2459113 2459081 -32 -0.0
(read/write) 158096 158096 0 0.0
.bss 82016 82016 0 0.0
.data 1680 1680 0 0.0
.data.rel.ro 68568 68568 0 0.0
.dynamic 608 608 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 224328 224264 -64 -0.0
.text 2070482 2070514 32 0.0
ota-provider-app debug (read only) 2296993 2296993 0 0.0
(read/write) 152232 152232 0 0.0
.bss 81696 81696 0 0.0
.data 1912 1912 0 0.0
.data.rel.ro 62840 62840 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 200504 200472 -32 -0.0
.text 1934338 1934370 32 0.0
ota-requestor-app debug (read only) 2412705 2412721 16 0.0
(read/write) 158976 158976 0 0.0
.bss 84000 84000 0 0.0
.data 2200 2200 0 0.0
.data.rel.ro 66936 66936 0 0.0
.dynamic 608 608 0 0.0
.got 4480 4480 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 204192 204160 -32 -0.0
.text 2038130 2038178 48 0.0
shell debug (read only) 2604865 2604833 -32 -0.0
(read/write) 219288 219288 0 0.0
.bss 134504 134504 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 77808 77808 0 0.0
.dynamic 608 608 0 0.0
.got 4168 4168 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 230290 230226 -64 -0.0
.text 2214818 2214850 32 0.0
thermostat-no-ble arm64 (read only) 2571580 2571588 8 0.0
(read/write) 192193 192193 0 0.0
.bss 99489 99489 0 0.0
.data 1688 1688 0 0.0
.data.rel.ro 82928 82928 0 0.0
.dynamic 528 528 0 0.0
.got 5072 5072 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 163340 163300 -40 -0.0
.text 2169120 2169168 48 0.0
tv-app debug (read only) 3068849 3068849 0 0.0
(read/write) 289352 289352 0 0.0
.bss 199240 199240 0 0.0
.data 4656 4656 0 0.0
.data.rel.ro 79016 79016 0 0.0
.dynamic 608 608 0 0.0
.got 4840 4840 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 246176 246176 0 0.0
.text 2635810 2635810 0 0.0
tv-casting-app debug (read only) 5534513 5534561 48 0.0
(read/write) 195664 195664 0 0.0
.bss 84424 84424 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 102576 102576 0 0.0
.dynamic 608 608 0 0.0
.got 4712 4712 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 340137 340137 0 0.0
.text 4918146 4918194 48 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2438104 2438040 -64 -0.0
.bss 208204 208204 0 0.0
.data 5864 5864 0 0.0
.text 1400748 1400684 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1198747 1198715 -32 -0.0
bss 141598 141598 0 0.0
rodata 155676 155676 0 0.0
text 822552 822524 -28 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1146703 1146687 -16 -0.0
bss 140850 140850 0 0.0
rodata 132200 132200 0 0.0
text 794772 794744 -28 -0.0
p6 all-clusters-app default (read/write) 2553928 2553984 56 0.0
.bss 143384 143384 0 0.0
.data 2776 2776 0 0.0
.text 1512192 1512248 56 0.0
all-clusters-minimal-app default (read/write) 2499776 2499832 56 0.0
.bss 142664 142664 0 0.0
.data 2776 2776 0 0.0
.text 1458040 1458096 56 0.0
light-app default (read/write) 2430520 2430576 56 0.0
.bss 134744 134744 0 0.0
.data 2592 2592 0 0.0
.text 1388784 1388840 56 0.0
lock-app default (read/write) 2451216 2451272 56 0.0
.bss 134568 134568 0 0.0
.data 2600 2600 0 0.0
.text 1409480 1409536 56 0.0
telink light-switch-app tlsr9518adk80d (read/write) 789088 789136 48 0.0
bss 69892 69892 0 0.0
noinit 40416 40416 0 0.0
text 559676 559722 46 0.0
lighting-app tlsr9518adk80d (read/write) 808800 808840 40 0.0
bss 70140 70140 0 0.0
noinit 40416 40416 0 0.0
text 576138 576182 44 0.0

@github-actions
Copy link

github-actions bot commented Jun 21, 2022

PR #19753: Size comparison from 39073b3 to aebd769

Increases (25 builds for cc13x2_26x2, esp32, linux, p6, telink)
platform target config section 39073b3 aebd769 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 190744 190776 32 0.0
lock-ftd LP_CC2652R7 (read/write) 149472 149504 32 0.0
pump-app LP_CC2652R7 (read/write) 169072 169096 24 0.0
pump-controller-app LP_CC2652R7 (read/write) 183308 183324 16 0.0
shell LP_CC2652R7 (read/write) 156496 156512 16 0.0
esp32 all-clusters-app c3devkit (read only) 1013698 1013776 78 0.0
.flash.text 1013698 1013776 78 0.0
m5stack (read only) 1068163 1068199 36 0.0
.flash.text 1062779 1062815 36 0.0
linux all-clusters-app debug .text 2498514 2498546 32 0.0
all-clusters-minimal-app debug .text 2352866 2352898 32 0.0
bridge-app debug+rpc .text 1935394 1935426 32 0.0
chip-tool debug (read only) 10147117 10147245 128 0.0
.text 8230997 8231141 144 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9886988 9887076 88 0.0
.text 7877380 7877508 128 0.0
lighting-app debug+rpc .text 2143730 2143762 32 0.0
lock-app debug .text 2074130 2074178 48 0.0
ota-provider-app debug .text 1937986 1938018 32 0.0
ota-requestor-app debug .text 2041906 2041938 32 0.0
shell debug .text 2218786 2218818 32 0.0
thermostat-no-ble arm64 (read only) 2575988 2575996 8 0.0
.text 2172720 2172768 48 0.0
tv-casting-app debug .text 4921810 4921842 32 0.0
p6 all-clusters-app default (read/write) 2555392 2555432 40 0.0
.text 1513656 1513696 40 0.0
all-clusters-minimal-app default (read/write) 2501240 2501280 40 0.0
.text 1459504 1459544 40 0.0
light-app default (read/write) 2432000 2432056 56 0.0
.text 1390264 1390320 56 0.0
lock-app default (read/write) 2452688 2452744 56 0.0
.text 1410952 1411008 56 0.0
telink light-switch-app tlsr9518adk80d (read/write) 790472 790512 40 0.0
text 560392 560432 40 0.0
lighting-app tlsr9518adk80d (read/write) 810184 810224 40 0.0
text 576852 576892 40 0.0
Decreases (26 builds for cc13x2_26x2, cyw30739, k32w, linux, nrfconnect)
platform target config section 39073b3 aebd769 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 660127 660095 -32 -0.0
.text 572576 572544 -32 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 648947 648915 -32 -0.0
.text 557856 557824 -32 -0.0
lock-ftd LP_CC2652R7 (read only) 691511 691479 -32 -0.0
.text 591500 591468 -32 -0.0
lock-mtd LP_CC2652R7 (read only) 640919 640887 -32 -0.0
.text 541020 540988 -32 -0.0
pump-app LP_CC2652R7 (read only) 672799 672775 -24 -0.0
.text 584412 584388 -24 -0.0
pump-controller-app LP_CC2652R7 (read only) 658675 658659 -16 -0.0
.text 574448 574432 -16 -0.0
shell LP_CC2652R7 (read only) 689870 689854 -16 -0.0
.text 579536 579520 -16 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 613246 613230 -16 -0.0
.app_xip_area 469896 469880 -16 -0.0
lock cyw930739m2evb_01 (read/write) 610602 610578 -24 -0.0
.app_xip_area 467076 467052 -24 -0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 617134 617110 -24 -0.0
.app_xip_area 474672 474648 -24 -0.0
k32w light k32w061+release (read/write) 659604 659588 -16 -0.0
.text 583048 583032 -16 -0.0
linux all-clusters-app debug (read only) 2936105 2936073 -32 -0.0
.rodata 261149 261085 -64 -0.0
all-clusters-minimal-app debug .rodata 262685 262653 -32 -0.0
bridge-app debug+rpc .rodata 195936 195904 -32 -0.0
chip-tool debug .rodata 510389 510373 -16 -0.0
chip-tool-no-interactive-ipv6only arm64 .rodata 473180 473140 -40 -0.0
lighting-app debug+rpc .rodata 211688 211656 -32 -0.0
lock-app debug (read only) 2463905 2463889 -16 -0.0
.rodata 225384 225320 -64 -0.0
ota-provider-app debug (read only) 2301857 2301825 -32 -0.0
.rodata 201624 201560 -64 -0.0
ota-requestor-app debug .rodata 205280 205248 -32 -0.0
shell debug (read only) 2609921 2609889 -32 -0.0
.rodata 231378 231314 -64 -0.0
thermostat-no-ble arm64 .rodata 164196 164156 -40 -0.0
tv-app debug (read only) 3073777 3073745 -32 -0.0
.rodata 247296 247264 -32 -0.0
tv-casting-app debug (read only) 5539297 5539265 -32 -0.0
.rodata 341257 341193 -64 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1199927 1199895 -32 -0.0
text 823096 823076 -20 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1147887 1147871 -16 -0.0
text 795316 795296 -20 -0.0
Full report (36 builds for cc13x2_26x2, cyw30739, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 39073b3 aebd769 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 660127 660095 -32 -0.0
(read/write) 190744 190776 32 0.0
.bss 73764 73764 0 0.0
.data 3356 3356 0 0.0
.rodata 87239 87239 0 0.0
.text 572576 572544 -32 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 648947 648915 -32 -0.0
(read/write) 157324 157324 0 0.0
.bss 73052 73052 0 0.0
.data 3356 3356 0 0.0
.rodata 90771 90771 0 0.0
.text 557856 557824 -32 -0.0
lock-ftd LP_CC2652R7 (read only) 691511 691479 -32 -0.0
(read/write) 149472 149504 32 0.0
.bss 70764 70764 0 0.0
.data 3280 3280 0 0.0
.rodata 99527 99527 0 0.0
.text 591500 591468 -32 -0.0
lock-mtd LP_CC2652R7 (read only) 640919 640887 -32 -0.0
(read/write) 143896 143896 0 0.0
.bss 66500 66500 0 0.0
.data 3280 3280 0 0.0
.rodata 99407 99407 0 0.0
.text 541020 540988 -32 -0.0
pump-app LP_CC2652R7 (read only) 672799 672775 -24 -0.0
(read/write) 169072 169096 24 0.0
.bss 70884 70884 0 0.0
.data 3280 3280 0 0.0
.rodata 87903 87903 0 0.0
.text 584412 584388 -24 -0.0
pump-controller-app LP_CC2652R7 (read only) 658675 658659 -16 -0.0
(read/write) 183308 183324 16 0.0
.bss 70996 70996 0 0.0
.data 3276 3276 0 0.0
.rodata 83747 83747 0 0.0
.text 574448 574432 -16 -0.0
shell LP_CC2652R7 (read only) 689870 689854 -16 -0.0
(read/write) 156496 156512 16 0.0
.bss 76060 76060 0 0.0
.data 3360 3360 0 0.0
.rodata 110022 110022 0 0.0
.text 579536 579520 -16 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 613246 613230 -16 -0.0
.app_xip_area 469896 469880 -16 -0.0
.bss 86304 86304 0 0.0
.data 728 728 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 610602 610578 -24 -0.0
.app_xip_area 467076 467052 -24 -0.0
.bss 86480 86480 0 0.0
.data 732 732 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 617134 617110 -24 -0.0
.app_xip_area 474672 474648 -24 -0.0
.bss 85472 85472 0 0.0
.data 672 672 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
esp32 all-clusters-app c3devkit (read only) 1013698 1013776 78 0.0
(read/write) 1483554 1483554 0 0.0
.dram0.bss 69400 69400 0 0.0
.dram0.data 14632 14632 0 0.0
.flash.rodata 214080 214080 0 0.0
.flash.text 1013698 1013776 78 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1068163 1068199 36 0.0
(read/write) 485640 485640 0 0.0
.dram0.bss 74920 74920 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 244580 244580 0 0.0
.flash.text 1062779 1062815 36 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 659604 659588 -16 -0.0
.bss 68764 68764 0 0.0
.data 1992 1992 0 0.0
.text 583048 583032 -16 -0.0
lock k32w061+release (read/write) 722132 722132 0 0.0
.bss 69204 69204 0 0.0
.data 2000 2000 0 0.0
.text 645128 645128 0 0.0
linux all-clusters-app debug (read only) 2936105 2936073 -32 -0.0
(read/write) 177072 177072 0 0.0
.bss 84160 84160 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84664 84664 0 0.0
.dynamic 608 608 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 261149 261085 -64 -0.0
.text 2498514 2498546 32 0.0
all-clusters-minimal-app debug (read only) 2789817 2789817 0 0.0
(read/write) 168976 168976 0 0.0
.bss 83488 83488 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 77304 77304 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1032 1032 0 0.0
.rodata 262685 262653 -32 -0.0
.text 2352866 2352898 32 0.0
bridge-app debug+rpc (read only) 2292513 2292513 0 0.0
(read/write) 147840 147840 0 0.0
.bss 71552 71552 0 0.0
.data 3792 3792 0 0.0
.data.rel.ro 66728 66728 0 0.0
.dynamic 608 608 0 0.0
.got 4400 4400 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 195936 195904 -32 -0.0
.text 1935394 1935426 32 0.0
chip-tool debug (read only) 10147117 10147245 128 0.0
(read/write) 609544 609544 0 0.0
.bss 24352 24352 0 0.0
.data 1088 1088 0 0.0
.data.rel.ro 577808 577808 0 0.0
.dynamic 624 624 0 0.0
.got 5008 5008 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 510389 510373 -16 -0.0
.text 8230997 8231141 144 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9886988 9887076 88 0.0
(read/write) 674225 674225 0 0.0
.bss 42641 42641 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 613208 613208 0 0.0
.dynamic 528 528 0 0.0
.got 13416 13416 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 473180 473140 -40 -0.0
.text 7877380 7877508 128 0.0
lighting-app debug+rpc (read only) 2525209 2525209 0 0.0
(read/write) 151896 151896 0 0.0
.bss 72032 72032 0 0.0
.data 2064 2064 0 0.0
.data.rel.ro 71896 71896 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 211688 211656 -32 -0.0
.text 2143730 2143762 32 0.0
lock-app debug (read only) 2463905 2463889 -16 -0.0
(read/write) 146544 146544 0 0.0
.bss 70432 70432 0 0.0
.data 1680 1680 0 0.0
.data.rel.ro 68568 68568 0 0.0
.dynamic 608 608 0 0.0
.got 4432 4432 0 0.0
.init 27 27 0 0.0
.init_array 776 776 0 0.0
.rodata 225384 225320 -64 -0.0
.text 2074130 2074178 48 0.0
ota-provider-app debug (read only) 2301857 2301825 -32 -0.0
(read/write) 140680 140680 0 0.0
.bss 70112 70112 0 0.0
.data 1912 1912 0 0.0
.data.rel.ro 62840 62840 0 0.0
.dynamic 608 608 0 0.0
.got 4496 4496 0 0.0
.init 27 27 0 0.0
.init_array 672 672 0 0.0
.rodata 201624 201560 -64 -0.0
.text 1937986 1938018 32 0.0
ota-requestor-app debug (read only) 2417665 2417665 0 0.0
(read/write) 147392 147392 0 0.0
.bss 72416 72416 0 0.0
.data 2200 2200 0 0.0
.data.rel.ro 66936 66936 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 728 728 0 0.0
.rodata 205280 205248 -32 -0.0
.text 2041906 2041938 32 0.0
shell debug (read only) 2609921 2609889 -32 -0.0
(read/write) 196088 196088 0 0.0
.bss 111304 111304 0 0.0
.data 1232 1232 0 0.0
.data.rel.ro 77808 77808 0 0.0
.dynamic 608 608 0 0.0
.got 4168 4168 0 0.0
.init 27 27 0 0.0
.init_array 936 936 0 0.0
.rodata 231378 231314 -64 -0.0
.text 2218786 2218818 32 0.0
thermostat-no-ble arm64 (read only) 2575988 2575996 8 0.0
(read/write) 180577 180577 0 0.0
.bss 87889 87889 0 0.0
.data 1688 1688 0 0.0
.data.rel.ro 82928 82928 0 0.0
.dynamic 528 528 0 0.0
.got 5056 5056 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 164196 164156 -40 -0.0
.text 2172720 2172768 48 0.0
tv-app debug (read only) 3073777 3073745 -32 -0.0
(read/write) 277768 277768 0 0.0
.bss 187656 187656 0 0.0
.data 4656 4656 0 0.0
.data.rel.ro 79016 79016 0 0.0
.dynamic 608 608 0 0.0
.got 4840 4840 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 247296 247264 -32 -0.0
.text 2639618 2639618 0 0.0
tv-casting-app debug (read only) 5539297 5539265 -32 -0.0
(read/write) 184080 184080 0 0.0
.bss 72840 72840 0 0.0
.data 2448 2448 0 0.0
.data.rel.ro 102576 102576 0 0.0
.dynamic 608 608 0 0.0
.got 4712 4712 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 341257 341193 -64 -0.0
.text 4921810 4921842 32 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2439048 2439048 0 0.0
.bss 208212 208212 0 0.0
.data 5864 5864 0 0.0
.text 1401692 1401692 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1199927 1199895 -32 -0.0
bss 141606 141606 0 0.0
rodata 156312 156312 0 0.0
text 823096 823076 -20 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1147887 1147871 -16 -0.0
bss 140858 140858 0 0.0
rodata 132840 132840 0 0.0
text 795316 795296 -20 -0.0
p6 all-clusters-app default (read/write) 2555392 2555432 40 0.0
.bss 143392 143392 0 0.0
.data 2776 2776 0 0.0
.text 1513656 1513696 40 0.0
all-clusters-minimal-app default (read/write) 2501240 2501280 40 0.0
.bss 142672 142672 0 0.0
.data 2776 2776 0 0.0
.text 1459504 1459544 40 0.0
light-app default (read/write) 2432000 2432056 56 0.0
.bss 134752 134752 0 0.0
.data 2592 2592 0 0.0
.text 1390264 1390320 56 0.0
lock-app default (read/write) 2452688 2452744 56 0.0
.bss 134576 134576 0 0.0
.data 2600 2600 0 0.0
.text 1410952 1411008 56 0.0
telink light-switch-app tlsr9518adk80d (read/write) 790472 790512 40 0.0
bss 69900 69900 0 0.0
noinit 40416 40416 0 0.0
text 560392 560432 40 0.0
lighting-app tlsr9518adk80d (read/write) 810184 810224 40 0.0
bss 70148 70148 0 0.0
noinit 40416 40416 0 0.0
text 576852 576892 40 0.0

@github-actions
Copy link

github-actions bot commented Jun 22, 2022

PR #19753: Size comparison from d1a4bb7 to 5c12d15

Increases (19 builds for cc13x2_26x2, efr32, esp32, linux, p6, telink)
platform target config section d1a4bb7 5c12d15 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 191168 191200 32 0.0
lock-ftd LP_CC2652R7 (read/write) 149720 149752 32 0.0
pump-app LP_CC2652R7 (read/write) 169384 169408 24 0.0
pump-controller-app LP_CC2652R7 (read/write) 183604 183636 32 0.0
shell LP_CC2652R7 (read/write) 156912 156944 32 0.0
efr32 lighting-app BRD4161A (read only) 926072 926112 40 0.0
.text 926064 926104 40 0.0
BRD4161A+rpc (read only) 963216 963272 56 0.0
.text 963208 963264 56 0.0
BRD4161A+rs911x (read only) 802580 802620 40 0.0
.text 802572 802612 40 0.0
window-app BRD4161A (read only) 911240 911280 40 0.0
.text 911232 911272 40 0.0
esp32 all-clusters-app c3devkit (read only) 1014134 1014208 74 0.0
.flash.text 1014134 1014208 74 0.0
m5stack (read only) 1068459 1068495 36 0.0
.flash.text 1063075 1063111 36 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9925180 9925268 88 0.0
.text 7910292 7910420 128 0.0
thermostat-no-ble arm64 (read only) 2578364 2578372 8 0.0
.text 2174752 2174800 48 0.0
p6 all-clusters-app default (read/write) 2555776 2555816 40 0.0
.text 1514040 1514080 40 0.0
all-clusters-minimal-app default (read/write) 2501624 2501664 40 0.0
.text 1459888 1459928 40 0.0
light-app default (read/write) 2432384 2432424 40 0.0
.text 1390648 1390688 40 0.0
lock-app default (read/write) 2453096 2453136 40 0.0
.text 1411360 1411400 40 0.0
telink light-switch-app tlsr9518adk80d (read/write) 792080 792120 40 0.0
text 561060 561098 38 0.0
lighting-app tlsr9518adk80d (read/write) 811784 811824 40 0.0
text 577520 577560 40 0.0
Decreases (16 builds for cc13x2_26x2, cyw30739, efr32, k32w, linux, nrfconnect)
platform target config section d1a4bb7 5c12d15 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 660439 660407 -32 -0.0
.text 573152 573120 -32 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 649251 649219 -32 -0.0
.text 558424 558392 -32 -0.0
lock-ftd LP_CC2652R7 (read only) 691999 691967 -32 -0.0
.text 592164 592132 -32 -0.0
lock-mtd LP_CC2652R7 (read only) 641415 641391 -24 -0.0
.text 541684 541660 -24 -0.0
pump-app LP_CC2652R7 (read only) 673231 673207 -24 -0.0
.text 585084 585060 -24 -0.0
pump-controller-app LP_CC2652R7 (read only) 659123 659091 -32 -0.0
.text 575136 575104 -32 -0.0
shell LP_CC2652R7 (read only) 690198 690166 -32 -0.0
.text 580128 580096 -32 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 591730 591722 -8 -0.0
.app_xip_area 462628 462620 -8 -0.0
lock cyw930739m2evb_01 (read/write) 589106 589098 -8 -0.0
.app_xip_area 459828 459820 -8 -0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 594250 594234 -16 -0.0
.app_xip_area 466020 466004 -16 -0.0
efr32 lock-app BRD4161A+wf200 (read only) 968288 968272 -16 -0.0
.text 968280 968264 -16 -0.0
k32w light k32w061+release (read/write) 661524 661508 -16 -0.0
.text 583976 583960 -16 -0.0
linux chip-tool-no-interactive-ipv6only arm64 .rodata 473916 473876 -40 -0.0
thermostat-no-ble arm64 .rodata 164540 164500 -40 -0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1201883 1201867 -16 -0.0
text 823984 823960 -24 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1149639 1149623 -16 -0.0
text 796032 796008 -24 -0.0
Full report (30 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section d1a4bb7 5c12d15 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 660439 660407 -32 -0.0
(read/write) 191168 191200 32 0.0
.bss 74500 74500 0 0.0
.data 3356 3356 0 0.0
.rodata 86975 86975 0 0.0
.text 573152 573120 -32 -0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 649251 649219 -32 -0.0
(read/write) 158060 158060 0 0.0
.bss 73788 73788 0 0.0
.data 3356 3356 0 0.0
.rodata 90507 90507 0 0.0
.text 558424 558392 -32 -0.0
lock-ftd LP_CC2652R7 (read only) 691999 691967 -32 -0.0
(read/write) 149720 149752 32 0.0
.bss 71500 71500 0 0.0
.data 3280 3280 0 0.0
.rodata 99351 99351 0 0.0
.text 592164 592132 -32 -0.0
lock-mtd LP_CC2652R7 (read only) 641415 641391 -24 -0.0
(read/write) 144632 144632 0 0.0
.bss 67236 67236 0 0.0
.data 3280 3280 0 0.0
.rodata 99239 99239 0 0.0
.text 541684 541660 -24 -0.0
pump-app LP_CC2652R7 (read only) 673231 673207 -24 -0.0
(read/write) 169384 169408 24 0.0
.bss 71628 71628 0 0.0
.data 3280 3280 0 0.0
.rodata 87663 87663 0 0.0
.text 585084 585060 -24 -0.0
pump-controller-app LP_CC2652R7 (read only) 659123 659091 -32 -0.0
(read/write) 183604 183636 32 0.0
.bss 71740 71740 0 0.0
.data 3276 3276 0 0.0
.rodata 83507 83507 0 0.0
.text 575136 575104 -32 -0.0
shell LP_CC2652R7 (read only) 690198 690166 -32 -0.0
(read/write) 156912 156944 32 0.0
.bss 76804 76804 0 0.0
.data 3360 3360 0 0.0
.rodata 109758 109758 0 0.0
.text 580128 580096 -32 -0.0
cyw30739 light cyw930739m2evb_01 (read/write) 591730 591722 -8 -0.0
.app_xip_area 462628 462620 -8 -0.0
.bss 72064 72064 0 0.0
.data 716 716 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
lock cyw930739m2evb_01 (read/write) 589106 589098 -8 -0.0
.app_xip_area 459828 459820 -8 -0.0
.bss 72240 72240 0 0.0
.data 720 720 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
ota-requestor-no-progress-logging cyw930739m2evb_01 (read/write) 594250 594234 -16 -0.0
.app_xip_area 466020 466004 -16 -0.0
.bss 71248 71248 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read only) 926072 926112 40 0.0
(read/write) 133664 133664 0 0.0
.bss 131584 131584 0 0.0
.data 2080 2080 0 0.0
.text 926064 926104 40 0.0
BRD4161A+rpc (read only) 963216 963272 56 0.0
(read/write) 150552 150552 0 0.0
.bss 148264 148264 0 0.0
.data 2284 2284 0 0.0
.text 963208 963264 56 0.0
BRD4161A+rs911x (read only) 802580 802620 40 0.0
(read/write) 140316 140316 0 0.0
.bss 138228 138228 0 0.0
.data 2088 2088 0 0.0
.text 802572 802612 40 0.0
lock-app BRD4161A+wf200 (read only) 968288 968272 -16 -0.0
(read/write) 140692 140692 0 0.0
.bss 138604 138604 0 0.0
.data 2088 2088 0 0.0
.text 968280 968264 -16 -0.0
window-app BRD4161A (read only) 911240 911280 40 0.0
(read/write) 133768 133768 0 0.0
.bss 131656 131656 0 0.0
.data 2108 2108 0 0.0
.text 911232 911272 40 0.0
esp32 all-clusters-app c3devkit (read only) 1014134 1014208 74 0.0
(read/write) 1484770 1484770 0 0.0
.dram0.bss 70640 70640 0 0.0
.dram0.data 14632 14632 0 0.0
.flash.rodata 214064 214064 0 0.0
.flash.text 1014134 1014208 74 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1068459 1068495 36 0.0
(read/write) 486856 486856 0 0.0
.dram0.bss 76152 76152 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 244564 244564 0 0.0
.flash.text 1063075 1063111 36 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 661524 661508 -16 -0.0
.bss 69756 69756 0 0.0
.data 1992 1992 0 0.0
.text 583976 583960 -16 -0.0
lock k32w061+release (read/write) 723452 723452 0 0.0
.bss 70204 70204 0 0.0
.data 2000 2000 0 0.0
.text 645448 645448 0 0.0
linux chip-tool-no-interactive-ipv6only arm64 (read only) 9925180 9925268 88 0.0
(read/write) 676161 676161 0 0.0
.bss 42641 42641 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 615080 615080 0 0.0
.dynamic 528 528 0 0.0
.got 13472 13472 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 473916 473876 -40 -0.0
.text 7910292 7910420 128 0.0
thermostat-no-ble arm64 (read only) 2578364 2578372 8 0.0
(read/write) 180609 180609 0 0.0
.bss 87905 87905 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 82896 82896 0 0.0
.dynamic 528 528 0 0.0
.got 5080 5080 0 0.0
.init 24 24 0 0.0
.init_array 400 400 0 0.0
.rodata 164540 164500 -40 -0.0
.text 2174752 2174800 48 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2439432 2439432 0 0.0
.bss 212180 212180 0 0.0
.data 5864 5864 0 0.0
.text 1402076 1402076 0 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1201883 1201867 -16 -0.0
bss 142862 142862 0 0.0
rodata 156108 156108 0 0.0
text 823984 823960 -24 -0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1149639 1149623 -16 -0.0
bss 142098 142098 0 0.0
rodata 132592 132592 0 0.0
text 796032 796008 -24 -0.0
p6 all-clusters-app default (read/write) 2555776 2555816 40 0.0
.bss 147360 147360 0 0.0
.data 2776 2776 0 0.0
.text 1514040 1514080 40 0.0
all-clusters-minimal-app default (read/write) 2501624 2501664 40 0.0
.bss 146640 146640 0 0.0
.data 2776 2776 0 0.0
.text 1459888 1459928 40 0.0
light-app default (read/write) 2432384 2432424 40 0.0
.bss 138720 138720 0 0.0
.data 2592 2592 0 0.0
.text 1390648 1390688 40 0.0
lock-app default (read/write) 2453096 2453136 40 0.0
.bss 138544 138544 0 0.0
.data 2600 2600 0 0.0
.text 1411360 1411400 40 0.0
telink light-switch-app tlsr9518adk80d (read/write) 792080 792120 40 0.0
bss 71140 71140 0 0.0
noinit 40416 40416 0 0.0
text 561060 561098 38 0.0
lighting-app tlsr9518adk80d (read/write) 811784 811824 40 0.0
bss 71388 71388 0 0.0
noinit 40416 40416 0 0.0
text 577520 577560 40 0.0

@kghost kghost merged commit 2517dd5 into project-chip:master Jun 23, 2022
@kghost kghost deleted the session-12 branch June 23, 2022 18:26
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.

GetLocalMRPConfig is used to initialize remote MRP config in some places
7 participants