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

[door-lock] Validate OperatingMode attribute #20046

Merged
merged 1 commit into from
Jul 1, 2022

Conversation

Damian-Nordic
Copy link
Contributor

Problem

DoorLock Lock and Unlock commands should fail if OperatingMode is set to Privacy or NoRemoteLockUnlock.

Change overview

Add an appropriate check.
Add validation steps to the DoorLock test.

Testing

Ran DL_LockUnlock YAML tests.

@github-actions
Copy link

github-actions bot commented Jun 28, 2022

PR #20046: Size comparison from 6e6892a to 64fe89d

Increases (22 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6)
platform target config section 6e6892a8 64fe89d change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 664907 665019 112 0.0
.text 576700 576812 112 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 653639 653751 112 0.0
.text 561964 562076 112 0.0
lock-ftd LP_CC2652R7 (read only) 667447 667559 112 0.0
.text 590984 591096 112 0.0
lock-mtd LP_CC2652R7 (read only) 616855 616967 112 0.0
.text 540504 540616 112 0.0
shell LP_CC2652R7 (read only) 657362 657474 112 0.0
.text 572396 572508 112 0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 582014 582110 96 0.0
.app_xip_area 458832 458928 96 0.0
efr32 lock-app BRD4161A+wf200 (read/write) 1121040 1121152 112 0.0
.text 978040 978152 112 0.0
esp32 all-clusters-app c3devkit (read only) 1018292 1018420 128 0.0
.flash.text 1018292 1018420 128 0.0
m5stack (read only) 1072459 1072543 84 0.0
.flash.text 1067075 1067159 84 0.0
k32w lock k32w061+release (read/write) 685944 686056 112 0.0
.text 606392 606504 112 0.0
linux all-clusters-app debug (read only) 2952905 2953465 560 0.0
.text 2512834 2513394 560 0.0
all-clusters-minimal-app debug (read only) 2807017 2807577 560 0.0
.text 2367458 2368018 560 0.0
chip-tool debug (read only) 10169573 10171813 2240 0.0
.rodata 509029 509221 192 0.0
.text 8251813 8253861 2048 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9902724 9904468 1744 0.0
.rodata 472148 472340 192 0.0
.text 7890980 7892532 1552 0.0
lock-app debug (read only) 2508233 2508793 560 0.0
.text 2115106 2115666 560 0.0
shell debug (read only) 2542665 2543225 560 0.0
.text 2159250 2159810 560 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2446672 2446832 160 0.0
.text 1409316 1409476 160 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1174595 1174707 112 0.0
text 809716 809832 116 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155463 1155559 96 0.0
text 799428 799536 108 0.0
p6 all-clusters-app default (read/write) 2562568 2562728 160 0.0
.text 1520832 1520992 160 0.0
all-clusters-minimal-app default (read/write) 2508416 2508576 160 0.0
.text 1466680 1466840 160 0.0
lock-app default (read/write) 2464856 2465016 160 0.0
.text 1423120 1423280 160 0.0
Decreases (4 builds for cc13x2_26x2)
platform target config section 6e6892a8 64fe89d change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 188076 187964 -112 -0.1
all-clusters-minimal-app LP_CC2652R7 (read/write) 198640 198528 -112 -0.1
lock-ftd LP_CC2652R7 (read/write) 175680 175568 -112 -0.1
shell LP_CC2652R7 (read/write) 191124 191012 -112 -0.1
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section 6e6892a8 64fe89d change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 664907 665019 112 0.0
(read/write) 188076 187964 -112 -0.1
.bss 75876 75876 0 0.0
.data 3356 3356 0 0.0
.rodata 87891 87891 0 0.0
.text 576700 576812 112 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 653639 653751 112 0.0
(read/write) 198640 198528 -112 -0.1
.bss 75172 75172 0 0.0
.data 3356 3356 0 0.0
.rodata 91359 91359 0 0.0
.text 561964 562076 112 0.0
lock-ftd LP_CC2652R7 (read only) 667447 667559 112 0.0
(read/write) 175680 175568 -112 -0.1
.bss 72908 72908 0 0.0
.data 3280 3280 0 0.0
.rodata 75983 75983 0 0.0
.text 590984 591096 112 0.0
lock-mtd LP_CC2652R7 (read only) 616855 616967 112 0.0
(read/write) 146024 146024 0 0.0
.bss 68628 68628 0 0.0
.data 3280 3280 0 0.0
.rodata 75863 75863 0 0.0
.text 540504 540616 112 0.0
pump-app LP_CC2652R7 (read only) 677007 677007 0 0.0
(read/write) 166976 166976 0 0.0
.bss 72996 72996 0 0.0
.data 3280 3280 0 0.0
.rodata 88367 88367 0 0.0
.text 588156 588156 0 0.0
pump-controller-app LP_CC2652R7 (read only) 662919 662919 0 0.0
(read/write) 181184 181184 0 0.0
.bss 73116 73116 0 0.0
.data 3276 3276 0 0.0
.rodata 84215 84215 0 0.0
.text 578224 578224 0 0.0
shell LP_CC2652R7 (read only) 657362 657474 112 0.0
(read/write) 191124 191012 -112 -0.1
.bss 78180 78180 0 0.0
.data 3360 3360 0 0.0
.rodata 84650 84650 0 0.0
.text 572396 572508 112 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 580446 580446 0 0.0
.app_xip_area 457456 457456 0 0.0
.bss 65952 65952 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) 582014 582110 96 0.0
.app_xip_area 458832 458928 96 0.0
.bss 66144 66144 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) 583494 583494 0 0.0
.app_xip_area 461352 461352 0 0.0
.bss 65160 65160 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1081380 1081380 0 0.0
.bss 134756 134756 0 0.0
.data 2048 2048 0 0.0
.text 944556 944556 0 0.0
BRD4161A+rpc (read/write) 1135668 1135668 0 0.0
.bss 151444 151444 0 0.0
.data 2260 2260 0 0.0
.text 981944 981944 0 0.0
BRD4161A+rs911x (read/write) 943880 943880 0 0.0
.bss 140472 140472 0 0.0
.data 2048 2048 0 0.0
.text 801340 801340 0 0.0
lock-app BRD4161A+wf200 (read/write) 1121040 1121152 112 0.0
.bss 140920 140920 0 0.0
.data 2060 2060 0 0.0
.text 978040 978152 112 0.0
window-app BRD4161A (read/write) 1066660 1066660 0 0.0
.bss 134836 134836 0 0.0
.data 2076 2076 0 0.0
.text 929724 929724 0 0.0
esp32 all-clusters-app c3devkit (read only) 1018292 1018420 128 0.0
(read/write) 1486610 1486610 0 0.0
.dram0.bss 71864 71864 0 0.0
.dram0.data 14624 14624 0 0.0
.flash.rodata 214688 214688 0 0.0
.flash.text 1018292 1018420 128 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1072459 1072543 84 0.0
(read/write) 488696 488696 0 0.0
.dram0.bss 77384 77384 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 245172 245172 0 0.0
.flash.text 1067075 1067159 84 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 659688 659688 0 0.0
.bss 71276 71276 0 0.0
.data 1992 1992 0 0.0
.text 580620 580620 0 0.0
lock k32w061+release (read/write) 685944 686056 112 0.0
.bss 71748 71748 0 0.0
.data 2004 2004 0 0.0
.text 606392 606504 112 0.0
linux all-clusters-app debug (read only) 2952905 2953465 560 0.0
(read/write) 178136 178136 0 0.0
.bss 84960 84960 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84936 84936 0 0.0
.dynamic 608 608 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 263005 263005 0 0.0
.text 2512834 2513394 560 0.0
all-clusters-minimal-app debug (read only) 2807017 2807577 560 0.0
(read/write) 170072 170072 0 0.0
.bss 84288 84288 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 77576 77576 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 264669 264669 0 0.0
.text 2367458 2368018 560 0.0
bridge-app debug+rpc (read only) 2310481 2310481 0 0.0
(read/write) 148896 148896 0 0.0
.bss 72352 72352 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 66952 66952 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 197600 197600 0 0.0
.text 1951266 1951266 0 0.0
chip-tool debug (read only) 10169573 10171813 2240 0.0
(read/write) 610824 610824 0 0.0
.bss 24384 24384 0 0.0
.data 1088 1088 0 0.0
.data.rel.ro 579056 579056 0 0.0
.dynamic 624 624 0 0.0
.got 5016 5016 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 509029 509221 192 0.0
.text 8251813 8253861 2048 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9902724 9904468 1744 0.0
(read/write) 675665 675665 0 0.0
.bss 42625 42625 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 614640 614640 0 0.0
.dynamic 528 528 0 0.0
.got 13440 13440 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 472148 472340 192 0.0
.text 7890980 7892532 1552 0.0
lighting-app debug+rpc (read only) 2547001 2547001 0 0.0
(read/write) 152952 152952 0 0.0
.bss 72896 72896 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72088 72088 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 213416 213416 0 0.0
.text 2163378 2163378 0 0.0
lock-app debug (read only) 2508233 2508793 560 0.0
(read/write) 147896 147896 0 0.0
.bss 71264 71264 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69064 69064 0 0.0
.dynamic 608 608 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 228104 228104 0 0.0
.text 2115106 2115666 560 0.0
ota-provider-app debug (read only) 2317401 2317401 0 0.0
(read/write) 141736 141736 0 0.0
.bss 70944 70944 0 0.0
.data 1944 1944 0 0.0
.data.rel.ro 63064 63064 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 203224 203224 0 0.0
.text 1951522 1951522 0 0.0
ota-requestor-app debug (read only) 2434521 2434521 0 0.0
(read/write) 148608 148608 0 0.0
.bss 73280 73280 0 0.0
.data 2232 2232 0 0.0
.data.rel.ro 67240 67240 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 207232 207232 0 0.0
.text 2056258 2056258 0 0.0
shell debug (read only) 2542665 2543225 560 0.0
(read/write) 164488 164488 0 0.0
.bss 80904 80904 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 76672 76672 0 0.0
.dynamic 608 608 0 0.0
.got 4096 4096 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 227122 227122 0 0.0
.text 2159250 2159810 560 0.0
thermostat-no-ble arm64 (read only) 2590428 2590428 0 0.0
(read/write) 181761 181761 0 0.0
.bss 88705 88705 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83256 83256 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 165004 165004 0 0.0
.text 2185696 2185696 0 0.0
tv-app debug (read only) 3096529 3096529 0 0.0
(read/write) 279240 279240 0 0.0
.bss 188648 188648 0 0.0
.data 4848 4848 0 0.0
.data.rel.ro 79312 79312 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 248768 248768 0 0.0
.text 2660002 2660002 0 0.0
tv-casting-app debug (read only) 5554449 5554449 0 0.0
(read/write) 185136 185136 0 0.0
.bss 73704 73704 0 0.0
.data 2416 2416 0 0.0
.data.rel.ro 102776 102776 0 0.0
.dynamic 608 608 0 0.0
.got 4720 4720 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 343049 343049 0 0.0
.text 4934594 4934594 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2446672 2446832 160 0.0
.bss 215716 215716 0 0.0
.data 5872 5872 0 0.0
.text 1409316 1409476 160 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1174595 1174707 112 0.0
bss 144650 144650 0 0.0
rodata 141284 141284 0 0.0
text 809716 809832 116 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1155463 1155559 96 0.0
bss 143886 143886 0 0.0
rodata 133216 133216 0 0.0
text 799428 799536 108 0.0
p6 all-clusters-app default (read/write) 2562568 2562728 160 0.0
.bss 150896 150896 0 0.0
.data 2776 2776 0 0.0
.text 1520832 1520992 160 0.0
all-clusters-minimal-app default (read/write) 2508416 2508576 160 0.0
.bss 150176 150176 0 0.0
.data 2776 2776 0 0.0
.text 1466680 1466840 160 0.0
light-app default (read/write) 2438584 2438584 0 0.0
.bss 142232 142232 0 0.0
.data 2592 2592 0 0.0
.text 1396848 1396848 0 0.0
lock-app default (read/write) 2464856 2465016 160 0.0
.bss 142080 142080 0 0.0
.data 2600 2600 0 0.0
.text 1423120 1423280 160 0.0
telink light-switch-app tlsr9518adk80d (read/write) 797712 797712 0 0.0
bss 72344 72344 0 0.0
noinit 40416 40416 0 0.0
text 564548 564548 0 0.0
lighting-app tlsr9518adk80d (read/write) 817780 817780 0 0.0
bss 73164 73164 0 0.0
noinit 40416 40416 0 0.0
text 581092 581092 0 0.0

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

github-actions bot commented Jun 30, 2022

PR #20046: Size comparison from a45d571 to 3b91bb6

Increases (24 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section a45d571 3b91bb6 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 665171 665283 112 0.0
.text 576764 576876 112 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 653939 654059 120 0.0
.text 562052 562172 120 0.0
lock-ftd LP_CC2652R7 (read only) 667743 667855 112 0.0
.text 591072 591184 112 0.0
lock-mtd LP_CC2652R7 (read only) 617159 617271 112 0.0
.text 540600 540712 112 0.0
pump-app LP_CC2652R7 (read/write) 165008 165016 8 0.0
shell LP_CC2652R7 (read only) 657614 657726 112 0.0
.text 572460 572572 112 0.0
cyw30739 lock cyw930739m2evb_01 (read/write) 580222 580318 96 0.0
.app_xip_area 458808 458904 96 0.0
efr32 lock-app BRD4161A+wf200 (read/write) 1119568 1119680 112 0.0
.text 978344 978456 112 0.0
esp32 all-clusters-app c3devkit (read only) 1018482 1018614 132 0.0
.flash.text 1018482 1018614 132 0.0
m5stack (read only) 1072575 1072651 76 0.0
.flash.text 1067191 1067267 76 0.0
k32w lock k32w061+release (read/write) 684508 684620 112 0.0
.text 606724 606836 112 0.0
linux all-clusters-app debug (read only) 2954225 2954785 560 0.0
.text 2513954 2514514 560 0.0
all-clusters-minimal-app debug (read only) 2808321 2808881 560 0.0
.text 2368562 2369122 560 0.0
chip-tool debug (read only) 10161437 10163629 2192 0.0
.rodata 509317 509477 160 0.0
.text 8252293 8254325 2032 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9893332 9895028 1696 0.0
.rodata 472548 472692 144 0.0
.text 7890212 7891764 1552 0.0
lock-app debug (read only) 2509489 2510049 560 0.0
.text 2116194 2116754 560 0.0
shell debug (read only) 2543857 2544417 560 0.0
.text 2160322 2160882 560 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read/write) 2447080 2447240 160 0.0
.text 1409724 1409884 160 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1172915 1173027 112 0.0
text 809772 809888 116 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1153783 1153895 112 0.0
text 799484 799592 108 0.0
p6 all-clusters-app default (read/write) 2562640 2562800 160 0.0
.text 1520904 1521064 160 0.0
all-clusters-minimal-app default (read/write) 2508504 2508664 160 0.0
.text 1466768 1466928 160 0.0
lock-app default (read/write) 2465312 2465456 144 0.0
.text 1423576 1423720 144 0.0
telink lighting-app tlsr9518adk80d (read/write) 816152 816160 8 0.0
text 581166 581170 4 0.0
Decreases (5 builds for cc13x2_26x2)
platform target config section a45d571 3b91bb6 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read/write) 186052 185940 -112 -0.1
all-clusters-minimal-app LP_CC2652R7 (read/write) 196580 196460 -120 -0.1
lock-ftd LP_CC2652R7 (read/write) 173624 173512 -112 -0.1
pump-app LP_CC2652R7 (read only) 677207 677199 -8 -0.0
.text 588300 588292 -8 -0.0
shell LP_CC2652R7 (read/write) 189112 189000 -112 -0.1
Full report (41 builds for cc13x2_26x2, cyw30739, efr32, esp32, k32w, linux, mbed, nrfconnect, p6, telink)
platform target config section a45d571 3b91bb6 change % change
cc13x2_26x2 all-clusters-app LP_CC2652R7 (read only) 665171 665283 112 0.0
(read/write) 186052 185940 -112 -0.1
.bss 74116 74116 0 0.0
.data 3356 3356 0 0.0
.rodata 88091 88091 0 0.0
.text 576764 576876 112 0.0
all-clusters-minimal-app LP_CC2652R7 (read only) 653939 654059 120 0.0
(read/write) 196580 196460 -120 -0.1
.bss 73412 73412 0 0.0
.data 3356 3356 0 0.0
.rodata 91571 91571 0 0.0
.text 562052 562172 120 0.0
lock-ftd LP_CC2652R7 (read only) 667743 667855 112 0.0
(read/write) 173624 173512 -112 -0.1
.bss 71148 71148 0 0.0
.data 3280 3280 0 0.0
.rodata 76191 76191 0 0.0
.text 591072 591184 112 0.0
lock-mtd LP_CC2652R7 (read only) 617159 617271 112 0.0
(read/write) 144264 144264 0 0.0
.bss 66868 66868 0 0.0
.data 3280 3280 0 0.0
.rodata 76071 76071 0 0.0
.text 540600 540712 112 0.0
pump-app LP_CC2652R7 (read only) 677207 677199 -8 -0.0
(read/write) 165008 165016 8 0.0
.bss 71228 71228 0 0.0
.data 3280 3280 0 0.0
.rodata 88423 88423 0 0.0
.text 588300 588292 -8 -0.0
pump-controller-app LP_CC2652R7 (read only) 663047 663047 0 0.0
(read/write) 179288 179288 0 0.0
.bss 71348 71348 0 0.0
.data 3276 3276 0 0.0
.rodata 84271 84271 0 0.0
.text 578296 578296 0 0.0
shell LP_CC2652R7 (read only) 657614 657726 112 0.0
(read/write) 189112 189000 -112 -0.1
.bss 76420 76420 0 0.0
.data 3360 3360 0 0.0
.rodata 84838 84838 0 0.0
.text 572460 572572 112 0.0
cyw30739 light cyw930739m2evb_01 (read/write) 578654 578654 0 0.0
.app_xip_area 457432 457432 0 0.0
.bss 64184 64184 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) 580222 580318 96 0.0
.app_xip_area 458808 458904 96 0.0
.bss 64376 64376 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) 581734 581734 0 0.0
.app_xip_area 461360 461360 0 0.0
.bss 63392 63392 0 0.0
.data 660 660 0 0.0
.rodata 0 0 0 0.0
.text 112 112 0 0.0
efr32 lighting-app BRD4161A (read/write) 1080060 1080060 0 0.0
.bss 132996 132996 0 0.0
.data 2048 2048 0 0.0
.text 944996 944996 0 0.0
BRD4161A+rpc (read/write) 1134356 1134356 0 0.0
.bss 149676 149676 0 0.0
.data 2260 2260 0 0.0
.text 982400 982400 0 0.0
BRD4161A+rs911x (read/write) 942524 942524 0 0.0
.bss 138712 138712 0 0.0
.data 2048 2048 0 0.0
.text 801744 801744 0 0.0
lock-app BRD4161A+wf200 (read/write) 1119568 1119680 112 0.0
.bss 139144 139144 0 0.0
.data 2060 2060 0 0.0
.text 978344 978456 112 0.0
window-app BRD4161A (read/write) 1065324 1065324 0 0.0
.bss 133076 133076 0 0.0
.data 2076 2076 0 0.0
.text 930148 930148 0 0.0
esp32 all-clusters-app c3devkit (read only) 1018482 1018614 132 0.0
(read/write) 1484882 1484882 0 0.0
.dram0.bss 70080 70080 0 0.0
.dram0.data 14592 14592 0 0.0
.flash.rodata 214784 214784 0 0.0
.flash.text 1018482 1018614 132 0.0
.iram0.text 62902 62902 0 0.0
m5stack (read only) 1072575 1072651 76 0.0
(read/write) 486984 486984 0 0.0
.dram0.bss 75600 75600 0 0.0
.dram0.data 34144 34144 0 0.0
.flash.rodata 245244 245244 0 0.0
.flash.text 1067191 1067267 76 0.0
.iram0.text 123267 123267 0 0.0
k32w light k32w061+release (read/write) 658040 658040 0 0.0
.bss 69516 69516 0 0.0
.data 1992 1992 0 0.0
.text 580732 580732 0 0.0
lock k32w061+release (read/write) 684508 684620 112 0.0
.bss 69980 69980 0 0.0
.data 2004 2004 0 0.0
.text 606724 606836 112 0.0
linux all-clusters-app debug (read only) 2954225 2954785 560 0.0
(read/write) 154744 154744 0 0.0
.bss 61536 61536 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 84952 84952 0 0.0
.dynamic 608 608 0 0.0
.got 4536 4536 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 263133 263133 0 0.0
.text 2513954 2514514 560 0.0
all-clusters-minimal-app debug (read only) 2808321 2808881 560 0.0
(read/write) 146648 146648 0 0.0
.bss 60864 60864 0 0.0
.data 2048 2048 0 0.0
.data.rel.ro 77592 77592 0 0.0
.dynamic 608 608 0 0.0
.got 4488 4488 0 0.0
.init 27 27 0 0.0
.init_array 1040 1040 0 0.0
.rodata 264797 264797 0 0.0
.text 2368562 2369122 560 0.0
bridge-app debug+rpc (read only) 2311737 2311737 0 0.0
(read/write) 125472 125472 0 0.0
.bss 48928 48928 0 0.0
.data 3824 3824 0 0.0
.data.rel.ro 66968 66968 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 197696 197696 0 0.0
.text 1952354 1952354 0 0.0
chip-tool debug (read only) 10161437 10163629 2192 0.0
(read/write) 607016 607016 0 0.0
.bss 24384 24384 0 0.0
.data 1088 1088 0 0.0
.data.rel.ro 575248 575248 0 0.0
.dynamic 624 624 0 0.0
.got 5016 5016 0 0.0
.init 27 27 0 0.0
.init_array 640 640 0 0.0
.rodata 509317 509477 160 0.0
.text 8252293 8254325 2032 0.0
chip-tool-no-interactive-ipv6only arm64 (read only) 9893332 9895028 1696 0.0
(read/write) 671793 671793 0 0.0
.bss 42609 42609 0 0.0
.data 1152 1152 0 0.0
.data.rel.ro 610816 610816 0 0.0
.dynamic 528 528 0 0.0
.got 13408 13408 0 0.0
.init 24 24 0 0.0
.init_array 192 192 0 0.0
.rodata 472548 472692 144 0.0
.text 7890212 7891764 1552 0.0
lighting-app debug+rpc (read only) 2547641 2547641 0 0.0
(read/write) 129496 129496 0 0.0
.bss 49440 49440 0 0.0
.data 2096 2096 0 0.0
.data.rel.ro 72104 72104 0 0.0
.dynamic 608 608 0 0.0
.got 4392 4392 0 0.0
.init 27 27 0 0.0
.init_array 816 816 0 0.0
.rodata 213576 213576 0 0.0
.text 2164146 2164146 0 0.0
lock-app debug (read only) 2509489 2510049 560 0.0
(read/write) 124472 124472 0 0.0
.bss 47840 47840 0 0.0
.data 1712 1712 0 0.0
.data.rel.ro 69080 69080 0 0.0
.dynamic 608 608 0 0.0
.got 4424 4424 0 0.0
.init 27 27 0 0.0
.init_array 784 784 0 0.0
.rodata 228200 228200 0 0.0
.text 2116194 2116754 560 0.0
ota-provider-app debug (read only) 2318625 2318625 0 0.0
(read/write) 118312 118312 0 0.0
.bss 47488 47488 0 0.0
.data 1944 1944 0 0.0
.data.rel.ro 63080 63080 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 203288 203288 0 0.0
.text 1952610 1952610 0 0.0
ota-requestor-app debug (read only) 2435809 2435809 0 0.0
(read/write) 125216 125216 0 0.0
.bss 49856 49856 0 0.0
.data 2232 2232 0 0.0
.data.rel.ro 67272 67272 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 207328 207328 0 0.0
.text 2057378 2057378 0 0.0
shell debug (read only) 2543857 2544417 560 0.0
(read/write) 141032 141032 0 0.0
.bss 57448 57448 0 0.0
.data 1264 1264 0 0.0
.data.rel.ro 76672 76672 0 0.0
.dynamic 608 608 0 0.0
.got 4096 4096 0 0.0
.init 27 27 0 0.0
.init_array 920 920 0 0.0
.rodata 227218 227218 0 0.0
.text 2160322 2160882 560 0.0
thermostat-no-ble arm64 (read only) 2591604 2591604 0 0.0
(read/write) 158273 158273 0 0.0
.bss 65249 65249 0 0.0
.data 1704 1704 0 0.0
.data.rel.ro 83232 83232 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 165236 165236 0 0.0
.text 2186624 2186624 0 0.0
tv-app debug (read only) 3097513 3097513 0 0.0
(read/write) 255880 255880 0 0.0
.bss 165224 165224 0 0.0
.data 4848 4848 0 0.0
.data.rel.ro 79360 79360 0 0.0
.dynamic 608 608 0 0.0
.got 4848 4848 0 0.0
.init 27 27 0 0.0
.init_array 952 952 0 0.0
.rodata 248832 248832 0 0.0
.text 2660850 2660850 0 0.0
tv-casting-app debug (read only) 5555417 5555417 0 0.0
(read/write) 161680 161680 0 0.0
.bss 50248 50248 0 0.0
.data 2416 2416 0 0.0
.data.rel.ro 102792 102792 0 0.0
.dynamic 608 608 0 0.0
.got 4720 4720 0 0.0
.init 27 27 0 0.0
.init_array 864 864 0 0.0
.rodata 343113 343113 0 0.0
.text 4935426 4935426 0 0.0
mbed lock-app CY8CPROTO_062_4343W+release (read only) 6224 6224 0 0.0
(read/write) 2447080 2447240 160 0.0
.bss 213940 213940 0 0.0
.data 5872 5872 0 0.0
.text 1409724 1409884 160 0.0
nrfconnect all-clusters-app nrf52840dk_nrf52840 (read/write) 1172915 1173027 112 0.0
bss 142884 142884 0 0.0
rodata 141348 141348 0 0.0
text 809772 809888 116 0.0
all-clusters-minimal-app nrf52840dk_nrf52840 (read/write) 1153783 1153895 112 0.0
bss 142120 142120 0 0.0
rodata 133280 133280 0 0.0
text 799484 799592 108 0.0
p6 all-clusters-app default (read/write) 2562640 2562800 160 0.0
.bss 149120 149120 0 0.0
.data 2776 2776 0 0.0
.text 1520904 1521064 160 0.0
all-clusters-minimal-app default (read/write) 2508504 2508664 160 0.0
.bss 148400 148400 0 0.0
.data 2776 2776 0 0.0
.text 1466768 1466928 160 0.0
light-app default (read/write) 2439016 2439016 0 0.0
.bss 140456 140456 0 0.0
.data 2592 2592 0 0.0
.text 1397280 1397280 0 0.0
lock-app default (read/write) 2465312 2465456 144 0.0
.bss 140304 140304 0 0.0
.data 2600 2600 0 0.0
.text 1423576 1423720 144 0.0
telink light-switch-app tlsr9518adk80d (read/write) 796300 796300 0 0.0
bss 70560 70560 0 0.0
noinit 40416 40416 0 0.0
text 564818 564818 0 0.0
lighting-app tlsr9518adk80d (read/write) 816152 816160 8 0.0
bss 71404 71404 0 0.0
noinit 40416 40416 0 0.0
text 581166 581170 4 0.0

@woody-apple
Copy link
Contributor

Fast tracking, given this has had 3 days for review.

@woody-apple woody-apple merged commit 3b92283 into project-chip:master Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants